Clear Filters
Clear Filters

Is there an "Advance" signal in time block available in simulink?

1 view (last 30 days)
Is there an "Advance" signal in time block available in simulink? Blocks are only available for introducing delay... Please help me with tis... Any procedure for advancing the signal ahead in time(in simulink)?
  2 Comments
George
George on 27 Feb 2012
I dont think so there is a block for advancing the time. U must try to create your own block to do this. If u get any idea in this just post it here so that others get to know.
Friedrich
Friedrich on 27 Feb 2012
say what? technically, this doesnt make any sense at all. you are solving an ODE with simulink (thats all simulink does). advancing the signal ahead in time means knowing at time t_i (in which you calculate x_i) the values of x_i+1. Since x_i+1 depends on x_i but you need x_i+1 to get x_i, this wont work in simulink.

Sign in to comment.

Answers (1)

Rick Rosson
Rick Rosson on 27 Feb 2012
Delay all of the signals except the one signal that you want to advance.
  1 Comment
lakshmi
lakshmi on 27 Feb 2012
I have already done that. I am not able to get the desired result. Any others please??

Sign in to comment.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!