Searched refs:thd (Results 1 – 2 of 2) sorted by relevance
/cts/suite/audio_quality/test_description/processing/ |
D | playback_thd.py | 52 thd = calc_thd(hostRecording, signalFrequency, samplingRate, 0.02) * 100 53 print "THD %", thd, "Margain % ", thdPassPercentile 54 if (thd < thdPassPercentile): 58 outputData.append(thd)
|
D | calc_thd.py | 57 thd = calc_thd(data, signalFrequency, samplingRate, 0.02) variable 58 print "THD", thd
|