Пређи на садржај

Kalmanov filter — разлика између измена

С Википедије, слободне енциклопедије
Садржај обрисан Садржај додат
.
(нема разлике)

Верзија на датум 25. март 2024. у 21:40

The Kalman filter keeps track of the estimated state of the system and the variance or uncertainty of the estimate. The estimate is updated using a state transition model and measurements. denotes the estimate of the system's state at time step k before the k-th measurement yk has been taken into account; is the corresponding uncertainty.

For statistics and control theory, Kalman filtering, also known as linear quadratic estimation (LQE), is an algorithm that uses a series of measurements observed over time, including statistical noise and other inaccuracies, and produces estimates of unknown variables that tend to be more accurate than those based on a single measurement alone, by estimating a joint probability distribution over the variables for each timeframe. The filter is named after Rudolf E. Kálmán, who was one of the primary developers of its theory.

This digital filter is sometimes termed the Stratonovich–Kalman–Bucy filter because it is a special case of a more general, nonlinear filter developed somewhat earlier by the Soviet mathematician Ruslan Stratonovich.[1][2][3][4] In fact, some of the special case linear filter's equations appeared in papers by Stratonovich that were published before the summer of 1961, when Kalman met with Stratonovich during a conference in Moscow.[5]

Kalman filtering[6] has numerous technological applications. A common application is for guidance, navigation, and control of vehicles, particularly aircraft, spacecraft and ships positioned dynamically.[7] Furthermore, Kalman filtering is a concept much applied in time series analysis used for topics such as signal processing and econometrics. Kalman filtering is also one of the main topics of robotic motion planning and control[8][9] and can be used for trajectory optimization.[10] Kalman filtering also works for modeling the central nervous system's control of movement. Due to the time delay between issuing motor commands and receiving sensory feedback, the use of Kalman filters[11] provides a realistic model for making estimates of the current state of a motor system and issuing updated commands.[12]

The algorithm works by a two-phase process having a prediction phase and an update phase. For the prediction phase, the Kalman filter produces estimates of the current state variables, along with their uncertainties. Once the outcome of the next measurement (necessarily corrupted with some error, including random noise) is observed, these estimates are updated using a weighted average, with more weight being given to estimates with greater certainty. The algorithm is recursive. It can operate in real time, using only the present input measurements and the state calculated previously and its uncertainty matrix; no additional past information is required.

Optimality of Kalman filtering assumes that errors have a normal (Gaussian) distribution. In the words of Rudolf E. Kálmán: "The following assumptions are made about random processes: Physical random phenomena may be thought of as due to primary random sources exciting dynamic systems. The primary sources are assumed to be independent gaussian random processes with zero mean; the dynamic systems will be linear."[13] Regardless of Gaussianity, however, if the process and measurement covariances are known, then the Kalman filter is the best possible linear estimator in the minimum mean-square-error sense,[14] although there may be better nonlinear estimators. It is a common misconception (perpetuated in the literature) that the Kalman filter cannot be rigorously applied unless all noise processes are assumed to be Gaussian.[15]

Extensions and generalizations of the method have also been developed, such as the extended Kalman filter and the unscented Kalman filter which work on nonlinear systems. The basis is a hidden Markov model such that the state space of the latent variables is continuous and all latent and observed variables have Gaussian distributions. Kalman filtering has been used successfully in multi-sensor fusion,[16] and distributed sensor networks to develop distributed or consensus Kalman filtering.[17]

