Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 ne... | andreas128 | 2017-08-17 | 16 | -153/+143 | |
|\ \ | ||||||
| * | | 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 ne... | andreas128 | 2017-08-09 | 6 | -86/+156 | |
|\ \ | ||||||
| * | | 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 | |
|/ / | ||||||
* | | Add Todo for FFT | andreas128 | 2017-08-09 | 1 | -0/+1 | |
* | | Make dpd/main.py executable and add shebang | Matthias P. Braendli | 2017-08-09 | 1 | -0/+1 | |
* | | Add DPD server simulator script | Matthias P. Braendli | 2017-08-09 | 2 | -0/+126 | |
* | | Add TODO reminder in show_spectrum.py | Matthias P. Braendli | 2017-08-09 | 1 | -0/+2 | |
* | | Add logging to Measure | andreas128 | 2017-08-07 | 2 | -1/+37 | |
* | | Change dpd.ini to use linear tx region | andreas128 | 2017-08-07 | 1 | -2/+2 | |
* | | Add TX constellation plot to show_spectrum | Matthias P. Braendli | 2017-08-06 | 1 | -12/+95 | |
* | | Add Adapt and Model, Update for minimum working pipeline | andreas128 | 2017-08-05 | 5 | -28/+250 | |
* | | Add python, vim config to .gitignore | andreas128 | 2017-08-05 | 1 | -0/+119 | |
* | | Add main.py and basic functions to get measurement | andreas128 | 2017-08-04 | 7 | -0/+407 | |
* | | Merge branch 'next' into next_memless | Matthias P. Braendli | 2017-08-04 | 2 | -17/+29 | |
|\| | ||||||
| * | Add configure option to disable march=native | Matthias P. Braendli | 2017-06-23 | 2 | -14/+23 | |
| * | Switch travis to gcc 6 | Matthias P. Braendli | 2017-06-10 | 1 | -3/+6 | |
* | | Move MemlessPoly m_coefs to private | Matthias P. Braendli | 2017-08-04 | 3 | -13/+5 | |
* | | Parallelise MemlessPoly using std::async | Matthias P. Braendli | 2017-08-04 | 1 | -17/+56 | |
* | | Use 5 coefficients in MemlessPoly | Matthias P. Braendli | 2017-08-04 | 1 | -27/+29 | |
* | | Change to complex poly | andreas128 | 2017-06-17 | 3 | -28/+37 | |
|/ | ||||||
* | Merge branch 'next_memless' into next | andreas128 | 2017-06-07 | 18 | -62/+1315 | |
|\ | ||||||
| * | Configure txgrain | andreas128 | 2017-05-29 | 1 | -1/+1 | |
| * | Add store_received with alignment | andreas128 | 2017-05-29 | 1 | -0/+157 | |
| * | Print info about DPD port | Matthias P. Braendli | 2017-05-13 | 1 | -0/+2 | |
| * | DPD: calculate spectrum in complex double | Matthias P. Braendli | 2017-05-13 | 1 | -0/+4 |