unpuncturing of a stream sequence
More...
#include <unpuncture_ff_impl.h>
|
| | unpuncture_ff_impl (const std::vector< unsigned char > &puncturing_vector, float fillval) |
| | ~unpuncture_ff_impl () |
| void | forecast (int noutput_items, gr_vector_int &ninput_items_required) |
| int | general_work (int noutput_items, gr_vector_int &ninput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items) |
unpuncturing of a stream sequence
unpuncturing of a stream sequence according to the puncturing_vector (writing a stream element at a '1' and writing the fillval at a '0')
- Parameters
-
| puncturing_vector | vector with puncturing sequence, length of puncturing_vector is length of a stream sequence |
| fillval | value to fill in for a zero of the puncturing vector |
◆ unpuncture_ff_impl()
| gr::dab::unpuncture_ff_impl::unpuncture_ff_impl |
( |
const std::vector< unsigned char > & | puncturing_vector, |
|
|
float | fillval ) |
◆ ~unpuncture_ff_impl()
| gr::dab::unpuncture_ff_impl::~unpuncture_ff_impl |
( |
| ) |
|
◆ forecast()
| void gr::dab::unpuncture_ff_impl::forecast |
( |
int | noutput_items, |
|
|
gr_vector_int & | ninput_items_required ) |
◆ general_work()
| int gr::dab::unpuncture_ff_impl::general_work |
( |
int | noutput_items, |
|
|
gr_vector_int & | ninput_items, |
|
|
gr_vector_const_void_star & | input_items, |
|
|
gr_vector_void_star & | output_items ) |
The documentation for this class was generated from the following file: