Home
last modified time | relevance | path

Searched refs:calc_thd (Results 1 – 3 of 3) sorted by relevance

/cts/suite/audio_quality/test_description/processing/
Drecording_thd.py20 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
Dplayback_thd.py20 from calc_thd import *
52 thd = calc_thd(hostRecording, signalFrequency, samplingRate, 0.02) * 100
Dcalc_thd.py23 def calc_thd(data, signalFrequency, samplingRate, frequencyMargin): function
57 thd = calc_thd(data, signalFrequency, samplingRate, 0.02)