Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Check for prctl portability | Matthias P. Braendli | 2017-12-15 | 2 | -1/+6 |
| | |||||
* | Fix all the warnings shown since previous commit | Matthias P. Braendli | 2017-12-11 | 24 | -73/+80 |
| | |||||
* | Simplify porting.{h,c} | Matthias P. Braendli | 2017-12-11 | 2 | -32/+1 |
| | |||||
* | Replace legacy bzero() by memset() | Matthias P. Braendli | 2017-12-11 | 3 | -3/+3 |
| | |||||
* | Remove references to malloc.h and use posix_memalign | Matthias P. Braendli | 2017-12-11 | 6 | -26/+15 |
| | |||||
* | Rename misleading variable name | Matthias P. Braendli | 2017-12-10 | 2 | -6/+6 |
| | |||||
* | Correct TII power | Matthias P. Braendli | 2017-11-18 | 1 | -5/+19 |
| | |||||
* | Do not setenv TZ twice | Matthias P. Braendli | 2017-11-10 | 1 | -4/+0 |
| | | | | (cherry picked from commit 34afa3a0632817c30e4e5427ee67138d59c4ede3) | ||||
* | Avoid invalid warning about timestamp irregularity | Matthias P. Braendli | 2017-11-10 | 1 | -2/+1 |
| | |||||
* | Fix FIRFilter use-after-free on teardown | Matthias P. Braendli | 2017-11-10 | 1 | -0/+1 |
| | |||||
* | Attenuate TII by 16dB as requested by spec | Sergiy G | 2017-10-31 | 1 | -2/+2 |
| | |||||
* | Improve MER calculation | Matthias P. Braendli | 2017-10-17 | 2 | -12/+16 |
| | |||||
* | Avoid crash due to SIGPIPE in OutputUHDFeedback server | Matthias P. Braendli | 2017-10-17 | 1 | -1/+2 |
| | |||||
* | Recover OutputUHDFeedback failure | Matthias P. Braendli | 2017-10-17 | 4 | -66/+96 |
| | |||||
* | Avoid flowgraph timing fprintf mixup on console | Matthias P. Braendli | 2017-10-08 | 1 | -3/+12 |
| | |||||
* | Actually enable the new warnings for C++ | Matthias P. Braendli | 2017-10-04 | 3 | -8/+8 |
| | |||||
* | DPD server: handle accept timeout correctly | Matthias P. Braendli | 2017-09-30 | 1 | -1/+2 |
| | |||||
* | Add TCP Socket listener abstraction and use for UHD Feedback | Matthias P. Braendli | 2017-09-28 | 3 | -86/+189 |
| | |||||
* | CFR: add some sort of MER calculation that is not correct yet | Matthias P. Braendli | 2017-09-28 | 2 | -2/+51 |
| | |||||
* | Add CFR statistics to RC | Matthias P. Braendli | 2017-09-28 | 2 | -18/+67 |
| | |||||
* | Show CFR error min and max | Matthias P. Braendli | 2017-09-28 | 1 | -1/+9 |
| | |||||
* | Normalise the CFR FFT | Matthias P. Braendli | 2017-09-28 | 2 | -5/+13 |
| | |||||
* | Fix some CFR things, still WIP | Matthias P. Braendli | 2017-09-28 | 5 | -31/+76 |
| | |||||
* | Add WIP CFR implementation to OfdmGenerator | Matthias P. Braendli | 2017-09-28 | 2 | -35/+178 |
| | |||||
* | Add LUT predistorter | Matthias P. Braendli | 2017-09-13 | 2 | -42/+169 |
| | |||||
* | Merge 'next' into next_memless | Matthias P. Braendli | 2017-09-12 | 2 | -13/+22 |
|\ | |||||
| * | Fix incorrect usage of gmtime_r in timestamp decoder | Matthias P. Braendli | 2017-09-12 | 2 | -13/+22 |
| | | |||||
* | | Catch unknown exceptions in DPD server | Matthias P. Braendli | 2017-09-12 | 1 | -2/+8 |
| | | |||||
* | | 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 |
| | | | | | | | | | | | | It is slightly faster, but the main advantage is that there is no slowdown when running under gdb because it doesn't create and destroy threads for every frame. | ||||
* | | 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 |
| | | | | | | | | | | This makes it easier for users to monitor underruns if parsing the syslog is not possible. | ||||
| * | 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 |
| | | | | | | | | This partly reverts commit 28462b9d8bb08609810ea9a9882c5fa9205b8b80. | ||||
* | | 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 |
|\| |