Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Add constants for ExtractStatistic | andreas128 | 2017-09-13 | 1 | -0/+6 | |
| * | Add FSM to main.py | andreas128 | 2017-09-13 | 1 | -19/+38 | |
| * | Add model_AM to calculate amplitude coefficients | andreas128 | 2017-09-13 | 1 | -0/+115 | |
| * | Add ExtractStatistic to condense infromation from several measurements | andreas128 | 2017-09-13 | 1 | -0/+158 | |
| * | Change comment | andreas128 | 2017-09-13 | 1 | -1/+1 | |
| * | Switch to linear regression; Cleanup | andreas128 | 2017-09-12 | 1 | -11/+13 | |
| * | Remove raw logging | andreas128 | 2017-09-12 | 1 | -4/+0 | |
* | | Add LUT predistorter | Matthias P. Braendli | 2017-09-13 | 9 | -209/+497 | |
|/ | ||||||
* | Merge 'next' into next_memless | Matthias P. Braendli | 2017-09-12 | 2 | -13/+22 | |
|\ | ||||||
| * | Fix incorrect usage of gmtime_r in timestamp decoder | Matthias P. Braendli | 2017-09-12 | 2 | -13/+22 | |
* | | Catch unknown exceptions in DPD server | Matthias P. Braendli | 2017-09-12 | 1 | -2/+8 | |
* | | Reuse socket address for DPD server | Matthias P. Braendli | 2017-09-12 | 1 | -0/+6 | |
* | | Merge branch 'next_memless' of github.com:Opendigitalradio/ODR-DabMod into ne... | andreas128 | 2017-09-12 | 2 | -24/+109 | |
|\ \ | ||||||
| * | | MemlessPoly: replace async by own threadpool | Matthias P. Braendli | 2017-09-02 | 2 | -24/+109 | |
* | | | Use ridge regression | andreas128 | 2017-09-10 | 2 | -6/+10 | |
* | | | Add phase dpd, cleanup | andreas128 | 2017-09-10 | 1 | -92/+205 | |
* | | | Cleanup, Add MER logging to Model | andreas128 | 2017-09-08 | 3 | -22/+32 | |
* | | | Add check pottling flag | andreas128 | 2017-09-08 | 1 | -3/+2 | |
* | | | Cleanup and change logging plots to svg | andreas128 | 2017-09-08 | 9 | -210/+102 | |
* | | | Change max to meadian in TX_Agc | andreas128 | 2017-09-05 | 3 | -26/+25 | |
* | | | Add TX_Agc class for TX automatic gain control | andreas128 | 2017-09-05 | 2 | -0/+126 | |
* | | | Add get/set for digital gain | andreas128 | 2017-09-04 | 1 | -4/+19 | |
* | | | Cleanup logging and plots | andreas128 | 2017-09-02 | 7 | -28/+33 | |
* | | | Add logging for MER | andreas128 | 2017-09-02 | 1 | -16/+32 | |
|/ / | ||||||
* | | Change logging format | andreas128 | 2017-09-01 | 1 | -1/+1 | |
* | | Add Symbol_align class to find phase offset in unaligned dab signal | andreas128 | 2017-09-01 | 1 | -0/+191 | |
* | | Add Test_data class to access stored iq data | andreas128 | 2017-09-01 | 1 | -0/+136 | |
* | | Add MER class to measure modulation error rate | andreas128 | 2017-09-01 | 1 | -0/+133 | |
* | | Add file with dab constants | andreas128 | 2017-09-01 | 1 | -0/+38 | |
* | | Add debug logging | andreas128 | 2017-09-01 | 1 | -1/+7 | |
* | | Add store tx received for debug logging level | andreas128 | 2017-09-01 | 1 | -1/+9 | |
* | | Increase default number of samples | andreas128 | 2017-09-01 | 1 | -1/+1 | |
* | | Cleanup | andreas128 | 2017-09-01 | 2 | -58/+66 | |
* | | Remove pynverse depedency | Matthias P. Braendli | 2017-09-01 | 1 | -1/+0 | |
* | | DPD CE: Add MIT licence header | Matthias P. Braendli | 2017-09-01 | 7 | -0/+132 | |
* | | DPD CE: Log up to INFO to console too | Matthias P. Braendli | 2017-09-01 | 1 | -0/+10 | |
* | | Merge branch 'next' into next_memless | Matthias P. Braendli | 2017-08-30 | 3 | -208/+196 | |
|\| | ||||||
| * | Rework UHD output and add underrun and frame counters to RC | Matthias P. Braendli | 2017-08-30 | 2 | -208/+195 | |
| * | Avoid uninitialised variable in TimestampDecoder | Matthias P. Braendli | 2017-08-21 | 1 | -0/+1 | |
* | | Add Automatic gain control | andreas128 | 2017-08-29 | 2 | -5/+175 | |
* | | Fix uniform sampler | andreas128 | 2017-08-29 | 1 | -18/+31 | |
* | | Add rx_median as return value | andreas128 | 2017-08-29 | 1 | -10/+3 | |
* | | Add function to select tx amplitudes to be uniformly distributed | andreas128 | 2017-08-25 | 2 | -25/+53 | |
* | | Add CCDF plot to Model.py | andreas128 | 2017-08-25 | 2 | -34/+63 | |
* | | DPD CE: Add options for interations and load coefs | Matthias P. Braendli | 2017-08-25 | 2 | -13/+22 | |
* | | Put both AM/AM and AM/PM coefs to one file | Matthias P. Braendli | 2017-08-25 | 11 | -184/+108 | |
* | | Fix get_parameter for coeffiles | andreas128 | 2017-08-25 | 1 | -2/+2 | |
* | | Add control for dpd phase coefficient | andreas128 | 2017-08-24 | 3 | -96/+158 | |
* | | Remove polynom term without coefficient | andreas128 | 2017-08-24 | 8 | -45/+185 | |
|\ \ | ||||||
| * | | Add coefficient nomalization | andreas128 | 2017-08-23 | 2 | -1/+6 |