mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-22 08:04:49 -05:00
Updated Debian changelog and DSD demod doc
This commit is contained in:
parent
06cd90e354
commit
486468afe0
9
debian/changelog
vendored
9
debian/changelog
vendored
@ -1,3 +1,12 @@
|
|||||||
|
sdrangel (3.14.4-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* AM demod: squelch buffer to open at start of valid squelch
|
||||||
|
* NFM demod: same as AM with squelch noise tail cut
|
||||||
|
* SSB demod: squelch buffer to cut squelch noise tail
|
||||||
|
* DSD demod: squelch buffer to open at start of valid squelch not loosing any samples
|
||||||
|
|
||||||
|
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sun, 22 Apr 2018 17:14:18 +0200
|
||||||
|
|
||||||
sdrangel (3.14.3-1) unstable; urgency=medium
|
sdrangel (3.14.3-1) unstable; urgency=medium
|
||||||
|
|
||||||
* LimeSDR: compiled with LimeSuite release 18.04.1
|
* LimeSDR: compiled with LimeSuite release 18.04.1
|
||||||
|
@ -110,7 +110,7 @@ The level corresponds to the channel power above which the squelch gate opens.
|
|||||||
|
|
||||||
<h4>A.9: Squelch time gate</h4>
|
<h4>A.9: Squelch time gate</h4>
|
||||||
|
|
||||||
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.
|
Number of milliseconds following squelch gate opening after which the signal is declared open. There is a delay line for the samples so samples applied to the decoder actually start at the beginning of the gate period not loosing any samples. 0 means squelch is declared open with no delay.
|
||||||
|
|
||||||
<h4>A.10: High-pass filter for audio</h4>
|
<h4>A.10: High-pass filter for audio</h4>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user