Hi there,
I have my own Transfer Function model. I did the simulation first with Matlab/Simulink and got succeeded. I use the Signal Builder in Simulink to output my customized step signal. I modified my step signal so at :
- t=0 y=0
- t=0.1 y=0
- t=0.1 y=50
- t=10 y=50
- t=10 y=65
- t=30 y=65.
It's kind of staircase input signals. Now, how to build such this customized step signals to be fed in my transfer function. I tried the "Step Signal" function from the "Simulation" but I can only got the 50 and I don't know how to add more "stairs" into my input signals. Could someone help me ?