OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:positiveMax
(Results
1 - 2
of
2
) sorted by null
/cts/suite/audio_quality/test_description/processing/
check_spectrum_playback.py
59
positiveMax
= abs(max(spectrum))
61
passFail = True if (
positiveMax
< (margainHigh / 100.0 + 1.0)) and\
66
print "
positiveMax
",
positiveMax
, "negativeMin", negativeMin
67
return (passFail, negativeMin,
positiveMax
, spectrumResult)
check_spectrum.py
64
positiveMax
= abs(max(amplitudeRatio))
66
passFail = True if (
positiveMax
< (margainHigh / 100.0 + 1.0)) and\
71
print "
positiveMax
",
positiveMax
, "negativeMin", negativeMin
72
return (passFail, negativeMin,
positiveMax
, RatioResult)
Completed in 146 milliseconds