aboutsummaryrefslogtreecommitdiffstats
path: root/src/DabModulator.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'next' into outputRefactoringMatthias P. Braendli2018-01-071-3/+3
|\
| * Fix a few minor mistakesMatthias P. Braendli2018-01-071-3/+3
| |
* | Merge branch 'flowgraphmetadata' into outputRefactoringMatthias P. Braendli2018-01-071-2/+11
|\ \
| * | Add new flowgraph path for metadataMatthias P. Braendli2018-01-071-2/+11
| |/
* | Merge branch 'next' into outputRefactoringMatthias P. Braendli2017-12-251-3/+4
|\|
| * Add OFDM windowing to config fileMatthias P. Braendli2017-12-231-1/+2
| |
| * Add OFDM windowing support to GuardIntervalInserterMatthias P. Braendli2017-12-221-0/+1
| |
| * Fix some PDEBUG callsMatthias P. Braendli2017-12-221-2/+1
| |
* | Replace flowgraph setup if chain by a loopMatthias P. Braendli2017-11-031-36/+20
|/
* Fix some CFR things, still WIPMatthias P. Braendli2017-09-281-1/+8
|
* Put both AM/AM and AM/PM coefs to one fileMatthias P. Braendli2017-08-251-4/+2
| | | | This partly reverts commit 28462b9d8bb08609810ea9a9882c5fa9205b8b80.
* Add dpd for phase correctionandreas1282017-08-241-2/+4
|
* Merge branch 'next' into next_memlessMatthias P. Braendli2017-08-171-53/+38
|\
| * Simplify DabModulator ctor signatureMatthias P. Braendli2017-08-171-41/+36
| |
| * Remove raw flowgraph pointer from DabModulatorMatthias P. Braendli2017-08-061-11/+3
| |
* | Add number of threads setting for MemlessPolyMatthias P. Braendli2017-08-171-2/+5
| |
* | Move MemlessPoly m_coefs to privateMatthias P. Braendli2017-08-041-6/+0
|/
* Handle absence of cifPoly in flowgraph setupMatthias P. Braendli2017-05-121-5/+11
|
* Initialise flowgraph correctly with FIRFilterMatthias P. Braendli2017-05-121-27/+23
|
* Add warning for incomplete flowgraphandreas1282017-04-061-10/+5
|
* Fix print to stdoutandreas1282017-04-061-4/+10
|
* Fix file readingandreas1282017-04-021-7/+19
|
* Working pipelineandreas1282017-03-261-17/+30
|
* Add gainmode var variance to config fileMatthias P. Braendli2017-03-171-2/+4
|
* Change phase of TII carriersMatthias P. Braendli2017-02-241-1/+4
| | | | This adapts the patch contributed by Piratfm to the next branch
* Fix incorrect frame size bug due to missing puncturing paddingMatthias P. Braendli2017-02-121-1/+1
|
* Replace EDI-to-ETI converter with a dedicated EDI sourceMatthias P. Braendli2017-01-061-15/+11
|
* Use ref instead of pointer for subchannel sourcesMatthias P. Braendli2016-12-261-4/+2
|
* Refactor flowgraph and puncturing rulesMatthias P. Braendli2016-12-251-9/+9
|
* Remove ModFormatMatthias P. Braendli2016-12-251-4/+1
|
* Include default firfilter taps in binary and enable by defaultMatthias P. Braendli2016-12-111-2/+2
|
* Rework remotecontrolMatthias P. Braendli2016-10-071-7/+5
|
* Replace quite a few 'new' with make_sharedMatthias P. Braendli2016-01-311-46/+36
|
* Keep TII settings across modulator restartMatthias P. Braendli2015-09-181-3/+3
|
* Keep FIR filtertaps after modulator restartMatthias P. Braendli2015-09-181-8/+7
|
* Keep digital gain across modulator restartsMatthias P. Braendli2015-09-181-1/+1
|
* Keep tist offset across modulator restartsMatthias P. Braendli2015-09-181-1/+1
|
* Fix crash when using RC after a mod restartMatthias P. Braendli2015-09-141-1/+1
|
* Replace some loops with iterators to foreach loopsMatthias P. Braendli2015-08-011-27/+20
|
* Switch to C++11, remove boost::shared_ptrMatthias P. Braendli2015-08-011-3/+3
|
* Make TII enabling a soft-failMatthias P. Braendli2015-06-281-2/+8
|
* Add missing includeMatthias P. Braendli2015-06-261-0/+1
|
* Add TII to remote control, add explicit enableMatthias P. Braendli2015-06-261-8/+5
|
* Add TII configuration to ini fileMatthias P. Braendli2015-06-261-4/+12
|
* Merge branch 'next' into tiiMatthias P. Braendli2015-06-261-2/+2
|\
| * Simplify TIST offset handling, add offset to RCMatthias P. Braendli2015-06-121-2/+2
| | | | | | | | This breaks old configuration files using synchronous=1
* | Merge branch 'next' into tiiMatthias P. Braendli2015-06-031-3/+1
|\|
| * Logging: use etiLog instead of stderrMatthias Braendli2015-06-021-3/+1
| |
* | Add and enable TII insertion for testingMatthias P. Braendli2015-05-301-0/+4
|/
* Change enable criteria for CicEqMatthias P. Braendli2015-02-221-1/+1
| | | | | This needs a review, it's not clear if this is still relevant for recent USRPs.