v2.0.0
Loading...
Searching...
No Matches
UTILSLIB::Spectrogram Class Reference

#include <spectrogram.h>

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: