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.
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?
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 5 months ago
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?
ndyt 5 months ago