35#ifndef DETECTTRIGGER_RTPROCESSING_H
36#define DETECTTRIGGER_RTPROCESSING_H
60namespace RTPROCESSINGLIB
93 const QList<int>& lTriggerChannels,
97 int iBurstLengthSamp = 100);
113 int iTriggerChannelIdx,
117 int iBurstLengthSamp = 100);
134 const QList<int>& lTriggerChannels,
139 int iBurstLengthSamp = 100);
156 int iTriggerChannelIdx,
161 int iBurstLengthSamp = 100);
realtime library export/import macros.
#define RTPROCESINGSHARED_EXPORT
RTPROCESINGSHARED_EXPORT QMap< int, QList< QPair< int, double > > > detectTriggerFlanksMax(const Eigen::MatrixXd &data, const QList< int > &lTriggerChannels, int iOffsetIndex, double dThreshold, bool bRemoveOffset, int iBurstLengthSamp=100)
RTPROCESINGSHARED_EXPORT QList< Eigen::MatrixXi > toEventMatrix(QMap< int, QList< QPair< int, double > > > mapTriggers)
RTPROCESINGSHARED_EXPORT QMap< int, QList< QPair< int, double > > > detectTriggerFlanksGrad(const Eigen::MatrixXd &data, const QList< int > &lTriggerChannels, int iOffsetIndex, double dThreshold, bool bRemoveOffset, const QString &type, int iBurstLengthSamp=100)