SDRAngel  4.11.5
Developer docs for <a href="https://github.com/f4exb/sdrangel">SDRangel<\a>, an Open Source Qt5 / OpenGL 3.0+ SDR and signal analyzer frontend to various hardware.
Classes | Macros
lorademod.h File Reference
#include <QMutex>
#include <vector>
#include "dsp/basebandsamplesink.h"
#include "channel/channelapi.h"
#include "dsp/nco.h"
#include "dsp/interpolator.h"
#include "util/message.h"
#include "dsp/fftfilt.h"
#include "lorademodsettings.h"
+ Include dependency graph for lorademod.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  LoRaDemod
 
class  LoRaDemod::MsgConfigureLoRaDemod
 
class  LoRaDemod::MsgConfigureChannelizer
 

Macros

#define DATA_BITS   (6)
 
#define SAMPLEBITS   (DATA_BITS + 2)
 
#define SPREADFACTOR   (1 << SAMPLEBITS)
 
#define LORA_SFFT_LEN   (SPREADFACTOR / 2)
 
#define LORA_SQUELCH   (3)
 

Macro Definition Documentation

◆ DATA_BITS

#define DATA_BITS   (6)

Definition at line 34 of file lorademod.h.

Referenced by LoRaDemod::detect().

◆ LORA_SFFT_LEN

#define LORA_SFFT_LEN   (SPREADFACTOR / 2)

◆ LORA_SQUELCH

#define LORA_SQUELCH   (3)

Definition at line 38 of file lorademod.h.

Referenced by LoRaDemod::detect().

◆ SAMPLEBITS

#define SAMPLEBITS   (DATA_BITS + 2)

Definition at line 35 of file lorademod.h.

◆ SPREADFACTOR

#define SPREADFACTOR   (1 << SAMPLEBITS)

Definition at line 36 of file lorademod.h.

Referenced by LoRaDemod::feed().