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

Parameters for cHPI notch filtering. More...

#include <filter_chpi.h>

Public Attributes

double dNotchWidth = 2.0
int iFilterOrder = 4
bool bMegOnly = true

Detailed Description

Parameters for cHPI notch filtering.

Definition at line 55 of file filter_chpi.h.

Member Data Documentation

◆ bMegOnly

bool UTILSLIB::FilterChpiParams::bMegOnly = true

If true, only filter MEG channels. If false, filter all channels.

Definition at line 59 of file filter_chpi.h.

◆ dNotchWidth

double UTILSLIB::FilterChpiParams::dNotchWidth = 2.0

Half-width of each notch filter in Hz (notch = freq +/- width).

Definition at line 57 of file filter_chpi.h.

◆ iFilterOrder

int UTILSLIB::FilterChpiParams::iFilterOrder = 4

Butterworth order for each notch filter.

Definition at line 58 of file filter_chpi.h.


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