GNU Radio's LORA Package
gr::lora::demod_impl Class Reference

#include <demod_impl.h>

Inheritance diagram for gr::lora::demod_impl:

Public Member Functions

 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)
 

Additional Inherited Members

- Public Types inherited from gr::lora::demod
typedef boost::shared_ptr< demodsptr
 
- Static Public Member Functions inherited from gr::lora::demod
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. More...
 

Constructor & Destructor Documentation

◆ 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 ( )

Member Function Documentation

◆ 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: