GNU Radio 3.5.1 C++ API
|
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) |
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 | ||
) |