arduino-audio-tools
|
Inverse FFT Overlapp Add. More...
#include <AudioFFT.h>
Public Member Functions | |
FFTInverseOverlapAdder (int size=0) | |
void | add (float value, int pos, WindowFunction *window_function) |
void | getStepData (float *result, int stride, float maxResult) |
void | resize (int size) |
Initilze data by defining new size. | |
int | size () |
provides the actual size | |
Protected Attributes | |
Vector< float > | data {0} |
int | len = 0 |
float | rfft_max = 0 |
Inverse FFT Overlapp Add.