OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cut_off_below
(Results
1 - 3
of
3
) sorted by null
/external/srec/srec/include/
front.h
165
int
cut_off_below
, cut_off_above;
member in struct:__anon35708
/external/srec/srec/cfront/
frontobj.c
410
freqobj->
cut_off_below
= (int)(((long)freqobj->low_cut * freqobj->np) / (2.0 * bandwidth));
433
for (i = 0; i <= freqobj->
cut_off_below
; i++)
436
freqobj->fcmid[0] = freqobj->
cut_off_below
;
437
f = (freqobj->
cut_off_below
+ 1) * finc;
438
for (i = 0, j = freqobj->
cut_off_below
+ 1; i <= freqobj->nf; i++)
spec_anl.c
231
first = freqobj->
cut_off_below
;
233
/* this filters from
cut_off_below
to */
282
j = MAX(freqobj->fcmid[0], freqobj->
cut_off_below
);
Completed in 308 milliseconds