arduino-audio-tools
Public Member Functions | Public Attributes | List of all members
FFTDriverRealFFT Class Reference

Driver for RealFFT. More...

#include <AudioRealFFT.h>

Inheritance diagram for FFTDriverRealFFT:
FFTDriver

Public Member Functions

bool begin (int len) override
 
void end () override
 
void fft () override
 Perform FFT.
 
bool getBin (int pos, FFTBin &bin) override
 gets the value of a bin
 
float getValue (int idx) override
 get Real value
 
bool isReverseFFT () override
 Returns true if reverse FFT is supported.
 
bool isValid () override
 
float magnitude (int idx) override
 Calculate the magnitude (fft result) at index (sqr(i² + r²))
 
float magnitudeFast (int idx) override
 magnitude w/o sqrt
 
void rfft () override
 Inverse fft - convert fft result back to time domain (samples)
 
bool setBin (int pos, FFTBin &bin)
 sets the value of a bin
 
bool setBin (int pos, float real, float img) override
 sets the value of a bin
 
void setValue (int idx, float value) override
 Sets the real value.
 

Public Attributes

int len
 
float * p_f = nullptr
 
ffft::FFTReal< float > * p_fft_object =nullptr
 
float * p_x = nullptr
 

Detailed Description

Driver for RealFFT.

Author
Phil Schatzmann

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