Output of Simulink Discrete time derivative at the start of simulation
8 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Mohammad Ashraful Islam
el 1 de Jul. de 2021
Respondida: Harikrishnan Balachandran Nair
el 23 de Sept. de 2021
Output of the discrete time derivative at the start of simulation (t=0) is very high as it seems to only divide the current input with sample time.
If it's not a bug, is there a way to use the intial input as "Initial condition" and hence outputting zero as derivative at time step t=0?
0 comentarios
Respuestas (1)
Harikrishnan Balachandran Nair
el 23 de Sept. de 2021
Hi,
I understand that you are trying to output an initial condition value at the simulation start time, different from the actual output from the block.
You can use the 'IC' block from the simulink library to set the initial condition of the signal at its input port.The 'IC' block outputs the specified initial condition when you start the simulation, regardless of the actual value of the input signal. Thereafter, the block outputs the actual value of the input signal.
0 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!