#include <GMP_model_PA_impl.h>
|
| GMP_model_PA_impl (int model_param1, int model_param2, int model_param3, int model_param4, int model_param5, std::string mode, const std::vector< gr_complex > &coeff1, const std::vector< gr_complex > &coeff2) |
|
| ~GMP_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 > &coeff1, const std::vector< gr_complex > &coeff2) |
|
void | gen_GMP_vector (const gr_complex *const in, int item, int K_a, int L_a, int K_b, int M_b, int L_b, cx_fcolvec &GMP_vector) |
|
|
typedef boost::shared_ptr< GMP_model_PA > | sptr |
|
static sptr | make (int model_param1, int model_param2, int model_param3, int model_param4, int model_param5, std::string mode, const std::vector< gr_complex > &coeff1, const std::vector< gr_complex > &coeff2) |
| Make a GMP_model_PA block. More...
|
|
◆ GMP_model_PA_impl()
gr::dpd::GMP_model_PA_impl::GMP_model_PA_impl |
( |
int |
model_param1, |
|
|
int |
model_param2, |
|
|
int |
model_param3, |
|
|
int |
model_param4, |
|
|
int |
model_param5, |
|
|
std::string |
mode, |
|
|
const std::vector< gr_complex > & |
coeff1, |
|
|
const std::vector< gr_complex > & |
coeff2 |
|
) |
| |
◆ ~GMP_model_PA_impl()
gr::dpd::GMP_model_PA_impl::~GMP_model_PA_impl |
( |
| ) |
|
◆ gen_GMP_vector()
void gr::dpd::GMP_model_PA_impl::gen_GMP_vector |
( |
const gr_complex *const |
in, |
|
|
int |
item, |
|
|
int |
K_a, |
|
|
int |
L_a, |
|
|
int |
K_b, |
|
|
int |
M_b, |
|
|
int |
L_b, |
|
|
cx_fcolvec & |
GMP_vector |
|
) |
| |
◆ initialise_Coefficients()
void gr::dpd::GMP_model_PA_impl::initialise_Coefficients |
( |
const std::vector< gr_complex > & |
coeff1, |
|
|
const std::vector< gr_complex > & |
coeff2 |
|
) |
| |
◆ work()
int gr::dpd::GMP_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: