Home | History | Annotate | Download | only in libaudioprocessing

Lines Matching defs:fmax

529     double fmax, fmin;
534 fmin = fmax = trf;
541 if (trf>fmax) {
542 fmax = trf;
554 firMax = fmax * norm;
604 double fmin, fmax;
605 testFir(coef, L, halfNumCoef, 0., fp, passSteps, fmin, fmax);
606 double d1 = (fmax - fmin)/2.;
608 passMax = fmax;
610 testFir(coef, L, halfNumCoef, fs, 0.5, stopSteps, fmin, fmax);
612 stopMax = fmax;
613 stopRipple = -20.*log10(fmax); // stopband ripple/attenuation