Per-row input bundle for parallel multi-taper spectral estimation (data row, taper matrix, FFT length). More...
#include <spectral.h>
Public Attributes | |
| Eigen::RowVectorXd | vecData |
| Eigen::MatrixXd | matTaper |
| int | iNfft |
Per-row input bundle for parallel multi-taper spectral estimation (data row, taper matrix, FFT length).
Definition at line 70 of file spectral.h.
| int UTILSLIB::TaperedSpectraInputData::iNfft |
Definition at line 73 of file spectral.h.
| Eigen::MatrixXd UTILSLIB::TaperedSpectraInputData::matTaper |
Definition at line 72 of file spectral.h.
| Eigen::RowVectorXd UTILSLIB::TaperedSpectraInputData::vecData |
Definition at line 71 of file spectral.h.