![]() |
gtkIOStream
1.7.0
GTK+ << C++ IOStream operators for GTK+. Now with ORBing, numerical computation, audio client and more ...
|
#include <STFourierSpectrum.H>
Public Member Functions | |
| STFourierSpectrum () | |
| Empty constructor. More... | |
| STFourierSpectrum (float factor) | |
| virtual | ~STFourierSpectrum () |
| Destructor. More... | |
Public Member Functions inherited from OverlapAdd< TYPE > | |
| OverlapAdd (void) | |
| Empty constructor defaults to OVERLAP_DEFAULT. More... | |
| OverlapAdd (float factor) | |
| virtual | ~OverlapAdd () |
| Destructor. More... | |
| int | loadData (Sox< float > &sox, uint windowSize, uint sampleCount, int whichCh=0) |
| int | unloadData (Sox< float > &sox) |
| float | getOverlapFactor () |
| float | getWindowSize () |
| float | getWindowCount () |
| void | dump (void) |
| TYPE | getMaxVal () |
Additional Inherited Members | |
Protected Attributes inherited from OverlapAdd< TYPE > | |
| Eigen::Matrix< TYPE, Eigen::Dynamic, Eigen::Dynamic > | data |
Given a time domain (1D) waveform, get OverlapAdd to turn it into an overlapping matrix and then find the DFT of each window.
Definition at line 22 of file STFourierSpectrum.H.
|
inline |
Empty constructor.
Definition at line 25 of file STFourierSpectrum.H.
|
inline |
Constructor specifying an overlap factor.
| factor | the factor to overlap by. |
Definition at line 32 of file STFourierSpectrum.H.
|
inlinevirtual |
Destructor.
Definition at line 35 of file STFourierSpectrum.H.
|
GTK+ IOStream
Beta
|