How to solve Integral and Differential Equations using STM32
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-09-27 2:57 AM
Hi everyone, i have a requirement where i need to work on the basic PID operations. For that i want to know how i can perform integration and differential equations using STM32F401RE controller. I had a glance through the "math.h" library but now sure which function can get my work done. Please share some insights.
- Labels:
-
STM32F4 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-09-27 3:07 AM
Here you can find helpers for your problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-09-27 6:07 AM
There is nothing STM32-specific about solving differential or integral equations. You would solve them on the chip the same way you would solve them anywhere else.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-09-27 6:25 AM
Hello @DJ1
I suggest you to write or try to find a script that can do this operation.
Best regards.
II
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-09-27 9:01 PM
Yeah okay, actually my concern is do we have any function in "math.h" which can help us do that or not. I went through it and found many mathematical operations are possible.
