|
arduino-audio-tools
|
#include <FFTReal.h>
Public Types | |
| enum | { MAX_BIT_DEPTH = 30 } |
| typedef DT | DataType |
Public Member Functions | |
| FFTReal (long length) | |
| virtual | ~FFTReal () |
| 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 |
| typedef DT DataType |
|
explicit |
|
inlinevirtual |
| long get_length | ( | ) | const |
| void rescale | ( | DataType | x[] | ) | const |
| FFTReal< DT >::DataType * use_buffer | ( | ) | const |