In file Mt.d:

void MtConvolve

( float filter_points[], I32 no_of_filter_points,
  I32 origin_point, float input_points[],
  I32 no_of_input_points,
  float output_points[] )

Convolves the given input using the given filter.

Documentation

Convolves the given input using the given filter.
Parameters:
filter_points - the filter used for the convolution.
no_of_filter_points - the number of points in that filter.
origin_point - the starting sample of the convolution.
input_points - the input data.
no_of_input_points - the number of input points.
output_points - the output (convolved) 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