Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
Im trying to read sensor value and store 50 diferent measures in real time to do the mode filter in each moment
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
I have a system created in Simulink in which i want to read 50 sensor values (analog measure) to do mode filter for disturbing measures. My sistem works with a sample time "x" and i want to make a block "Matlab function" that works with a sample time "x/50".
The problem is in the function im trying to do beacuse i dont know the way of tell the function to read the measure 50 times before giving the output. A "for" loop doesnt work beacuse it reads the input and store the same value in all of 50 points of the array[i] and then the output filtered is always the input.
0 comentarios
Respuestas (0)
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!