MNE-CPP
beta 1.0
|
Real-time covariance estimation. More...
#include <rtcov.h>
Public Types | |
typedef QSharedPointer< RtCov > | SPtr |
typedef QSharedPointer< const RtCov > | ConstSPtr |
Signals | |
void | covCalculated (FIFFLIB::FiffCov::SPtr p_pCov) |
Public Member Functions | |
RtCov (qint32 p_iMaxSamples, FiffInfo::SPtr p_pFiffInfo, QObject *parent=0) | |
~RtCov () | |
void | append (const MatrixXd &p_DataSegment) |
bool | isRunning () |
void | setSamples (qint32 samples) |
virtual bool | start () |
virtual bool | stop () |
Protected Member Functions | |
virtual void | run () |
Real-time covariance estimation.
Real-time covariance estimation
typedef QSharedPointer<const RtCov> RTINVLIB::RtCov::ConstSPtr |
typedef QSharedPointer<RtCov> RTINVLIB::RtCov::SPtr |
|
explicit |
RtCov::~RtCov | ( | ) |
void RtCov::append | ( | const MatrixXd & | p_DataSegment | ) |
|
signal |
Signal which is emitted when a new covariance Matrix is estimated.
[out] | p_pCov | The covariance matrix |
|
inline |
|
protectedvirtual |
void RtCov::setSamples | ( | qint32 | samples | ) |
|
virtual |
|
virtual |