Borrar filtros
Borrar filtros

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

1 visualización (últimos 30 días)
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

Respuestas (1)

Wayne King
Wayne King el 28 de Mzo. de 2014
% Just creating my "signal"
X = randi(50,10,10,10);
X = X+randn(size(X));

Categorías

Más información sobre State-Space Control Design and Estimation en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by