8 #ifndef INCLUDED_DPD_STREAM_TO_GMP_VECTOR_H 9 #define INCLUDED_DPD_STREAM_TO_GMP_VECTOR_H 11 #include <gnuradio/sync_block.h> 32 typedef boost::shared_ptr<stream_to_gmp_vector>
sptr;
42 static sptr make(
const std::vector<int>& dpd_params);
Definition: gain_phase_calibrate.h:14
boost::shared_ptr< stream_to_gmp_vector > sptr
Definition: stream_to_gmp_vector.h:32
#define DPD_API
Definition: api.h:19
Converts a stream of single complex data items into corresponding GMP vectors based on GMP model para...
Definition: stream_to_gmp_vector.h:29