MNE-CPP  0.1.9
A Framework for Electrophysiology
Static Public Member Functions | List of all members
UTILSLIB::Spectrogram Class Reference

Static Public Member Functions

static Eigen::MatrixXd makeSpectrogram (Eigen::VectorXd signal, qint32 windowSize)
 

Detailed Description

Definition at line 63 of file spectrogram.h.

Member Function Documentation

◆ makeSpectrogram()

MatrixXd Spectrogram::makeSpectrogram ( Eigen::VectorXd  signal,
qint32  windowSize 
)
static

Calculates the spectrogram (tf-representation) of a given signal

Parameters
[in]signalinput-signal to calculate spectrogram of.
[in]windowSizesize of the window which is used (resolution in time an frequency is depending on it).
Returns
spectrogram-matrix (tf-representation of the input signal).

Definition at line 67 of file spectrogram.cpp.


The documentation for this class was generated from the following files: