GNU Radio 3.6.5 C++ API

fft.h

Go to the documentation of this file.
00001 /*---------------------------------------------------------------------------*\
00002 
00003   FILE........: fft.h
00004   AUTHOR......: Bruce Robertson
00005   DATE CREATED: 29/11/2010
00006 
00007   Bridge between existing code and kiss_fft.
00008 
00009 \*---------------------------------------------------------------------------*/
00010 
00011 #ifndef __FFT__
00012 #define __FFT__
00013 void fft(float x[], int n, int isign);
00014 
00015 #endif  /* __FFT__ */
00016