Audacity 3.2.0
|
Derive this class to add information to the queue. More...
#include <SpectrumTransformer.h>
Public Member Functions | |
Window (size_t windowSize) | |
virtual | ~Window () |
void | Zero () |
Public Attributes | |
FloatVector | mRealFFTs |
index zero holds the dc coefficient, which has no imaginary part More... | |
FloatVector | mImagFFTs |
index zero holds the nyquist frequency coefficient, actually real More... | |
Derive this class to add information to the queue.
Definition at line 84 of file SpectrumTransformer.h.
|
inlineexplicit |
Definition at line 86 of file SpectrumTransformer.h.
|
virtualdefault |
|
inline |
FloatVector SpectrumTransformer::Window::mImagFFTs |
index zero holds the nyquist frequency coefficient, actually real
Definition at line 106 of file SpectrumTransformer.h.
Referenced by SpectrumTransformer::OutputStep().
FloatVector SpectrumTransformer::Window::mRealFFTs |
index zero holds the dc coefficient, which has no imaginary part
Definition at line 104 of file SpectrumTransformer.h.
Referenced by SpectrumTransformer::OutputStep().