Searched refs:calc_thd (Results 1 – 3 of 3) sorted by relevance
/cts/suite/audio_quality/test_description/processing/ |
D | recording_thd.py | 20 from calc_thd import * 65 thdHost = calc_thd(hostRecording[delay:delay+N], signalFrequency, samplingRate, 0.02) * 100 66 thdDevice = calc_thd(deviceRecording, signalFrequency, samplingRate, 0.02) * 100
|
D | playback_thd.py | 20 from calc_thd import * 52 thd = calc_thd(hostRecording, signalFrequency, samplingRate, 0.02) * 100
|
D | calc_thd.py | 23 def calc_thd(data, signalFrequency, samplingRate, frequencyMargin): function 57 thd = calc_thd(data, signalFrequency, samplingRate, 0.02)
|