KALMAN FILTER noise data
Show older comments
Hello I want to design a kalman filter for a plant and I used white the gaussian noise block for process and measurement noises(v & w).The problem is that I dont know how to compute Qn,Rn and in the command : [kest,L,P] = kalman(sys,Qn,Rn,Nn) Regarding that its written as E(wwT),E(vvT) & E(vw) in matlab help,are they Covariance or Expected Values? And how can I calculate them? Can anyone help me?
Thanks
Answers (1)
Youssef Khmou
on 16 Feb 2013
0 votes
hi Mojtaba
you can take a look at my submission :
Categories
Find more on State Estimation 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!