GNU Radio's DAB Package
gr::dab::select_subch_vfvf Class Reference

selects vectors out of input vectors that belong to one subchannel More...

#include <select_subch_vfvf.h>

Inheritance diagram for gr::dab::select_subch_vfvf:

Public Types

typedef boost::shared_ptr< select_subch_vfvfsptr
 

Static Public Member Functions

static sptr make (unsigned int vlen_in, unsigned int vlen_out, unsigned int address, unsigned int total_size)
 Return a shared_ptr to a new instance of dab::select_subch_vfvf. More...
 

Detailed Description

selects vectors out of input vectors that belong to one subchannel

input: float vector of size vlen_in

output: float vector of size vlen_out

selects vlen_out/vlen_in vectors of total_size input vectors, beginning at address

Parameters
vlen_inLength of input vector in floats.
vlen_outLength of output vector in floats.
addressnumber of input vector where output the output vector begins
total_sizesize in input vectors of one frame (dumped after output vector is selected)

Member Typedef Documentation

◆ sptr

Member Function Documentation

◆ make()

static sptr gr::dab::select_subch_vfvf::make ( unsigned int  vlen_in,
unsigned int  vlen_out,
unsigned int  address,
unsigned int  total_size 
)
static

Return a shared_ptr to a new instance of dab::select_subch_vfvf.

To avoid accidental use of raw pointers, dab::select_subch_vfvf's constructor is in a private implementation class. dab::select_subch_vfvf::make is the public interface for creating new instances.


The documentation for this class was generated from the following file: