#include <gnuradio/digital/adaptive_algorithm_lms.h>
|  | 
|  | ~adaptive_algorithm_lms () override | 
| void | update_taps (gr_complex *taps, const gr_complex *in, const gr_complex error, const gr_complex decision, unsigned int num_taps) override | 
| gr_complex | update_tap (const gr_complex tap, const gr_complex &u_n, const gr_complex err, const gr_complex decision) override | 
| void | initialize_taps (std::vector< gr_complex > &taps) override | 
| 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 sptr | make (constellation_sptr cons, float step_size) | 
◆ sptr
◆ adaptive_algorithm_lms()
  
  | 
        
          | gr::digital::adaptive_algorithm_lms::adaptive_algorithm_lms | ( | constellation_sptr | cons, |  
          |  |  | float | step_size ) |  | inlineprotected | 
 
 
◆ ~adaptive_algorithm_lms()
  
  | 
        
          | gr::digital::adaptive_algorithm_lms::~adaptive_algorithm_lms | ( |  | ) |  |  | inlineoverride | 
 
 
◆ initialize_taps()
  
  | 
        
          | void gr::digital::adaptive_algorithm_lms::initialize_taps | ( | std::vector< gr_complex > & | taps | ) |  |  | inlineoverridevirtual | 
 
 
◆ make()
  
  | 
        
          | sptr gr::digital::adaptive_algorithm_lms::make | ( | constellation_sptr | cons, |  
          |  |  | float | step_size ) |  | inlinestatic | 
 
 
◆ update_tap()
◆ update_taps()
The documentation for this class was generated from the following file: