In file Mt.d:

void MtVectorCircularMove

(float a[], I32 ia, float b[], I32 ib,
  I32 nsh, I32 n)

Performs a circular shift on nsh samples.

Documentation

Performs a circular shift on nsh samples. If nsh is positive shift to the right. If it is negative, shift to the left. The user must allocate all arrays.
Parameters:
a - the input data.
ia - the stride through a.
b - the output data.
ib - the stride through b.
nsh - the length of the shift.
n - the number of elements in the data.
Returns:
none.

Alphabetic index HTML hierarchy of classes or Java


Copyright 1993, 1994 Geophysical Software, Inc.
2603 Peninsulas Drive, Missouri City Texas 77459, (713)438-0583.
All Rights Reserved Company Confidential
Prepared for University of Minnesota, October, 2001