arduino-audio-tools
All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Modules Pages
Public Member Functions | Protected Attributes | List of all members
FFTInverseOverlapAdder Class Reference

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< floatdata {0}
 
int len = 0
 
float rfft_max = 0
 

Detailed Description

Inverse FFT Overlapp Add.


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