#include <dewhitening_impl.h>
|
| | dewhitening_impl () |
| | Construct a new dewhitening impl object. More...
|
| |
| | ~dewhitening_impl () |
| | Destroy the dewhitening impl object. More...
|
| |
| void | forecast (int noutput_items, gr_vector_int &ninput_items_required) |
| | standard gnuradio function to tell the system when to start work 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 dewhitining function. More...
|
| |
◆ dewhitening_impl()
| gr::lora_sdr::dewhitening_impl::dewhitening_impl |
( |
| ) |
|
Construct a new dewhitening impl object.
◆ ~dewhitening_impl()
| gr::lora_sdr::dewhitening_impl::~dewhitening_impl |
( |
| ) |
|
Destroy the dewhitening impl object.
◆ forecast()
| void gr::lora_sdr::dewhitening_impl::forecast |
( |
int |
noutput_items, |
|
|
gr_vector_int & |
ninput_items_required |
|
) |
| |
standard gnuradio function to tell the system when to start work
- Parameters
-
| noutput_items | : number of output items |
| ninput_items_required | : number of input items required |
◆ general_work()
| int gr::lora_sdr::dewhitening_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 dewhitining function.
- Parameters
-
| noutput_items | : number of output items |
| ninput_items | : number of input items |
| input_items | : input data (i.e. header_decoder stage) |
| output_items | : output data |
- Returns
- int
The documentation for this class was generated from the following file: