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

FFT demodulation block ,for more information about the implementation visit fft_demod_impl. More...

#include <fft_demod.h>

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

Public Types

typedef std::shared_ptr< fft_demodsptr
 

Static Public Member Functions

static sptr make (float samp_rate, uint32_t bandwidth, uint8_t sf, bool impl_head)
 Return a shared_ptr to a new instance of lora_sdr::fft_demod.
 

Detailed Description

FFT demodulation block ,for more information about the implementation visit fft_demod_impl.

Member Typedef Documentation

◆ sptr

typedef std::shared_ptr<fft_demod> gr::lora_sdr::fft_demod::sptr

Member Function Documentation

◆ make()

static sptr gr::lora_sdr::fft_demod::make ( float  samp_rate,
uint32_t  bandwidth,
uint8_t  sf,
bool  impl_head 
)
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.


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