In file Mt.d:

void MtVectorMagnitude

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

Computes the magnitude of a complex vector.

Documentation

Computes the magnitude of a complex vector.
Parameters:
a - the complex input
ia - the stride in words through a, ia=2 is every sample, ia=4 is every other sample.
b - the real output
ib - the stride through b in words, ib=1 is every sample, ib=2 is every other sample.
n - the number of elements in a and b, a is 2*n words long, b is n words long.
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