sdrangel/plugins/channelrx/demodvorsc
f4exb efcc46a747 VOR single channel: reworked as single channel and simple GUI 2020-11-28 07:14:06 +01:00
..
CMakeLists.txt VOR single channel: reworked as single channel and simple GUI 2020-11-28 07:14:06 +01:00
readme.md VOR single channel: reworked as single channel and simple GUI 2020-11-28 07:14:06 +01:00
vordemodsc.cpp VOR single channel: reworked as single channel and simple GUI 2020-11-28 07:14:06 +01:00
vordemodsc.h VOR single channel: initial commit 2020-11-28 04:13:43 +01:00
vordemodscbaseband.cpp VOR single channel: reworked as single channel and simple GUI 2020-11-28 07:14:06 +01:00
vordemodscbaseband.h VOR single channel: reworked as single channel and simple GUI 2020-11-28 07:14:06 +01:00
vordemodscgui.cpp VOR single channel: reworked as single channel and simple GUI 2020-11-28 07:14:06 +01:00
vordemodscgui.h VOR single channel: reworked as single channel and simple GUI 2020-11-28 07:14:06 +01:00
vordemodscgui.ui VOR single channel: reworked as single channel and simple GUI 2020-11-28 07:14:06 +01:00
vordemodscplugin.cpp VOR single channel: initial commit 2020-11-28 04:13:43 +01:00
vordemodscplugin.h VOR single channel: initial commit 2020-11-28 04:13:43 +01:00
vordemodscreport.cpp VOR single channel: reworked as single channel and simple GUI 2020-11-28 07:14:06 +01:00
vordemodscreport.h VOR single channel: reworked as single channel and simple GUI 2020-11-28 07:14:06 +01:00
vordemodscsettings.cpp VOR single channel: reworked as single channel and simple GUI 2020-11-28 07:14:06 +01:00
vordemodscsettings.h VOR single channel: reworked as single channel and simple GUI 2020-11-28 07:14:06 +01:00
vordemodscsink.cpp VOR single channel: reworked as single channel and simple GUI 2020-11-28 07:14:06 +01:00
vordemodscsink.h VOR single channel: reworked as single channel and simple GUI 2020-11-28 07:14:06 +01:00
vordemodscwebapiadapter.cpp VOR single channel: initial commit 2020-11-28 04:13:43 +01:00
vordemodscwebapiadapter.h VOR single channel: initial commit 2020-11-28 04:13:43 +01:00

readme.md

VOR demodulator plugin - Single channel version

Introduction

This plugin can be used to demodulate VOR (VHF omnidirectional range) navaids (navigation aids). VORs are radio naviation aids in the VHF 108 - 117.975MHz band commonly used for aircraft navigation.

VORs transmit two 30Hz signals, one AM at the VOR center frequency and one FM on a 9960Hz sub-carrier. The FM reference signal's phase is set so 0 degrees corresponds to magnetic north from the VOR (Some VORs at high latitudes use true North). The phase of the AM variable signal is such that the phase difference to the reference signal corresponds to the bearing from the VOR to the receiver. For example, if a receiver is North from the VOR, the AM and FM 30Hz signals will be received in phase. If a receiver is East from the VOR, the phase difference will be 90 degrees.

VORs also transmit a Morse code ident signal at a 1020Hz offset. This is a 2 or 3 character identifier used to identify the VOR, as multiple VORs can be transmitted on the same frequency. For example, the VOR at London Heathrow transmits .-.. --- -. for LON. The Morse code ident is typically transmitted at 10 seconds intervals at between 7 and 10 wpm. VORs that are under maintainance may transmit TST.

Some VORs also transmit an AM voice identification or information signal between 300-3kHz.

Note that for aircraft, there is typically a direct line-of-sight to the VOR. This is unlikely to be the case when using an SDR on the ground. To get good results, ideally you want to be on a nice high hill or close to the VOR.

Using it for localization

Several instances of this plugin can be created to monitor multiple VORs and collate information in the VOR Localizer feature plugin. The VOR Localizer can also perform a round robin on multiple VORs with just one VOR demodulator. Please refer to ... for more information about this feature plugin

Interface

VOR Demodulator plugin GUI

1: Level meter in dB

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

2: Channel power

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

3: Audio mute and audio output select

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 it it will open a dialog to select the audio output device. See audio management documentation for details.

6: Morse ident threshold

This is the Morse code ident threshold, expressed as a linear signal to noise (SNR) ratio. This is effectively the signal level required for the Morse demodulator to detect a dot or dash. Setting this to low values will allow the Morse demodulator to detect weak signals, but it also increases the likelyhood that noise will incorrectly be interpreted as a signal, resulting in invalid idents being reported.

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