Commit Graph

13 Commits (bc9321d1aa44681aa5898434d1e7b0dbcd7bcf0c)

Author SHA1 Message Date
Christophe Favergeon fab8a1e6a8 Correction to python wrapper build so that the result can be used on google colab 3 years ago
Christophe Favergeon d1a2633be0 Updated PythonWrapper version and README 3 years ago
Christophe Favergeon 82559adce2 Added DTW to the PythonWrapper API 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 302897a523 Update to the release notes for the Python wrapper 3 years ago
Christophe Favergeon 568e45afc6 Improvements to CG
Small bug fix to make it easier to use several scheduler.
Improvement to declare new arguments for a node.
3 years ago
Christophe Favergeon 5a99a5c5ad Improvement to compute graph
More customization options
New (experimental) scheduling algorithm to improve latencies.
3 years ago
Christophe Favergeon 06c439f7e7 Added documentation for cyclo static scheduling 3 years ago
Christophe Favergeon 1edf36dff6 Prepare PythonWrapper for next release 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
Christophe Favergeon 65e84e2d05 CMSIS-DSP: Update Python wrapper README and example
New example is a Jupyter notebook and can be run from Google colab.
4 years ago
Christophe Favergeon 6cfdbe7dc6 CMSIS-DSP: Refactoring of the PythonWrapper and SDF
Refactoring to enable improvements to the wrapper and to be able to
upload it to the Python repository.
4 years ago