How do i add white gaussian noise to 3d point( x, y,z) and pass those values to kalman filter?
이전 댓글 표시
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
2014년 3월 28일
% Just creating my "signal"
X = randi(50,10,10,10);
X = X+randn(size(X));
카테고리
도움말 센터 및 File Exchange에서 Online Estimation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!