22#ifndef INCLUDED_LORA_SDR_SIGNAL_DETECTOR_H
23#define INCLUDED_LORA_SDR_SIGNAL_DETECTOR_H
26#include <gnuradio/block.h>
39 typedef std::shared_ptr<signal_detector>
sptr;
57 static sptr make(uint8_t sf, uint8_t os_factor,
double threshold,
int margin,
int fft_symb,
int transp_len);
#define LORA_SDR_API
Definition: api.h:19
Definition: signal_detector.h:37
static sptr make(uint8_t sf, uint8_t os_factor, double threshold, int margin, int fft_symb, int transp_len)
This block becomes transparent after detecting a LoRa preamble at his input.
std::shared_ptr< signal_detector > sptr
Definition: signal_detector.h:39