Kalman Filter wind speed estimation

3 ビュー (過去 30 日間)
james
james 2013 年 3 月 25 日
What is the best way to use the kalman function (or other) in order to estimate missing wind speed values?

回答 (1 件)

Youssef  Khmou
Youssef Khmou 2013 年 3 月 26 日
hi james,
You can use interpolation method to estimate the missing values from your data,
Concerning the Kalman Filter, you need to set the initial conditions, and implement the algorithm:
Suppose that your data ( Wind velocity estimate) fits the model :
Xn+1=A*Xn+Wn with Wn~N(0,R)
Yn= H xn+Vn with Vn~N(0,Q)
Then, You can apply the Kalman Filter ,
For better view , i recommend that you take a look at this material :
" An introduction to the Kalman Filter " by Greg Welch and Gary Bishop.
For an example to get ideas from, i recommand my submission :
  2 件のコメント
james
james 2013 年 3 月 28 日
I have set initial conditions, but I am struggling to understand how my values (windspeeds) fit in with the filter? As in how does the filter use my values?
james
james 2013 年 3 月 29 日
Furthermore, could you expand on the 'interpolation' to estimate the missing values? Will i have to do this before the kalman filter is applied?

サインインしてコメントする。

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by