Introduction
VOR VHF Omni-Directional Range is an aircraft navigational system developed just before WWII and implemented after the war. It operates in the VHF band from 108.0 – 118MHz. In my previous two posts I looked at receiving a local DVOR signal at my home QTH, then using various on line references, I simulated the signal in Scicos. In this post I will decode the signal using GNU Radio and see whether it matches my Scicos simulation and the on line references. This was my first time looking at this type of signal, so I was learning on the go. I was not able to receive the signals as an airplane would at altitude, but on the same geographic elevation as the counterpoise.
Signal Capture
In order to capture the local DVOR signal, I used an RTL-SDR version 2 with a horizontal whip (Fig.2). I used the NBFM Marine receiver schematic that I had previously used and added a File Sink block to store the signal capture (Fig.3). This allowed me to analyze the signal later. I also used SDR# with the RTL-SDR and enabled the recording feature to get a signal capture. I then had two different ways of analyzing the signal and comparing.
Replacing the RTL-SDR block with a file source (Fig.4), I played back the signal capture and the spectrum (Fig.5) was identical to the SDR# spectrum (Fig.1). The next step was to decode for the various components. The AM modulated Morse signal can be easily seen/heard on the GNU Radio waterfall spectrum (Fig.6).
30Hz Mag North Reference Signal
The Magnetic North 30Hz reference signal AM modulates the carrier as I understand the DVOR operation. It is transmitted continuously from the centre located Alford loop antenna. Figure 7 shows the GNU Radio schematic used to decode this signal. The saved signal capture is first low pass filtered at 500Hz to remove the AM modulated Morse signal and the FM modulated sub carriers at +/-9960Hz. The signal is then AM demodulated and band pass filtered to extract the 30Hz component.
30 Hz Variable Signal
Figure 9 shows the spectrum around the +9960 subcarrier taken from the decoder schematic of Figure 4. According to the references, the FM deviation is 480Hz so if the modulation frequency is 30Hz, then the FM modulation index is 480/30 = 16. The many sidebands this gives rise to are separated by 30Hz.
Conclusion
So after my first exposure to this signal, we can see the AM modulated Morse identity at 1020Hz, the AM modulated Mag North 30Hz reference signal and the Variable FM modulated 30Hz signal at +/-9960Hz with multiple sidebands.
GNURadio Companion Basics Course:
https://clarktelecommunications.thinkific.com/courses/gnuradio_basics
Please send your comments, questions and suggestions to:
contact:
References
#1. – “VHF Omni-Directional Range – Scicos Simulation”
https://jeremyclark.ca/wp/telecom/vor-vhf-omni-directional-range-scicos-simulation/
#2. – “VHF Omni-Directional Range – Splat! Path Analysis_a”
https://jeremyclark.ca/wp/telecom/vor-vhf-omni-directional-range-splat-path-analysis_a/
#3. – “VHF Omni-Directional Range”
https://en.wikipedia.org/wiki/VHF_omnidirectional_range
#4. – “The Technical Wizardry of VORs – How They Work”
https://www.youtube.com/watch?v=tZ2gG1v9Xg8