Preprocessing#

This module contains functions to preprocess data for microstates analysis. General preprocessing, such as filtering, interpolation, ICA, … should be applied prior to those functions using the MNE preprocessing module.

apply_spatial_filter(inst[, ch_type, ...])

Apply a spatial filter.

extract_gfp_peaks(inst[, picks, return_all, ...])

Global Field Power (GFP) peaks extraction.

resample(inst[, picks, tmin, tmax, ...])

Resample a recording into epochs of random samples.