aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add optimization for MemlessPoly.cppandreas1282017-08-191-0/+2
* Improve memlesspoly error messageMatthias P. Braendli2017-08-181-1/+1
* Auto-restart DPD Feedback serverMatthias P. Braendli2017-08-182-131/+145
* Add not-compiled-in magnitude polynomial for DPDMatthias P. Braendli2017-08-181-0/+18
* Add restrict keyword for DPD apply_coeffMatthias P. Braendli2017-08-181-2/+6
* Remove default coefs from MemlessPolyMatthias P. Braendli2017-08-181-37/+24
* Merge branch 'next' into next_memlessMatthias P. Braendli2017-08-178-141/+96
|\
| * Simplify DabModulator ctor signatureMatthias P. Braendli2017-08-177-90/+49
| * Remove raw flowgraph pointer from DabModulatorMatthias P. Braendli2017-08-062-16/+4
| * Check input zmq message sizeMatthias P. Braendli2017-08-051-29/+44
* | Move default poly to dpd/poly.coefMatthias P. Braendli2017-08-171-1/+1
* | Add number of threads setting for MemlessPolyMatthias P. Braendli2017-08-177-18/+37
* | Move MemlessPoly m_coefs to privateMatthias P. Braendli2017-08-043-13/+5
* | Parallelise MemlessPoly using std::asyncMatthias P. Braendli2017-08-041-17/+56
* | Use 5 coefficients in MemlessPolyMatthias P. Braendli2017-08-041-27/+29
* | Change to complex polyandreas1282017-06-172-25/+30
|/
* Merge branch 'next_memless' into nextandreas1282017-06-0711-58/+886
|\
| * Print info about DPD portMatthias P. Braendli2017-05-131-0/+2
| * DPD: Set RX sample rateMatthias P. Braendli2017-05-121-0/+3
| * 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-124-29/+53
| * DPD: Fix RX feedback samplingMatthias P. Braendli2017-05-121-27/+42
| * DPD: handle incomplete framesMatthias P. Braendli2017-05-122-4/+23
| * Add dpd example script to fetch samplesMatthias P. Braendli2017-05-121-103/+105
| * 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
| |\
| * | 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
| |\ \
| * | | Fix remote for polynom coefficientsandreas1282017-03-261-9/+9
| * | | Working pipelineandreas1282017-03-261-1/+1
| * | | Working pipelineandreas1282017-03-263-17/+308
* | | | Remove old TODOMatthias P. Braendli2017-06-051-2/+0
* | | | Always set the tist delay to 1 because of GainControlMatthias P. Braendli2017-06-051-1/+1
* | | | Remove deprecated exception specificationMatthias P. Braendli2017-06-022-3/+2
* | | | Add u8 format to FormatConverterMatthias P. Braendli2017-05-073-12/+34
| |_|/ |/| |
* | | 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 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 m_running in ModPluginandreas1282017-03-261-0/+1