![]() |
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 83 of file SpectrumTransformer.h.
|
inlineexplicit |
Definition at line 85 of file SpectrumTransformer.h.
|
virtualdefault |
|
inline |
Definition at line 93 of file SpectrumTransformer.h.
FloatVector SpectrumTransformer::Window::mImagFFTs |
index zero holds the nyquist frequency coefficient, actually real
Definition at line 105 of file SpectrumTransformer.h.
Referenced by SpectrumTransformer::OutputStep(), and Zero().
FloatVector SpectrumTransformer::Window::mRealFFTs |
index zero holds the dc coefficient, which has no imaginary part
Definition at line 103 of file SpectrumTransformer.h.
Referenced by SpectrumTransformer::OutputStep(), and Zero().