#include <gnuradio/digital/adaptive_algorithm.h>
|  | 
| virtual | ~adaptive_algorithm () | 
|  | adaptive_algorithm (adaptive_algorithm_t alg_type, constellation_sptr cons) | 
| adaptive_algorithm_sptr | base () | 
| virtual void | initialize_taps (std::vector< gr_complex > &taps) | 
| 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 | 
| virtual gr_complex | update_tap (const gr_complex tap, const gr_complex &in, const gr_complex error, const gr_complex decision)=0 | 
| virtual void | update_taps (gr_complex *taps, const gr_complex *in, const gr_complex error, const gr_complex decision, unsigned int num_taps) | 
◆ ~adaptive_algorithm()
  
  | 
        
          | virtual gr::digital::adaptive_algorithm::~adaptive_algorithm | ( |  | ) |  |  | inlinevirtual | 
 
 
◆ adaptive_algorithm()
  
  | 
        
          | gr::digital::adaptive_algorithm::adaptive_algorithm | ( | adaptive_algorithm_t | alg_type, |  
          |  |  | constellation_sptr | cons ) |  | inline | 
 
 
◆ base()
  
  | 
        
          | adaptive_algorithm_sptr gr::digital::adaptive_algorithm::base | ( |  | ) |  |  | inline | 
 
 
◆ error_dd()
◆ error_tr()
◆ initialize_taps()
  
  | 
        
          | virtual void gr::digital::adaptive_algorithm::initialize_taps | ( | std::vector< gr_complex > & | taps | ) |  |  | inlinevirtual | 
 
 
◆ update_tap()
◆ update_taps()
◆ d_algorithm_type
◆ d_constellation
  
  | 
        
          | const constellation_sptr gr::digital::adaptive_algorithm::d_constellation |  | protected | 
 
 
The documentation for this class was generated from the following file: