Home
last modified time | relevance | path

Searched +full:cmsis +full:- +full:dsp (Results 1 – 25 of 42) sorted by relevance

12

/Zephyr-Core-3.7.0/tests/lib/cmsis_dsp/transform/
Dtestcase.yaml5 tags: cmsis-dsp
11 - frdm_k64f
12 - sam_e70_xplained/same70q21
13 - mps2/an521/cpu0
14 - native_sim
15 tags: cmsis-dsp
20 - CONFIG_CMSIS_DSP_TEST_TRANSFORM_CQ15=y
25 - mps3/an547
27 - cmsis-dsp
28 - fpu
[all …]
/Zephyr-Core-3.7.0/tests/lib/cmsis_dsp/matrix/
Dtestcase.yaml5 tags: cmsis-dsp
11 - frdm_k64f
12 - sam_e70_xplained/same70q21
13 - mps2/an521/cpu0
14 - native_sim
15 tags: cmsis-dsp
20 - CONFIG_CMSIS_DSP_TEST_MATRIX_UNARY_Q7=y
25 - mps2/an521/cpu1
26 - mps3/an547
28 - cmsis-dsp
[all …]
/Zephyr-Core-3.7.0/samples/modules/cmsis_dsp/moving_average/
DREADME.rst1 .. zephyr:code-sample:: cmsis-dsp-moving-average
2 :name: CMSIS-DSP moving average
4 Use the CMSIS-DSP library to calculate the moving average of a signal.
9 This sample demonstrates how to use the CMSIS-DSP library to calculate the moving average of a
12 It can be run on any board supported in Zephyr, but note that CMSIS-DSP is specifically optimized
13 for ARM Cortex-A and Cortex-M processors.
21 CMSIS-DSP function, and displayed on the console.
24 In order to allow an easy comparison of the efficiency of the CMSIS-DSP library when used on ARM
31 CMSIS-DSP is an optional module and needs to be added explicitly to your Zephyr workspace:
33 .. code-block:: shell
[all …]
Dsample.yaml2 description: Use CMSIS DSP to calculate moving average
3 name: CMSIS DSP Moving Average
7 - samples
9 - qemu_cortex_m0
10 - native_sim
12 - cmsis-dsp
17 - "Input\\[00\\]: 0 0 0 0 0 0 0 0 0 0 | Output\\[00\\]: 0.00"
18 - "Input\\[01\\]: 0 0 0 0 0 0 0 0 0 1 | Output\\[01\\]: 0.10"
19 - "Input\\[02\\]: 0 0 0 0 0 0 0 0 1 2 | Output\\[02\\]: 0.30"
20 - "Input\\[03\\]: 0 0 0 0 0 0 0 1 2 3 | Output\\[03\\]: 0.60"
[all …]
/Zephyr-Core-3.7.0/subsys/dsp/
DKconfig2 # SPDX-License-Identifier: Apache-2.0
4 menuconfig DSP config
5 bool "DSP subsystem"
7 Include the DSP (Digital Signal Processing) subsystem as a part of the
9 <zephyr/dsp/dsp.h> header.
11 if DSP
23 prompt "DSP library backend selection"
29 bool "Use the CMSIS-DSP library as the math backend"
33 Implement the various zephyr DSP functions using the CMSIS-DSP library. This feature
34 requires the CMSIS module to be selected.
[all …]
/Zephyr-Core-3.7.0/tests/lib/cmsis_dsp/filtering/
Dtestcase.yaml8 tags: cmsis-dsp
14 - frdm_k64f
15 - sam_e70_xplained/same70q21
16 - mps2/an521/cpu0
17 - native_sim
23 - CONFIG_CMSIS_DSP_TEST_FILTERING_BIQUAD=y
28 - mps2/an521/cpu1
29 - mps3/an547
31 - cmsis-dsp
32 - fpu
[all …]
/Zephyr-Core-3.7.0/tests/lib/cmsis_dsp/interpolation/
Dtestcase.yaml6 - frdm_k64f
7 - sam_e70_xplained/same70q21
8 - mps2/an521/cpu0
9 - native_sim
10 tags: cmsis-dsp
17 - mps2/an521/cpu1
18 - mps3/an547
20 - cmsis-dsp
21 - fpu
23 - CONFIG_FPU=y
/Zephyr-Core-3.7.0/tests/lib/cmsis_dsp/quaternionmath/
Dtestcase.yaml6 - frdm_k64f
7 - sam_e70_xplained/same70q21
8 - mps2/an521/cpu0
9 - native_sim
10 tags: cmsis-dsp
17 - mps2/an521/cpu1
18 - mps3/an547
20 - cmsis-dsp
21 - fpu
23 - CONFIG_FPU=y
/Zephyr-Core-3.7.0/tests/lib/cmsis_dsp/statistics/
Dtestcase.yaml6 - frdm_k64f
7 - sam_e70_xplained/same70q21
8 - mps2/an521/cpu0
9 - native_sim
10 tags: cmsis-dsp
18 - mps2/an521/cpu1
19 - mps3/an547
21 - cmsis-dsp
22 - fpu
26 - CONFIG_FPU=y
/Zephyr-Core-3.7.0/tests/lib/cmsis_dsp/support/
Dtestcase.yaml6 - frdm_k64f
7 - sam_e70_xplained/same70q21
8 - mps2/an521/cpu0
9 - native_sim
10 tags: cmsis-dsp
17 - mps2/an521/cpu1
18 - mps3/an547
20 - cmsis-dsp
21 - fpu
25 - CONFIG_FPU=y
/Zephyr-Core-3.7.0/tests/lib/cmsis_dsp/svm/
Dtestcase.yaml6 - frdm_k64f
7 - sam_e70_xplained/same70q21
8 - mps2/an521/cpu0
9 - native_sim
10 tags: cmsis-dsp
17 - mps2/an521/cpu1
18 - mps3/an547
20 - cmsis-dsp
21 - fpu
25 - CONFIG_FPU=y
/Zephyr-Core-3.7.0/tests/lib/cmsis_dsp/bayes/
Dtestcase.yaml6 - frdm_k64f
7 - sam_e70_xplained/same70q21
8 - mps2/an521/cpu0
9 - native_sim
11 - cmsis-dsp
18 - mps2/an521/cpu1
19 - mps3/an547
21 - cmsis-dsp
22 - fpu
24 - CONFIG_FPU=y
/Zephyr-Core-3.7.0/tests/lib/cmsis_dsp/complexmath/
Dtestcase.yaml6 - frdm_k64f
7 - sam_e70_xplained/same70q21
8 - mps2/an521/cpu0
9 - native_sim
10 - native_posix
11 tags: cmsis-dsp
18 - mps2/an521/cpu1
19 - mps3/an547
21 - cmsis-dsp
22 - fpu
[all …]
/Zephyr-Core-3.7.0/doc/services/dsp/
Dindex.rst3 Digital Signal Processing (DSP)
10 The DSP API provides an architecture agnostic way for signal processing.
34 application. By default, including the CMSIS module will enable all
49 added to :file:`subsys/dsp/Kconfig` along with the required dependencies and the
52 Next, the implementation should be added at ``subsys/dsp/<backend>/`` and
53 linked in at :file:`subsys/dsp/CMakeLists.txt`. To add architecture-specific attributes,
54 its corresponding Kconfig option should be added to :file:`subsys/dsp/Kconfig` and use
55 them to update ``DSP_DATA`` and ``DSP_STATIC_DATA`` in :file:`include/zephyr/dsp/dsp.h`.
62 .. _subsys/dsp/Kconfig: https://github.com/zephyrproject-rtos/zephyr/blob/main/subsys/dsp/Kconfig
63 .. _subsys/dsp/CMakeLists.txt: https://github.com/zephyrproject-rtos/zephyr/blob/main/subsys/dsp/CM…
[all …]
/Zephyr-Core-3.7.0/modules/cmsis-nn/
DKconfig2 # SPDX-License-Identifier: Apache-2.0
8 bool "CMSIS-NN Library Support"
12 This option enables the CMSIS-NN library.
27 It adds functionality for element-wise add and multiplication functions.
40 and GEMM. GEMM is performed with CMSIS-DSP arm_mat_mult similar options.
46 Collection of fully-connected and matrix multiplication functions.
77 bool "Long Short-Term Memory"
79 This option enables the NN libraries for Long Short-Term Memory.
/Zephyr-Core-3.7.0/tests/lib/cmsis_dsp/distance/
Dtestcase.yaml6 - frdm_k64f
7 - sam_e70_xplained/same70q21
8 - mps2/an521/cpu0
9 - native_sim
17 - mps2/an521/cpu1
18 - mps3/an547
20 - cmsis-dsp
21 - fpu
23 - CONFIG_FPU=y
/Zephyr-Core-3.7.0/tests/lib/cmsis_dsp/fastmath/
Dtestcase.yaml6 - frdm_k64f
7 - sam_e70_xplained/same70q21
8 - mps2/an521/cpu0
9 - native_sim
17 - mps2/an521/cpu1
18 - mps3/an547
20 - cmsis-dsp
21 - fpu
23 - CONFIG_FPU=y
/Zephyr-Core-3.7.0/modules/cmsis-dsp/
DKconfig2 # SPDX-License-Identifier: Apache-2.0
8 bool "CMSIS-DSP Library Support"
10 This option enables the CMSIS-DSP library.
44 * Complex-by-Complex Multiplication
45 * Complex-by-Real Multiplication
62 * Sine-Cosine
75 * Fixed-Point Division
92 * Levinson-Durbin Algorithm
167 * Kullback-Leibler Divergence
176 * Vector 8-bit Integer Value Conversion
[all …]
/Zephyr-Core-3.7.0/modules/cmsis/
Dcmsis_core_m.h5 * SPDX-License-Identifier: Apache-2.0
10 * @brief CMSIS interface file
12 * This header contains the interface to the ARM CMSIS Core headers.
39 /* VTOR is only optional on armv6-m and armv8-m baseline. __VTOR_PRESENT is often
47 /* Some platform’s sdk incorrectly define __DSP_PRESENT for Cortex-M4 & Cortex-M7
48 * DSP extension. __ARM_FEATURE_DSP is set by the compiler for these. So ignore
/Zephyr-Core-3.7.0/
Dwest.yml3 # The per-installation west configuration file, .west/config, sets the
22 - name: upstream
23 url-base: https://github.com/zephyrproject-rtos
24 - name: babblesim
25 url-base: https://github.com/BabbleSim
27 group-filter: [-babblesim, -optional]
32 - name: acpica
35 - name: bsim
36 repo-path: babblesim-manifest
40 - babblesim
[all …]
DMAINTAINERS.yml45 # files-regex:
56 # files-exclude:
59 # files-regex-exclude:
60 # Like 'files-regex', but any matching files will be excluded from the
63 # description: >-
64 # Plain-English description. Describe what the system is about, from an
68 # All areas must have a 'files' and/or 'files-regex' key. The other keys are
72 # this would be sub-areas which add extra fields (for ex. more `collaborators`
73 # who work only in that sub-area) to other areas.
98 # Collaborators: <list of sub-maintainers>
[all …]
/Zephyr-Core-3.7.0/modules/
DKconfig2 # SPDX-License-Identifier: Apache-2.0
28 source "modules/Kconfig.open-amp"
52 # ---------------------------------------------------
57 # ---------------------------------------------------
76 comment "Trusted-firmware-m module not available."
79 comment "Trusted-firmware-a module not available."
88 comment "loramac-node module not available."
109 comment "cmsis module not available."
112 comment "cmsis-dsp module not available."
115 comment "cmsis-nn module not available."
/Zephyr-Core-3.7.0/tests/lib/cmsis_dsp/common/
Dmath_helper.h1 /* ----------------------------------------------------------------------
7 * Project: CMSIS DSP Library
14 * Target Processor: Cortex-M4/Cortex-M3
17 * Re-organized the CMSIS folders and updated documentation.
29 * Misra-C changes done
30 * -------------------------------------------------------------------- */
33 * This file was imported from the ARM CMSIS-DSP library test suite and
36 * SPDX-License-Identifier: Apache-2.0
71 return -def; \
91 EnergyError += (pRef[i] - pTest[i]) * (pRef[i] - pTest[i]); in arm_snr_f64()
[all …]
/Zephyr-Core-3.7.0/tests/lib/cmsis_dsp/filtering/src/
Dmisc_f32.c3 * Copyright (C) 2010-2021 ARM Limited or its affiliates. All rights reserved.
5 * SPDX-License-Identifier: Apache-2.0
17 #define REL_ERROR_THRESH (1.0e-6)
18 #define ABS_ERROR_THRESH (1.0e-5)
19 #define REL_ERROR_THRESH_LD (1.0e-6)
20 #define ABS_ERROR_THRESH_LD (1.0e-6)
31 * refer to the CMSIS-DSP bug ARM-software/CMSIS-DSP#59. in test_arm_correlate_f32()
Dmisc_q31.c3 * Copyright (C) 2010-2021 ARM Limited or its affiliates. All rights reserved.
5 * SPDX-License-Identifier: Apache-2.0
30 * refer to the CMSIS-DSP bug ARM-software/CMSIS-DSP#59. in test_arm_correlate_q31()

12