Lines Matching full:python
3 This is a Python wrapper for the Arm open source [CMSIS-DSP](https://github.com/ARM-software/CMSIS-…
9 The signal processing chain can thus be tested and developed in a Python environment and then easil…
20 The building of this package has been tested on Windows with the Python install from python.org and…
22 It has also been tested with `cygwin`. In that case, `python-devel` must be installed too. On Mac, …
28 Python 3 must be used.
34 It is advised to do it in a Python virtual environment. Then, in the virtual environment you can ju…
38 …ncies like `NumPy`) and you should have a compiler which can be found by Python when building the …
57 …you can build the [CMSIS-DSP](https://github.com/ARM-software/CMSIS-DSP) python wrapper. Go to fol…
67 This library is then used by the `setup.py` script to build the Python extension.
83 Note that due to the great number of possible configurations (OS, Compiler, Python), we can't give …
125 …te. Since all arguments (except the instance ones) are read-only in this Python API, this state wi…
154 Here is an example for using FFT from the Python interface:
187 For matrix, the instance variables are masked by the Python API. We decided that for matrix only th…
221 The Python wrapper is containing three submodules : `fixedpoint` , `mfcc` and `datatype`
238 * Supports Python 3.12
274 * Possibility to customize the FIFO class on a connection for the Python wrapper