Home
last modified time | relevance | path

Searched refs:cut_off_below (Results 1 – 3 of 3) sorted by relevance

/external/srec/srec/cfront/
Dfrontobj.c410 freqobj->cut_off_below = (int)(((long)freqobj->low_cut * freqobj->np) / (2.0 * bandwidth)); in setup_freq_object()
433 for (i = 0; i <= freqobj->cut_off_below; i++) in setup_freq_object()
436 freqobj->fcmid[0] = freqobj->cut_off_below; in setup_freq_object()
437 f = (freqobj->cut_off_below + 1) * finc; in setup_freq_object()
438 for (i = 0, j = freqobj->cut_off_below + 1; i <= freqobj->nf; i++) in setup_freq_object()
Dspec_anl.c231 first = freqobj->cut_off_below; in peakpick()
282 j = MAX(freqobj->fcmid[0], freqobj->cut_off_below); in filtbank()
/external/srec/srec/include/
Dfront.h165 int cut_off_below, cut_off_above; member