Searched refs:nyquist (Results 1 – 25 of 33) sorted by relevance
12
70 double nyquist = this->nyquist(); in updateCoefficients() local71 double normalizedFrequency = cutoffFrequency / nyquist; in updateCoefficients()145 double nyquist = this->nyquist(); in getFrequencyResponse() local150 frequency[k] = narrowPrecisionToFloat(frequencyHz[k] / nyquist); in getFrequencyResponse()
95 float nyquist = 0.5 * m_sampleRate; in PeriodicWave() local96 m_lowestFundamentalFrequency = nyquist / maxNumberOfPartials(); in PeriodicWave()
1 nyquist@chromium.org
3 nyquist@chromium.org
2 nyquist@chromium.org
2 per-file dom_distiller*=nyquist@chromium.org
5 nyquist@chromium.org
4 nyquist@chromium.org
11 per-file sync_android.gypi=nyquist@chromium.org
61 double nyquist() const { return 0.5 * sampleRate(); } in nyquist() function