LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to do shifting of function such as x(t-2)

 
0 Kudos
Message 1 of 3
(2,115 Views)
Hi NAdvwe,
please explain what you want. Only a subject is not enough.
Mike
0 Kudos
Message 2 of 3
(2,113 Views)
Hi NAdvwe,

with "t" you probably mean your time: use a shift register in your loop, increase the size of the left terminal to show 3 2 outputs and wire the lowest one to get the value from "t-2"...

Other way (with more overhead) would be to use an array holding atleast 3 values with some shifting to keep the last 3 values (t, t-1, t-2).

And, as Mike said, write more descriptive questionsSmiley Wink


Message Edited by GerdW on 05-20-2008 10:01 AM
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 3 of 3
(2,107 Views)