aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2018-01-22 02:28:56 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2018-01-22 02:28:56 +0100
commit9483496a1b9df4e3a808d50dbcffacd0e78ef222 (patch)
treec2a1d49725096509f96bc4dce9139d196903a3dc
parent9d1dd4e542768822b22de4b99ba4cf8c17084b44 (diff)
downloaddabmod-9483496a1b9df4e3a808d50dbcffacd0e78ef222.tar.gz
dabmod-9483496a1b9df4e3a808d50dbcffacd0e78ef222.tar.bz2
dabmod-9483496a1b9df4e3a808d50dbcffacd0e78ef222.zip
Add missing ChangeLog entries
-rw-r--r--ChangeLog5
-rw-r--r--TODO2
-rwxr-xr-xdoc/fir-filter/generate-filter.py2
3 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 0aad26d..45314e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,8 @@ ODR-DabMod in this repository
versions when using timestamps, and be careful when mixing ODR-DabMod
with other transmitters in SFNs, as the timestamp interpretation can
change!
+ Fix TII carrier selection.
+ Add OFDM symbol windowing for improved shoulder performance.
Add a timeout to the ZeroMQ input to quit on SIGINT (Ctrl-C).
Optionally show the flowgraph metadata in the file output for
test purposes.
@@ -19,6 +21,7 @@ ODR-DabMod in this repository
Add antenna selection to UHD and SoapySDR outputs.
Make EDI input optional (it's not well tested, unfinished and slows
compile time)
+ Improve portability for non-Linux POSIX systems.
2017-11-18: Matthias P. Braendli <matthias@mpb.li>
(v1.1.0):
@@ -39,6 +42,8 @@ ODR-DabMod in this repository
configuration.
Add u8 IQ output format.
Add a normalised complexf IQ output format.
+ Make resampler unity-gain, i.e. remove digital_gain - sample rate
+ dependency.
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
diff --git a/TODO b/TODO
index cff3a99..276dc1d 100644
--- a/TODO
+++ b/TODO
@@ -22,7 +22,7 @@ Test sleep_through_frame implementation.
Clean up and separate GPS and refclk checks.
* *done* handle UHD GPSDO and time
- * handle SoapySDR time
+ * *done* handle SoapySDR time
* Add refclk stuff and timestamps to Soapy.
* Ensure muting is set properly at startup.
* Ensure synchronous is taken in account.
diff --git a/doc/fir-filter/generate-filter.py b/doc/fir-filter/generate-filter.py
index 288bd69..fd181ed 100755
--- a/doc/fir-filter/generate-filter.py
+++ b/doc/fir-filter/generate-filter.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# This tool uses gnuradio to generate FIR filter taps
# that can be used for the FIRFilter function in
-# CRC DabMod
+# ODR-DabMod
#
# Usage:
# 1) adapt the filter settings below