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 101 of file mne_process_description.h.

Member Data Documentation

◆ eogHighpass

float MNELIB::FilterSettings::eogHighpass = 0.0f

EOG highpass corner (Hz).

Definition at line 109 of file mne_process_description.h.

◆ eogHighpassWidth

float MNELIB::FilterSettings::eogHighpassWidth = 0.0f

EOG highpass transition width (Hz).

Definition at line 110 of file mne_process_description.h.

◆ eogLowpass

float MNELIB::FilterSettings::eogLowpass = 40.0f

EOG lowpass corner (Hz).

Definition at line 111 of file mne_process_description.h.

◆ eogLowpassWidth

float MNELIB::FilterSettings::eogLowpassWidth = 5.0f

EOG lowpass transition width (Hz).

Definition at line 112 of file mne_process_description.h.

◆ filterOn

bool MNELIB::FilterSettings::filterOn = true

Filter active?

Definition at line 102 of file mne_process_description.h.

◆ filterSize

int MNELIB::FilterSettings::filterSize = 4096

FFT size.

Definition at line 103 of file mne_process_description.h.

◆ highpass

float MNELIB::FilterSettings::highpass = 0.0f

Highpass corner (Hz).

Definition at line 105 of file mne_process_description.h.

◆ highpassWidth

float MNELIB::FilterSettings::highpassWidth = 0.0f

Highpass transition width (Hz).

Definition at line 106 of file mne_process_description.h.

◆ lowpass

float MNELIB::FilterSettings::lowpass = 40.0f

Lowpass corner (Hz).

Definition at line 107 of file mne_process_description.h.

◆ lowpassWidth

float MNELIB::FilterSettings::lowpassWidth = 5.0f

Lowpass transition width (Hz).

Definition at line 108 of file mne_process_description.h.

◆ taperSize

int MNELIB::FilterSettings::taperSize = 2048

Taper size.

Definition at line 104 of file mne_process_description.h.


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