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

Result of a multitaper PSD computation. More...

#include <multitaper_psd.h>

Public Attributes

Eigen::MatrixXd matPsd
 n_channels × n_freqs; one-sided PSD in unit²/Hz
Eigen::RowVectorXd vecFreqs
 Frequency axis in Hz, length nFft/2+1.

Detailed Description

Result of a multitaper PSD computation.

Definition at line 61 of file multitaper_psd.h.

Member Data Documentation

◆ matPsd

Eigen::MatrixXd UTILSLIB::MultitaperPsdResult::matPsd

n_channels × n_freqs; one-sided PSD in unit²/Hz

Definition at line 63 of file multitaper_psd.h.

◆ vecFreqs

Eigen::RowVectorXd UTILSLIB::MultitaperPsdResult::vecFreqs

Frequency axis in Hz, length nFft/2+1.

Definition at line 64 of file multitaper_psd.h.


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