![]() |
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 <vector>#include <QMutex>#include <QNetworkRequest>#include "dsp/basebandsamplesink.h"#include "channel/channelapi.h"#include "dsp/nco.h"#include "dsp/interpolator.h"#include "dsp/lowpass.h"#include "util/movingaverage.h"#include "dsp/fftfilt.h"#include "dsp/phasediscri.h"#include "audio/audiofifo.h"#include "util/message.h"#include "wfmdemodsettings.h"
Include dependency graph for wfmdemod.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | WFMDemod |
| class | WFMDemod::MsgConfigureWFMDemod |
| class | WFMDemod::MsgConfigureChannelizer |
| struct | WFMDemod::MagSqLevelsStore |
Macros | |
| #define | rfFilterFftLength 1024 |
| #define rfFilterFftLength 1024 |
Definition at line 40 of file wfmdemod.h.
1.8.13