Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MemlessPoly: avoid uninitialised variables | Matthias P. Braendli | 2023-08-15 | 1 | -2/+2 |
| | |||||
* | Revert "DEXTER: Add pacontrol interface" | Matthias P. Braendli | 2023-08-15 | 1 | -2/+2 |
| | | | | This reverts commit 150b75b244602c789934f1a5094f33aa7da3c09a. | ||||
* | Add events | Matthias P. Braendli | 2023-07-19 | 1 | -3/+3 |
| | |||||
* | Change RC showjson command | Matthias P. Braendli | 2023-07-19 | 1 | -2/+2 |
| | |||||
* | DEXTER: Add pacontrol interface | Matthias P. Braendli | 2023-06-06 | 1 | -2/+2 |
| | |||||
* | Add JSON output to RC | Matthias P. Braendli | 2023-03-31 | 1 | -1/+9 |
| | |||||
* | Fix includes in MemlessPoly | Matthias P. Braendli | 2019-08-13 | 1 | -1/+2 |
| | |||||
* | Catch all exceptions as const | Matthias P. Braendli | 2019-01-28 | 1 | -2/+2 |
| | |||||
* | Keep RC-modified settings across modulator restarts | Matthias P. Braendli | 2018-08-07 | 1 | -1/+1 |
| | |||||
* | Fix compilation on some older platforms | Matthias P. Braendli | 2018-06-18 | 1 | -3/+3 |
| | |||||
* | Add predistorter coefs to RC | Matthias P. Braendli | 2018-06-05 | 1 | -18/+69 |
| | |||||
* | ThreadsafeQueue: add wakeup event instead of custom termination markers | Matthias P. Braendli | 2018-04-20 | 1 | -4/+4 |
| | | | | | This avoids the issue that the ~SDR termination marker doesn't reach the consumer because it's still prebuffering | ||||
* | Set MemlessPoly worker thread scheduling | Matthias P. Braendli | 2018-04-07 | 1 | -0/+3 |
| | |||||
* | Avoid race condition on teardown of pipelined plugins | Matthias P. Braendli | 2018-01-14 | 1 | -0/+5 |
| | |||||
* | Fix all the warnings shown since previous commit | Matthias P. Braendli | 2017-12-11 | 1 | -4/+1 |
| | |||||
* | Add LUT predistorter | Matthias P. Braendli | 2017-09-13 | 1 | -42/+147 |
| | |||||
* | MemlessPoly: replace async by own threadpool | Matthias P. Braendli | 2017-09-02 | 1 | -23/+64 |
| | | | | | | 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 | -111/+54 |
| | | | | This partly reverts commit 28462b9d8bb08609810ea9a9882c5fa9205b8b80. | ||||
* | Fix get_parameter for coeffiles | andreas128 | 2017-08-25 | 1 | -2/+2 |
| | |||||
* | Remove polynom term without coefficient | andreas128 | 2017-08-24 | 1 | -3/+2 |
|\ | |||||
| * | DPD: use std::norm | Matthias P. Braendli | 2017-08-23 | 1 | -4/+2 |
| | | |||||
* | | Add dpd for phase correction | andreas128 | 2017-08-24 | 1 | -55/+150 |
|/ | |||||
* | 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 |
| | |||||
* | Add linear coefficient | andreas128 | 2017-08-21 | 1 | -5/+6 |
| | |||||
* | Change MemlessPoly to real coefficients | andreas128 | 2017-08-21 | 1 | -26/+19 |
| | |||||
* | Add optimization for MemlessPoly.cpp | andreas128 | 2017-08-19 | 1 | -0/+2 |
| | |||||
* | Improve memlesspoly error message | Matthias P. Braendli | 2017-08-18 | 1 | -1/+1 |
| | |||||
* | Add not-compiled-in magnitude polynomial for DPD | Matthias P. Braendli | 2017-08-18 | 1 | -0/+18 |
| | |||||
* | Add restrict keyword for DPD apply_coeff | Matthias P. Braendli | 2017-08-18 | 1 | -2/+6 |
| | |||||
* | Remove default coefs from MemlessPoly | Matthias P. Braendli | 2017-08-18 | 1 | -37/+24 |
| | |||||
* | Add number of threads setting for MemlessPoly | Matthias P. Braendli | 2017-08-17 | 1 | -11/+18 |
| | |||||
* | Move MemlessPoly m_coefs to private | Matthias P. Braendli | 2017-08-04 | 1 | -1/+3 |
| | |||||
* | Parallelise MemlessPoly using std::async | Matthias P. Braendli | 2017-08-04 | 1 | -17/+56 |
| | |||||
* | Use 5 coefficients in MemlessPoly | Matthias P. Braendli | 2017-08-04 | 1 | -27/+29 |
| | |||||
* | Change to complex poly | andreas128 | 2017-06-17 | 1 | -24/+29 |
| | |||||
* | Refactor MemlessPoly to have more meaningful names | andreas128 | 2017-04-06 | 1 | -71/+55 |
| | |||||
* | Fix file reading | andreas128 | 2017-04-02 | 1 | -0/+1 |
| | |||||
* | Fix remote for polynom coefficients | andreas128 | 2017-03-26 | 1 | -9/+9 |
| | |||||
* | Working pipeline | andreas128 | 2017-03-26 | 1 | -1/+1 |
| | |||||
* | Working pipeline | andreas128 | 2017-03-26 | 1 | -0/+202 |