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

Result of a Welch PSD computation. More...

#include <welch_psd.h>

Public Attributes

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

Detailed Description

Result of a Welch PSD computation.

matPsd rows correspond to channels (or the single channel passed to computeVector). Each column corresponds to a frequency bin from vecFreqs.

Definition at line 63 of file welch_psd.h.

Member Data Documentation

◆ matPsd

Eigen::MatrixXd UTILSLIB::WelchPsdResult::matPsd

n_channels × (iNfft/2+1); one-sided PSD in unit²/Hz

Definition at line 65 of file welch_psd.h.

◆ vecFreqs

Eigen::RowVectorXd UTILSLIB::WelchPsdResult::vecFreqs

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

Definition at line 66 of file welch_psd.h.


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