LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Registers Question

If I have a signal which is scalar coming from a generator or whatever and I
pass it into the RHS of a register - then when I look at the LHS register it
is delayed by one computational step ie

y(k) becomes y(k-1)

and I can extend this and delay it as many steps as required.

However, if I now take an array and do teh same the array stays unchanged.
I realise there is a special .vi which will delay a vector (array) Y(k) ie

Y(k) to Y(k-n) but I am confused as to why teh register does not work for
arrays.
When I did a test program - just fed a sine generator array into a register
it remains unchanged - why?


Tom
0 Kudos
Message 1 of 2
(2,360 Views)
post your test program, somebody will fix that for you...
Chilly Charly    (aka CC)
0 Kudos
Message 2 of 2
(2,360 Views)