fft.h File Reference

Go to the source code of this file.

Data Structures

struct  _struct_fft_state

Defines

#define FFT_BUFFER_SIZE_LOG   9
#define FFT_BUFFER_SIZE   (1 << FFT_BUFFER_SIZE_LOG)

Typedefs

typedef short int sound_sample
typedef struct _struct_fft_state fft_state

Functions

fft_statevisual_fft_init (void)
void fft_perform (const sound_sample *input, float *output, fft_state *state)
void fft_close (fft_state *state)


Define Documentation

#define FFT_BUFFER_SIZE   (1 << FFT_BUFFER_SIZE_LOG)

#define FFT_BUFFER_SIZE_LOG   9

Referenced by fft_calculate(), and reverseBits().


Typedef Documentation

typedef struct _struct_fft_state fft_state

typedef short int sound_sample


Function Documentation

void fft_close ( fft_state state  ) 

Referenced by spectrometer_Run(), and spectrum_Run().

void fft_perform ( const sound_sample input,
float *  output,
fft_state state 
)

fft_state* visual_fft_init ( void   ) 


Generated on Tue May 25 08:05:15 2010 for VLC by  doxygen 1.5.6