aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Simplify argparseandreas1282017-09-142-5/+5
|
* Change Adapt coef return to float32 arrayandreas1282017-09-141-1/+2
|
* Fix plot labelsandreas1282017-09-141-2/+2
|
* Add Model_PMandreas1282017-09-145-3/+130
|
* Fix non closed figuresandreas1282017-09-138-13/+13
|
* Add phase plotandreas1282017-09-131-2/+40
|
* Add constants for ExtractStatisticandreas1282017-09-131-0/+6
|
* Add FSM to main.pyandreas1282017-09-131-19/+38
|
* Add model_AM to calculate amplitude coefficientsandreas1282017-09-131-0/+115
|
* Add ExtractStatistic to condense infromation from several measurementsandreas1282017-09-131-0/+158
|
* Change commentandreas1282017-09-131-1/+1
|
* Switch to linear regression; Cleanupandreas1282017-09-121-11/+13
|
* Remove raw loggingandreas1282017-09-121-4/+0
|
* Merge 'next' into next_memlessMatthias P. Braendli2017-09-122-13/+22
|\
| * Fix incorrect usage of gmtime_r in timestamp decoderMatthias P. Braendli2017-09-122-13/+22
| |
* | Catch unknown exceptions in DPD serverMatthias P. Braendli2017-09-121-2/+8
| |
* | Reuse socket address for DPD serverMatthias P. Braendli2017-09-121-0/+6
| |
* | Merge branch 'next_memless' of github.com:Opendigitalradio/ODR-DabMod into ↵andreas1282017-09-122-24/+109
|\ \ | | | | | | | | | next_memless
| * | MemlessPoly: replace async by own threadpoolMatthias P. Braendli2017-09-022-24/+109
| | | | | | | | | | | | | | | | | | It is slightly faster, but the main advantage is that there is no slowdown when running under gdb because it doesn't create and destroy threads for every frame.
* | | Use ridge regressionandreas1282017-09-102-6/+10
| | |
* | | Add phase dpd, cleanupandreas1282017-09-101-92/+205
| | |
* | | Cleanup, Add MER logging to Modelandreas1282017-09-083-22/+32
| | |
* | | Add check pottling flagandreas1282017-09-081-3/+2
| | |
* | | Cleanup and change logging plots to svgandreas1282017-09-089-210/+102
| | |
* | | Change max to meadian in TX_Agcandreas1282017-09-053-26/+25
| | |
* | | Add TX_Agc class for TX automatic gain controlandreas1282017-09-052-0/+126
| | |
* | | Add get/set for digital gainandreas1282017-09-041-4/+19
| | |
* | | Cleanup logging and plotsandreas1282017-09-027-28/+33
| | |
* | | Add logging for MERandreas1282017-09-021-16/+32
|/ /
* | Change logging formatandreas1282017-09-011-1/+1
| |
* | Add Symbol_align class to find phase offset in unaligned dab signalandreas1282017-09-011-0/+191
| |
* | Add Test_data class to access stored iq dataandreas1282017-09-011-0/+136
| |
* | Add MER class to measure modulation error rateandreas1282017-09-011-0/+133
| |
* | Add file with dab constantsandreas1282017-09-011-0/+38
| |
* | Add debug loggingandreas1282017-09-011-1/+7
| |
* | Add store tx received for debug logging levelandreas1282017-09-011-1/+9
| |
* | Increase default number of samplesandreas1282017-09-011-1/+1
| |
* | Cleanupandreas1282017-09-012-58/+66
| |
* | Remove pynverse depedencyMatthias P. Braendli2017-09-011-1/+0
| |
* | DPD CE: Add MIT licence headerMatthias P. Braendli2017-09-017-0/+132
| |
* | DPD CE: Log up to INFO to console tooMatthias P. Braendli2017-09-011-0/+10
| |
* | Merge branch 'next' into next_memlessMatthias P. Braendli2017-08-303-208/+196
|\|
| * Rework UHD output and add underrun and frame counters to RCMatthias P. Braendli2017-08-302-208/+195
| | | | | | | | | | This makes it easier for users to monitor underruns if parsing the syslog is not possible.
| * Avoid uninitialised variable in TimestampDecoderMatthias P. Braendli2017-08-211-0/+1
| |
* | Add Automatic gain controlandreas1282017-08-292-5/+175
| |
* | Fix uniform samplerandreas1282017-08-291-18/+31
| |
* | Add rx_median as return valueandreas1282017-08-291-10/+3
| |
* | Add function to select tx amplitudes to be uniformly distributedandreas1282017-08-252-25/+53
| |
* | Add CCDF plot to Model.pyandreas1282017-08-252-34/+63
| |
* | DPD CE: Add options for interations and load coefsMatthias P. Braendli2017-08-252-13/+22
| |