Home | History | Annotate | Download | only in src

Lines Matching refs:Wc

110   int Wc;                    /*! normalized passband bandwidth at input samplerate * 1000 */
119 Wc = 0,5, order 30, Stop Band -96dB. Wc criteria is "almost 0dB passband", not the usual -3db gain point.
158 Wc = 0,5, order 24, Stop Band -96dB. Wc criteria is "almost 0dB passband", not the usual -3db gain point.
194 Wc = 0,5, order 16, Stop Band -96dB damping.
228 Wc = 0,5, order 12, Stop Band -96dB damping.
258 Wc = 0,5, order 8, Stop Band -96dB damping.
306 int Wc, /*!< normalized cutoff freq * 1000* */
322 if (filter_paramSet[i]->Wc <= Wc) {
336 DownSampler->downFilter.Wc = currentSet->Wc;