Main Page   Class Hierarchy   Compound List   File List   Compound Members  

fft.h

00001 
00002 #ifndef FFT_H
00003 #define FFT_H
00004 
00005 extern "C" {
00006   void fft(double data[], unsigned long amount, int sign);
00007 }
00008 
00009 #endif
00010 

Generated on Mon Feb 24 19:37:43 2003 by doxygen1.3-rc3