*DECK COSQB1 SUBROUTINE COSQB1 (N, X, W, XH) C***BEGIN PROLOGUE COSQB1 C***SUBSIDIARY C***PURPOSE Compute the unnormalized inverse of COSQF1. C***LIBRARY SLATEC (FFTPACK) C***CATEGORY J1A3 C***TYPE SINGLE PRECISION (COSQB1-S) C***KEYWORDS FFTPACK, FOURIER TRANSFORM C***AUTHOR Swarztrauber, P. N., (NCAR) C***DESCRIPTION C C Subroutine COSQB1 computes the fast Fourier transform of quarter C wave data. That is, COSQB1 computes a sequence from its C representation in terms of a cosine series with odd wave numbers. C The transform is defined below at output parameter X. C C***REFERENCES P. N. Swarztrauber, Vectorizing the FFTs, in Parallel C Computations (G. Rodrigue, ed.), Academic Press, C 1982, pp. 51-83. C***ROUTINES CALLED RFFTB C***REVISION HISTORY (YYMMDD) C 790601 DATE WRITTEN C 830401 Modified to use SLATEC library source file format. C 860115 Modified by Ron Boisvert to adhere to Fortran 77 by C changing dummy array size declarations (1) to (*). C 881128 Modified by Dick Valent to meet prologue standards. C 891214 Prologue converted to Version 4.0 format. (BAB) C 920501 Reformatted the REFERENCES section. (WRB) C***END PROLOGUE COSQB1