R(0) = (1/N) Σ(R(j)) (Σ for j = 0 to N-1)
R(2k-1) = (2/N) Σ(R(j)Cos(2*pi*j*k/N)) (Σ for j = 0 to N-1) (k = 1 to NH)
R(2k) = (2/N) Σ(R(j)Sin(2*pi*j*k/N)) (Σ for j = 0 to N-1) (k = 1 to NH)
R(N-1) = (1/N) Σ((-1)^j R(j)) (Σ for j = 0 to N-1) (only if N is even)
(If N is even, NH = N/2-1. If N is odd, NH = (N-1)/2)
This transform is normalized since a call to WRfft1f followed by a call to WRfft1b (or vice-versa) reproduces the original array subject to algorithmic constraints, roundoff error, etc.