10#ifndef INCLUDED_LORA_SDR_FRAME_DETECTOR_THRESHOLD_H
11#define INCLUDED_LORA_SDR_FRAME_DETECTOR_THRESHOLD_H
14#include <gnuradio/block.h>
30 typedef std::shared_ptr<frame_detector_threshold>
sptr;
40 static sptr make(uint8_t sf, uint32_t samp_rate, uint32_t bw,
float threshold);
#define LORA_SDR_API
Definition: api.h:19
LoRa frame detector threshold, this block detects a LoRa frames using a preamble detection to find th...
Definition: frame_detector_threshold.h:28
std::shared_ptr< frame_detector_threshold > sptr
Definition: frame_detector_threshold.h:30
static sptr make(uint8_t sf, uint32_t samp_rate, uint32_t bw, float threshold)
Return a shared_ptr to a new instance of lora_sdr::frame_detector_threshold.