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. | |
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.
| 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.
| Eigen::RowVectorXd UTILSLIB::WelchPsdResult::vecFreqs |
Frequency axis in Hz, length iNfft/2+1.
Definition at line 66 of file welch_psd.h.