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). | |
Result of a multitaper TFR computation.
Definition at line 67 of file multitaper_tfr.h.
| QVector<Eigen::MatrixXd> UTILSLIB::MultitaperTfrResult::tfrData |
One matrix per channel, each: n_freqs × n_times.
Definition at line 69 of file multitaper_tfr.h.
| Eigen::RowVectorXd UTILSLIB::MultitaperTfrResult::vecFreqs |
Frequency axis in Hz.
Definition at line 70 of file multitaper_tfr.h.
| Eigen::RowVectorXd UTILSLIB::MultitaperTfrResult::vecTimes |
Time axis in seconds (window centres).
Definition at line 71 of file multitaper_tfr.h.