Home | History | Annotate | Download | only in lib

Lines Matching refs:nyq

521     double nyq=vi->rate/2.;
525 if(freq>nyq)freq=nyq;
529 f->n=freq/nyq*blocksize;
539 nyq)freq=nyq;
569 r->end=(int)((freq/nyq*blocksize*ch)/r->grouping+.9)* /* round up only if we're well past */
576 r->end=(int)((freq/nyq*blocksize)/r->grouping+.9)* /* round up only if we're well past */