Computes time-frequency spectrograms via short-time Fourier transform with configurable window and overlap. More...
#include <spectrogram.h>
Static Public Member Functions | |
| static Eigen::MatrixXd | makeSpectrogram (Eigen::VectorXd signal, qint32 windowSize) |
Computes time-frequency spectrograms via short-time Fourier transform with configurable window and overlap.
Definition at line 69 of file spectrogram.h.
|
static |
Calculates the spectrogram (tf-representation) of a given signal
| [in] | signal | input-signal to calculate spectrogram of. |
| [in] | windowSize | size of the window which is used (resolution in time an frequency is depending on it). |
Definition at line 67 of file spectrogram.cpp.