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

#include <mu_detection.h>

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

Public Types

typedef std::shared_ptr< mu_detectionsptr
 

Static Public Member Functions

static sptr make (uint8_t sf, uint8_t os_factor, int snr_threshold)
 New user detection and parameters estimations.
 

Member Typedef Documentation

◆ sptr

Member Function Documentation

◆ make()

static sptr gr::lora_sdr::mu_detection::make ( uint8_t  sf,
uint8_t  os_factor,
int  snr_threshold 
)
static

New user detection and parameters estimations.

This block is responsible for the user detection and parameter estimation. On a successful user detection, a tag containing the estimations of the user power, cfo and sto is attached to the first sample containing the new user signal.

Parameters
sfSpreading factor
os_factorOversampling factor
snr_thresholdMininal SNR required to validate a triggered new user detection.

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