-
Notifications
You must be signed in to change notification settings - Fork 7
fec_encoder.h
jbkuyke edited this page Jun 4, 2013
·
1 revision
The class is fec_encoder, a gnuradio block. It has four functions:
a) A general_work function, which should presumably perform the actual decoding;
b) A fixed_rate_ninput_to_noutput, returns the number of input samples that are required to produce noutput symbols
c) A fixed_rate_noutput_to_ninput, returns the number of output samples that will be produced by ninput symbols
d) A forecast function, returns estimate of the number of input items required to make noutput items.
Each fec_encoder has as a unique friend a generic_encoder, which is virtual.