#include <mu_detection.h>
|
static sptr | make (uint8_t sf, uint8_t os_factor, int snr_threshold) |
| New user detection and parameters estimations.
|
|
◆ sptr
◆ 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
-
sf | Spreading factor |
os_factor | Oversampling factor |
snr_threshold | Mininal SNR required to validate a triggered new user detection. |
The documentation for this class was generated from the following file: