aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Move USRP GPSDO and time handling into separate classMatthias P. Braendli2017-11-268-296/+489
|
* Merge branch 'next' into outputRefactoringMatthias P. Braendli2017-11-183-7/+21
|\
| * 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
| |
* | Fix segfault due to missing DPD server, init muting to falseMatthias P. Braendli2017-11-041-8/+8
| |
* | Properly start SDR and UHD threadsMatthias P. Braendli2017-11-042-0/+5
| |
* | Remove OutputUHD filesMatthias P. Braendli2017-11-045-1767/+0
| |
* | Make DPD Feedback server SDRDevice-agnosticMatthias P. Braendli2017-11-0411-95/+751
| |
* | Do not setenv TZ twiceMatthias P. Braendli2017-11-031-4/+0
| |
* | Replace flowgraph setup if chain by a loopMatthias P. Braendli2017-11-031-36/+20
| |
* | Port UHD to new SDR abstractionMatthias P. Braendli2017-11-037-734/+303
| |
* | Create new SDR output abstraction and port SoapyMatthias P. Braendli2017-11-0212-437/+2121
|/
* 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
| |