lshift | R Documentation |
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).
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.