aboutsummaryrefslogtreecommitdiffstats
path: root/src/DabMod.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix complexf file output formatMatthias P. Braendli2017-12-291-1/+1
|
* Do not use out_of_range for multiplex reconfiguration errorMatthias P. Braendli2017-12-251-6/+9
|
* Check for invalid file output formatMatthias P. Braendli2017-12-221-0/+4
|
* Fix all the warnings shown since previous commitMatthias P. Braendli2017-12-111-2/+3
|
* Remove references to malloc.h and use posix_memalignMatthias P. Braendli2017-12-111-7/+0
|
* Do not setenv TZ twiceMatthias P. Braendli2017-11-101-4/+0
| | | | (cherry picked from commit 34afa3a0632817c30e4e5427ee67138d59c4ede3)
* Actually enable the new warnings for C++Matthias P. Braendli2017-10-041-5/+5
|
* Simplify DabModulator ctor signatureMatthias P. Braendli2017-08-171-24/+2
|
* Merge branch 'next_memless' into nextandreas1282017-06-071-2/+4
|\
| * Fix file readingandreas1282017-04-021-2/+4
| |
* | Add u8 format to FormatConverterMatthias P. Braendli2017-05-071-3/+8
|/ | | | | This is compatible with some tools like welle.io that take u8 input
* Add normalisation for file outputandreas1282017-03-271-0/+14
|\
| * Add normalisation for file outputandreas1282017-03-161-0/+14
| |
* | Add gainmode var variance to config fileMatthias P. Braendli2017-03-171-0/+2
|/
* Merge branch 'next' into restructureEDIvsETIMatthias P. Braendli2017-03-031-0/+4
|\
| * Move setenv earlierMatthias P. Braendli2017-02-251-4/+4
| | | | | | | | | | | | | | the glibc manual says in chapter 25.4.1 Environment Access 'Modifications of environment variables are not allowed in multi-threaded programs.' So we do it before we become multi-threaded.
| * Add ability to set UHD LO offsetMatthias P. Braendli2017-02-251-0/+1
| |
* | Separate EDI and ETI code a bit betterMatthias P. Braendli2017-02-241-130/+124
| |
* | Move print of startup info to new functionMatthias P. Braendli2017-02-241-30/+1
| |
* | Move configuration and cmdline parser to new fileMatthias P. Braendli2017-02-241-464/+6
| |
* | Move modulator settings to a dedicated structureMatthias P. Braendli2017-02-241-177/+215
|/
* Change phase of TII carriersMatthias P. Braendli2017-02-241-3/+4
| | | | This adapts the patch contributed by Piratfm to the next branch
* Update EDI lib: fix SAD and take latest changesMatthias P. Braendli2017-02-171-1/+1
|
* Add support for SoapySDRMatthias P. Braendli2017-02-101-45/+66
|
* Integrate timestampdecoder into EDI inputMatthias P. Braendli2017-01-131-1/+1
|
* Add threaded UDP input for EDIMatthias P. Braendli2017-01-131-1/+8
|
* Use milliseconds for edi_max_delayMatthias P. Braendli2017-01-061-4/+5
|
* Add edi_max_delay option to config fileMatthias P. Braendli2017-01-061-0/+6
|
* Fix ETI-over-TCP and ZeroMQ inputsMatthias P. Braendli2017-01-061-6/+15
|
* EDI: handle pseq resync and SIGINTMatthias P. Braendli2017-01-061-37/+32
|
* Replace EDI-to-ETI converter with a dedicated EDI sourceMatthias P. Braendli2017-01-061-81/+128
|
* Print fast-math in the feature list on startupMatthias P. Braendli2016-12-261-0/+3
|
* Add first version of EDI inputMatthias P. Braendli2016-12-251-5/+10
|
* Include default firfilter taps in binary and enable by defaultMatthias P. Braendli2016-12-111-9/+2
|
* Make gainmode VAR the default and update config to accept gainmode identifiersMatthias P. Braendli2016-12-111-3/+18
|
* Rework remotecontrolMatthias P. Braendli2016-10-071-16/+6
|
* Add ETI-over-TCP inputMatthias P. Braendli2016-09-111-0/+14
|
* Set custom names to threadsMatthias P. Braendli2016-06-171-0/+1
|
* Set SCHED_RR prio for all data processing threadsMatthias P. Braendli2016-06-171-0/+4
| | | | This includes Modulator, FIR Filter and UHD worker
* Add TRACE support for timing analysisMatthias P. Braendli2016-06-171-0/+7
|
* Remove broken KISS FFT supportMatthias P. Braendli2016-05-271-12/+0
|
* Get rid of FCT discontinuity checkMatthias P. Braendli2016-05-201-7/+1
| | | | The timestamp discontinuity verification takes care of this now
* Restart when FrameMultiplexer sees a different configurationMatthias P. Braendli2016-01-311-15/+27
|
* Replace quite a few 'new' with make_sharedMatthias P. Braendli2016-01-311-2/+2
|
* Set default UHD settings for command lineMatthias P. Braendli2015-10-301-0/+3
|
* Refactor variables and GainMode enumMatthias P. Braendli2015-09-181-1/+1
|
* Give RemoteControllers a global lifetimeMatthias P. Braendli2015-09-181-1/+4
|
* Switch to C++11, remove boost::shared_ptrMatthias P. Braendli2015-08-011-3/+2
|
* Correct defaults for refclk_source and pps_sourceMatthias P. Braendli2015-07-301-2/+2
|
* Add version info to starting up messageMatthias P. Braendli2015-07-241-1/+7
|