22#ifndef INCLUDED_LORA_SDR_MU_DETECTION_H
23#define INCLUDED_LORA_SDR_MU_DETECTION_H
26#include <gnuradio/block.h>
39 typedef std::shared_ptr<mu_detection>
sptr;
51 static sptr make(uint8_t sf, uint8_t os_factor,
int snr_threshold);
#define LORA_SDR_API
Definition: api.h:19
Definition: mu_detection.h:37
static sptr make(uint8_t sf, uint8_t os_factor, int snr_threshold)
New user detection and parameters estimations.
std::shared_ptr< mu_detection > sptr
Definition: mu_detection.h:39