aboutsummaryrefslogtreecommitdiffstats
path: root/src/OfdmGenerator.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Replace legacy bzero() by memset()Matthias P. Braendli2017-12-111-1/+1
|
* Improve MER calculationMatthias P. Braendli2017-10-171-11/+15
|
* Actually enable the new warnings for C++Matthias P. Braendli2017-10-041-2/+2
|
* CFR: add some sort of MER calculation that is not correct yetMatthias P. Braendli2017-09-281-2/+48
|
* Add CFR statistics to RCMatthias P. Braendli2017-09-281-15/+56
|
* Show CFR error min and maxMatthias P. Braendli2017-09-281-1/+9
|
* Normalise the CFR FFTMatthias P. Braendli2017-09-281-2/+10
|
* Fix some CFR things, still WIPMatthias P. Braendli2017-09-281-27/+46
|
* Add WIP CFR implementation to OfdmGeneratorMatthias P. Braendli2017-09-281-7/+127
|
* Remove ModFormatMatthias P. Braendli2016-12-251-2/+1
|
* Remove broken KISS FFT supportMatthias P. Braendli2016-05-271-101/+3
|
* Fix compilation in KISS FFT with SIMD due to std::complexMatthias P. Braendli2015-10-281-2/+2
|
* Make KISS entirely optionalMatthias P. Braendli2014-10-241-2/+2
| | | | | The Resampler block can also use fftw, and the Makefile only does the kiss fft compilation when --enable-fftw is not given.
* Add possibility to use FFTW for OfdmGeneratorMatthias P. Braendli2014-10-241-6/+79
|
* fix invalid initialisation in OfdmGenerator and GuardIntervalInserterMatthias P. Braendli2014-02-111-2/+2
|
* Replace CRC-DABMOD by ODR-DabModMatthias P. Braendli2014-02-071-4/+4
|
* added unmodified mmbtoolsMatthias (think)2012-07-111-0/+195