22#ifndef INCLUDED_LORA_SDR_FFT_DEMOD_H
23#define INCLUDED_LORA_SDR_FFT_DEMOD_H
26#include <gnuradio/block.h>
39 typedef std::shared_ptr<fft_demod>
sptr;
49 static sptr make(
float samp_rate, uint32_t bandwidth, uint8_t sf,
#define LORA_SDR_API
Definition: api.h:19
FFT demodulation block ,for more information about the implementation visit fft_demod_impl.
Definition: fft_demod.h:37
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.
std::shared_ptr< fft_demod > sptr
Definition: fft_demod.h:39