v2.0.0
Loading...
Searching...
No Matches
UTILSLIB::AnnotateMusclParams Struct Reference

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

Detailed Description

Parameters for muscle artifact annotation.

Definition at line 74 of file annotate_artifact.h.

Member Data Documentation

◆ dFilterHigh

double UTILSLIB::AnnotateMusclParams::dFilterHigh = 140.0

Low-pass cutoff for muscle band (Hz).

Definition at line 78 of file annotate_artifact.h.

◆ dFilterLow

double UTILSLIB::AnnotateMusclParams::dFilterLow = 110.0

High-pass cutoff for muscle band (Hz).

Definition at line 77 of file annotate_artifact.h.

◆ dMinDuration

double UTILSLIB::AnnotateMusclParams::dMinDuration = 0.1

Minimum annotation duration in seconds.

Definition at line 80 of file annotate_artifact.h.

◆ dMinGapSec

double UTILSLIB::AnnotateMusclParams::dMinGapSec = 0.25

Merge annotations closer than this (seconds).

Definition at line 81 of file annotate_artifact.h.

◆ dThreshold

double UTILSLIB::AnnotateMusclParams::dThreshold = 5.0

Z-score threshold for marking as muscle artifact.

Definition at line 76 of file annotate_artifact.h.

◆ iFilterOrder

int UTILSLIB::AnnotateMusclParams::iFilterOrder = 4

Butterworth order.

Definition at line 79 of file annotate_artifact.h.


The documentation for this struct was generated from the following file: