Skip to content

Baseline operations

André Mouraux edited this page Apr 8, 2015 · 2 revisions

Baseline operations are used to express signals (epoched data) relative to a reference interval.


Baseline correction

This function is used to apply a baseline correction to epoched EEG data. This allows expressing signals relative to a reference interval (e.g. a time interval before the onset of the stimulus).

baseline_correction

  • Baseline operation. Several operations are available : subtract (remove the mean of the signal amplitude measured during the reference interval), ER% (express signal amplitude as the percentage of change relative to the mean of the signal amplitude measured during the reference interval), divide (express the ratio between signal amplitude and the mean of the signal amplitude measured during the reference interval) and zscore (express the signal as standard deviation relative to the distribution of the signal measured during the reference interval).
  • Reference interval. The begin and end of the reference interval. For example, the reference interval can be defined as the 0.5 s preceding the onset of the stimulus (begin : -0.5 s, end: 0.0 s).

Frequency spectrum SNR (SS-EPs)

This function is used to express the magnitude of steady-state evoked potentials (SS-EPs) identified in frequency spectra relative to the amplitude of the spectra obtained at neighbouring frequency bins. The function can be viewed as a method to apply a baseline correction in the frequency domain. See Nozaradan et al. 2011 for an example.

frequency_spectrum_snr

  • Range of surrounding bins defining baseline. Each bin of the frequency spectrum will be expressed relative to the amplitude of the frequency spectrum obtained at surrounding bins. This parameter defines the range of surrounding frequency bins that should be used to compute the baseline operation. In this example, each bin (i) will be expressed relative to bins (i-2 to i-5 and i+2 to i+5). When defining this interval, it is important to take into consideration the frequency resolution of your FFT, as well as the spread of your response (SS-EP) in the frequency domain (Is it restricted to a single frequency bin? does it spread to several frequency bins?)
  • Number of extreme bins to remove (min and max). This option allows discarding extreme values in the reference interval (defined by the range of surrounding bins). This can be useful to avoid effects due to the presence of artifacts in the surrounding frequency bins.
  • Operation. Several operations can be applied: subtract (subtract the mean of the reference interval), SNR (express as the ratio of the reference interval), zscore (express as the standard deviation relative to the distribution of the reference interval), percent (express as percentage of difference relative to the mean of the reference interval).
Clone this wiki locally