HomeSort by relevance Sort by last modified time
    Searched refs:negativeMin (Results 1 - 2 of 2) sorted by null

  /cts/suite/audio_quality/test_description/processing/
check_spectrum_playback.py 60 negativeMin = abs(min(spectrum))
62 ((1.0 - negativeMin) < margainLow / 100.0) else False
66 print "positiveMax", positiveMax, "negativeMin", negativeMin
67 return (passFail, negativeMin, positiveMax, spectrumResult)
check_spectrum.py 65 negativeMin = abs(min(amplitudeRatio))
67 ((1.0 - negativeMin) < margainLow / 100.0) else False
71 print "positiveMax", positiveMax, "negativeMin", negativeMin
72 return (passFail, negativeMin, positiveMax, RatioResult)

Completed in 58 milliseconds