Home > WaveUtilities > lshift.m

lshift

PURPOSE ^

lshift -- Circular left shift of 1-d signal

SYNOPSIS ^

function y = lshift(x)

DESCRIPTION ^

 lshift -- Circular left shift of 1-d signal
  Usage
    l = lshift(x)
  Inputs
    x   1-d signal
  Outputs
    l   1-d signal 
        l(i) = x(i+1) except l(n) = x(1)

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Mon 08-Mar-2004 09:02:18 by m2html © 2003