Using Kalman Filter to smooth data?
14 views (last 30 days)
Show older comments
Hello everyone, I have a question. How can I smooth my real-time data by using Kalman Filter? From examples from the internet, many examples show the usage of Kalman filter to calculate position and velocity and not smoothing data.
0 Comments
Answers (1)
John Petersen
on 23 Jul 2014
The Kalman filter can and is used to smooth data when the covariance values are set to do so. As far as smoothing goes, there is virtually no delay when using a Kalman filter (only to the extent of the Kalman cycle time), whereas a low-pass filter will exhibit a delay in the signal.
0 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!