How to modify FFT equation in Matlab?
Show older comments
Instead of
exp(-2pi*i/n*k*j) in FFT sum (see https://www.mathworks.com/help/matlab/ref/fft.html#buuutyt-6 ), I want to have
exp(-2pi*i/R*k*j) for some arbitrary R. It's a radial Fourier basis. How can I do this with Matlab? Since I don't have access to source, I can't modify it (I don't even know if that 1/n is an essential part of FFT algorithm so maybe it cannot be changed without screwing up the algorithm).
Thank you
4 Comments
David Goodmanson
on 1 Feb 2018
Hi ailbeildce,
Is R going to be a constant, or does it depend some way on i or j?
Yes, 1/n is a totally essential part of the fft.
ailbeildce
on 1 Feb 2018
David Goodmanson
on 1 Feb 2018
Edited: David Goodmanson
on 1 Feb 2018
are you using the fft to approximate the fourier integral of a continuous function, where the function is very small at the upper and lower ends of its domain?
ailbeildce
on 1 Feb 2018
Edited: ailbeildce
on 1 Feb 2018
Accepted Answer
More Answers (0)
Categories
Find more on Discrete Fourier and Cosine Transforms in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!