Circular left shift of 1-d signal
lshift(a)
a
1-d signal.
l 1-d signal l(i) = x(i+1) except l(n) = x(1).
l
x <- MakeSignal('HeaviSine',2^3) lshift(x)