aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Properly terminate dpd server on ctrl-cMatthias P. Braendli2017-05-122-25/+107
|
* Handle absence of cifPoly in flowgraph setupMatthias P. Braendli2017-05-121-5/+11
|
* UHD Feedback: Do not send the beginning of the frameMatthias P. Braendli2017-05-123-21/+39
|
* Initialise flowgraph correctly with FIRFilterMatthias P. Braendli2017-05-121-27/+23
|
* Add WIP for OutputUHDFeedbackMatthias P. Braendli2017-05-075-22/+375
|
* Merge branch 'next' into next_memlessMatthias P. Braendli2017-05-053-96/+115
|\
| * Reindent stringtrim in OutputUHDMatthias P. Braendli2017-05-011-2/+6
| |
| * Ensure buffer in OutputUHD is properly filled to reduce underrunsMatthias P. Braendli2017-05-011-1/+14
| |
| * Put UHD async msg to separate threadMatthias P. Braendli2017-04-212-54/+62
| |
| * Replace SSE check by march=native checkMatthias P. Braendli2017-04-201-39/+33
| |
* | Add warning for incomplete flowgraphandreas1282017-04-061-10/+5
| |
* | Fix print to stdoutandreas1282017-04-061-4/+10
| |
* | Refactor MemlessPoly to have more meaningful namesandreas1282017-04-062-76/+60
| |
* | Fix file readingandreas1282017-04-027-11/+38
| |
* | Merge branch 'next' into next_memlessandreas1282017-04-012-2/+16
|\|
| * Add normalisation for file outputandreas1282017-03-271-0/+14
| |\
| | * Add normalisation for file outputandreas1282017-03-161-0/+14
| | |
| * | Fix resampler amplitudeandreas1282017-03-261-2/+2
| | |
* | | Fix remote for polynom coefficientsandreas1282017-03-261-9/+9
| | |
* | | Working pipelineandreas1282017-03-261-1/+1
| | |
* | | Working pipelineandreas1282017-03-263-17/+308
|/ /
* | Fix m_running in ModPluginandreas1282017-03-261-0/+1
| |
* | Fix race condition for PipelinedModCodec thread startupMatthias P. Braendli2017-03-255-5/+20
| | | | | | | | | | The thread could start before the vtable containing the subclass function is ready, leading to a crash because the thread calls a pure virtual function.
* | Fix FIRFilter compilation on non-SSE systemsMatthias P. Braendli2017-03-231-8/+0
| |
* | Add missing atomic include in ModPlugin.hMatthias P. Braendli2017-03-171-0/+1
| |
* | Simplify FIRFilter and make it use PipelinedModCodecMatthias P. Braendli2017-03-172-220/+113
| |
* | Add gainmode var variance to config fileMatthias P. Braendli2017-03-177-6/+17
| |
* | Add gainmode VAR variance setting to RCMatthias P. Braendli2017-03-172-30/+101
| |
* | Set thread priority for PipelinedModCodec threadsMatthias P. Braendli2017-03-171-0/+1
| |
* | Add threaded ModCodec and use it for GainControlMatthias P. Braendli2017-03-174-8/+107
|/
* Fix wrong units for UHD TX rate printoutMatthias P. Braendli2017-03-031-2/+2
|
* Merge branch 'next' into restructureEDIvsETIMatthias P. Braendli2017-03-034-4/+33
|\
| * Fix UHD LO offset loggingMatthias P. Braendli2017-02-251-15/+15
| |
| * 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-253-3/+25
| |
| * Set uhd timestamps log to std::fixedMatthias P. Braendli2017-02-251-0/+3
| |
* | Merge branch 'next' into restructureEDIvsETIMatthias P. Braendli2017-02-242-7/+3
|\|
| * Log: replace spsc queue by ThreadsafequeueMatthias P. Braendli2017-02-242-7/+3
| | | | | | | | | | The function pushing messages into the queue gets called from more than one thread, which is illegal according to boost::lockfree documentation.
* | 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-243-34/+45
| |
* | Move configuration and cmdline parser to new fileMatthias P. Braendli2017-02-245-466/+573
| |
* | Move modulator settings to a dedicated structureMatthias P. Braendli2017-02-241-177/+215
|/
* Change phase of TII carriersMatthias P. Braendli2017-02-244-42/+94
| | | | 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
|
* Fix SAD field widthStefan Pöschel2017-02-172-2/+2
| | | | | | The width of the SAD field is 10bit, therefore up to now subchannels with a higher start address were by mistake placed at a lower address within the MSC. Thereby also other subchannels could have been overwritten.
* Fix incorrect frame size bug due to missing puncturing paddingMatthias P. Braendli2017-02-126-28/+82
|
* Add buffer size check in TimeInterleaverMatthias P. Braendli2017-02-111-4/+8
|
* Make invalid subchannel size error more detailedMatthias P. Braendli2017-02-101-2/+6
|
* Add support for SoapySDRMatthias P. Braendli2017-02-107-52/+546
|
* Set structure default values for UHD configurationMatthias P. Braendli2017-02-101-10/+10
|