AwCore
AnyWave core library
Public Member Functions | List of all members
AwFilteringOptions Class Reference

This class defines the filtering options for the different types of channels that AnyWave can filter. More...

Public Member Functions

void setEEGFilters (float l, float h)
 
void setMEGFilters (float l, float h)
 
void setEMGFilters (float l, float h)
 
float EEGHigh ()
 
float EEGLow ()
 
float MEGHigh ()
 
float MEGLow ()
 
float EMGHigh ()
 
float EMGLow ()
 

Detailed Description

This class defines the filtering options for the different types of channels that AnyWave can filter.

Note that only MEG, EEG/SEEG and EMG/ECG channels are managed by this class. EEG filtering options are also applied to SEEG channels. EMG filtering options are also applied to ECG channels.

Remarks
This object is used when a process plug-in is requesting data to AnyWave.

Member Function Documentation

float AwFilteringOptions::EEGHigh ( )
inline

Returns the high pass filter currently applied to EEG/SEEG channels.

float AwFilteringOptions::EEGLow ( )
inline

Returns the low pass filter currently applied to EEG/SEEG channels.

float AwFilteringOptions::EMGHigh ( )
inline

Returns the high pass filter currently applied to EMG/ECG channels.

float AwFilteringOptions::EMGLow ( )
inline

Returns the low pass filter currently applied to EMG/ECG channels.

float AwFilteringOptions::MEGHigh ( )
inline

Returns the high pass filter currently applied to MEG channels.

float AwFilteringOptions::MEGLow ( )
inline

Returns the low pass filter currently applied to MEG channels.

void AwFilteringOptions::setEEGFilters ( float  l,
float  h 
)

Sets low and high pass filtering options for ALL the EEG channels.

void AwFilteringOptions::setEMGFilters ( float  l,
float  h 
)

Sets low and high pass filtering options for ALL the EMG channels.

void AwFilteringOptions::setMEGFilters ( float  l,
float  h 
)

Sets low and high pass filtering options for ALL the MEG channels.


The documentation for this class was generated from the following files: