powered by
Pixels that get shifted off one side of the image are put back on the other side.
CircularShift(matrix, colshift = 0, rowshift = 0)
2-d signal (matrix).
column shift index (integer).
row shift index (integer).
result 2-d shifted signal.
result
FWT2_TI, IWT2_TI.
FWT2_TI
IWT2_TI
# NOT RUN { A <- matrix(1:4, ncol=2, byrow=TRUE) CircularShift(A, 0, -1) # }
Run the code above in your browser using DataLab