multiband

Function multiband 

Source
pub fn multiband(
    bands: &[(Float, Float)],
    taps: usize,
    window: &Window,
) -> Option<Vec<Complex>>
Expand description

Create a multiband filter.

TODO: this is untested.