GNU Radio's DAB Package
|
applies time deinterleaving to a vector More...
#include <time_deinterleave_ff.h>
Public Types | |
typedef boost::shared_ptr< time_deinterleave_ff > | sptr |
Static Public Member Functions | |
static sptr | make (int vector_length, const std::vector< unsigned char > &scrambling_vector) |
Return a shared_ptr to a new instance of dab::time_deinterleave_ff. More... | |
applies time deinterleaving to a vector
applies time deinterleaving to a vector with its arg_max[scrambling_vector] predecessors, the scrambling_vector describes which vector element comes from which predecessors
vector_length | length of input vectors |
scrambling_vector | vector with scrambling parameters (see DAB standard p.138) |
typedef boost::shared_ptr<time_deinterleave_ff> gr::dab::time_deinterleave_ff::sptr |
|
static |
Return a shared_ptr to a new instance of dab::time_deinterleave_ff.
To avoid accidental use of raw pointers, dab::time_deinterleave_ff's constructor is in a private implementation class. dab::time_deinterleave_ff::make is the public interface for creating new instances.