|
arduino-audio-tools
|
#include <FFTReal.h>
Public Types | |
| enum | { FFT_LEN_L2 = LL2 } |
| enum | { FFT_LEN = 1 << FFT_LEN_L2 } |
| typedef FFTRealFixLenParam::DataType | DataType |
| typedef OscSinCos< DataType > | OscType |
Public Member Functions | |
| FFTRealFixLen () | |
| void | do_fft (DataType f[], const DataType x[]) |
| void | do_fft (DataType f[], const DataType x[]) |
| void | do_fft (DataType f[], const DataType x[]) |
| void | do_fft (DataType f[], const DataType x[]) |
| void | do_ifft (const DataType f[], DataType x[]) |
| void | do_ifft (const DataType f[], DataType x[]) |
| void | do_ifft (const DataType f[], DataType x[]) |
| void | do_ifft (const DataType f[], DataType x[]) |
| long | get_length () const |
| void | rescale (DataType x[]) const |
| typedef FFTRealFixLenParam::DataType DataType |
| FFTRealFixLen | ( | ) |
|
inline |
| void rescale | ( | DataType | x[] | ) | const |