using discrete FT with iradon
조회 수: 3 (최근 30일)
이전 댓글 표시
Dear all,
according to the matlab documentation:
'iradon uses the filtered back-projection algorithm to perform the inverse Radon transform. The filter is designed directly in the frequency domain and then multiplied by the FFT of the projections.'
I want however to try and do the procedure using discrete FT and not fast FT. Does anyone know of how to do this?
Thanks
Matt
댓글 수: 0
채택된 답변
Steve Eddins
2011년 5월 25일
Fast Fourier transform, or FFT, refers to a family of fast algorithms for computing the discrete Fourier transform, or DFT. See these blog posts for information about different kinds of Fourier transforms and the relationships between them.
댓글 수: 3
Steve Eddins
2011년 5월 26일
No. You could try the different filtering and interpolation options with iradon. However, the idea that there is a difference between a "full DFT" and what the MATLAB fft function calculates is simply incorrect.
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!