How to define Estimated Correlation Formula on MATLAB?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Hosein Haji Esmaeeli
el 3 de Dic. de 2020
Comentada: Jon
el 3 de Dic. de 2020

I really can't define this Equation On MATLAB
I've defined u(t) and y(t) with for loop
& I tried to define it with 2 inner fors
0 comentarios
Respuesta aceptada
Jon
el 3 de Dic. de 2020
You are convolving y with itself and u with itself. You should be able to do this using the MATLAB conv function.
You should also be able to do it with a double for loop (one for loop inside of another). What problem did you have trying to do that?
1 comentario
Jon
el 3 de Dic. de 2020
Sorry, I should have said you are in the first instance convolving y with u, not with itself. In any case it is still a convolution and you can use conv for that
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!