Searched defs:nyquist (Results 1 – 7 of 7) sorted by relevance
70 double nyquist = this->nyquist(); in updateCoefficients() local145 double nyquist = this->nyquist(); in getFrequencyResponse() local
45 double nyquist = 0.5 * this->sampleRate(); in BiquadProcessor() local
96 float nyquist = 0.5 * m_sampleRate; in PeriodicWave() local
61 double nyquist() const { return 0.5 * sampleRate(); } in nyquist() function
73 double nyquist() const { return 0.5 * sampleRate(); } in nyquist() function
80 float nyquist() const { return m_sampleRate / 2; } in nyquist() function
320 Complex nyquist = dst[0].real() - dst[0].imag(); in fwd() local