eelbrain.filter_data

eelbrain.filter_data(ndvar, low=None, high=None, *, name=None, n_jobs=1, **filter_kwargs)

Apply mne.filter.filter_data() to an NDVar

Parameters:
Returns:

Filtered data, same dimensions as ndvar. The type is always floating point regardless of the type of ndvar.

Return type:

NDVar