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

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

Detailed Description

Per-row input bundle for parallel multi-taper spectral estimation (data row, taper matrix, FFT length).

Definition at line 70 of file spectral.h.

Member Data Documentation

◆ iNfft

int UTILSLIB::TaperedSpectraInputData::iNfft

Definition at line 73 of file spectral.h.

◆ matTaper

Eigen::MatrixXd UTILSLIB::TaperedSpectraInputData::matTaper

Definition at line 72 of file spectral.h.

◆ vecData

Eigen::RowVectorXd UTILSLIB::TaperedSpectraInputData::vecData

Definition at line 71 of file spectral.h.


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