aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Replace legacy bzero() by memset()Matthias P. Braendli2017-12-113-3/+3
|
* Remove references to malloc.h and use posix_memalignMatthias P. Braendli2017-12-116-26/+15
|
* Rename misleading variable nameMatthias P. Braendli2017-12-102-6/+6
|
* Correct TII powerMatthias P. Braendli2017-11-181-5/+19
|
* Do not setenv TZ twiceMatthias P. Braendli2017-11-101-4/+0
| | | | (cherry picked from commit 34afa3a0632817c30e4e5427ee67138d59c4ede3)
* Avoid invalid warning about timestamp irregularityMatthias P. Braendli2017-11-101-2/+1
|
* Fix FIRFilter use-after-free on teardownMatthias P. Braendli2017-11-101-0/+1
|
* Attenuate TII by 16dB as requested by specSergiy G2017-10-311-2/+2
|
* Improve MER calculationMatthias P. Braendli2017-10-172-12/+16
|
* Avoid crash due to SIGPIPE in OutputUHDFeedback serverMatthias P. Braendli2017-10-171-1/+2
|
* Recover OutputUHDFeedback failureMatthias P. Braendli2017-10-174-66/+96
|
* Avoid flowgraph timing fprintf mixup on consoleMatthias P. Braendli2017-10-081-3/+12
|
* Actually enable the new warnings for C++Matthias P. Braendli2017-10-043-8/+8
|
* DPD server: handle accept timeout correctlyMatthias P. Braendli2017-09-301-1/+2
|
* Add TCP Socket listener abstraction and use for UHD FeedbackMatthias P. Braendli2017-09-283-86/+189
|
* CFR: add some sort of MER calculation that is not correct yetMatthias P. Braendli2017-09-282-2/+51
|
* Add CFR statistics to RCMatthias P. Braendli2017-09-282-18/+67
|
* Show CFR error min and maxMatthias P. Braendli2017-09-281-1/+9
|
* Normalise the CFR FFTMatthias P. Braendli2017-09-282-5/+13
|
* Fix some CFR things, still WIPMatthias P. Braendli2017-09-285-31/+76
|
* Add WIP CFR implementation to OfdmGeneratorMatthias P. Braendli2017-09-282-35/+178
|
* Add LUT predistorterMatthias P. Braendli2017-09-132-42/+169
|
* Merge 'next' into next_memlessMatthias P. Braendli2017-09-122-13/+22
|\
| * Fix incorrect usage of gmtime_r in timestamp decoderMatthias P. Braendli2017-09-122-13/+22
| |
* | Catch unknown exceptions in DPD serverMatthias P. Braendli2017-09-121-2/+8
| |
* | Reuse socket address for DPD serverMatthias P. Braendli2017-09-121-0/+6
| |
* | MemlessPoly: replace async by own threadpoolMatthias P. Braendli2017-09-022-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_memlessMatthias P. Braendli2017-08-303-208/+196
|\|
| * Rework UHD output and add underrun and frame counters to RCMatthias P. Braendli2017-08-302-208/+195
| | | | | | | | | | This makes it easier for users to monitor underruns if parsing the syslog is not possible.
| * Avoid uninitialised variable in TimestampDecoderMatthias P. Braendli2017-08-211-0/+1
| |
* | Put both AM/AM and AM/PM coefs to one fileMatthias P. Braendli2017-08-255-133/+66
| | | | | | | | This partly reverts commit 28462b9d8bb08609810ea9a9882c5fa9205b8b80.
* | Fix get_parameter for coeffilesandreas1282017-08-251-2/+2
| |
* | Remove polynom term without coefficientandreas1282017-08-241-3/+2
|\ \
| * | DPD: use std::normMatthias P. Braendli2017-08-231-4/+2
| | |
* | | Add dpd for phase correctionandreas1282017-08-245-66/+172
|/ /
* | Increase MemlessPoly efficiencyandreas1282017-08-211-46/+10
| |
* | Fix loop unrollingandreas1282017-08-211-1/+1
| |
* | Add loop unrolling for MemlessPoly.cppandreas1282017-08-211-13/+31
| |
* | Add linear coefficientandreas1282017-08-211-5/+6
| |
* | Change MemlessPoly to real coefficientsandreas1282017-08-212-27/+20
| |
* | 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
| |