v2.0.0
Loading...
Searching...
No Matches
UTILSLIB::MultitaperTfrResult Struct Reference

Result of a multitaper TFR computation. More...

#include <multitaper_tfr.h>

Public Attributes

QVector< Eigen::MatrixXd > tfrData
 One matrix per channel, each: n_freqs × n_times.
Eigen::RowVectorXd vecFreqs
 Frequency axis in Hz.
Eigen::RowVectorXd vecTimes
 Time axis in seconds (window centres).

Detailed Description

Result of a multitaper TFR computation.

Definition at line 67 of file multitaper_tfr.h.

Member Data Documentation

◆ tfrData

QVector<Eigen::MatrixXd> UTILSLIB::MultitaperTfrResult::tfrData

One matrix per channel, each: n_freqs × n_times.

Definition at line 69 of file multitaper_tfr.h.

◆ vecFreqs

Eigen::RowVectorXd UTILSLIB::MultitaperTfrResult::vecFreqs

Frequency axis in Hz.

Definition at line 70 of file multitaper_tfr.h.

◆ vecTimes

Eigen::RowVectorXd UTILSLIB::MultitaperTfrResult::vecTimes

Time axis in seconds (window centres).

Definition at line 71 of file multitaper_tfr.h.


The documentation for this struct was generated from the following file: