sdrangel/plugins/channelrx/demodatv
f4exb b805cc89c9 ATV Demod: replaced GL_POLYGON by GL_TRIANGLES as GL_POLYGON is deprecated and compilation fails in some environments 2017-03-03 19:37:59 +01:00
..
CMakeLists.txt
atvdemod.cpp ATV Demod: make sure channel marker is correctly updated when channel sample rate changes 2017-02-25 13:14:29 +01:00
atvdemod.h
atvdemodgui.cpp ATV Demod: make sure channel marker is correctly updated when channel sample rate changes 2017-02-25 13:14:29 +01:00
atvdemodgui.h
atvdemodgui.ui
atvdemodplugin.cpp
atvdemodplugin.h
atvscreen.cpp
atvscreen.h
demodatv.pro
glshaderarray.cpp ATV Demod: replaced GL_POLYGON by GL_TRIANGLES as GL_POLYGON is deprecated and compilation fails in some environments 2017-03-03 19:37:59 +01:00
glshaderarray.h
readme.md ATV Demod: added documentation (readme) 2017-03-03 14:14:54 +01:00

readme.md

ATV demodulator plugin

Introduction

This plugin can be used to view amateur analog television transmissions a.k.a ATV. The video signal is in fact a 625 lines standard signal black and white or color (PAL, NTSC) but only the black and white levels (luminance) is retained. There is no provision to demodulate the audio subcarrier either. The modulation can be either AM or FM.

The whole bandwidth available to the channel is used. That is it runs at the device sample rate possibly downsampled by a power of two in the source plugin. It expects an integer number of MS/s and acceptable results require a sample rate of at least 6 MS/s (Airspy Mini, Airspy, BladerRF, HackRF).

Interface

ATV Demodulator plugin GUI

1: Image

This is where the TV image appears.

2: Modulation

  • FM1: this is Frequency Modulation with approximative demodulation algorithm not using atan2
  • FM2: this is Frequency Modulation with less approximative demodulation algorithm still not using atan2
  • AM: this is Amplitude Modulation

For FM choose the algorithm that best suits your conditions.

3: Frames Per Second

This combo lets you chose between a 25 FPS or 30 FPS standard.

4: Horizontal sync

Use this button to toggle horizontal synchronization processing.

5: Vertical sync

Use this button to toggle vertical synchronization processing.

6: Half image

Use this button to disable (on) or enable interlacing of the two half images (off).

7: Reset defaults

Use this push button to reset values to a standard setting:

  • FM1 modulation
  • 25 FPS
  • Horizontal and vertical syncs active
  • Interlacing
  • 100 mV sync level
  • 310 mV black level
  • 64 microsecond line length
  • 3 microsecond sync length

8: Synchronization level

Use this slider to adjust the top level of the synchronization pulse on a 0 to 1V scale. The value in mV appears on the right of the slider. Nominal value: 100 mV.

9: Black level

Use this slider to adjust the black level of the video signal on a 0 to 1V scale. The value in mV appears on the right of the slider. Nominal value: 310 mV.

10: Line length

This is the line length in time units. The value in microseconds appears on the right of the slider. Nominal value: 64 microseconds.

10: Top length

This is the length in time units of a synchronization top. The value in microseconds appears on the right of the slider. Nominal value 3 microseconds.