#include <gnuradio/digital/adaptive_algorithm_nlms.h>
 | 
| 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 | 
|   | 
| 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_nlms()
  
  
      
        
          | gr::digital::adaptive_algorithm_nlms::adaptive_algorithm_nlms  | 
          ( | 
          constellation_sptr  | 
          cons,  | 
         
        
           | 
           | 
          float  | 
          step_size  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inlineprotected   | 
  
 
 
◆ ~adaptive_algorithm_nlms()
  
  
      
        
          | gr::digital::adaptive_algorithm_nlms::~adaptive_algorithm_nlms  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlineoverride   | 
  
 
 
◆ initialize_taps()
  
  
      
        
          | void gr::digital::adaptive_algorithm_nlms::initialize_taps  | 
          ( | 
          std::vector< gr_complex > &  | 
          taps | ) | 
           | 
         
       
   | 
  
inlineoverridevirtual   | 
  
 
 
◆ make()
  
  
      
        
          | static sptr gr::digital::adaptive_algorithm_nlms::make  | 
          ( | 
          constellation_sptr  | 
          cons,  | 
         
        
           | 
           | 
          float  | 
          step_size  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inlinestatic   | 
  
 
 
◆ update_tap()
◆ update_taps()
The documentation for this class was generated from the following file: