diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-04-10 17:14:08 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-04-10 17:14:08 +0200 |
commit | 81775f47227c5d08a05b43ffb3855bff0a237c1d (patch) | |
tree | 1192e317e6fdfae692f67843400b698c49ee7a1f /README.md | |
parent | e2d14763b766b2154940a47acb3dffb65d0973d3 (diff) | |
download | dabmod-81775f47227c5d08a05b43ffb3855bff0a237c1d.tar.gz dabmod-81775f47227c5d08a05b43ffb3855bff0a237c1d.tar.bz2 dabmod-81775f47227c5d08a05b43ffb3855bff0a237c1d.zip |
Prepare release v0.5.2v0.5.2
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 22 |
1 files changed, 14 insertions, 8 deletions
@@ -1,24 +1,30 @@ OVERVIEW ======== -ODR-DabMod is a fork of CRC-DabMod, which was developed by the Communications -Research Center Canada. It has been forked by the Opendigitalradio project. - ODR-DabMod is a DAB (Digital Audio Broadcasting) modulator compliant to ETSI EN 300 401. -In addition to the features of CRC-DabMod, this fork contains: +ODR-DabMod is a fork of CRC-DabMod, which was developed by the +Communications Research Center Canada and whose development has ceased. +The Opendigitalradio association now continues this project. + +Short list of features: +- Reads ETI, outputs compliant COFDM I/Q +- 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 - Integrated UHD output for USRP devices - Tested for B200, B100, USRP2, USRP1 - With WBX daughterboard (where appropriate) - Timestamping support required for SFN -- A FIR filter (previously done in GNURadio by crc-dwap.py) +- A FIR filter for improved spectrum mask - Improvements in logging (log to file, to syslog) - ETI sources: file (Raw, Framed and Streamed) and ZeroMQ - A Telnet and ZeroMQ remote-control that can be used to change some parameters during runtime -- 8-bit signed I/Q output format +- 8-bit signed I/Q output format, useful for the HackRF +- ZeroMQ PUB and REP output. The src/ directory contains the source code of ODR-DabMod. @@ -41,6 +47,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/ -http://mmbtools.crc.ca/ -http://mpb.li/ |