sdrangel/plugins/channelrx/demodwfm
f4exb 7917d595f5 Demods with audio: systematically reapply audio sample rate in case of channel sample rate change 2020-08-03 13:00:00 +02:00
..
CMakeLists.txt Rx plugins: refactoring of classes (2) 2019-12-04 07:20:05 +01:00
readme.md WFM demod: updated documentation 2019-06-07 01:34:50 +02:00
wfmdemod.cpp Device API: removed useless stream index parameter on channel API methods 2019-12-23 23:41:44 +01:00
wfmdemod.h Demod plugins with configurable audio: fixed audio sample rate handling 2020-08-03 12:59:31 +02:00
wfmdemodbaseband.cpp Demods with audio: systematically reapply audio sample rate in case of channel sample rate change 2020-08-03 13:00:00 +02:00
wfmdemodbaseband.h Demod plugins with configurable audio: fixed audio sample rate handling 2020-08-03 12:59:31 +02:00
wfmdemodgui.cpp Demod plugins with configurable audio: fixed audio sample rate handling 2020-08-03 12:59:31 +02:00
wfmdemodgui.h Demod plugins with configurable audio: fixed audio sample rate handling 2020-08-03 12:59:31 +02:00
wfmdemodgui.ui WFM demod: variable RF bandwidth. Implements #320 2019-06-04 20:48:06 +02:00
wfmdemodsettings.cpp Channel Rx plugins: implement MIMO support 2019-10-09 07:39:52 +02:00
wfmdemodsettings.h Rx plugins: refactoring of classes (2) 2019-12-04 07:20:05 +01:00
wfmdemodsink.cpp Demod plugins with configurable audio: fixed audio sample rate handling 2020-08-03 12:59:31 +02:00
wfmdemodsink.h Demod plugins with configurable audio: fixed audio sample rate handling 2020-08-03 12:59:31 +02:00
wfmdemodwebapiadapter.cpp REST API: config: use specialized ChannelWebAPIAdapter class similar to what has been done for devices 2019-08-05 00:10:56 +02:00
wfmdemodwebapiadapter.h REST API: config: GET (13): corrected missing return in deserialize methods of the adapters 2019-08-05 03:42:04 +02:00
wfmplugin.cpp Updated version and changelogs 2020-07-01 20:22:41 +02:00
wfmplugin.h REST API: config: use specialized ChannelWebAPIAdapter class similar to what has been done for devices 2019-08-05 00:10:56 +02:00

readme.md

WFM demodulator plugin

Introduction

This plugin can be used to listen to a wideband or narrowband FM modulated signal. "Wideband" means that the bandwidth can vary from 40 to 250 kHz. It can also demodulate narrowband signals with bandwidths of 25 or 12.5 kHz.

Interface

WFM 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 arrows. Pressing shift simultaneously moves digit by 5 and pressing control moves it by 2.

2: Channel power

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

3: Level meter in dB

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

4: RF bandwidth

This is the bandwidth of the channel signal before demodulation. It can be varied from 10 to 300 kHz using the thumbwheels.

5: AF bandwidth

This is the bandwidth of the audio signal in kHz (i.e. after demodulation). It can be set in continuous kHz steps from 1 to 20 kHz.

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

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

8: Audio mute and select audio output

Left click on 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.

If you right click on this button this will open a dialog to select the audio output device.