OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thd
(Results
1 - 2
of
2
) sorted by null
/cts/suite/audio_quality/test_description/processing/
playback_thd.py
23
# calculate
THD
for dut_playback_thd case
26
#
THD
pass level in percentile (double)
27
# Output:
THD
device (double) in percentile
52
thd
= calc_thd(hostRecording, signalFrequency, samplingRate, 0.02) * 100
53
print "
THD
%",
thd
, "Margain % ", thdPassPercentile
54
if (
thd
< thdPassPercentile):
58
outputData.append(
thd
)
calc_thd.py
57
thd
= calc_thd(data, signalFrequency, samplingRate, 0.02)
variable
58
print "
THD
",
thd
Completed in 26 milliseconds