aboutsummaryrefslogtreecommitdiffstats
path: root/dpd/src
Commit message (Collapse)AuthorAgeFilesLines
* Cleanupandreas1282017-09-2913-376/+105
|
* Cleanupandreas1282017-09-289-129/+132
|
* Cleanup Adapt.pyandreas1282017-09-281-38/+44
|
* Cleanupandreas1282017-09-281-1/+1
|
* Fix warning for mean of empty sliceandreas1282017-09-281-2/+4
|
* Change default for plotsandreas1282017-09-282-10/+8
|
* Lower start learning rate in Heuristic.pyandreas1282017-09-281-3/+1
|
* Minor correctionsandreas1282017-09-271-1/+1
|
* Change heuristicandreas1282017-09-271-1/+1
|
* Change heuristicandreas1282017-09-271-1/+1
|
* Fix temporary gain increase in TX_Agc.pyandreas1282017-09-271-19/+47
|
* Change fixed learning rate and number of measurements to heuristicandreas1282017-09-275-8/+48
|
* Fix plot enable/disableandreas1282017-09-272-3/+4
|
* Cleanupandreas1282017-09-275-7/+11
|
* Move consts to Const.py; Cleanupandreas1282017-09-276-13/+10
|
* Renamed const.pyandreas1282017-09-271-82/+0
|
* Add n_bins, n_per_bin, n_meas parameter; Cleanup importandreas1282017-09-271-0/+84
|
* Make Model_Lut compatibleandreas1282017-09-271-6/+20
|
* Move plot config in const.pyandreas1282017-09-264-8/+17
|
* Add documentation to README.mdandreas1282017-09-252-2/+2
|
* Change filename of MER plotandreas1282017-09-251-2/+2
|
* Use const.py as storage for sample rateandreas1282017-09-253-5/+5
|
* Move constants to const.pyandreas1282017-09-233-13/+20
|
* Change return to shoulderdiff, peak, shoulderandreas1282017-09-231-7/+6
|
* Less backoff for TX quantizationandreas1282017-09-221-3/+3
|
* Set small phases offsets to zeroandreas1282017-09-221-2/+4
|
* Change return to only informative dataandreas1282017-09-221-4/+9
|
* Increase backoff for RX quantizationandreas1282017-09-221-1/+1
|
* Add dump/load for Adaptandreas1282017-09-221-0/+30
|
* Disable Measure_Shoulder plotandreas1282017-09-201-1/+1
|
* Add Process Poolandreas1282017-09-202-33/+48
|
* Fix plotandreas1282017-09-191-0/+5
|
* Add Measure_Shouldersandreas1282017-09-182-0/+133
|
* Add missing LUT model, fix incorrect usage in main.pyMatthias P. Braendli2017-09-151-0/+50
|
* Add constants for Measure_Shoulderandreas1282017-09-151-0/+14
|
* Add reporting after each iterationandreas1282017-09-151-1/+1
|
* Cleanup Plotandreas1282017-09-151-12/+14
|
* Add minimum tx value for analysis by Model_PMandreas1282017-09-152-2/+10
|
* Merge LUT into 'next_memless'Matthias P. Braendli2017-09-1413-401/+552
|\
| * Add report in mainandreas1282017-09-141-1/+2
| |
| * Pack Model_AM and Model_PM into new Model_Polyandreas1282017-09-141-0/+104
| |
| * Simplify argparseandreas1282017-09-141-0/+0
| |
| * Change Adapt coef return to float32 arrayandreas1282017-09-141-1/+2
| |
| * Fix plot labelsandreas1282017-09-141-2/+2
| |
| * Add Model_PMandreas1282017-09-144-2/+125
| |
| * Fix non closed figuresandreas1282017-09-138-13/+13
| |
| * Add phase plotandreas1282017-09-131-2/+40
| |
| * Add constants for ExtractStatisticandreas1282017-09-131-0/+6
| |
| * Add model_AM to calculate amplitude coefficientsandreas1282017-09-131-0/+115
| |
| * Add ExtractStatistic to condense infromation from several measurementsandreas1282017-09-131-0/+158
| |