sdrangel/plugins/channelrx/demodssb
f4exb 9b6aae348e SSB mod and demod: use precision NCOs 2016-12-19 08:28:50 +01: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 SSB demod: implement level meter 2016-12-06 01:58:23 +01:00
ssbdemod.h SSB mod and demod: use precision NCOs 2016-12-19 08:28:50 +01:00
ssbdemodgui.cpp SSB demod: implement level meter 2016-12-06 01:58:23 +01:00
ssbdemodgui.h RxTx semantic move: renamed DeviceAPI to DeviceSourceAPI 2016-10-11 01:17:55 +02:00
ssbdemodgui.ui Signal meter: adjust font 2016-12-07 02:53:10 +01:00
ssbplugin.cpp SSB demod: implement level meter 2016-12-06 01:58:23 +01: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.