Reference

  1. ^ Stratonovich, R. L. (1959). Optimum nonlinear systems which bring about a separation of a signal with constant parameters from noise. Radiofizika, 2:6, pp. 892–901.
  2. ^ Stratonovich, R. L. (1959). On the theory of optimal non-linear filtering of random functions. Theory of Probability and Its Applications, 4, pp. 223–225.
  3. ^ Stratonovich, R. L. (1960) Application of the Markov processes theory to optimal filtering. Radio Engineering and Electronic Physics, 5:11, pp. 1–19.
  4. ^ Stratonovich, R. L. (1960). Conditional Markov Processes. Theory of Probability and Its Applications, 5, pp. 156–178.
  5. ^ Stepanov, O. A. (15. 5. 2011). „Kalman filtering: Past and present. An outlook from Russia. (On the occasion of the 80th birthday of Rudolf Emil Kalman)”. Gyroscopy and Navigation. 2 (2): 105. S2CID 53120402. doi:10.1134/S2075108711020076. 
  6. ^ Fauzi, Hilman; Batool, Uzma (15. 7. 2019). „A Three-bar Truss Design using Single-solution Simulated Kalman Filter Optimizer”. Mekatronika. 1 (2): 98—102. S2CID 222355496. doi:10.15282/mekatronika.v1i2.4991Слободан приступ. 
  7. ^ Paul Zarchan; Howard Musoff (2000). Fundamentals of Kalman Filtering: A Practical Approach. American Institute of Aeronautics and Astronautics, Incorporated. ISBN 978-1-56347-455-2. 
  8. ^ Lora-Millan, Julio S.; Hidalgo, Andres F.; Rocon, Eduardo (2021). „An IMUs-Based Extended Kalman Filter to Estimate Gait Lower Limb Sagittal Kinematics for the Control of Wearable Robotic Devices”. IEEE Access. 9: 144540—144554. Bibcode:2021IEEEA...9n4540L. ISSN 2169-3536. S2CID 239938971. doi:10.1109/ACCESS.2021.3122160Слободан приступ. hdl:10261/254265Слободан приступ. 
  9. ^ Kalita, Diana; Lyakhov, Pavel (децембар 2022). „Moving Object Detection Based on a Combination of Kalman Filter and Median Filtering”. Big Data and Cognitive Computing (на језику: енглески). 6 (4): 142. ISSN 2504-2289. doi:10.3390/bdcc6040142Слободан приступ. 
  10. ^ Ghysels, Eric; Marcellino, Massimiliano (2018). Applied Economic Forecasting using Time Series Methods. New York, NY: Oxford University Press. стр. 419. ISBN 978-0-19-062201-5. OCLC 1010658777. 
  11. ^ Azzam, M. Abdullah; Batool, Uzma; Fauzi, Hilman (15. 7. 2019). „Design of an Helical Spring using Single-solution Simulated Kalman Filter Optimizer”. Mekatronika. 1 (2): 93—97. S2CID 221855079. doi:10.15282/mekatronika.v1i2.4990Слободан приступ. 
  12. ^ Wolpert, Daniel; Ghahramani, Zoubin (2000). „Computational principles of movement neuroscience”. Nature Neuroscience. 3: 1212—7. PMID 11127840. S2CID 736756. doi:10.1038/81497. 
  13. ^ Kalman, R. E. (1960). „A New Approach to Linear Filtering and Prediction Problems”. Journal of Basic Engineering. 82: 35—45. S2CID 1242324. doi:10.1115/1.3662552. 
  14. ^ Humpherys, Jeffrey (2012). „A Fresh Look at the Kalman Filter”. SIAM Review. 54 (4): 801—823. doi:10.1137/100799666. 
  15. ^ Uhlmann, Jeffrey; Julier, Simon (2022). „Gaussianity and the Kalman Filter: A Simple Yet Complicated Relationship” (PDF). Journal de Ciencia e Ingeniería. 14 (1): 21—26. S2CID 251143915. doi:10.46571/JCI.2022.1.2. 
  16. ^ Li, Wangyan; Wang, Zidong; Wei, Guoliang; Ma, Lifeng; Hu, Jun; Ding, Derui (2015). „A Survey on Multisensor Fusion and Consensus Filtering for Sensor Networks”. Discrete Dynamics in Nature and Society (на језику: енглески). 2015: 1—12. ISSN 1026-0226. doi:10.1155/2015/683701Слободан приступ. 
  17. ^ Li, Wangyan; Wang, Zidong; Ho, Daniel W. C.; Wei, Guoliang (2019). „On Boundedness of Error Covariances for Kalman Consensus Filtering Problems”. IEEE Transactions on Automatic Control. 65 (6): 2654—2661. ISSN 0018-9286. S2CID 204196474. doi:10.1109/TAC.2019.2942826. 

Literatura

Spoljašnje veze