Description Usage Arguments Value Examples
Circular left shift of 1-d signal
1  | lshift(a)
 | 
a | 
 1-d signal.  | 
l 1-d signal l(i) = x(i+1) except l(n) = x(1).
1 2  | x <- MakeSignal('HeaviSine',2^3)
lshift(x)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.