In file Mt.d:

void MtVectorSmooth

(float a[], I32 ia, float b[], float c[],
  I32 ic, I32 na, I32 msmmmm, I32 ityp)

Smooth a vector using one of several methods.

Documentation

Smooth a vector using one of several methods.
Parameters:
a - : input array
ia - : increment for a
b - : work buffer of length: msmmmm. used only for median smoothing if ityp is 4, then b has weights for smoothing and must be as I32 as a and with same increment ia
c - : output array
ic - : increment for c
na - : number of points in a
msmmmm - : smoother length
ityp - : smoother type: 1 = box car 2 = triangular 3 = median 4 = weighted smoothing
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