DCL:MATH2:FFTLIB: Fast Fourier Transformation: Explanation of Subroutines
Performs cosine transformation on even cyclic data: COSTI initializes; and COST performs cosine transformation.
Forward transformation is defined as follows:
- กก
Inverse transformation is the same as the forward transformation.
CALL COSTI(N,WSAVE)
CALL COST(N,R,WSAVE)
N (I) Length of data to process. WSAVE (R) Working array: must have length of at least 3N+15. R (R) Floating-point array to process. It is both the input and output parameter. (See above definition.)