GNU Radio's LORA_SDR Package
|
<+description of block+> More...
#include <fft_demod.h>
Public Types | |
typedef std::shared_ptr< fft_demod > | sptr |
Static Public Member Functions | |
static sptr | make (bool soft_decoding, bool max_log_approx) |
Return a shared_ptr to a new instance of lora_sdr::fft_demod. | |
<+description of block+>
typedef std::shared_ptr<fft_demod> gr::lora_sdr::fft_demod::sptr |
|
static |
Return a shared_ptr to a new instance of lora_sdr::fft_demod.
To avoid accidental use of raw pointers, lora_sdr::fft_demod's constructor is in a private implementation class. lora_sdr::fft_demod::make is the public interface for creating new instances.