22#ifndef INCLUDED_CDMA_VECTOR_INSERT2_H
23#define INCLUDED_CDMA_VECTOR_INSERT2_H
26#include <gnuradio/block.h>
44 typedef boost::shared_ptr<vector_insert2>
sptr;
58 static sptr make(
const std::vector< gr_complex > data,
int periodicity,
int offset);
#define CDMA_API
Definition: api.h:30
Insert a specified (complex) vector periodically in the (complex) input stream.
Definition: vector_insert2.h:42
static sptr make(const std::vector< gr_complex > data, int periodicity, int offset)
Return a shared_ptr to a new instance of cdma::vector_insert2.
boost::shared_ptr< vector_insert2 > sptr
Definition: vector_insert2.h:44
Definition: amp_var_est.h:30