Lines Matching full:dsp
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
37 bool "Do not use any Zephyr backends for DSP"
39 Rely on the application to provide a custom DSP backend. The implementation should be
50 Implement the various zephyr DSP functions using the MWDT-DSP library. This feature
55 endif # DSP