GNU Radio's LORA_SDR Package
gr::lora_sdr::mu_detection_impl Class Reference

#include <mu_detection_impl.h>

Inheritance diagram for gr::lora_sdr::mu_detection_impl:
[legend]

Public Member Functions

 mu_detection_impl (uint8_t sf, uint8_t os_factor, int snr_threshold)
 Construct a new mu detection impl object.
 
 ~mu_detection_impl ()
 Destroy the mu detection impl object.
 
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_sdr::mu_detection
typedef std::shared_ptr< mu_detectionsptr
 
- Static Public Member Functions inherited from gr::lora_sdr::mu_detection
static sptr make (uint8_t sf, uint8_t os_factor, int snr_threshold)
 New user detection and parameters estimations.
 

Constructor & Destructor Documentation

◆ mu_detection_impl()

gr::lora_sdr::mu_detection_impl::mu_detection_impl ( uint8_t  sf,
uint8_t  os_factor,
int  snr_threshold 
)

Construct a new mu detection impl object.

Parameters
sf
os_factor
snr_threshold

◆ ~mu_detection_impl()

gr::lora_sdr::mu_detection_impl::~mu_detection_impl ( )

Destroy the mu detection impl object.

Member Function Documentation

◆ forecast()

void gr::lora_sdr::mu_detection_impl::forecast ( int  noutput_items,
gr_vector_int &  ninput_items_required 
)
Parameters
noutput_items
ninput_items_required

◆ general_work()

int gr::lora_sdr::mu_detection_impl::general_work ( int  noutput_items,
gr_vector_int &  ninput_items,
gr_vector_const_void_star &  input_items,
gr_vector_void_star &  output_items 
)
Parameters
noutput_items
ninput_items
input_items
output_items
Returns
int

The documentation for this class was generated from the following file: