Balancing robot, FIR filter implemented.
Loading...
314
views
Loading...
Uploader Comments (PetarDurdevic)
see all
All Comments (2)
-
You might want to look at the code in the IMUs out there like the Razor and the Mongoose. They use matrix math to filter that runs very fast on a micro. Most people use Kalman filters for this. Why did you choose FIR instead?
Loading...
Thanks for the reply ndyt.
I used State space modeling, and LQR controller.
I used FIR as on 6.th semester IRS at Aalborg university, we do not learn to use Kalman until 7.th semester, but the key issu was the low budget gyro, it had a super low bandwidth and needed replacement.
But i am no longer working on that project.
PetarDurdevic 4 months ago