Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add optimization for MemlessPoly.cpp | andreas128 | 2017-08-19 | 1 | -0/+2 |
| | |||||
* | Add plot in Module.py | andreas128 | 2017-08-19 | 1 | -10/+50 |
| | |||||
* | Cleanup plots | andreas128 | 2017-08-19 | 5 | -81/+141 |
| | |||||
* | Fix normalization to median of tx | andreas128 | 2017-08-19 | 1 | -2/+2 |
| | |||||
* | Remove sync plots | andreas128 | 2017-08-19 | 1 | -35/+0 |
| | |||||
* | Add phase alignment. Unstable for small angles. | andreas128 | 2017-08-19 | 2 | -0/+60 |
| | |||||
* | Merge | andreas128 | 2017-08-19 | 1 | -1/+1 |
|\ | |||||
| * | DPDCE: Use conjugate in subsample alignment | Matthias P. Braendli | 2017-08-18 | 1 | -1/+1 |
| | | |||||
* | | Fix target function for subsampling alignment | andreas128 | 2017-08-19 | 2 | -2/+15 |
|/ | |||||
* | DPDCE: Change subsample correlation to use complex correlation | Matthias P. Braendli | 2017-08-18 | 1 | -6/+15 |
| | |||||
* | Add logging of raw signal in Model.py | andreas128 | 2017-08-18 | 1 | -2/+8 |
| | |||||
* | Add logging for synchronized frames | andreas128 | 2017-08-18 | 1 | -1/+23 |
| | |||||
* | Add normalization in Measure.py | andreas128 | 2017-08-18 | 1 | -2/+5 |
| | |||||
* | Add logging for raw signal | andreas128 | 2017-08-18 | 1 | -0/+21 |
| | |||||
* | Add logging plot for correlation | andreas128 | 2017-08-18 | 1 | -9/+10 |
| | |||||
* | Add logging for timestamp | andreas128 | 2017-08-18 | 1 | -1/+2 |
| | |||||
* | Increase default number of measured samples | andreas128 | 2017-08-18 | 1 | -1/+1 |
| | |||||
* | DPDCE: Make python3 compatible | Matthias P. Braendli | 2017-08-18 | 1 | -6/+6 |
| | |||||
* | Improve memlesspoly error message | Matthias P. Braendli | 2017-08-18 | 1 | -1/+1 |
| | |||||
* | Auto-restart DPD Feedback server | Matthias P. Braendli | 2017-08-18 | 2 | -131/+145 |
| | |||||
* | Describe performance optimisation in INSTALL and mention DPD in README | Matthias P. Braendli | 2017-08-18 | 2 | -0/+22 |
| | |||||
* | Add not-compiled-in magnitude polynomial for DPD | Matthias P. Braendli | 2017-08-18 | 1 | -0/+18 |
| | |||||
* | Add restrict keyword for DPD apply_coeff | Matthias P. Braendli | 2017-08-18 | 1 | -2/+6 |
| | |||||
* | Remove default coefs from MemlessPoly | Matthias P. Braendli | 2017-08-18 | 1 | -37/+24 |
| | |||||
* | Merge branch 'next_memless' of github.com:Opendigitalradio/ODR-DabMod into ↵ | andreas128 | 2017-08-17 | 16 | -153/+143 |
|\ | | | | | | | next_memless | ||||
| * | Merge branch 'next' into next_memless | Matthias P. Braendli | 2017-08-17 | 9 | -142/+97 |
| |\ | |||||
| | * | Simplify DabModulator ctor signature | Matthias P. Braendli | 2017-08-17 | 7 | -90/+49 |
| | | | |||||
| | * | configure.ac: Properly check for FFTW | Matthias P. Braendli | 2017-08-16 | 1 | -1/+1 |
| | | | |||||
| | * | Remove raw flowgraph pointer from DabModulator | Matthias P. Braendli | 2017-08-06 | 2 | -16/+4 |
| | | | |||||
| | * | Check input zmq message size | Matthias P. Braendli | 2017-08-05 | 1 | -29/+44 |
| | | | |||||
| * | | Move default poly to dpd/poly.coef | Matthias P. Braendli | 2017-08-17 | 3 | -2/+2 |
| | | | |||||
| * | | Add number of threads setting for MemlessPoly | Matthias P. Braendli | 2017-08-17 | 8 | -18/+41 |
| | | | |||||
| * | | show_spectrum: dump image and try to get upsampled constellation to work | Matthias P. Braendli | 2017-08-16 | 1 | -4/+16 |
| | | | |||||
* | | | Fix plotting without DISPLAY | andreas128 | 2017-08-17 | 5 | -4/+20 |
|/ / | |||||
* | | Configure dpd.ini for coef file | andreas128 | 2017-08-16 | 1 | -5/+5 |
| | | |||||
* | | Add dpdpoly.coef, remove polyCoefsCustom | andreas128 | 2017-08-16 | 2 | -11/+11 |
| | | |||||
* | | Add example coefficients | andreas128 | 2017-08-16 | 1 | -0/+11 |
| | | |||||
* | | Fix correlation for complex signal | andreas128 | 2017-08-11 | 1 | -1/+1 |
| | | |||||
* | | Add logging in Model.py | andreas128 | 2017-08-11 | 1 | -19/+28 |
| | | |||||
* | | Add loop for measure, model, adapt | andreas128 | 2017-08-11 | 1 | -3/+4 |
| | | |||||
* | | Add case for upsampling with factor 1 | andreas128 | 2017-08-11 | 1 | -2/+6 |
| | | |||||
* | | Fix polycoef path | andreas128 | 2017-08-11 | 1 | -1/+1 |
| | | |||||
* | | Fix Python 2.7 compatibility | andreas128 | 2017-08-09 | 2 | -1/+2 |
| | | |||||
* | | Merge branch 'next_memless' of github.com:Opendigitalradio/ODR-DabMod into ↵ | andreas128 | 2017-08-09 | 6 | -86/+156 |
|\ \ | | | | | | | | | | next_memless | ||||
| * | | DPD CE: Fix self.sock usage in Adapt | Matthias P. Braendli | 2017-08-09 | 1 | -2/+3 |
| | | | |||||
| * | | DPD CE: review Adapt.py | Matthias P. Braendli | 2017-08-09 | 2 | -53/+63 |
| | | | |||||
| * | | DPD: describe coef file format | Matthias P. Braendli | 2017-08-09 | 1 | -0/+11 |
| | | | |||||
| * | | DPD CE: Add argument parser | Matthias P. Braendli | 2017-08-09 | 4 | -24/+48 |
| | | | |||||
| * | | Update dpd README | Matthias P. Braendli | 2017-08-09 | 1 | -7/+31 |
| | | | |||||
* | | | Add logging to Model | andreas128 | 2017-08-09 | 1 | -0/+24 |
|/ / |