The book "Numerical Recipes in Fortran77" by Press, Teukolsky, Vetterling and 
Flannery describes a way to "pack" the even and odd coordinates of a real 
vector "R" into a complex vector "C" of half the length.  Then using various 
FFT symmetries, they extract the FFT of "R" from the FFT of "C" which is half 
the length of "R",

There is also an inverse process.  

Is there an R function that does this?

Glenn Meyers
[EMAIL PROTECTED]

[EMAIL PROTECTED]


        [[alternative HTML version deleted]]

______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to