Is there an equivalent function of unit delay in matlab that I can use in M-files?
Mostrar comentarios más antiguos
I would like to write a script M-file to simulate the time delay phenomenon of discrete dynamical system. To hold the feedback control signal at an arbitrary time delay, which is a multiple of sampled time, one can use either the z-1 or z-n module in simulink. Is there equivalent matlab functions that support such function that I can implement in M-files? Thanks in advance.
1 comentario
ES
el 21 de Oct. de 2013
You need this, use a MATLAB Fcn Block and place your code inside.
Respuestas (1)
Arkadiy Turevskiy
el 23 de Oct. de 2013
2 comentarios
Ulfat Hasangarayev
el 15 de Mayo de 2021
What is Just sys out there? is that mistake?
Walter Roberson
el 15 de Mayo de 2021
should be sys_no_delay
Categorías
Más información sobre Time and Frequency Domain Analysis en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!