Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Reuse socket address for DPD server | Matthias P. Braendli | 2017-09-12 | 1 | -0/+6 | |
* | | MemlessPoly: replace async by own threadpool | Matthias P. Braendli | 2017-09-02 | 2 | -24/+109 | |
* | | Merge branch 'next' into next_memless | Matthias P. Braendli | 2017-08-30 | 3 | -208/+196 | |
|\| | ||||||
| * | Rework UHD output and add underrun and frame counters to RC | Matthias P. Braendli | 2017-08-30 | 2 | -208/+195 | |
| * | Avoid uninitialised variable in TimestampDecoder | Matthias P. Braendli | 2017-08-21 | 1 | -0/+1 | |
* | | Put both AM/AM and AM/PM coefs to one file | Matthias P. Braendli | 2017-08-25 | 5 | -133/+66 | |
* | | Fix get_parameter for coeffiles | andreas128 | 2017-08-25 | 1 | -2/+2 | |
* | | Remove polynom term without coefficient | andreas128 | 2017-08-24 | 1 | -3/+2 | |
|\ \ | ||||||
| * | | DPD: use std::norm | Matthias P. Braendli | 2017-08-23 | 1 | -4/+2 | |
* | | | Add dpd for phase correction | andreas128 | 2017-08-24 | 5 | -66/+172 | |
|/ / | ||||||
* | | Increase MemlessPoly efficiency | andreas128 | 2017-08-21 | 1 | -46/+10 | |
* | | Fix loop unrolling | andreas128 | 2017-08-21 | 1 | -1/+1 | |
* | | Add loop unrolling for MemlessPoly.cpp | andreas128 | 2017-08-21 | 1 | -13/+31 | |
* | | Add linear coefficient | andreas128 | 2017-08-21 | 1 | -5/+6 | |
* | | Change MemlessPoly to real coefficients | andreas128 | 2017-08-21 | 2 | -27/+20 | |
* | | Add optimization for MemlessPoly.cpp | andreas128 | 2017-08-19 | 1 | -0/+2 | |
* | | Improve memlesspoly error message | Matthias P. Braendli | 2017-08-18 | 1 | -1/+1 | |
* | | Auto-restart DPD Feedback server | Matthias P. Braendli | 2017-08-18 | 2 | -131/+145 | |
* | | Add not-compiled-in magnitude polynomial for DPD | Matthias P. Braendli | 2017-08-18 | 1 | -0/+18 | |
* | | Add restrict keyword for DPD apply_coeff | Matthias P. Braendli | 2017-08-18 | 1 | -2/+6 | |
* | | Remove default coefs from MemlessPoly | Matthias P. Braendli | 2017-08-18 | 1 | -37/+24 | |
* | | Merge branch 'next' into next_memless | Matthias P. Braendli | 2017-08-17 | 8 | -141/+96 | |
|\| | ||||||
| * | Simplify DabModulator ctor signature | Matthias P. Braendli | 2017-08-17 | 7 | -90/+49 | |
| * | Remove raw flowgraph pointer from DabModulator | Matthias P. Braendli | 2017-08-06 | 2 | -16/+4 | |
| * | Check input zmq message size | Matthias P. Braendli | 2017-08-05 | 1 | -29/+44 | |
* | | Move default poly to dpd/poly.coef | Matthias P. Braendli | 2017-08-17 | 1 | -1/+1 | |
* | | Add number of threads setting for MemlessPoly | Matthias P. Braendli | 2017-08-17 | 7 | -18/+37 | |
* | | Move MemlessPoly m_coefs to private | Matthias P. Braendli | 2017-08-04 | 3 | -13/+5 | |
* | | Parallelise MemlessPoly using std::async | Matthias P. Braendli | 2017-08-04 | 1 | -17/+56 | |
* | | Use 5 coefficients in MemlessPoly | Matthias P. Braendli | 2017-08-04 | 1 | -27/+29 | |
* | | Change to complex poly | andreas128 | 2017-06-17 | 2 | -25/+30 | |
|/ | ||||||
* | Merge branch 'next_memless' into next | andreas128 | 2017-06-07 | 11 | -58/+886 | |
|\ | ||||||
| * | Print info about DPD port | Matthias P. Braendli | 2017-05-13 | 1 | -0/+2 | |
| * | DPD: Set RX sample rate | Matthias P. Braendli | 2017-05-12 | 1 | -0/+3 | |
| * | Set RX antenna to RX2 | Matthias P. Braendli | 2017-05-12 | 1 | -0/+3 | |
| * | DPD: Set RX gain and frequency, add gain to RX and config | Matthias P. Braendli | 2017-05-12 | 4 | -29/+53 | |
| * | DPD: Fix RX feedback sampling | Matthias P. Braendli | 2017-05-12 | 1 | -27/+42 | |
| * | DPD: handle incomplete frames | Matthias P. Braendli | 2017-05-12 | 2 | -4/+23 | |
| * | Add dpd example script to fetch samples | Matthias P. Braendli | 2017-05-12 | 1 | -103/+105 | |
| * | Properly terminate dpd server on ctrl-c | Matthias P. Braendli | 2017-05-12 | 2 | -25/+107 | |
| * | Handle absence of cifPoly in flowgraph setup | Matthias P. Braendli | 2017-05-12 | 1 | -5/+11 | |
| * | UHD Feedback: Do not send the beginning of the frame | Matthias P. Braendli | 2017-05-12 | 3 | -21/+39 | |
| * | Initialise flowgraph correctly with FIRFilter | Matthias P. Braendli | 2017-05-12 | 1 | -27/+23 | |
| * | Add WIP for OutputUHDFeedback | Matthias P. Braendli | 2017-05-07 | 5 | -22/+375 | |
| * | Merge branch 'next' into next_memless | Matthias P. Braendli | 2017-05-05 | 3 | -96/+115 | |
| |\ | ||||||
| * | | Add warning for incomplete flowgraph | andreas128 | 2017-04-06 | 1 | -10/+5 | |
| * | | Fix print to stdout | andreas128 | 2017-04-06 | 1 | -4/+10 | |
| * | | Refactor MemlessPoly to have more meaningful names | andreas128 | 2017-04-06 | 2 | -76/+60 | |
| * | | Fix file reading | andreas128 | 2017-04-02 | 7 | -11/+38 | |
| * | | Merge branch 'next' into next_memless | andreas128 | 2017-04-01 | 2 | -2/+16 | |
| |\ \ |