aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | 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
| |