extract_bands

brainsets.processing.signal.extract_bands(lfps, ts, Fs=1000, notch=60)[source]

Extract bands from LFP

We prefer to extract bands from the LFP upstream rather than downstream, because it can be difficult to estimate e.g. the phase of low-frequency LFPs from short segments.

We use the proposed bands from Stravisky et al. (2015), but we use the MNE toolbox rather than straight scipy signal.

Return type:

Tuple[ndarray, ndarray, List]