sdrangel/plugins/channelrx/demodam
f4exb f51351cf04 AM, NFM and SSB demods: corrections to the readme 2016-12-08 07:58:14 +01:00
..
CMakeLists.txt Channel plugins: Removed useless link dependency on QT OpenGL and Multimedia 2016-10-27 08:46:06 +02:00
amdemod.cpp AM demod: removed channel power dB average engine. Use direct average from demod 2016-12-04 23:29:59 +01:00
amdemod.h AM demod: removed channel power dB average engine. Use direct average from demod 2016-12-04 23:29:59 +01:00
amdemodgui.cpp AM and NFM demods: improve signal meter with 50ms refresh rate 2016-12-06 01:57:35 +01:00
amdemodgui.h AM and NFM demods: improve signal meter with 50ms refresh rate 2016-12-06 01:57:35 +01:00
amdemodgui.ui Signal meter: adjust font 2016-12-07 02:53:10 +01:00
amdemodplugin.cpp AM Demodulator: removed useless AF lowpass filtering and its associated GUI items 2016-11-30 16:42:06 +01:00
amdemodplugin.h RxTx semantic move: rename AM demod plugin 2016-10-19 23:51:59 +02:00
demodam.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

readme.md

AM demodulator plugin

Introduction

This plugin can be used to listen to a narrowband amplitude modulated signal. "Narrowband" means that the bandwidth can vary from 1 to 40 kHz.

Interface

AM 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: Audio mute

Use this button to toggle audio mute for this channel. The button will light up in green if the squelch is open. This helps identifying which channels are active in a multi-channel configuration.

5: Level meter in dB

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

6: RF bandwidth

This is the bandwidth in kHz of the channel signal before demodulation. It can be set continuously in 1 kHz steps from 1 to 40 kHz.

7: 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.

8: Squelch threshold

This is the squelch threshold in dB. The average total power received in the signal bandwidth before demodulation is compared to this value and the squelch input is open above this value. It can be varied continuously in 0.1 dB steps from 0.0 to -100.0 dB using the dial button.