extern crate basic_dsp;
use *;
use *;
;
/// This example is just supposed to make the syntax clearer on how to implement one
/// of the traits which are indended to be extended by users as required:
/// `RealImpulseResponse`, `RealFrequencyResponse`, `ComplexImpulseResponse`, `ComplexFrequencyResponse`
/// and `WindowFunction`.