OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:low_cut
(Results
1 - 4
of
4
) sorted by null
/external/srec/srec/include/
frontpar.h
38
int
low_cut
;
member in struct:__anon35713
front.h
158
int
low_cut
;
member in struct:__anon35708
/external/srec/srec/cfront/
frontobj.c
364
freqobj->
low_cut
= parameters->
low_cut
;
410
freqobj->cut_off_below = (int)(((long)freqobj->
low_cut
* freqobj->np) / (2.0 * bandwidth));
413
freqobj->fc[-1] = (fftdata) freqobj->
low_cut
; /* 1st channel at cutoff */
414
i = ((int)freqobj->
low_cut
+ 50) / 100 + 1; /* other channels at x00Hz */
/external/srec/srec/Recognizer/src/
RecognizerImpl.c
379
CHKLOG(rc, ESR_SessionGetInt("CREC.Frontend.lowcut", ¶ms->
low_cut
));
[
all
...]
Completed in 592 milliseconds