sdrangel/plugins/channelrx/demodssb
f4exb 28680b9909 SSB demod: GUI: set volume page step to 1 2017-07-22 10:24:54 +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 Updated channel plugins documentation with the new frequency shift dials 2017-06-11 01:53:25 +02:00
ssbdemod.cpp activated compiler warnings 2017-05-25 20:13:34 +02:00
ssbdemod.h Use doubles for all power calculations 2017-05-16 23:39:49 +02:00
ssbdemodgui.cpp SSB demod: show LSB and DSB values appropriately 2017-07-22 04:23:10 +02:00
ssbdemodgui.h SSB demod: use ValueDialZ for channel delta frequency value dial 2017-05-17 23:57:54 +02:00
ssbdemodgui.ui SSB demod: GUI: set volume page step to 1 2017-07-22 10:24:54 +02:00
ssbplugin.cpp bumped version to 3.5.2 2017-07-22 04:50:38 +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

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. Wheels are moved with the mousewheel while pointing at the wheel or by selecting the wheel with the left mouse click and using the keyboard arroews. Pressing shift simultanoeusly moves digit by 5 and pressing control moves it by 2.

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.