diff options
| author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-11-18 03:32:53 +0100 | 
|---|---|---|
| committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-11-18 03:32:53 +0100 | 
| commit | 4f2fcae5ad028b76ac1d41a279857df85f20c376 (patch) | |
| tree | 47dcd4fa57ed94dddb8ebe8a4b88ae0d50899754 | |
| parent | 2e41d1934d411f7299c08bac8d710d727a3d9214 (diff) | |
| download | dabmod-1.1.0.tar.gz dabmod-1.1.0.tar.bz2 dabmod-1.1.0.zip  | |
Prepare v1.1.0v1.1.0
| -rw-r--r-- | ChangeLog | 11 | ||||
| -rw-r--r-- | README.md | 10 | ||||
| -rw-r--r-- | configure.ac | 2 | 
3 files changed, 17 insertions, 6 deletions
@@ -1,6 +1,17 @@  This file contains information about the changes done to  ODR-DabMod in this repository +2017-11-18: Matthias P. Braendli <matthias@mpb.li> +	(v1.1.0): +		Fix TII insertion power level. +		Fix bug in parsing timestamps appearing in rare conditions. +		Add Crest Factor Reduction prototype. +		Cleanup console output of flowgraph statistics. +		Add prototype for Digital Predistortion. +		Enable some additional compiler warnings. +		Add some useful UHD statistics to RC. +		Add configure option to disable march=native. +  2017-06-05: Matthias P. Braendli <matthias@mpb.li>  	(v1.0.1):  		Move GainControl into a separate thread to make better use @@ -1,17 +1,17 @@  OVERVIEW  ========  ODR-DabMod is a *DAB (Digital Audio Broadcasting)* modulator compliant -to ETSI EN 300 401. It is the continuation of the work started by which was -developed by the Communications Research Center Canada on CRC-DabMod, and -is now pursued in the +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-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). -Short list of features: +Features +--------  - Reads ETI and EDI, outputs compliant COFDM I/Q  - Supports native DAB sample rate and can also resample to other rates diff --git a/configure.ac b/configure.ac index 0c07732..6b58d3f 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@  # along with ODR-DabMod.  If not, see <http://www.gnu.org/licenses/>.  AC_PREREQ(2.59) -AC_INIT([ODR-DabMod], [1.0.1], [matthias.braendli@mpb.li]) +AC_INIT([ODR-DabMod], [1.1.0], [matthias.braendli@mpb.li])  AC_CONFIG_AUX_DIR([build-aux])  AC_CONFIG_MACRO_DIR([m4])  AC_CANONICAL_SYSTEM  | 
