aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* DPD: Set RX sample rateMatthias P. Braendli2017-05-123-4/+9
|
* Set RX antenna to RX2Matthias P. Braendli2017-05-121-0/+3
|
* DPD: Set RX gain and frequency, add gain to RX and configMatthias P. Braendli2017-05-125-29/+56
|
* Fix zmq_remote.py for python3Matthias P. Braendli2017-05-121-3/+3
|
* Actually plot a spectrum in show_spectrum.pyMatthias P. Braendli2017-05-121-1/+22
|
* Fix typo in show_spectrum.pyMatthias P. Braendli2017-05-121-1/+1
|
* DPD: Fix RX feedback samplingMatthias P. Braendli2017-05-121-27/+42
|
* Update DPD readme and add exampleMatthias P. Braendli2017-05-122-0/+49
|
* DPD: handle incomplete framesMatthias P. Braendli2017-05-123-12/+46
|
* Add dpd example script to fetch samplesMatthias P. Braendli2017-05-123-103/+214
|
* 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-077-23/+383
|
* Merge branch 'next' into next_memlessMatthias P. Braendli2017-05-054-114/+124
|\
| * 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-202-57/+42
| |
* | Add MemlessPoly documentation for config fileandreas1282017-04-061-0/+15
| |
* | 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-014-7/+101
|\|
| * Merge branch 'next' of github.com:Opendigitalradio/ODR-DabMod into nextandreas1282017-03-271-0/+77
| |\
| | * Add a helper tool to display scope and FFT of an IQ fileMatthias P. Braendli2017-03-261-0/+77
| | |
| * | Add normalisation for file outputandreas1282017-03-272-5/+22
| |\ \
| | * | Add normalisation for file outputandreas1282017-03-162-5/+22
| | | |
| * | | 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-264-17/+310
|/ /
* | 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-178-9/+24
| |
* | 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
|/
* Prepare v1.0.0v1.0.0Matthias P. Braendli2017-03-033-6/+22
|
* Mention HackRF in the readmeMatthias P. Braendli2017-03-031-1/+1
|
* Fix wrong units for UHD TX rate printoutMatthias P. Braendli2017-03-031-2/+2
|
* Merge branch 'next' into restructureEDIvsETIMatthias P. Braendli2017-03-035-4/+42
|\
| * Document lo_offsetMatthias P. Braendli2017-02-251-0/+9
| |
| * 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.