![]() |
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.
|
#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) |
| #define DATA_BITS (6) |
Definition at line 34 of file lorademod.h.
Referenced by LoRaDemod::detect().
| #define LORA_SFFT_LEN (SPREADFACTOR / 2) |
Definition at line 37 of file lorademod.h.
Referenced by LoRaDemod::detect(), LoRaDemod::dumpRaw(), LoRaDemod::feed(), LoRaDemod::LoRaDemod(), and LoRaDemod::synch().
| #define LORA_SQUELCH (3) |
Definition at line 38 of file lorademod.h.
Referenced by LoRaDemod::detect().
| #define SAMPLEBITS (DATA_BITS + 2) |
Definition at line 35 of file lorademod.h.
| #define SPREADFACTOR (1 << SAMPLEBITS) |
Definition at line 36 of file lorademod.h.
Referenced by LoRaDemod::feed().
1.8.13