This function is used to call the NCAR 3.2 FORTRAN function IDSFFT.
function idsfft( x[*]:float, y[*]:float, z[*]:float, dimensions[2]:integer )
idsfft returns a float array sized by the values specified in the dimensions parameter. The range of coordinates are determined by taking the min and max values of x and y, and dividing the range by the size of the requested dimension. The x values define the coordinate range of the second dimension (dimension #1) of the output array, and the y values determine the coordinate range of the first dimension (dimension #0). The output array returned contains the derived coordinate arrays as coordinate variables (See coordinate variables description). Dimension 0 of the output is named "y" and dimension 1 of the output is named "x". For more information, see the NCAR Graphics Version 3.2 man page for IDSFFT.
NG4 Home, Index, Examples, Glossary, Feedback, Ref Contents, Ref WhereAmI?