Skip to content
Prev 5921 / 398506 Next

FFT (fast fourier transform) function

On Tue, 30 May 2000, mike olsen wrote:

            
I think you mean
fft(y)
I don't think you have questions about *R's* fft, but about ffts in
general. I suggest you read a book on the fft. Try ch 18 of
Bracewell, The Fourier transform and its applications.

BTW R's output is correct for this example, see Bracewell p.366. Note that
you will have to multiply R's output by 1/n to get Bracewell's values.
(Some implementations of fft do this multiplication, and in others the
ifft is left to do it)

Another suggestion is to try comp.dsp, where a lot of fft questions are
posted and answered.

Bill

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._