aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Do not use out_of_range for multiplex reconfiguration errorMatthias P. Braendli2017-12-253-10/+19
|
* Fix TII insertion for positive frequency carriersMatthias P. Braendli2017-12-242-13/+5
|
* Add OFDM windowing to config fileMatthias P. Braendli2017-12-233-2/+9
|
* Rework OFDM windowing for data symbolsMatthias P. Braendli2017-12-232-32/+55
|
* Add OFDM windowing support to GuardIntervalInserterMatthias P. Braendli2017-12-223-36/+257
|
* Fix some PDEBUG callsMatthias P. Braendli2017-12-223-4/+3
|
* Check for invalid file output formatMatthias P. Braendli2017-12-221-0/+4
|
* Improve Buffer initialisation in EtiReaderMatthias P. Braendli2017-12-211-5/+5
|
* Make Buffer movableMatthias P. Braendli2017-12-212-30/+63
|
* Simplify GuardIntervalInserter slightlyMatthias P. Braendli2017-12-212-31/+13
|
* Remove unused variable d_polarity_maskMatthias P. Braendli2017-12-181-2/+0
|
* Remove unused variable myCurrentFrameMatthias P. Braendli2017-12-182-2/+0
|
* Check for prctl portabilityMatthias P. Braendli2017-12-152-1/+6
|
* Fix all the warnings shown since previous commitMatthias P. Braendli2017-12-1124-73/+80
|
* Simplify porting.{h,c}Matthias P. Braendli2017-12-112-32/+1
|
* 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
|/ /