mne.time_frequency.
fit_iir_model_raw
(raw, order=2, picks=None, tmin=None, tmax=None, verbose=None)¶Fits an AR model to raw data and creates the corresponding IIR filter
The computed filter is the average filter for all the picked channels. The frequency response is given by:
Parameters: | raw : Raw object
order : int
picks : array-like of int | None
tmin : float
tmax : float
verbose : bool, str, int, or None
|
---|---|
Returns: | b : ndarray
a : ndarray
|
mne.time_frequency.fit_iir_model_raw
¶