Input parameters for multi-taper spectral estimation (data matrix, taper weights, frequencies, sample rate). More...
#include <spectral.h>
Public Attributes | |
| Eigen::RowVectorXd | vecData |
| Eigen::MatrixXd | matTaper |
| int | iNfft |
Input parameters for multi-taper spectral estimation (data matrix, taper weights, frequencies, sample rate).
Definition at line 76 of file spectral.h.
| int UTILSLIB::TaperedSpectraInputData::iNfft |
Definition at line 79 of file spectral.h.
| Eigen::MatrixXd UTILSLIB::TaperedSpectraInputData::matTaper |
Definition at line 78 of file spectral.h.
| Eigen::RowVectorXd UTILSLIB::TaperedSpectraInputData::vecData |
Definition at line 77 of file spectral.h.