sdrangel/plugins/channelrx/demoddatv/readme.md

7.0 KiB

DATV demodulator plugin

Specific dependencies

  • ffmpeg
  • libavcodec-dev
  • libavformat-dev

LeanSDR framework from F4DAV is intensively used. It has been integrated in the source tree and modified to suit SDRangel specific needs.

Introduction

This plugin can be used to view digital amateur analog television transmissions a.k.a DATV. The only supported standard for now is DVB-S in various modulations. The standard modulation is QPSK but experimental configurations with other PSK modulations (BPSK, 8PSK, QAMn) can be selected.

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.

⚠ Note that DVB-S2 support is experimental. You may need to move some settings back and forth to achieve constellation lock and decode. For exmple change mode or slightly move back and forth center frequency.

Interface

DATV Demodulator plugin GUI

A: RF settings

DATV Demodulator plugin RF GUI

A.1: Channel frequency shift

This is the shift of channel center frequency from RF passband center frequency

A.2: RF bandwidth

Sets the bandwidth of the channel filter

A.3: Channel power

Power of signal received in the channel (dB)

B: DATV section

DATV Demodulator plugin DATV GUI

B.1: Symbol constellation

This is the constellation of the PSK or QAM synchronized signal. When the demodulation parameters are set correctly (modulation type, symbol rate and filtering) and signal is strong enough to recover symbol synchronization the purple dots appear close to the white crosses. White crosses represent the ideal symbols positions in the I/Q plane.

B.2a: DATV signal settings (all standards)

DATV Demodulator plugin DATV2 GUI

B.2a.1: DATV standard
  • DVB-S: DVB-S
  • DVB-S2: DVB-S3 and some DVB-S2X
B.2a.2: Modulation type

Depends on the standard.

  • DVB-S: Normally only QPSK and BPSK (later addition) are supported in the standard but amateur radio use has a little bit abused of the standard so PSK6, QAM16, QAM64 and QAM256 are also supported
  • DVB-S2: QPSK, PSK8, APSK16, APSK32, APSK64e (DVB-S2X)

The constallations are as follows:

  • BPSK: binary phase shift keying. Symbols are in π/4 and -3π/4 positions.
  • QPSK: quadrature phase shift keying. Symbols are in π/4, 3π/4, -3π/4 and -π/4 positions.
  • PSK8: 8 phase shift keying a.k.a. π/4 QPSK. Symbols are in 0, π/4, π/2, 3π/4, π, -3π/4, -π/2 and -π/4 positions
  • APSK16: amplitude and phase shift keying with 16 symbols
  • APSK32: amplitude and phase shift keying with 32 symbols
  • APSK64e: amplitude and phase shift keying with 64 symbols
  • QAM16: quadrature amplitude modulation with 16 symbols
  • QAM64: quadrature amplitude modulation with 64 symbols
  • QAM256: quadrature amplitude modulation with 256 symbols
B.2a.3: Symbol rate

This controls the expected symbol rate in symbols per second

B.2a.4: FEC rate

Dpends on the standard and modulation

  • DVB-S with all modulations: 1/2 , 2/3 , 3/4, 5/6 and 7/8.
  • DVB-S2 and QPSK: 1/4, 1/3, 2/5, 1/2, 3/5, 2/3, 3/4, 4/5, 5/6, 8/9, 9/10
  • DVB-S2 and PSK8: 3/5, 2/3, 3/4, 5/6, 8/9, 9/10
  • APSK16 (DVB-S2): 2/3, 3/4, 4/5, 5/6, 8/9, 9/10
  • APSK32 (DVB-S2): 3/4, 4/5, 5/6, 8/9, 9/10
  • APSK64E (DVB-S2): 4/5, 5/6
B.2a.5: Notch filter

LeanSDR feature: attempts to fix signal spectrum shape by eliminating peaks. This is the number of peaks to be tracked. It is safer to keep the 0 default (no notch).

B.2a.6: Fast lock (DVB-S only)

Faster signal decode but may yield more errors at startup.

B.2a.7: Allow drift (DVB-S only)

Small frequency drift compensation.

B.2a.8: Hard metric (DVB-S only)

Constellation hardening (LeanSDR feature).

B.2a.9: Viterbi (DVB-S only)

Viterbi decoding. Be aware that this is CPU intensive. Should be limited to FEC 1/2 , 2/3 and 3/4 in practice.

B.2a.10: Reset to defaults

Push this button when you are lost...

B.2a.11: Filter
  • FIR Linear
  • FIR Nearest
  • RRC (Root Raised Cosine): when selected additional controls for roll-off factor (%) and excursion (dB) are provided.
B.2a.12: Amount of data decoded

Automatically adjusts unit (kB, MB, ...)

B.2a.13: Stream speed
B.2a.14: Buffer status

Gauge that shows percentage of buffer queue length

B.2b: DATV signal settings (DVB-S2 specific)

DATV Demodulator plugin DATV3 GUI

B.2b.3: MODCOD status

In addition to the controls a MODCOD status text appears on the right of the standard selector (1) that give the mode and code rate as retrieved from MODCOD information. When the MODCOD information has triggered the automatic mode and rate selection (2) and (4) the text background turns to green.

B.2b.2 and 4: Mode and rate selection

The mode and rate selection can be done manually but if a discrepancy in the number of bits per symbol appears compared to the MODCOD information then the MODCOD information takes precedence and the selection is changed automatically and the status background (3) turns to green.

B.2b.5: DVB-S specific controls

The controls specific to DVB-S are disabled and greyed out. These are: Fast Lock, Allow Drift, Hard Metric and Viterbi.

B.2c: DATV video stream

DATV Demodulator plugin video GUI

B.2c.1: Image

The decoded video is displayed here

B.2c.2: Stream information
B.2c.3: Stream decoding status

These non clickable checkboxes report the decoding status (checked when OK):

  • data: reception on going
  • transport: transport stream detected
  • video: video data detected
  • decoding: video being decoded
B.2c.4: Video mute

Toggle button to pause/run video decoding. This also indicates the video status:

  • Grey (no color): there is no video stream
  • Green: a video stream is present and successfully decoded
  • Red: a video stream is present but decoding fails
B.2c.5: Audio mute

Toggle button to pause/run audio decoding. This also indicates the audio status:

  • Grey (no color): there is no audio stream
  • Green: an audio stream is present and successfully decoded
  • Red: an audio stream is present but decoding fails

In addition right clicking on the button will give you access to the audio device selection dialog

B.2c.6: Audio volume

Show the audio volume on a 0 to 100 scale. The actual coefficient applied to the audio samples follows a logarithmic rule where 0 corresponds to 0.01, 50 to 0.1 and 100 to 1.0

B.2c.7: Audio volume control

Use this slider to control the value (0 to 100) of the audio volume.