kennedyengineering / EE525_Final_Project

MPU6050 Kalman Filter
1 stars 0 forks source link

Added ability to plot observability matrix #27

Closed luisdavidgarcia closed 3 hours ago

luisdavidgarcia commented 13 hours ago

Add two functions one for plotting observability and another for transformed version.

kennedyengineering commented 5 hours ago

I like it.

Problem is observability is in the theoretical discussion. We don't introduce the parameters until the next section. Is there a way to do this theoretically?

kennedyengineering commented 5 hours ago

Or maybe keep things as they are, and just put in a new section in 'fitting model to visual data' at the end called 'state observability of optimal model parameters' or something...

luisdavidgarcia commented 5 hours ago

Yeah I don't think we can plot a theoretical observability without some theoretical values.

I do like you last point. We should these observability plots in the experimental sections instead of theoretical.

Also sounds like we could also show an example of what an observability ellipsoid is, but this seems more fitting in the background section.

kennedyengineering commented 5 hours ago

Sweet, created the spot in the report. You just have to add the stuff. I'll look over the code more closely.

kennedyengineering commented 4 hours ago

cleaned up, ready to merge when you're ready