v2.0.0
Loading...
Searching...
No Matches
MNELIB::FilterSettings Struct Reference

#include <mne_process_description.h>

Public Attributes

bool filterOn = true
int filterSize = 4096
int taperSize = 2048
float highpass = 0.0f
float highpassWidth = 0.0f
float lowpass = 40.0f
float lowpassWidth = 5.0f
float eogHighpass = 0.0f
float eogHighpassWidth = 0.0f
float eogLowpass = 40.0f
float eogLowpassWidth = 5.0f

Detailed Description

Filter settings. Ported from mneFilterDefRec (MNE-C mne_types.h).

Definition at line 83 of file mne_process_description.h.

Member Data Documentation

◆ eogHighpass

float MNELIB::FilterSettings::eogHighpass = 0.0f

EOG highpass corner (Hz).

Definition at line 91 of file mne_process_description.h.

◆ eogHighpassWidth

float MNELIB::FilterSettings::eogHighpassWidth = 0.0f

EOG highpass transition width (Hz).

Definition at line 92 of file mne_process_description.h.

◆ eogLowpass

float MNELIB::FilterSettings::eogLowpass = 40.0f

EOG lowpass corner (Hz).

Definition at line 93 of file mne_process_description.h.

◆ eogLowpassWidth

float MNELIB::FilterSettings::eogLowpassWidth = 5.0f

EOG lowpass transition width (Hz).

Definition at line 94 of file mne_process_description.h.

◆ filterOn

bool MNELIB::FilterSettings::filterOn = true

Filter active?

Definition at line 84 of file mne_process_description.h.

◆ filterSize

int MNELIB::FilterSettings::filterSize = 4096

FFT size.

Definition at line 85 of file mne_process_description.h.

◆ highpass

float MNELIB::FilterSettings::highpass = 0.0f

Highpass corner (Hz).

Definition at line 87 of file mne_process_description.h.

◆ highpassWidth

float MNELIB::FilterSettings::highpassWidth = 0.0f

Highpass transition width (Hz).

Definition at line 88 of file mne_process_description.h.

◆ lowpass

float MNELIB::FilterSettings::lowpass = 40.0f

Lowpass corner (Hz).

Definition at line 89 of file mne_process_description.h.

◆ lowpassWidth

float MNELIB::FilterSettings::lowpassWidth = 5.0f

Lowpass transition width (Hz).

Definition at line 90 of file mne_process_description.h.

◆ taperSize

int MNELIB::FilterSettings::taperSize = 2048

Taper size.

Definition at line 86 of file mne_process_description.h.


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