pyeeg.vizu.plot_filterbank

pyeeg.vizu.plot_filterbank(fbank)

Plot a filterbank as created by pyeeg.preprocess.create_filterbank().

Parameters:

fbank (list of tuple of ndarray) – Filterbank, each element being a (b, a) pair of filter coefficients (numerator/denominator).

Returns:

fig – The figure containing the frequency response plot.

Return type:

matplotlib.figure.Figure