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

  /cts/suite/audio_quality/test_description/processing/
check_spectrum_playback.py 44 iHigh = N * fHigh / samplingRate + 1 # 1 for DC
45 if iHigh > (N / 2 + 1):
46 iHigh = 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]))
gen_random.py 36 iHigh = freqSamples * fHigh * 2 / samplingRate + 1
37 #print len(randomSignal), len(fftData), fLow, fHigh, iHigh
38 if iHigh > freqSamples - 1:
39 iHigh = freqSamples - 1
41 for i in range(iHigh, freqSamples - 1):
check_spectrum.py 45 iHigh = N * fHigh / samplingRate + 1 # 1 for DC
46 if iHigh > (N / 2 + 1):
47 iHigh = 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 350 int iHigh = Math.min(Math.round((high - mLow) / mStep), mCovered.length-1);
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 93 milliseconds