SINTERP4
Name
sinterp4
Purpose (one Line)
Four-fold sinc interpolation of a vector of data.
Description
This function will do a 4-fold sinc interpolation of the data
array that is passed.
Category
Numerical
Calling Sequence
result = sinterp4( x )
Inputs
x : Input data array.
Optional Input Parameters
Keyword Parameters
Outputs
The interpolated array is returned as the function value.
Common Blocks
Side Effects
Restrictions
Procedure
Modification History
Original C-Language version written by: Marc W. Buie, Institute for
Astronomy, University of Hawaii. Date: 9 December 1987.
Adapted for IDL by Doug Loucks, Lowell Observatory, September 2, 1993.