8 #ifndef INCLUDED_DPD_PREDISTORTER_TRAINING_H 9 #define INCLUDED_DPD_PREDISTORTER_TRAINING_H 11 #include <gnuradio/sync_block.h> 46 typedef boost::shared_ptr<predistorter_training>
sptr;
58 static sptr make(
const std::vector<int>& dpd_params,
60 const std::vector<gr_complex>& taps);
Definition: gain_phase_calibrate.h:14
boost::shared_ptr< predistorter_training > sptr
Definition: predistorter_training.h:46
#define DPD_API
Definition: api.h:19
Performs predistortion of the input stream to be fed to the Power Amplifier (PA). ...
Definition: predistorter_training.h:43