Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add JSON output to RC | Matthias P. Braendli | 2023-03-31 | 1 | -8/+6 |
| | |||||
* | Add missing includes, remove unused m_to_drop | Matthias P. Braendli | 2019-08-13 | 1 | -4/+4 |
| | |||||
* | Keep RC-modified settings across modulator restarts | Matthias P. Braendli | 2018-08-07 | 1 | -2/+2 |
| | |||||
* | Add predistorter coefs to RC | Matthias P. Braendli | 2018-06-05 | 1 | -2/+3 |
| | |||||
* | ThreadsafeQueue: add wakeup event instead of custom termination markers | Matthias P. Braendli | 2018-04-20 | 1 | -5/+1 |
| | | | | | This avoids the issue that the ~SDR termination marker doesn't reach the consumer because it's still prebuffering | ||||
* | Avoid race condition on teardown of pipelined plugins | Matthias P. Braendli | 2018-01-14 | 1 | -0/+3 |
| | |||||
* | Add LUT predistorter | Matthias P. Braendli | 2017-09-13 | 1 | -0/+22 |
| | |||||
* | MemlessPoly: replace async by own threadpool | Matthias P. Braendli | 2017-09-02 | 1 | -1/+45 |
| | | | | | | 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. | ||||
* | Put both AM/AM and AM/PM coefs to one file | Matthias P. Braendli | 2017-08-25 | 1 | -10/+6 |
| | | | | This partly reverts commit 28462b9d8bb08609810ea9a9882c5fa9205b8b80. | ||||
* | Add dpd for phase correction | andreas128 | 2017-08-24 | 1 | -5/+10 |
| | |||||
* | Change MemlessPoly to real coefficients | andreas128 | 2017-08-21 | 1 | -1/+1 |
| | |||||
* | Add number of threads setting for MemlessPoly | Matthias P. Braendli | 2017-08-17 | 1 | -1/+2 |
| | |||||
* | Move MemlessPoly m_coefs to private | Matthias P. Braendli | 2017-08-04 | 1 | -6/+2 |
| | |||||
* | Change to complex poly | andreas128 | 2017-06-17 | 1 | -1/+1 |
| | |||||
* | Refactor MemlessPoly to have more meaningful names | andreas128 | 2017-04-06 | 1 | -5/+5 |
| | |||||
* | Fix file reading | andreas128 | 2017-04-02 | 1 | -1/+3 |
| | |||||
* | Working pipeline | andreas128 | 2017-03-26 | 1 | -0/+76 |