Non-uniform FFT with Matlab

10 ビュー (過去 30 日間)
Anthony
Anthony 2014 年 1 月 27 日
回答済み: Anthony 2014 年 1 月 28 日
Hi everyone,
I need to perform a non-uniform fft in 3D (to solve the heat equation using the method described here).
More precisely, I am using a uniform grid in space and a non uniform grid in the frequency domain. After several topics in this forum, I tried to use the toolbox NFFT3 which seemed great. I was able to use it on a non equispaced spatial grid but the Matlab function does not seem to allow for specifying the frequency grid points...
Does anyone have experience on NUFFT with Matlab and, if yes, how do you perform your computations ?
I have read that this function was included into FFTW (used by Matlab) : is the function included in some Mathworks product ?
Best regards,
Anthony
PS : I am also trying to use this toolbox but it somehow lacks documentation...

採用された回答

Matt J
Matt J 2014 年 1 月 27 日
編集済み: Matt J 2014 年 1 月 27 日
PS : I am also trying to use this toolbox but it somehow lacks documentation...
The relevant functions nufft.m and nufft_init.m in that toolbox do have help text in them. If the help text is unclear, perhaps you can email the author for clarification.
  1 件のコメント
Matt J
Matt J 2014 年 1 月 27 日
There is also a Journal Article referenced by the toolbox. Maybe that can help clarify its use.

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

その他の回答 (1 件)

Anthony
Anthony 2014 年 1 月 28 日
Hi Matt,
Thanks to the paper, I finally managed to make it work (after a change of variable). The key is to carefully read the formulas 2 and 37.5 (between 37 and 38, it has no number in the paper) in order to understand their convention.
Anthony

カテゴリ

Help Center および File ExchangeFourier Analysis and Filtering についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by