MNE-CPP
0.1.9
A Framework for Electrophysiology
|
Static Public Member Functions | |
static Eigen::MatrixXd | makeSpectrogram (Eigen::VectorXd signal, qint32 windowSize) |
Definition at line 63 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.