#include <partial_ml_impl.h>
|
| partial_ml_impl (uint8_t sf, uint8_t id) |
|
| ~partial_ml_impl () |
|
void | forecast (int noutput_items, gr_vector_int &ninput_items_required) |
|
int | general_work (int noutput_items, gr_vector_int &ninput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items) |
|
|
typedef std::shared_ptr< partial_ml > | sptr |
|
static sptr | make (uint8_t sf, uint8_t id) |
| Calculate the likelihood of the synchronised user symbol as well as the matched filter output of the two overlapping symbols of the non-synchronised user.
|
|
◆ partial_ml_impl()
gr::lora_sdr::partial_ml_impl::partial_ml_impl |
( |
uint8_t |
sf, |
|
|
uint8_t |
id |
|
) |
| |
◆ ~partial_ml_impl()
gr::lora_sdr::partial_ml_impl::~partial_ml_impl |
( |
| ) |
|
◆ forecast()
void gr::lora_sdr::partial_ml_impl::forecast |
( |
int |
noutput_items, |
|
|
gr_vector_int & |
ninput_items_required |
|
) |
| |
◆ general_work()
int gr::lora_sdr::partial_ml_impl::general_work |
( |
int |
noutput_items, |
|
|
gr_vector_int & |
ninput_items, |
|
|
gr_vector_const_void_star & |
input_items, |
|
|
gr_vector_void_star & |
output_items |
|
) |
| |
The documentation for this class was generated from the following file: