Is fftn() and ifftn() equivalent to a 3D Fourier Transform in this case?

I'm trying to solve the 3D Heat Equation with Fourier Transforms. I'll have a 3D matrix with solutions u(x,y,z,t_n) at each node (created with meshgrid()). I then wish to find the 3D fft of that solution matrix to get the associated Fourier coefficients (which will be functions of time). Then I wish to forward those coefficients in time, and take the 3D ifft to recover the solution u(x,y,z,t_n+1) at the next time step. Is fftn() and ifftn() equivalent to 3D Fourier Transforms in this case?

 採用された回答

David Young
David Young 2016 年 1 月 21 日

0 投票

fftn(X) and ifftn(X) carry out a 3-D FFT or a 3-D inverse FFT if length(size(X)) is equal to 3.

2 件のコメント

J W
J W 2016 年 1 月 21 日
Perfect. My length(size(X)) = 3. I may post this as a separate question if it's inappropriate to ask here, but should I be worrying about using fftshift()? I've heard that fftn() returns values in a weird order.
J W
J W 2016 年 1 月 21 日
Regardless, I'll be accepting your answer. Thanks very much

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeFourier Analysis and Filtering についてさらに検索

質問済み:

J W
2016 年 1 月 21 日

コメント済み:

J W
2016 年 1 月 21 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by