C++ signal processing
Creation of a FIR equalizer.
Namespace: dsp::telecom
dsp::telecom
sptr<FilterGen<cfloat>> equalizer_fir_new(sptr<WaveForm> wf, const string &structure, cstring errf, float osf, float gain, int N1, int N2)
equalizer_zfe()