GNU Radio v3.6.2-1-ga4e2e8a9 C++ API
digital_lms_dd_equalizer_cc.h File Reference

Go to the source code of this file.

Classes

class  digital_lms_dd_equalizer_cc
 Least-Mean-Square Decision Directed Equalizer (complex in/out)This block implements an LMS-based decision-directed equalizer. It uses a set of weights, w, to correlate against the inputs, u, and a decisions is then made from this output. The error in the decision is used to update teh weight vector. More...

Functions

DIGITAL_API
digital_lms_dd_equalizer_cc_sptr 
digital_make_lms_dd_equalizer_cc (int num_taps, float mu, int sps, digital_constellation_sptr cnst)

Function Documentation