|
OpenWareLaboratory
|
Public Member Functions | |
| ComplexFourierTransform () | |
| ComplexFourierTransform (int len) | |
| void | fft (ComplexFloatArray inout) |
| size_t | getSize () |
| void | ifft (ComplexFloatArray inout) |
| void | init (int len) |
| ~ComplexFourierTransform () | |
Definition at line 39 of file ComplexFourierTransform.h.
|
inline |
Definition at line 45 of file ComplexFourierTransform.h.
|
inline |
Definition at line 46 of file ComplexFourierTransform.h.
References init().
|
inline |
Definition at line 49 of file ComplexFourierTransform.h.
References ComplexFloatArray::destroy().
|
inline |
Definition at line 58 of file ComplexFourierTransform.h.
References ASSERT, ComplexFloatArray::copyFrom(), SimpleArray< T >::getData(), getSize(), and SimpleArray< T >::getSize().
|
inline |
Definition at line 69 of file ComplexFourierTransform.h.
References SimpleArray< T >::getSize().
|
inline |
Definition at line 63 of file ComplexFourierTransform.h.
References ASSERT, ComplexFloatArray::copyFrom(), SimpleArray< T >::getData(), getSize(), SimpleArray< T >::getSize(), and ComplexFloatArray::scale().
|
inline |
Definition at line 52 of file ComplexFourierTransform.h.
References ASSERT, and ComplexFloatArray::create().
Referenced by ComplexFourierTransform().