23 #ifndef INCLUDED_DPD_MP_MODEL_PA_H 24 #define INCLUDED_DPD_MP_MODEL_PA_H 26 #include <gnuradio/sync_block.h> 57 typedef boost::shared_ptr<MP_model_PA>
sptr;
72 static sptr make(
int Order,
75 const std::vector<gr_complex>& Coeff);
boost::shared_ptr< MP_model_PA > sptr
Definition: MP_model_PA.h:57
Definition: gain_phase_calibrate.h:14
#define DPD_API
Definition: api.h:19
Implementation of Memory Polynomial model based Power Amplifier. (Complex input, Complex output) ...
Definition: MP_model_PA.h:53