HomeSort by relevance Sort by last modified time
    Searched refs:high_cut (Results 1 - 4 of 4) sorted by null

  /external/srec/srec/include/
frontpar.h 39 int high_cut; member in struct:__anon28289
front.h 159 int high_cut; member in struct:__anon28284
  /external/srec/srec/cfront/
frontobj.c 352 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/Recognizer/src/
RecognizerImpl.c 380 CHKLOG(rc, ESR_SessionGetInt("CREC.Frontend.highcut", &params->high_cut));
    [all...]

Completed in 39 milliseconds