Lines Matching full:on
5 The CMSIS-DSP is available on our [GitHub](https://github.com/ARM-software/CMSIS-DSP) or as a [CMSI…
7 …ithub.com/ARM-software/CMSIS-DSP) API to ease the migration to the final implementation on a board.
9 …Python environment and then easily converted to a C implementation running on a Cortex-M or Cortex…
20 …f this package has been tested on Windows with the Python install from python.org and Microsoft Vi…
22 It has also been tested with `cygwin`. In that case, `python-devel` must be installed too. On Mac, …
77 Depending on the example, you may have to install more packages.
83 … can't give any support if you have problems compiling the `PythonWrapper` on your specific config…
87 …ithub.com/ARM-software/CMSIS-DSP) API to ease the migration to the final implementation on a board.
207 This example depends on a data file which can be downloaded here:
213 Lugovaya T.S. Biometric human identification based on electrocardiogram. [Master's thesis] Faculty …
231 `datatype` is an API on top of `fixedpoint` to provide more reuse when converting between data form…
240 * Corrections on Cholesky
244 * Dependency on numpy 1.22 has been lifted, tested through numpy 1.26
251 * Corrected distance issues when using wrapper on aarch64
274 * Possibility to customize the FIFO class on a connection for the Python wrapper