In file Mt.d:

void MtConv

(float trace[], I32 nt, float filter[], I32 nf,
  float result[], I32* nr, I32 iflag)

Performs convolution or correlation.

Documentation

Performs convolution or correlation.
Parameters:
trace - the input array of floats.
nt - the number of points in the input array.
filter - the filter used.
nf - the number of points in the filter.
result - the output
nr - the number of points in the output, a returned value.
iflag - If 1, do convolution, if 2, do correlation.
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