sdrangel/plugins/feature/demodanalyzer
f4exb e2923696b4 Updated versions and changelogs 2021-11-06 21:33:26 +01:00
..
CMakeLists.txt Demod Analyzer implementation with AM modulator and demodulator 2020-12-20 18:31:59 +01:00
demodanalyzer.cpp API: Features: correct feature set and feature indexes replacing device and channel indexes respectively 2021-09-17 00:52:08 +02:00
demodanalyzer.h GLScope redesign: removed SpectrumScopeComboVis 2021-06-05 19:26:26 +02:00
demodanalyzergui.cpp DemodAnalyzer GUI: removed duplicate setBuddies calls 2021-06-16 07:00:41 +02:00
demodanalyzergui.h GLScope redesign: removed SpectrumScopeComboVis 2021-06-05 19:26:26 +02:00
demodanalyzergui.ui Fixed some plugins layout so that they work with new rollup widget 2021-11-01 02:11:47 +01:00
demodanalyzerplugin.cpp Updated versions and changelogs 2021-11-06 21:33:26 +01:00
demodanalyzerplugin.h Demod Analyzer implementation with AM modulator and demodulator 2020-12-20 18:31:59 +01:00
demodanalyzersettings.cpp Add AIS mod, demod and feature. 2021-05-07 21:50:27 +01:00
demodanalyzersettings.h Demod Analyzer: implemented decimation 2020-12-20 18:31:59 +01:00
demodanalyzerwebapiadapter.cpp Demod Analyzer implementation with AM modulator and demodulator 2020-12-20 18:31:59 +01:00
demodanalyzerwebapiadapter.h Demod Analyzer implementation with AM modulator and demodulator 2020-12-20 18:31:59 +01:00
demodanalyzerworker.cpp Demod Analyzer: allow complex input. Fixes #932 2021-06-30 19:40:04 +02:00
demodanalyzerworker.h Demod Analyzer: allow complex input. Fixes #932 2021-06-30 19:40:04 +02:00
readme.md Demod Analyzer: fixed sample rate handling. Fixes #931 2021-06-29 21:47:27 +02:00

readme.md

(De)modulator Analyzer plugin

Introduction

This plugin can be used to analyze the real demodulated signal from some Rx channel plugins. It can also be used to view the modulating signal of some Tx channel plugins.

Rx plugins are:

  • AIS demodulator
  • AM demodulator
  • DAB demodulator
  • DSD (FM digital voice) demodulator
  • NFM demodulator
  • Packer demodulator
  • SSB demodulator
  • WFM demodulator

Tx plugins are:

  • AIS modulator
  • AM modulator
  • NFM modulator
  • Packet modulator
  • SSB modulator
  • WFM modulator

General interface

Demod Analyzer plugin GUI

The interface is essentially divided in the following sections

  • A. Channel controls
  • B. Spectrum view
  • C. Scope view

A. Channel controls

Demod Analyzer plugin controls

Typical sequence of operations:

  1. Start the plugin (A.1)
  2. Scan for displayable channels (A.2)
  3. Select channel (A.3)
  4. If channel is unique or default selection has not been changed press the (re)apply button (A.4)

A.1: Start/Stop plugin

This button starts or stops the plugin

A.2: (Re)scan available channels

Use this button to scan for channels available for display (see list of channel types in introduction)

A.3: Channel selection

Use this combo to select which channel to use for display. Channel is selected upon change. If channel is not changed or there is only one in the list you have to use the (re)apply button (A.4) to effectively connect the channel to the analyzer.

A.4: (Re)apply channel selection

Applies or re-applies channel selection (A.3) so that the channel gets effectively connected to the analyzer and signal is displayed. This will update the sample rate.

A.5: Decimation by a power of two

This combo can select half-band decimation from baseband sample rate by a power of two.

A.6: Analyzer sample rate

This is the resulting sample rate after possible decimation that is used by the spectrum and scope visualizations

A.7. Channel power

Average total power in dB relative to a +/- 1.0 amplitude signal received in the pass band.

B. Spectrum view

This is the same display as with the channel analyzer spectrum view. This is the spectrum of a real signal so it is symmetrical around zero frequency. See Channel Analyzer plugin documentation for details.

C. Scope view

This is the same display as with the channel analyzer scope view. Input is a real signal so imaginary part is always zero and some display are not relevant (phase and frequency displays). See Channel Analyzer plugin documentation for details.