to find the state space representation of an underwater AUV

16 views (last 30 days)
I want to know the method to create the state space representation of an underwater AUV dynamics for my SLAM project.

Accepted Answer

Sam Chak
Sam Chak on 5 Apr 2022
Hi @BISWAJIT NAIK
You can try learning how to use the System Identification Toolbox to create the dynamical system model from measured input-output data of an autonomous underwater vehicle (AUV).
If this is not what you are seeking for, please consult an Engineer or a Professor in Dynamical System on how to derive the state-space model from one of the following approaches:
  1. Newton's 2nd Law,
  2. Lagrangian mechanics,
  3. Hamiltonian mechanics,
  4. Kane's method,
  5. Udwadia–Kalaba formulation.
  8 Comments
Sam Chak
Sam Chak on 20 Apr 2022
Perhaps you can use the Principle of Triangulation to determine the vehicle pose.
I think the covariance matrix can be computed using the cov() function:
BISWAJIT NAIK
BISWAJIT NAIK on 22 Apr 2022
Sir, did you know How to properly define Extended kalman filter in matlab ? I am unable to define it . Majority times I am facing problem in defining the state transition function and Measurement function as the format it required to mentioned.

Sign in to comment.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!