eelbrain.filter_data

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

Apply mne.filter.filter_data() to an NDVar

Parameters
Returns

NDVar with same dimensions as ndvar and filtered data. The output type is always floating point regardless of the type of ndvar.

Return type

filtered_ndvar