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