Commit Graph

5 Commits (989370fe55a756ec8fd4025db1b153ea2fadec67)

Author SHA1 Message Date
Christophe Favergeon 989370fe55 Corrected some python wrapper tests.
The deprecated rfft f32 has been removed from the wrapper
(rfft fast f32 is still included).
3 years ago
Christophe Favergeon 3d1a7f7ff4 Improvement to the Python wrapper
Corrected issues with arm_fir_decimate and arm_fir_interpolate
Corrected issues with real FFTs in the wrapper
Added a customization option for the FIFO class in compute graph.
Added Python tests for the corrected functions.
3 years ago
Christophe Favergeon b9b58d044e Small change to a PythonWrapper test. 3 years ago
Christophe Favergeon 91f599c052 Householder and QR decomposition for matrices (f64,f32,f16).
(not yet optimized)
3 years ago
Christophe Favergeon fb90fab3e7 CMSIS-DSP: Added missing functions to the Python wrapper
Changed the version of Jinja2 required by the wrapper to avoid warnings
when using google colab.
4 years ago