#include <MP_model_PA_impl.h>
|
| MP_model_PA_impl (int Order, int Mem_Depth, std::string Mode, const std::vector< gr_complex > &Coeff) |
|
| ~MP_model_PA_impl () |
|
int | work (int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items) |
|
void | initialise_Coefficients (const std::vector< gr_complex > &Coeff) |
|
void | gen_MP_vector (const gr_complex *in, int item, int K_a, int L_a, cx_fcolvec &MP_vector) |
|
◆ MP_model_PA_impl()
gr::dpd::MP_model_PA_impl::MP_model_PA_impl |
( |
int |
Order, |
|
|
int |
Mem_Depth, |
|
|
std::string |
Mode, |
|
|
const std::vector< gr_complex > & |
Coeff |
|
) |
| |
◆ ~MP_model_PA_impl()
gr::dpd::MP_model_PA_impl::~MP_model_PA_impl |
( |
| ) |
|
◆ gen_MP_vector()
void gr::dpd::MP_model_PA_impl::gen_MP_vector |
( |
const gr_complex * |
in, |
|
|
int |
item, |
|
|
int |
K_a, |
|
|
int |
L_a, |
|
|
cx_fcolvec & |
MP_vector |
|
) |
| |
◆ initialise_Coefficients()
void gr::dpd::MP_model_PA_impl::initialise_Coefficients |
( |
const std::vector< gr_complex > & |
Coeff | ) |
|
◆ work()
int gr::dpd::MP_model_PA_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: