Home
last modified time | relevance | path

Searched refs:thd (Results 1 – 2 of 2) sorted by relevance

/cts/suite/audio_quality/test_description/processing/
Dplayback_thd.py52 thd = calc_thd(hostRecording, signalFrequency, samplingRate, 0.02) * 100
53 print "THD %", thd, "Margain % ", thdPassPercentile
54 if (thd < thdPassPercentile):
58 outputData.append(thd)
Dcalc_thd.py57 thd = calc_thd(data, signalFrequency, samplingRate, 0.02) variable
58 print "THD", thd