GNU Radio's LORA_SDR Package
|
LoRa frame detector sequence, this block detects a LoRa frames using a preamble detection to find the start of the frame and a sequence detection to find the end of the packet. If a frame is detected the frame is outputted to the output. More...
#include <frame_detector_sequence.h>
Public Types | |
typedef std::shared_ptr< frame_detector_sequence > | sptr |
Static Public Member Functions | |
static sptr | make (uint8_t sf, uint32_t samp_rate, uint32_t bw, uint8_t n_seq) |
Return a shared_ptr to a new instance of lora_sdr::frame_detector_sequence. | |
LoRa frame detector sequence, this block detects a LoRa frames using a preamble detection to find the start of the frame and a sequence detection to find the end of the packet. If a frame is detected the frame is outputted to the output.
typedef std::shared_ptr<frame_detector_sequence> gr::lora_sdr::frame_detector_sequence::sptr |
|
static |
Return a shared_ptr to a new instance of lora_sdr::frame_detector_sequence.
To avoid accidental use of raw pointers, lora_sdr::frame_detector_sequence's constructor is in a private implementation class. lora_sdr::frame_detector_sequence::make is the public interface for creating new instances.