Parameters for muscle artifact annotation. More...
#include <annotate_artifact.h>
Public Attributes | |
| double | dThreshold = 5.0 |
| double | dFilterLow = 110.0 |
| double | dFilterHigh = 140.0 |
| int | iFilterOrder = 4 |
| double | dMinDuration = 0.1 |
| double | dMinGapSec = 0.25 |
Parameters for muscle artifact annotation.
Definition at line 74 of file annotate_artifact.h.
| double UTILSLIB::AnnotateMusclParams::dFilterHigh = 140.0 |
Low-pass cutoff for muscle band (Hz).
Definition at line 78 of file annotate_artifact.h.
| double UTILSLIB::AnnotateMusclParams::dFilterLow = 110.0 |
High-pass cutoff for muscle band (Hz).
Definition at line 77 of file annotate_artifact.h.
| double UTILSLIB::AnnotateMusclParams::dMinDuration = 0.1 |
Minimum annotation duration in seconds.
Definition at line 80 of file annotate_artifact.h.
| double UTILSLIB::AnnotateMusclParams::dMinGapSec = 0.25 |
Merge annotations closer than this (seconds).
Definition at line 81 of file annotate_artifact.h.
| double UTILSLIB::AnnotateMusclParams::dThreshold = 5.0 |
Z-score threshold for marking as muscle artifact.
Definition at line 76 of file annotate_artifact.h.
| int UTILSLIB::AnnotateMusclParams::iFilterOrder = 4 |
Butterworth order.
Definition at line 79 of file annotate_artifact.h.