|
GNU Radio's LORA_SDR Package
|
Go to the documentation of this file. 1 #ifndef INCLUDED_LORA_DEINTERLEAVER_IMPL_H
2 #define INCLUDED_LORA_DEINTERLEAVER_IMPL_H
63 void forecast(
int noutput_items, gr_vector_int &ninput_items_required);
74 int general_work(
int noutput_items, gr_vector_int &ninput_items,
75 gr_vector_const_void_star &input_items,
76 gr_vector_void_star &output_items);
int general_work(int noutput_items, gr_vector_int &ninput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items)
Main function where the actual computation is done.
~deinterleaver_impl()
Destroy the deinterleaver impl object.
void forecast(int noutput_items, gr_vector_int &ninput_items_required)
Standard gnuradio function to tell the system with.
Definition: deinterleaver_impl.h:10
deinterleaver_impl(uint8_t sf)
Construct a new deinterleaver impl object.
Deinterleaves the received payload, for more information about the implementation visit deinterleaver...
Definition: deinterleaver.h:36