GNU Radio Manual and C++ API Reference  3.10.9.1
The Free & Open Software Radio Ecosystem
gr::digital::adaptive_algorithm_nlms Class Reference

#include <gnuradio/digital/adaptive_algorithm_nlms.h>

Public Types

typedef std::shared_ptr< adaptive_algorithm_nlmssptr
 

Public Member Functions

gr_complex update_tap (const gr_complex tap, const gr_complex &in, const gr_complex error, const gr_complex decision) override
 
void update_taps (gr_complex *taps, const gr_complex *in, const gr_complex error, const gr_complex decision, unsigned int num_taps) override
 
 ~adaptive_algorithm_nlms () override
 
void initialize_taps (std::vector< gr_complex > &taps) override
 
- Public Member Functions inherited from gr::digital::adaptive_algorithm
virtual ~adaptive_algorithm ()
 
 adaptive_algorithm (adaptive_algorithm_t alg_type, constellation_sptr cons)
 
adaptive_algorithm_sptr base ()
 
virtual gr_complex error_dd (gr_complex &wu, gr_complex &decision) const
 
virtual gr_complex error_tr (const gr_complex &wu, const gr_complex &d_n) const
 

Static Public Member Functions

static sptr make (constellation_sptr cons, float step_size)
 

Protected Member Functions

 adaptive_algorithm_nlms (constellation_sptr cons, float step_size)
 

Additional Inherited Members

- Protected Attributes inherited from gr::digital::adaptive_algorithm
const adaptive_algorithm_t d_algorithm_type
 
const constellation_sptr d_constellation
 

Member Typedef Documentation

◆ sptr

Constructor & Destructor Documentation

◆ adaptive_algorithm_nlms()

gr::digital::adaptive_algorithm_nlms::adaptive_algorithm_nlms ( constellation_sptr  cons,
float  step_size 
)
inlineprotected

References gr::digital::NLMS.

◆ ~adaptive_algorithm_nlms()

gr::digital::adaptive_algorithm_nlms::~adaptive_algorithm_nlms ( )
inlineoverride

Member Function Documentation

◆ initialize_taps()

void gr::digital::adaptive_algorithm_nlms::initialize_taps ( std::vector< gr_complex > &  taps)
inlineoverridevirtual

Reimplemented from gr::digital::adaptive_algorithm.

References taps.

◆ make()

static sptr gr::digital::adaptive_algorithm_nlms::make ( constellation_sptr  cons,
float  step_size 
)
inlinestatic

References pmt::cons().

◆ update_tap()

gr_complex gr::digital::adaptive_algorithm_nlms::update_tap ( const gr_complex  tap,
const gr_complex in,
const gr_complex  error,
const gr_complex  decision 
)
inlineoverridevirtual

◆ update_taps()

void gr::digital::adaptive_algorithm_nlms::update_taps ( gr_complex taps,
const gr_complex in,
const gr_complex  error,
const gr_complex  decision,
unsigned int  num_taps 
)
inlineoverridevirtual

Reimplemented from gr::digital::adaptive_algorithm.

References taps.


The documentation for this class was generated from the following file: