#include <demod_impl.h>
|
| demod_impl (unsigned short spreading_factor, bool low_data_rate, float beta, unsigned short fft_factor) |
|
| ~demod_impl () |
|
unsigned short | argmax (gr_complex *fft_result, bool update_squelch) |
|
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 boost::shared_ptr< demod > | sptr |
|
static sptr | make (unsigned short spreading_factor, bool low_data_rate, float beta, unsigned short fft_factor) |
| Return a shared_ptr to a new instance of lora::demod.
|
|
◆ demod_impl()
gr::lora::demod_impl::demod_impl |
( |
unsigned short | spreading_factor, |
|
|
bool | low_data_rate, |
|
|
float | beta, |
|
|
unsigned short | fft_factor ) |
◆ ~demod_impl()
gr::lora::demod_impl::~demod_impl |
( |
| ) |
|
◆ argmax()
unsigned short gr::lora::demod_impl::argmax |
( |
gr_complex * | fft_result, |
|
|
bool | update_squelch ) |
◆ forecast()
void gr::lora::demod_impl::forecast |
( |
int | noutput_items, |
|
|
gr_vector_int & | ninput_items_required ) |
◆ general_work()
int gr::lora::demod_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: