Home
last modified time | relevance | path

Searched refs:depuncture_bb_impl (Results 1 – 2 of 2) sorted by relevance

/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-fec/lib/
H A Ddepuncture_bb_impl.cc41 new depuncture_bb_impl(puncsize, puncpat, delay, symbol)); in make()
44 depuncture_bb_impl::depuncture_bb_impl(int puncsize, int puncpat, int delay, char symbol) in depuncture_bb_impl() function in gr::fec::depuncture_bb_impl
80 depuncture_bb_impl::~depuncture_bb_impl() {} in ~depuncture_bb_impl()
82 int depuncture_bb_impl::fixed_rate_ninput_to_noutput(int ninput) in fixed_rate_ninput_to_noutput()
87 int depuncture_bb_impl::fixed_rate_noutput_to_ninput(int noutput) in fixed_rate_noutput_to_ninput()
92 void depuncture_bb_impl::forecast(int noutput_items, gr_vector_int& ninput_items_required) in forecast()
108 int depuncture_bb_impl::general_work(int noutput_items, in general_work()
H A Ddepuncture_bb_impl.h31 class FEC_API depuncture_bb_impl : public depuncture_bb
41 depuncture_bb_impl(int puncsize, int puncpat, int delay = 0, char symbol = 127);
42 ~depuncture_bb_impl();