Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rework OFDM windowing for data symbols | Matthias P. Braendli | 2017-12-23 | 2 | -32/+55 |
* | Add OFDM windowing support to GuardIntervalInserter | Matthias P. Braendli | 2017-12-22 | 3 | -36/+257 |
* | Fix some PDEBUG calls | Matthias P. Braendli | 2017-12-22 | 3 | -4/+3 |
* | Check for invalid file output format | Matthias P. Braendli | 2017-12-22 | 1 | -0/+4 |
* | Improve Buffer initialisation in EtiReader | Matthias P. Braendli | 2017-12-21 | 1 | -5/+5 |
* | Make Buffer movable | Matthias P. Braendli | 2017-12-21 | 2 | -30/+63 |
* | Simplify GuardIntervalInserter slightly | Matthias P. Braendli | 2017-12-21 | 2 | -31/+13 |
* | Remove unused variable d_polarity_mask | Matthias P. Braendli | 2017-12-18 | 1 | -2/+0 |
* | Remove unused variable myCurrentFrame | Matthias P. Braendli | 2017-12-18 | 2 | -2/+0 |
* | 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 |
* | 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 |
* | | 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 |