pabr-leansdr/ChangeLog.md

52 wiersze
2.1 KiB
Markdown

HEAD
* leandvbtx: Added real-time mode (-fill).
* leansdrserv: Network access to leansdr command pipelines.
* leaniio{rx,tx}: PlutoSDR support via libiio.
* leanmlmrx: Multi-channel FM demodulator.
* leandvb: Spectrum output, JSON syntax.
* leandvb, leandvbtx: DVB-S with non-standard constellations (with --viterbi).
* leandvb: Support all DVB-S code rates with --viterbi.
* leandvbtx: Support all DVB-S code rates.
* New viterbi_sync with simplified metrics (may degrade QPSK sensitivity).
2017-12-09 11:44:07 +00:00
2017-07-23 v1.2.0
* Fixed --hs mode on x86_64.
2017-07-18 05:11:46 +00:00
* Added --s8, --s16, --u16.
* Improved timing recovery at low SNR (small performance penalty).
2017-02-25 22:03:28 +00:00
* Added --hdlc mode (compatible with some satellite modems).
2017-02-03 13:56:32 +00:00
* Added benchmarking/test suite (test/leandvb_bench.sh)
* Added tools for benchmarking: leantsgen, leandvbtx, leanchansim.
* Added LOCKTIME output with --fd-info.
* Added --hs mode (high throughput for raw u8 QPSK 1/2).
2016-11-01 14:22:39 +00:00
* Added --drift.
* Filters follow --drift.
2016-11-01 14:22:39 +00:00
* Added --float-scale.
2016-11-01 05:47:07 +00:00
* Documented --fd-const.
* Renamed --probesize (was --maxsend).
* Added --viterbi.
2017-01-11 15:48:32 +00:00
* Added VBER (bit error rate after deconvolution, detected by RS).
2017-02-03 13:56:32 +00:00
* Added FFT-based CNR estimator.
2016-11-01 05:47:07 +00:00
2016-11-01 05:04:38 +00:00
2016-09-16 v1.1.0
* Support for DVB-S2 constellations (not FEC).
* Fixed --derotate.
* Fixed excess deconvolution errors with FEC7/8.
* Added simple baseband filter (not RRC).
* Added --fastlock mode for low SR and off-line processing.
2016-11-01 05:04:38 +00:00
* Added leandvb_vt100ui.sh with constellation plot.
2016-11-01 05:04:38 +00:00
2016-09-04 v1.0.0
* Development moved to git and github.
2016-09-02 21:43:09 +00:00
* leandvb is now distributed as part of leansdr.
* Support for all DVB-S code rates.
* Status output for third-party UIs: lock, MER, frequency offset.
* Software AGC is always enabled. rtl-sdr HW AGC is not recommended.
* stderr is quiet by default. Use -v -d for troubleshooting.
* Deconvolution is now algebraic (instead of look-up table).
* Added leansdrscan for cycling through DVB settings.
* Added leansdrcat for debugging real-time behaviour.
2016-02-29 Preview release of leandvb
* Code rate 1/2 only.
* Hard-decision deconvolution (without Viterbi).