Is there an "Advance" signal in time block available in simulink?
Show older comments
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
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
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.
Answers (1)
Rick Rosson
on 27 Feb 2012
0 votes
Delay all of the signals except the one signal that you want to advance.
Categories
Find more on Simulink in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!