OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:calc_thd
(Results
1 - 3
of
3
) sorted by null
/cts/suite/audio_quality/test_description/processing/
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
playback_thd.py
20
from
calc_thd
import *
52
thd =
calc_thd
(hostRecording, signalFrequency, samplingRate, 0.02) * 100
calc_thd.py
23
def
calc_thd
(data, signalFrequency, samplingRate, frequencyMargin):
function
57
thd =
calc_thd
(data, signalFrequency, samplingRate, 0.02)
Completed in 55 milliseconds