sdrangel/plugins/channelrx/demodatv/readme.md

71 lines
2.8 KiB
Markdown
Raw Normal View History

2017-02-23 02:18:56 -05:00
<h1>ATV demodulator plugin</h1>
<h2>Introduction</h2>
2017-03-14 13:59:45 -04:00
This plugin can be used to view amateur analog television transmissions a.k.a ATV. The transmitted video signal can be black and white or color (PAL, NTSC) but only the black and white levels (luminance) is retained and hence image is black and white. There is no provision to demodulate the audio subcarrier either. The modulation can be either AM or FM. A plugin supporting audio can be used in the same passband to demodulate an audio carrier but not a subcarrier which excludes FM.
2017-03-14 13:59:45 -04:00
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 standard image quality requires a sample rate of at least 4 MS/s. The Airspy Mini 3 MS/s mode may still be acceptable. Anything below should be considered experimental quality.
2017-02-23 02:18:56 -05:00
<h2>Interface</h2>
![ATV Demodulator plugin GUI](../../../doc/img/ATVDemod_plugin.png)
<h3>1: Image</h3>
This is where the TV image appears.
<h3>2: Modulation</h3>
- 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.
<h3>3: Frames Per Second</h3>
This combo lets you chose between a 25 FPS or 30 FPS standard.
2017-02-23 02:18:56 -05:00
2017-03-14 13:59:45 -04:00
- 25 FPS corresponds to the PAL 625 lines standard (PAL B,G,I,L)
- 30 FPS corresponds to the PAL 525 lines standard (PAL M)
<h3>4: Horizontal sync</h3>
2017-02-23 02:18:56 -05:00
Check/uncheck this box to toggle horizontal synchronization processing.
2017-02-23 02:18:56 -05:00
<h3>5: Vertical sync</h3>
2017-02-23 02:18:56 -05:00
Check/uncheck this box to toggle vertical synchronization processing.
2017-02-23 02:18:56 -05:00
<h3>6: Half frames</h3>
2017-02-23 02:18:56 -05:00
Check this box to render only half of the frames for slow processors.
2017-02-23 02:18:56 -05:00
<h3>7: Reset defaults</h3>
2017-02-23 02:18:56 -05:00
Use this push button to reset values to a standard setting:
2017-02-23 02:18:56 -05:00
- 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
<h3>8: Synchronization level</h3>
2017-02-23 02:18:56 -05:00
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.
2017-02-23 02:18:56 -05:00
<h3>9: Black level</h3>
2017-02-23 02:18:56 -05:00
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.
2017-02-23 02:18:56 -05:00
<h3>10: Line length</h3>
2017-02-23 02:18:56 -05:00
This is the line length in time units. The value in microseconds appears on the right of the slider. Nominal value: 64 microseconds.
2017-02-23 02:18:56 -05:00
<h3>10: Top length</h3>
2017-02-23 02:18:56 -05:00
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.