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

  /cts/suite/audio_quality/test_description/processing/
check_spectrum_playback.py 41 iLow = N * fLow / samplingRate + 1 # 1 for DC
42 if iLow > (N / 2 - 1):
43 iLow = (N / 2 - 1)
47 print fLow, iLow, fHigh, iHigh, samplingRate
53 print "Phh", abs(Phh[iLow:iHigh])
54 spectrum = np.sqrt(abs(Phh[iLow:iHigh]))
check_spectrum.py 42 iLow = N * fLow / samplingRate + 1 # 1 for DC
43 if iLow > (N / 2 - 1):
44 iLow = (N / 2 - 1)
48 print fLow, iLow, fHigh, iHigh, samplingRate
57 print "Phh", abs(Phh[iLow:iHigh])
58 print "Pdd", abs(Pdd[iLow:iHigh])
59 amplitudeRatio = np.sqrt(abs(Pdd[iLow:iHigh]/Phh[iLow:iHigh]))
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
MotionIndicatorView.java 349 int iLow = Math.max(Math.round((low - mLow) / mStep), 0);
352 for (int i = iLow; i <= iHigh; ++i) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
commctrl.h     [all...]

Completed in 178 milliseconds