-
Notifications
You must be signed in to change notification settings - Fork 1k
DSP functions #682
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @superpanza I think I will add a way to use it. |
Great!
The prototype of that function is clearly in arm_math.h |
I guess, you have to add the c source file defining the function in the build: like I've made for the filtering: |
Do not hesitate to provide a small test sketch then I will be able to test when I will implement this request. |
Fixes stm32duino#682 Signed-off-by: Frederic Pillon <[email protected]>
To use it, add: #include <CMSIS_DSP.h> Fixes stm32duino#682 Signed-off-by: Frederic Pillon <[email protected]>
Hi @superpanza |
To use it, add: #include <CMSIS_DSP.h> Fixes stm32duino#682 Signed-off-by: Frederic Pillon <[email protected]>
Hello, how can i use the CMSIS-DSP functions?

I'm trying to perform an FFT over some samples but i'm not able to import arm_math.h from DSP lib. It does not find any math_arm.h lib from filesystem. I'm pretty sure that the header file is there (view img
)
i'm using a nucleoF401RE board, and i've installed the stm32core via Arduino IDE board manager
The text was updated successfully, but these errors were encountered: