Skip to content

How to do equivalent of an irfft? #124

Answered by tknopp
OliverDudgeon asked this question in Q&A
Discussion options

You must be logged in to vote

The inverse NFFT does not exist analytically. But there is an approximation that is outlined here:
https://juliamath.github.io/NFFT.jl/dev/tools/#Sampling-Density
Programing-wise you would first calculate the density weights, then apply them and finally do the adjoint NFFT.

We do this in MRIReco:
https://github.com/MagneticResonanceImaging/MRIReco.jl/blob/master/src/Reconstruction/DirectReconstruction.jl#L35
and the line afterwards.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by OliverDudgeon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #123 on August 18, 2023 14:34.