pub fn multiband( bands: &[(Float, Float)], taps: usize, window: &Window, ) -> Option<Vec<Complex>>
Create a multiband filter.
TODO: this is untested.