Result of a Morlet TFR computation for one channel. More...
#include <morlet_tfr.h>
Public Attributes | |
| Eigen::MatrixXd | matPower |
| n_freqs × n_times, instantaneous power (amplitude²) | |
| Eigen::RowVectorXd | vecFreqs |
| Centre frequencies in Hz, length n_freqs. | |
Result of a Morlet TFR computation for one channel.
Definition at line 61 of file morlet_tfr.h.
| Eigen::MatrixXd UTILSLIB::MorletTfrResult::matPower |
n_freqs × n_times, instantaneous power (amplitude²)
Definition at line 63 of file morlet_tfr.h.
| Eigen::RowVectorXd UTILSLIB::MorletTfrResult::vecFreqs |
Centre frequencies in Hz, length n_freqs.
Definition at line 64 of file morlet_tfr.h.