| Author(s): K.S. Kölbig, H.-H. Umstätter | Library: MATHLIB | 
| Submitter: | Submitted: 22.04.1996 | 
| Language: Fortran | Revised: | 
Subroutine RFSTFT calculates the finite Fourier transform of a
real periodic sequence  
 , whose period n must
be a power of two. Either the direct transform
 
 
or the inverse transform
 
 
where  
  are real and  
  are complex numbers, may be calculated.
Note that  
 , where
 
  denotes the complex conjugate of  
 .
Thus, only the numbers  
  for which  
  are
calculated.
Structure:
SUBROUTINE subprogram 
 
User Entry Names: RFSTFT 
 
External References: CFSTFT
Usage:
    COMPLEX C(0:..)
    REAL Y(0:..)
    EQUIVALENCE (C,Y)
    ...
    CALL RFSTFT(M,C)
    ...
Method:
The subroutine uses CFSTFT (D705) with sequences reduced to half of their length as explaind in Ref. 1.
References: