diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2023-11-24 11:33:50 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2023-11-24 11:34:19 +0100 |
commit | e8e0f3cd96c6ec633611520df8d28e49c5474f69 (patch) | |
tree | 6ee3e76cab51112795b25c1f228e0b65427b6c08 /README.md | |
parent | 5fe36a627405b8fc65bdb212a6d505b9a6c8e489 (diff) | |
download | dabmod-e8e0f3cd96c6ec633611520df8d28e49c5474f69.tar.gz dabmod-e8e0f3cd96c6ec633611520df8d28e49c5474f69.tar.bz2 dabmod-e8e0f3cd96c6ec633611520df8d28e49c5474f69.zip |
Document changes in README and ChangeLog
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -5,7 +5,6 @@ to ETSI EN 300 401. It is the continuation of the work started by the Communications Research Center Canada, and is now pursued in the [Opendigitalradio project](http://opendigitalradio.org). - ODR-DabMod is part of the ODR-mmbTools tool-set. More information about the ODR-mmbTools is available in the *guide*, available on the [Opendigitalradio mmbTools page](http://www.opendigitalradio.org/mmbtools). @@ -17,6 +16,7 @@ Features - Supports native DAB sample rate and can also resample to other rates - Supports all four DAB transmission modes - Configuration file support, see `doc/example.ini` +- First-class support for the [PrecisionWave DEXTER](https://precisionwave.com/products/dexter) device - First-class support for [USRP devices](https://www.ettus.com/product) using UHD driver - Tested for B200, B100, USRP2, USRP1 - With WBX daughterboard (where appropriate) @@ -36,10 +36,11 @@ Features some parameters during runtime and retrieve statistics. See `doc/README-RC.md` for more information - ZeroMQ PUB and REP output, useful for sending IQ to GNURadio flowgraphs. -- Development has stalled on the following topics: - - Experimental prototype about digital predistortion for PA linearisation. - - See `python/dpd/README.md` - - A web GUI for control and supervision of modulator and predistortion engine. See `python/gui/README.md` + +Development has stalled on the following topics: +- Experimental prototype about digital predistortion for PA linearisation. + - See `python/dpd/README.md` +- A web GUI for control and supervision of modulator and predistortion engine. See `python/gui/README.md` The `src/` directory contains the source code of ODR-DabMod. @@ -64,8 +65,6 @@ CONTACT ======= Matthias P. Braendli *matthias [at] mpb [dot] li* -Pascal Charest *pascal [dot] charest [at] crc [dot] ca* - With thanks to other contributors listed in AUTHORS http://opendigitalradio.org/ |