GNU Radio's LORA_SDR Package
gr::lora_sdr::frame_detector_threshold Class Reference

LoRa frame detector threshold, this block detects a LoRa frames using a preamble detection to find the start of the frame and a SNR energy based detector to detect the end of the frame. If a frame is detected the frame is outputted to the output. More...

#include <frame_detector_threshold.h>

Inheritance diagram for gr::lora_sdr::frame_detector_threshold:
[legend]

Public Types

typedef std::shared_ptr< frame_detector_thresholdsptr
 

Static Public Member Functions

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.
 

Detailed Description

LoRa frame detector threshold, this block detects a LoRa frames using a preamble detection to find the start of the frame and a SNR energy based detector to detect the end of the frame. If a frame is detected the frame is outputted to the output.

Member Typedef Documentation

◆ sptr

Member Function Documentation

◆ make()

static sptr gr::lora_sdr::frame_detector_threshold::make ( uint8_t  sf,
uint32_t  samp_rate,
uint32_t  bw,
float  threshold 
)
static

Return a shared_ptr to a new instance of lora_sdr::frame_detector_threshold.

To avoid accidental use of raw pointers, lora_sdr::frame_detector_threshold's constructor is in a private implementation class. lora_sdr::frame_detector_threshold::make is the public interface for creating new instances.


The documentation for this class was generated from the following file: