#include <interleaver_impl.h>
|
| | interleaver_impl (uint8_t cr, uint8_t sf) |
| | Construct a new interleaver impl object. More...
|
| |
| | ~interleaver_impl () |
| | Destroy the interleaver impl object. More...
|
| |
| void | forecast (int noutput_items, gr_vector_int &ninput_items_required) |
| | Standard gnuradio function to ensure a number of input items are received before continuing. More...
|
| |
| 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 that does the actual computation of the interleaver. More...
|
| |
◆ interleaver_impl()
| gr::lora_sdr::interleaver_impl::interleaver_impl |
( |
uint8_t |
cr, |
|
|
uint8_t |
sf |
|
) |
| |
Construct a new interleaver impl object.
- Parameters
-
| cr | coding rate |
| sf | sampling rate |
◆ ~interleaver_impl()
| gr::lora_sdr::interleaver_impl::~interleaver_impl |
( |
| ) |
|
Destroy the interleaver impl object.
◆ forecast()
| void gr::lora_sdr::interleaver_impl::forecast |
( |
int |
noutput_items, |
|
|
gr_vector_int & |
ninput_items_required |
|
) |
| |
Standard gnuradio function to ensure a number of input items are received before continuing.
- Parameters
-
| noutput_items | : number of input items |
| ninput_items_required | : number of requires input items = 1 |
◆ general_work()
| int gr::lora_sdr::interleaver_impl::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 that does the actual computation of the interleaver.
- Parameters
-
| noutput_items | : number of output items |
| ninput_items | : number of input items |
| input_items | : the data of the input items (i.e hamming encoding stage) |
| output_items | : output data |
- Returns
- int
The documentation for this class was generated from the following file: