Go to the documentation of this file.
23 #ifndef INCLUDED_DIGITAL_KURTOTIC_EQUALIZER_CC_H
24 #define INCLUDED_DIGITAL_KURTOTIC_EQUALIZER_CC_H
54 static sptr make(
int num_taps,
float mu);
56 virtual float gain()
const = 0;
57 virtual void set_gain(
float mu) = 0;