Home | History | Annotate | Download | only in libaudioprocessing

Lines Matching defs:fmin

529     double fmax, fmin;
534 fmin = fmax = trf;
544 else if (trf<fmin) {
545 fmin = trf;
553 firMin = fmin * norm;
604 double fmin, fmax;
605 testFir(coef, L, halfNumCoef, 0., fp, passSteps, fmin, fmax);
606 double d1 = (fmax - fmin)/2.;
607 passMin = fmin;
610 testFir(coef, L, halfNumCoef, fs, 0.5, stopSteps, fmin, fmax);
611 // fmin is really not important for the stopband.