v2.0.0
Loading...
Searching...
No Matches
FiffEpochData Struct Reference

#include <fiff_epochs.h>

Public Attributes

Eigen::MatrixXd data
double tmin = 0.0
double tmax = 0.0

Detailed Description

Definition at line 60 of file fiff_epochs.h.

Member Data Documentation

◆ data

Eigen::MatrixXd FiffEpochData::data

Epoch data (n_channels × n_times_per_epoch).

Definition at line 62 of file fiff_epochs.h.

◆ tmax

double FiffEpochData::tmax = 0.0

End time of this epoch in seconds.

Definition at line 64 of file fiff_epochs.h.

◆ tmin

double FiffEpochData::tmin = 0.0

Start time of this epoch in seconds.

Definition at line 63 of file fiff_epochs.h.


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