3D Fourier Series fftn?
Show older comments
I need to reproduce a formula in matlab according to the following screenshot:

are the 3 dimensions of a 3D object. Does the above equation represent a 3D Fourier Series? If so, I could use the built in fftn-function to decompose the 3D-data into its Zx = fftn(G3Dx);
amp = abs(Zx);
ang = angle(Zx);
Accepted Answer
More Answers (0)
Categories
Find more on Fourier Analysis and Filtering 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!