Searched defs:high_cut (Results 1 - 3 of 3) sorted by relevance

/external/srec/srec/cfront/
H A Dfrontobj.c352 int fmax, i, j, high_cut, bandwidth; local
365 freqobj->high_cut = parameters->high_cut;
375 if (freqobj->high_cut > 0)
376 high_cut = freqobj->high_cut;
378 high_cut = parameters->samplerate / 2;
411 freqobj->cut_off_above = (int)(((long)high_cut * freqobj->np) / (2.0 * bandwidth));
417 for (f = 1000.; f <= high_cut; freqobj->nf++)
424 if ((freqobj->fc[freqobj->nf] + freqobj->fc[freqobj->nf-1]) / 2. > high_cut)
[all...]
/external/srec/srec/include/
H A Dfrontpar.h39 int high_cut; member in struct:__anon13474
H A Dfront.h159 int high_cut; member in struct:__anon13469

Completed in 65 milliseconds