diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-11-18 03:20:47 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-11-18 03:20:47 +0100 |
commit | 2e41d1934d411f7299c08bac8d710d727a3d9214 (patch) | |
tree | 1bdc88bb6e8b50edf2fd7a3488dee119a715f361 | |
parent | cc7d726ac3fb3683999f01f2881b6931e645c4d6 (diff) | |
download | dabmod-2e41d1934d411f7299c08bac8d710d727a3d9214.tar.gz dabmod-2e41d1934d411f7299c08bac8d710d727a3d9214.tar.bz2 dabmod-2e41d1934d411f7299c08bac8d710d727a3d9214.zip |
Mark TII implementation complete
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | TODO | 11 | ||||
-rw-r--r-- | doc/example.ini | 1 |
3 files changed, 1 insertions, 12 deletions
@@ -25,6 +25,7 @@ Short list of features: - Timestamping support required for SFN - GPSDO monitoring (both Ettus and [ODR LEA-M8F board](http://www.opendigitalradio.org/lea-m8f-gpsdo)) - A FIR filter for improved spectrum mask +- TII insertion - Logging: log to file, to syslog - ETI sources: ETI-over-TCP, file (Raw, Framed and Streamed) and ZeroMQ - A Telnet and ZeroMQ remote-control that can be used to change @@ -5,16 +5,6 @@ to some degree. Unless written, no activity has been started on the topics. -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. - -However, when enabled, some receivers are not able to lock on the signal. -Is the power of the TII too strong? Synchronisation wrong? - - Rework Soapy and UHD outputs ---------------------------- Currently, all the frontend tuning and timestamping settings are UHD-specific. @@ -38,7 +28,6 @@ is not complete: Resampler improvements ---------------------- - * Assess quality of window currently used. * Evaluate usefulness of other windows. * Distribute energy of Fs bin equally to both negative and positive diff --git a/doc/example.ini b/doc/example.ini index 21f15ea..e0a1fc8 100644 --- a/doc/example.ini +++ b/doc/example.ini @@ -316,7 +316,6 @@ offset=0.002 ; modulatoroffset from a file has been removed. [tii] -; (experimental) ; If these options are set, TII transmission is enabled. ; DAB modes I and II are supported, and must be set explicitly in ; this file. Reading DAB mode from ETI is not supported. |