How do i add white gaussian noise to 3d point( x, y,z) and pass those values to kalman filter?

1 回表示 (過去 30 日間)
Anusha
Anusha 2014 年 3 月 28 日
回答済み: Wayne King 2014 年 3 月 28 日
how to add gaussian noise to a signal in 3d(x,y,z)and output of which must be in passed to a kalman filter the above said must be done without using simulink. thank you

回答 (1 件)

Wayne King
Wayne King 2014 年 3 月 28 日
% Just creating my "signal"
X = randi(50,10,10,10);
X = X+randn(size(X));

カテゴリ

Help Center および File ExchangeState-Space Control Design and Estimation についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by