In file Fl.d:

void FlTrapezoid

(float low_zero, float low_one, float high_one,
  float high_zero, float si, I32 nsamp,
  float filter[])

Builds a Trapezoidal time domain filter using the given parameters.

Documentation

Builds a Trapezoidal time domain filter using the given parameters.
Parameters:
low_zero - the 0 intercept in frequency space.
low_one - the frequency are which the filter reaches 1.
high_one - the frequency at which the filter starts decreasing.
high_zero - the 0 intercept of the right hand side of the filter in frequency space.
si - the sample rate in seconds.
nsamp - the number of samples.
filter - [] the filter produced, which is in time space.
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