Parameters for cHPI notch filtering. More...
#include <filter_chpi.h>
Public Attributes | |
| double | dNotchWidth = 2.0 |
| int | iFilterOrder = 4 |
| bool | bMegOnly = true |
Parameters for cHPI notch filtering.
Definition at line 55 of file filter_chpi.h.
| 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.
| 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.
| int UTILSLIB::FilterChpiParams::iFilterOrder = 4 |
Butterworth order for each notch filter.
Definition at line 58 of file filter_chpi.h.