OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Phh
(Results
1 - 2
of
2
) sorted by null
/cts/suite/audio_quality/test_description/processing/
check_spectrum_playback.py
49
Phh
, freqs = plt.psd(hostData, NFFT=N, Fs=samplingRate, Fc=0, detrend=plt.mlab.detrend_none,\
52
print len(
Phh
)
53
print "
Phh
", abs(
Phh
[iLow:iHigh])
54
spectrum = np.sqrt(abs(
Phh
[iLow:iHigh]))
check_spectrum.py
50
Phh
, freqs = plt.psd(hostData, NFFT=N, Fs=samplingRate, Fc=0, detrend=plt.mlab.detrend_none,\
56
print len(
Phh
), len(Pdd)
57
print "
Phh
", abs(
Phh
[iLow:iHigh])
59
amplitudeRatio = np.sqrt(abs(Pdd[iLow:iHigh]/
Phh
[iLow:iHigh]))
Completed in 2415 milliseconds