Commit Graph

64 Commits (main)

Author SHA1 Message Date
Christophe Favergeon 41f2015387 CMSIS-DSP: Re-organization of arm_math.h
arm_math.h splitted into several headers.
Interpolation functions moved from arm_math.h to a separate folder.
5 years ago
Christophe Favergeon 2f270b6e5f CMSIS-DSP: Changed link in Python wrapper example 6 years ago
Christophe Favergeon dcda169de6 CMSIS-DSP: Cleaning for RFFT
Updated Doxygen comments.
Moved cfft_init_f64 from PythonWrapper to normal repository.
6 years ago
Christophe Favergeon b6d9bdd4ef CMSIS-DSP: Added MVE code for arm_cfft_q15 6 years ago
Christophe Favergeon fb1620bb3d CMSIS-DSP: Updated Python wrapper. 6 years ago
Christophe Favergeon 3060b1da8f CMSIS-DSP: MVE version of arm_cfft_f32. 6 years ago
Christophe Favergeon 76ab9556db CMSIS-DSP: Added new tests
Added tests for arm_math.h functions read_q15x2 and similar ones ...
Improved Doxygen.
Improved functions read_q15x2 and similar ones ...
6 years ago
FabKlein ee57bbde54 CMSIS-DSP: Initial F64 CFFT/RFFT implementation 6 years ago
Chris Knorowski chris.knorowski@sensiml.com cd2d0a7cbc enable building python files for gnulinux 6 years ago
Christophe Favergeon 3bf2e2eda6 CMSIS-DSP: Enable build with MSVC compiler.
The goal of this commit is to allow the build of CMSIS-DSP on Windows to
enable the use of the library from Python or Matlab.

The Python wrapper has also been simplified and is now using the
CMSIS-DSP directly without requiring specific include files or source files.
7 years ago
Christophe Favergeon 58cda47002 Improved the README of the CMSIS-DSP Python wrapper.
More details about the installation procedure.
7 years ago
Christophe Favergeon 0a98533a43 Improved the README for the Python wrapper. 7 years ago
Christophe Favergeon 1706f379de Corrected example.py so that it also works with Python 2.
Clarified the README to highlight that the cmsisdsp Python package
is installed in editable mode when using the command line of the README
file.
7 years ago
Christophe Favergeon bb426fa559 First release of the Numpy compatible Python wrapper for the CMSIS-DSP. 7 years ago