- Jul 21, 2022
-
-
Erik von Reis authored
Some code in the demod rotation calcs was compiled with the assumption that %rax was preserved across a call to sincos. This is not the case. Now sincos saves %rax on the stack.
-
- Jul 20, 2022
-
-
Erik von Reis authored
-
- Jul 12, 2022
-
-
Erik von Reis authored
-
- May 04, 2022
-
-
Erik von Reis authored
-
- Apr 19, 2022
-
-
Erik von Reis authored
Also some fixes to comments in demod parts.
-
- Apr 14, 2022
-
-
Erik von Reis authored
These parts demodulate a single signal against multiple frequencies. Also, some bugs fixed in demod parts.
-
- Mar 25, 2022
-
-
Erik von Reis authored
-
Erik von Reis authored
16-input dmodulation_decimation library part now works in non-vectorized and avx2 modes. Other modes cause a kernel panic. models have a new parameter, "vectorization" that can be set to avx512, avx2, sse3 or none (default).
-
- Mar 22, 2022
-
-
Erik von Reis authored
-