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

Result of a Cross-Spectral Density computation. More...

#include <csd.h>

Public Attributes

Eigen::MatrixXcd matCsd
 n_channels × n_channels mean CSD across selected frequencies
QVector< Eigen::MatrixXcd > csdByFreq
 One n_ch × n_ch CSD matrix per selected frequency bin.
Eigen::RowVectorXd vecFreqs
 Frequency axis (Hz) for csdByFreq entries.

Detailed Description

Result of a Cross-Spectral Density computation.

Definition at line 68 of file csd.h.

Member Data Documentation

◆ csdByFreq

QVector<Eigen::MatrixXcd> UTILSLIB::CsdResult::csdByFreq

One n_ch × n_ch CSD matrix per selected frequency bin.

Definition at line 71 of file csd.h.

◆ matCsd

Eigen::MatrixXcd UTILSLIB::CsdResult::matCsd

n_channels × n_channels mean CSD across selected frequencies

Definition at line 70 of file csd.h.

◆ vecFreqs

Eigen::RowVectorXd UTILSLIB::CsdResult::vecFreqs

Frequency axis (Hz) for csdByFreq entries.

Definition at line 72 of file csd.h.


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