OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fft_info
(Results
1 - 4
of
4
) sorted by null
/external/srec/srec/include/
fft.h
36
int fft_perform_and_magsq(
fft_info
*fft);
37
void do_magsq(
fft_info
*fft);
39
void configure_fft(
fft_info
*fft, int size);
40
int place_sample_data(
fft_info
*fft, fftdata *seq, fftdata *smooth, int num);
41
void unconfigure_fft(
fft_info
*fft);
sp_fft.h
110
To use the algorithm, you need to constrcut an
fft_info
object
112
fft_info
* my_fft_info = new_fft_info(log2Size);
163
The memory space is needed in
fft_info
struct to store the cosine (sine) tales
227
fft_info
;
typedef in typeref:struct:__anon26523
front.h
172
fft_info
fft;
/external/srec/srec/cfront/
sp_fft.c
811
void configure_fft(
fft_info
*fft, int size)
832
int fft_perform_and_magsq(
fft_info
*fft)
842
void unconfigure_fft(
fft_info
*fft)
850
int place_sample_data(
fft_info
*fft, fftdata *seq, fftdata *smooth, int num)
Completed in 47 milliseconds