GNU Radio's DPD Package
gr::dpd::LMS_postdistorter_impl Class Reference

#include <LMS_postdistorter_impl.h>

Inheritance diagram for gr::dpd::LMS_postdistorter_impl:
gr::dpd::LMS_postdistorter

Public Member Functions

 LMS_postdistorter_impl (const std::vector< int > &dpd_params, int iter_limit, std::string method)
 
 ~LMS_postdistorter_impl ()
 
cx_mat ls_estimation (cx_mat A, gr_complexd y)
 
void gen_GMPvector (const gr_complexd *const in, int item, int K_a, int L_a, int K_b, int M_b, int L_b, cx_colvec &GMP_vector)
 
int work (int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items)
 

Additional Inherited Members

- Public Types inherited from gr::dpd::LMS_postdistorter
typedef boost::shared_ptr< LMS_postdistortersptr
 
- Static Public Member Functions inherited from gr::dpd::LMS_postdistorter
static sptr make (const std::vector< int > &dpd_params, int iter_limit, std::string method)
 Make LMS_postdistorter. More...
 

Constructor & Destructor Documentation

◆ LMS_postdistorter_impl()

gr::dpd::LMS_postdistorter_impl::LMS_postdistorter_impl ( const std::vector< int > &  dpd_params,
int  iter_limit,
std::string  method 
)

◆ ~LMS_postdistorter_impl()

gr::dpd::LMS_postdistorter_impl::~LMS_postdistorter_impl ( )

Member Function Documentation

◆ gen_GMPvector()

void gr::dpd::LMS_postdistorter_impl::gen_GMPvector ( const gr_complexd *const  in,
int  item,
int  K_a,
int  L_a,
int  K_b,
int  M_b,
int  L_b,
cx_colvec &  GMP_vector 
)

◆ ls_estimation()

cx_mat gr::dpd::LMS_postdistorter_impl::ls_estimation ( cx_mat  A,
gr_complexd  y 
)

◆ work()

int gr::dpd::LMS_postdistorter_impl::work ( int  noutput_items,
gr_vector_const_void_star &  input_items,
gr_vector_void_star &  output_items 
)

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