summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* DPD CE: review Adapt.pyMatthias P. Braendli2017-08-092-53/+63
|
* DPD: describe coef file formatMatthias P. Braendli2017-08-091-0/+11
|
* DPD CE: Add argument parserMatthias P. Braendli2017-08-094-24/+48
|
* Update dpd READMEMatthias P. Braendli2017-08-091-7/+31
|
* Add Todo for FFTandreas1282017-08-091-0/+1
|
* Make dpd/main.py executable and add shebangMatthias P. Braendli2017-08-091-0/+1
|
* Add DPD server simulator scriptMatthias P. Braendli2017-08-092-0/+126
|
* Add TODO reminder in show_spectrum.pyMatthias P. Braendli2017-08-091-0/+2
|
* Add logging to Measureandreas1282017-08-072-1/+37
|
* Change dpd.ini to use linear tx regionandreas1282017-08-071-2/+2
|
* Add TX constellation plot to show_spectrumMatthias P. Braendli2017-08-061-12/+95
|
* Add Adapt and Model, Update for minimum working pipelineandreas1282017-08-055-28/+250
|
* Add python, vim config to .gitignoreandreas1282017-08-051-0/+119
|
* Add main.py and basic functions to get measurementandreas1282017-08-047-0/+407
|
* Merge branch 'next' into next_memlessMatthias P. Braendli2017-08-042-17/+29
|\
| * Add configure option to disable march=nativeMatthias P. Braendli2017-06-232-14/+23
| | | | | | | | Packagers must be able to override these options themselves
| * Switch travis to gcc 6Matthias P. Braendli2017-06-101-3/+6
| |
* | Move MemlessPoly m_coefs to privateMatthias P. Braendli2017-08-043-13/+5
| |
* | Parallelise MemlessPoly using std::asyncMatthias P. Braendli2017-08-041-17/+56
| |
* | Use 5 coefficients in MemlessPolyMatthias P. Braendli2017-08-041-27/+29
| |
* | Change to complex polyandreas1282017-06-173-28/+37
|/
* Merge branch 'next_memless' into nextandreas1282017-06-0718-62/+1315
|\
| * Configure txgrainandreas1282017-05-291-1/+1
| |
| * Add store_received with alignmentandreas1282017-05-291-0/+157
| |
| * Print info about DPD portMatthias P. Braendli2017-05-131-0/+2
| |
| * DPD: calculate spectrum in complex doubleMatthias P. Braendli2017-05-131-0/+4
| |
| * DPD: Move power calculation into functionMatthias P. Braendli2017-05-131-16/+10
| |
| * Add animation support to show_spectrumMatthias P. Braendli2017-05-121-26/+73
| |
| * DPD: Set RX sample rateMatthias P. Braendli2017-05-123-4/+9
| |
| * Set RX antenna to RX2Matthias P. Braendli2017-05-121-0/+3
| |
| * DPD: Set RX gain and frequency, add gain to RX and configMatthias P. Braendli2017-05-125-29/+56
| |
| * Fix zmq_remote.py for python3Matthias P. Braendli2017-05-121-3/+3
| |
| * Actually plot a spectrum in show_spectrum.pyMatthias P. Braendli2017-05-121-1/+22
| |
| * Fix typo in show_spectrum.pyMatthias P. Braendli2017-05-121-1/+1
| |
| * DPD: Fix RX feedback samplingMatthias P. Braendli2017-05-121-27/+42
| |
| * Update DPD readme and add exampleMatthias P. Braendli2017-05-122-0/+49
| |
| * DPD: handle incomplete framesMatthias P. Braendli2017-05-123-12/+46
| |
| * Add dpd example script to fetch samplesMatthias P. Braendli2017-05-123-103/+214
| |
| * Properly terminate dpd server on ctrl-cMatthias P. Braendli2017-05-122-25/+107
| |
| * Handle absence of cifPoly in flowgraph setupMatthias P. Braendli2017-05-121-5/+11
| |
| * UHD Feedback: Do not send the beginning of the frameMatthias P. Braendli2017-05-123-21/+39
| |
| * Initialise flowgraph correctly with FIRFilterMatthias P. Braendli2017-05-121-27/+23
| |
| * Add WIP for OutputUHDFeedbackMatthias P. Braendli2017-05-077-23/+383
| |
| * Merge branch 'next' into next_memlessMatthias P. Braendli2017-05-054-114/+124
| |\
| * | Add MemlessPoly documentation for config fileandreas1282017-04-061-0/+15
| | |
| * | Add warning for incomplete flowgraphandreas1282017-04-061-10/+5
| | |
| * | Fix print to stdoutandreas1282017-04-061-4/+10
| | |
| * | Refactor MemlessPoly to have more meaningful namesandreas1282017-04-062-76/+60
| | |
| * | Fix file readingandreas1282017-04-027-11/+38
| | |
| * | Merge branch 'next' into next_memlessandreas1282017-04-014-7/+101
| |\ \