#include "../dsp_global.h"
#include <QPair>
#include <Eigen/Core>
Go to the source code of this file.
|
| DSPSHARED_EXPORT QList< Eigen::MatrixXi > | RTPROCESSINGLIB::toEventMatrix (QMap< int, QList< QPair< int, double > > > mapTriggers) |
| DSPSHARED_EXPORT QMap< int, QList< QPair< int, double > > > | RTPROCESSINGLIB::detectTriggerFlanksMax (const Eigen::MatrixXd &data, const QList< int > &lTriggerChannels, int iOffsetIndex, double dThreshold, bool bRemoveOffset, int iBurstLengthSamp=100) |
| DSPSHARED_EXPORT QList< QPair< int, double > > | RTPROCESSINGLIB::detectTriggerFlanksMax (const Eigen::MatrixXd &data, int iTriggerChannelIdx, int iOffsetIndex, double dThreshold, bool bRemoveOffset, int iBurstLengthSamp=100) |
| DSPSHARED_EXPORT QMap< int, QList< QPair< int, double > > > | RTPROCESSINGLIB::detectTriggerFlanksGrad (const Eigen::MatrixXd &data, const QList< int > &lTriggerChannels, int iOffsetIndex, double dThreshold, bool bRemoveOffset, const QString &type, int iBurstLengthSamp=100) |
| DSPSHARED_EXPORT QList< QPair< int, double > > | RTPROCESSINGLIB::detectTriggerFlanksGrad (const Eigen::MatrixXd &data, int iTriggerChannelIdx, int iOffsetIndex, double dThreshold, bool bRemoveOffset, const QString &type, int iBurstLengthSamp=100) |