#include <LMS_postdistorter_impl.h>
|
| 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) |
|
◆ 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 |
( |
| ) |
|
◆ 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: