pyeeg.preprocess.create_filterbank

pyeeg.preprocess.create_filterbank(freqs, srate, filtertype=<function cheby2>, **kwargs)

Creates a filter bank, by default of chebychev type 2 filters. Parameters of filter are to be defined as name value pair arguments. Frequency bands are defined with boundaries instead of center frequencies.