diff --git a/debian/changelog b/debian/changelog index ef97c66af..d49c569fc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ sdrangel (3.14.1-1) unstable; urgency=medium * NFM: fixed lowpass filter initialization (CTCSS) * DSD demod: set FM deviation independent from RF bandwidth * DSD demod: implemented DMR negative with DSDcc v1.7.5 + * DSD demod: implemented dialog to view the log of status text messages -- Edouard Griffiths, F4EXB Sun, 01 Apr 2018 12:14:18 +0200 diff --git a/doc/img/DSDdemod_plugin.png b/doc/img/DSDdemod_plugin.png index 0240aa518..1e6d12cb2 100644 Binary files a/doc/img/DSDdemod_plugin.png and b/doc/img/DSDdemod_plugin.png differ diff --git a/doc/img/DSDdemod_plugin.xcf b/doc/img/DSDdemod_plugin.xcf index c605021e3..9b176e599 100644 Binary files a/doc/img/DSDdemod_plugin.xcf and b/doc/img/DSDdemod_plugin.xcf differ diff --git a/doc/img/DSDdemod_plugin_status_text_log.png b/doc/img/DSDdemod_plugin_status_text_log.png new file mode 100644 index 000000000..890348a08 Binary files /dev/null and b/doc/img/DSDdemod_plugin_status_text_log.png differ diff --git a/doc/img/DSDdemod_plugin_status_text_log.xcf b/doc/img/DSDdemod_plugin_status_text_log.xcf new file mode 100644 index 000000000..7c1c19393 Binary files /dev/null and b/doc/img/DSDdemod_plugin_status_text_log.xcf differ diff --git a/plugins/channelrx/demoddsd/readme.md b/plugins/channelrx/demoddsd/readme.md index 9eb14f29d..01d196659 100644 --- a/plugins/channelrx/demoddsd/readme.md +++ b/plugins/channelrx/demoddsd/readme.md @@ -68,31 +68,61 @@ Total power in dB relative to a +/- 1.0 amplitude signal received in the pass ba

A.4: Channel power bar graph

-

A.5: Audio volume

+

A.5: Activate status text log

+ +Check to send the status text lines (A.12) to the log. Uncheck to dismiss sending. + +

A.6 View status text log

+ +Click to open a dialog to view the status text lines log: + +![DSD Demodulator status text log GUI](../../../doc/img/DSDdemod_plugin_status_text_log.png) + +
A.6.1 Clear log
+ +Push this button to clear the log + +
A.6.2 Pin to last line
+ +Use this toggle to pin or unpin the log to the last line + +
A.6.3 Save log to file
+ +Save the present log content to a file + +
A.6.4 Timestamp
+ +Each line in the log starts with the timestamp when the status line was fetched from the decoder + +
A.6.5 Status text
+ +One line per status text + +

A.7: Audio volume

When working with mbelib this is a linear multiplication factor. A value of zero triggers the auto gain feature. With the DV serial device(s) amplification factor in dB is given by `(value - 3.0)*5.0`. In most practical cases the middle value of 5.0 (+10 dB) is a comfortable level. -

A.6: Squelch level

+

A.8: Squelch level

The level corresponds to the channel power above which the squelch gate opens. -

A.7: Squelch time gate

+

A.9: Squelch time gate

Number of milliseconds following squelch gate opening after which the signal is actually fed to the decoder. 0 means no delay i.e. immediate feed. -

A.8: High-pass filter for audio

+

A.10: High-pass filter for audio

Use this switch to toggle high-pass filter on the audio -

A.9: Audio mute, squelch indicator and select audio output device

+

A.11: Audio mute, squelch indicator and select audio output device

Left click to mute/unmute audio. This button lights in green when the squelch opens. If you right click on it it will open a dialog to select the audio output device. See [audio management documentation](../../../sdrgui/audio.md) for details. -

A.11: Format specific status display

+

A.12: Format specific status display

When the display is active the background turns from the surrounding gray color to dark green. It shows informatory or status messages that are particular to each format.