sdrangel/plugins/channelrx/demodssb
f4exb 007ea19e36 Bumped version to 3.5.0 2017-05-16 18:38:39 +02:00
..
CMakeLists.txt Channel plugins: Removed useless link dependency on QT OpenGL and Multimedia 2016-10-27 08:46:06 +02:00
demodssb.pro Windows build: set SSE options for all demodulator plugins 2016-11-07 18:57:52 +01:00
readme.md AM, NFM and SSB demods: corrections to the readme 2016-12-08 07:58:14 +01:00
ssbdemod.cpp Code warnings in Eclipse cleanup 2017-05-05 10:40:45 +02:00
ssbdemod.h Mods and demods: prevent returning null or infinite values for squared magnitude 2017-05-16 17:46:44 +02:00
ssbdemodgui.cpp New value dial color schemes: propagate to all active plugins 2017-05-16 18:27:36 +02:00
ssbdemodgui.h Use double storage type for all moving average instances 2017-05-12 00:03:56 +02:00
ssbdemodgui.ui Signal meter: adjust font 2016-12-07 02:53:10 +01:00
ssbplugin.cpp Bumped version to 3.5.0 2017-05-16 18:38:39 +02:00
ssbplugin.h Tx ph.1: plugins (2) 2016-10-13 23:42:08 +02:00

readme.md

SSB/DSB demodulator plugin

Introduction

This plugin can be used to listen to a single sideband or double sidebands modulated signal.

Interface

SSB Demodulator plugin GUI

1: Frequency shift from center frequency of reception direction

The "+/-" button on the left side of the dial toggles between positive and negative shift.

2: Frequency shift from center frequency of reception value

Use the wheels to adjust the frequency shift in Hz from the center frequency of reception. Left click on a digit sets the cursor position at this digit. Right click on a digit sets all digits on the right to zero. This effectively floors value at the digit position.

3: Channel power

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

4: Monaural/binaural toggle

  • Monaural: the scalar signal is routed to both left and right audio channels
  • Binaural: the complex signal is fed with the real part on the left audio channel and the imaginary part to the right audio channel

5: Invert left and right channels

Inverts left and right audio channels. Useful in binaural mode only.

6: SSB/DSB demodulation

Toggles between SSB (icon with one sideband signal) and DSB (icon with double sidebands signal)

7: Level meter in dB

  • top bar (green): average value
  • bottom bar (blue green): instantaneous peak value
  • tip vertical bar (bright green): peak hold value

8: Span

Signal span (i.e. sample rate) before demodulation. Baseband rate set in the sampling device panel is further decimated by powers of two.

9: Bandwidth

This is the upper limit in kHz of the signal filtered after demodulation.

10: Bandwidth

SSB only: this is the lower limit in kHz of the signal filtered after demodulation.

11: Volume

This is the volume of the audio signal from 0.0 (mute) to 10.0 (maximum). It can be varied continuously in 0.1 steps using the dial button.

12: Audio mute

Use this button to toggle audio mute for this channel.

13: Spectrum display

This is the spectrum display of the demodulated signal (SSB) or translated signal (DSB). Controls on the bottom of the panel are identical to the ones of the main spectrum display.