Clear Filters
Clear Filters

Tracking Pedestrians from a Moving Car

2 views (last 30 days)
Can someone help me, What is/are the parameters of the Kalman filter?

Accepted Answer

Venkat Siddarth
Venkat Siddarth on 2 May 2023
From the context given,I understand that you are looking for information on parameters of Kalam filter.Assuming that you are looking for the function configureKalmanFilter (from the sample code provided.)
the parameters are as follows:
  • MotionModel
  • InitialLocation,
  • InitialEstimateError
  • MotionNoise
  • MeasurementNoise
For more information you can refer to the following documentation:
I hope this resolves your query
Regards
Venkat Siddarth V.

More Answers (0)

Categories

Find more on Programming in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!