22#ifndef INCLUDED_LORA_SDR_MU_SYNCHRO_H
23#define INCLUDED_LORA_SDR_MU_SYNCHRO_H
26#include <gnuradio/block.h>
38 typedef std::shared_ptr<mu_synchro>
sptr;
52 static sptr make(uint8_t sf, uint8_t os_factor, uint32_t len);
#define LORA_SDR_API
Definition: api.h:19
Definition: mu_synchro.h:36
std::shared_ptr< mu_synchro > sptr
Definition: mu_synchro.h:38
static sptr make(uint8_t sf, uint8_t os_factor, uint32_t len)
Synchronise to the strongest user present.