summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2017-06-05 12:43:12 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2017-06-05 12:43:12 +0200
commit02aa4b6c14506b72eb2fe9d3f4e99b751e2e91c8 (patch)
tree29a1b785d44584a31d3d14c330b4fd27d96ef5cf
parent83d86d889678ee69bb0316faa5721389be1344b8 (diff)
downloaddabmod-02aa4b6c14506b72eb2fe9d3f4e99b751e2e91c8.tar.gz
dabmod-02aa4b6c14506b72eb2fe9d3f4e99b751e2e91c8.tar.bz2
dabmod-02aa4b6c14506b72eb2fe9d3f4e99b751e2e91c8.zip
Prepare v1.0.1v1.0.1
-rw-r--r--AUTHORS3
-rw-r--r--ChangeLog13
-rw-r--r--TODO9
-rw-r--r--configure.ac2
4 files changed, 22 insertions, 5 deletions
diff --git a/AUTHORS b/AUTHORS
index daf9713..7c684ff 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -19,3 +19,6 @@ Matthias P. Braendli <matthias [at] mpb [dot] li>
Jörgen Scott
- ZeroMQ remote control
- Static delay offset
+
+Sergiy
+ - Improvements for TII insertion
diff --git a/ChangeLog b/ChangeLog
index fca7ece..f2e0c6c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,19 @@
This file contains information about the changes done to
ODR-DabMod in this repository
+2017-06-05: Matthias P. Braendli <matthias@mpb.li>
+ (v1.0.1):
+ Move GainControl into a separate thread to make better use
+ of multiprocessor systems.
+ Give explicit names to GainControl modes (fix, max, var) in
+ configuration.
+ Add u8 IQ output format.
+ Add a normalised complexf IQ output format.
+ Read UHD async messages in separate thread to lessen influence on the
+ time-critical transmit thread.
+ Pre-fill UHD IQ buffer before starting to stream data, to ensure it is
+ properly filled and reduce underruns.
+
2017-03-03: Matthias P. Braendli <matthias@mpb.li>
(v1.0.0):
* odr-dabmod:
diff --git a/TODO b/TODO
index dd4f833..ca1b4d5 100644
--- a/TODO
+++ b/TODO
@@ -5,13 +5,14 @@ to some degree.
Unless written, no activity has been started on the topics.
-TII implementation incorrect
-----------------------------
-The current TII implementation is wrong. There are two TII variants:
+TII implementation incomplete
+-----------------------------
+The current TII implementation supports two TII variants:
one according to spec, and the one that was implemented in early modulators
that ended up being used a lot even if not compatible with the spec.
-ODR-DabMod should support both ideally.
+However, when enabled, some receivers are not able to lock on the signal.
+Is the power of the TII too strong? Synchronisation wrong?
EDI input
diff --git a/configure.ac b/configure.ac
index acefa90..d39e318 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.0], [matthias.braendli@mpb.li])
+AC_INIT([ODR-DabMod], [1.0.1], [matthias.braendli@mpb.li])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_SYSTEM