Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | | | | | | This makes it easier for users to monitor underruns if parsing the syslog is not possible. | ||||
| * | 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 |
| | | | | | | | | This partly reverts commit 28462b9d8bb08609810ea9a9882c5fa9205b8b80. | ||||
* | | 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 |
| | | | |||||
| * | | DPD CE: change default coef file name | Matthias P. Braendli | 2017-08-23 | 1 | -1/+1 |
| | | | |||||
| * | | DPD: use std::norm | Matthias P. Braendli | 2017-08-23 | 1 | -4/+2 |
| | | | |||||
| * | | Add iterative dpd | andreas128 | 2017-08-22 | 2 | -38/+126 |
| | | | |||||
| * | | Add logging directory creation for all log files | andreas128 | 2017-08-21 | 5 | -19/+35 |
| | | | |||||
| * | | Add single shot correction | andreas128 | 2017-08-21 | 2 | -4/+36 |
| | | | |||||
* | | | Add dpd for phase correction | andreas128 | 2017-08-24 | 9 | -73/+186 |
|/ / | |||||
* | | Increase MemlessPoly efficiency | andreas128 | 2017-08-21 | 1 | -46/+10 |
| | | |||||
* | | Fix loop unrolling | andreas128 | 2017-08-21 | 1 | -1/+1 |
| | | |||||
* | | Add loop unrolling for MemlessPoly.cpp | andreas128 | 2017-08-21 | 1 | -13/+31 |
| | | |||||
* | | Change dpd to real coefficients | andreas128 | 2017-08-21 | 2 | -12/+26 |
| | | |||||
* | | Add linear coefficient | andreas128 | 2017-08-21 | 1 | -5/+6 |
| | | |||||
* | | Change MemlessPoly to real coefficients | andreas128 | 2017-08-21 | 3 | -32/+20 |
| | | |||||
* | | Fix samplerate | andreas128 | 2017-08-19 | 1 | -1/+1 |
| | | |||||
* | | 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 |
| | |