arduino-audio-tools
Public Types | Public Member Functions | List of all members
FFTReal< DT > Class Template Reference

Public Types

enum  { MAX_BIT_DEPTH = 30 }
 
typedef DT DataType
 

Public Member Functions

 FFTReal (long length)
 
void do_fft (DataType f[], const DataType x[]) const
 
void do_ifft (const DataType f[], DataType x[]) const
 
long get_length () const
 
void rescale (DataType x[]) const
 
DataType * use_buffer () const
 

The documentation for this class was generated from the following file: