37#ifndef MNE_MEAS_DATA_SET_H
38#define MNE_MEAS_DATA_SET_H
56#include <QSharedPointer>
76 typedef QSharedPointer<MNEMeasDataSet>
SPtr;
77 typedef QSharedPointer<const MNEMeasDataSet>
ConstSPtr;
111 int getValuesAtTime(
float time,
float integ,
int nch,
bool use_abs,
float *value)
const;
133 float tmin,
float sfreq,
bool use_abs,
float *value);
mne library export/import macros.
Core MNE data structures (source spaces, source estimates, hemispheres).
Eigen::MatrixXf data_filt
QSharedPointer< const MNEMeasDataSet > ConstSPtr
Eigen::VectorXf baselines
static int getValuesFromChannelData(float time, float integ, float **data, int nsamp, int nch, float tmin, float sfreq, bool use_abs, float *value)
QSharedPointer< MNEMeasDataSet > SPtr
Eigen::MatrixXf data_white
MNEMeasDataSet()
Constructs an empty measurement data set.
int getValuesAtTime(float time, float integ, int nch, bool use_abs, float *value) const
Eigen::MatrixXf data_proj