plfft

fourier transform an array

parametertypeunitsdescription
xfloat*--positions of points to be transformed
nint--number of points
dirint--direction of the transform (0=forward)
returns:void

Description

plfft fourier transforms the data in x. n is the number of elements in x. For dir=0 the transformation in in forward direction, with other values a back transform is applied.

Examples

See also

xyplot