summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Improve memlesspoly error messageMatthias P. Braendli2017-08-181-1/+1
|
* Auto-restart DPD Feedback serverMatthias P. Braendli2017-08-182-131/+145
|
* Describe performance optimisation in INSTALL and mention DPD in READMEMatthias P. Braendli2017-08-182-0/+22
|
* 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_memless' of github.com:Opendigitalradio/ODR-DabMod into ↵andreas1282017-08-1716-153/+143
|\ | | | | | | next_memless
| * Merge branch 'next' into next_memlessMatthias P. Braendli2017-08-179-142/+97
| |\
| | * Simplify DabModulator ctor signatureMatthias P. Braendli2017-08-177-90/+49
| | |
| | * configure.ac: Properly check for FFTWMatthias P. Braendli2017-08-161-1/+1
| | |
| | * 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-173-2/+2
| | |
| * | Add number of threads setting for MemlessPolyMatthias P. Braendli2017-08-178-18/+41
| | |
| * | show_spectrum: dump image and try to get upsampled constellation to workMatthias P. Braendli2017-08-161-4/+16
| | |
* | | Fix plotting without DISPLAYandreas1282017-08-175-4/+20
|/ /
* | Configure dpd.ini for coef fileandreas1282017-08-161-5/+5
| |
* | Add dpdpoly.coef, remove polyCoefsCustomandreas1282017-08-162-11/+11
| |
* | Add example coefficientsandreas1282017-08-161-0/+11
| |
* | Fix correlation for complex signalandreas1282017-08-111-1/+1
| |
* | Add logging in Model.pyandreas1282017-08-111-19/+28
| |
* | Add loop for measure, model, adaptandreas1282017-08-111-3/+4
| |
* | Add case for upsampling with factor 1andreas1282017-08-111-2/+6
| |
* | Fix polycoef pathandreas1282017-08-111-1/+1
| |
* | Fix Python 2.7 compatibilityandreas1282017-08-092-1/+2
| |
* | Merge branch 'next_memless' of github.com:Opendigitalradio/ODR-DabMod into ↵andreas1282017-08-096-86/+156
|\ \ | | | | | | | | | next_memless
| * | DPD CE: Fix self.sock usage in AdaptMatthias P. Braendli2017-08-091-2/+3
| | |
| * | DPD CE: review Adapt.pyMatthias P. Braendli2017-08-092-53/+63
| | |
| * | DPD: describe coef file formatMatthias P. Braendli2017-08-091-0/+11
| | |
| * | DPD CE: Add argument parserMatthias P. Braendli2017-08-094-24/+48
| | |
| * | Update dpd READMEMatthias P. Braendli2017-08-091-7/+31
| | |
* | | Add logging to Modelandreas1282017-08-091-0/+24
|/ /
* | Add Todo for FFTandreas1282017-08-091-0/+1
| |
* | Make dpd/main.py executable and add shebangMatthias P. Braendli2017-08-091-0/+1
| |
* | Add DPD server simulator scriptMatthias P. Braendli2017-08-092-0/+126
| |
* | Add TODO reminder in show_spectrum.pyMatthias P. Braendli2017-08-091-0/+2
| |
* | Add logging to Measureandreas1282017-08-072-1/+37
| |
* | Change dpd.ini to use linear tx regionandreas1282017-08-071-2/+2
| |
* | Add TX constellation plot to show_spectrumMatthias P. Braendli2017-08-061-12/+95
| |
* | Add Adapt and Model, Update for minimum working pipelineandreas1282017-08-055-28/+250
| |
* | Add python, vim config to .gitignoreandreas1282017-08-051-0/+119
| |
* | Add main.py and basic functions to get measurementandreas1282017-08-047-0/+407
| |
* | Merge branch 'next' into next_memlessMatthias P. Braendli2017-08-042-17/+29
|\|
| * Add configure option to disable march=nativeMatthias P. Braendli2017-06-232-14/+23
| | | | | | | | Packagers must be able to override these options themselves
| * Switch travis to gcc 6Matthias P. Braendli2017-06-101-3/+6
| |
* | 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-173-28/+37
|/
* Merge branch 'next_memless' into nextandreas1282017-06-0718-62/+1315
|\