![]() |
SDRAngel
4.11.5
Developer docs for <a href="https://github.com/f4exb/sdrangel">SDRangel<\a>, an Open Source Qt5 / OpenGL 3.0+ SDR and signal analyzer frontend to various hardware.
|
#include <fftengine.h>
Inheritance diagram for FFTEngine:Public Member Functions | |
| virtual | ~FFTEngine () |
| virtual void | configure (int n, bool inverse)=0 |
| virtual void | transform ()=0 |
| virtual Complex * | in ()=0 |
| virtual Complex * | out ()=0 |
Static Public Member Functions | |
| static FFTEngine * | create () |
Definition at line 7 of file fftengine.h.
|
virtual |
Definition at line 9 of file fftengine.cpp.
|
pure virtual |
Implemented in FFTWEngine, and KissEngine.
Referenced by SpectrumVis::handleConfigure().
Here is the caller graph for this function:
|
static |
Definition at line 13 of file fftengine.cpp.
|
pure virtual |
Implemented in FFTWEngine, and KissEngine.
Referenced by SpectrumVis::feed().
Here is the caller graph for this function:
|
pure virtual |
Implemented in FFTWEngine, and KissEngine.
Referenced by SpectrumVis::feed().
Here is the caller graph for this function:
|
pure virtual |
Implemented in FFTWEngine, and KissEngine.
Referenced by SpectrumVis::feed().
Here is the caller graph for this function:
1.8.13