2D NFFT and get 2D array back? #64
-
Hi! is it possible to generate the NFFT of an array and get an array back again? But similar to FFT I would like to have a grid structure, so a 2D array back. Best, Felix |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
how should that work? This can only work if the nodes have some grid structure. |
Beta Was this translation helpful? Give feedback.
-
You could use |
Beta Was this translation helpful? Give feedback.
-
yes, my point is that this only works if the nodes |
Beta Was this translation helpful? Give feedback.
-
Yeah, my output has structure (some scaling basically). I understand your points, makes sense. Thanks! |
Beta Was this translation helpful? Give feedback.
-
... this is now simplified by using the By the way, it is not always only a reshape, if some coordinates refer to out-of-bounds positions (adjunct operator). This is handled via considering only a subset of points in the source array (adjunct operator). The reshape on the input becomes rather indexing via a binary array along with a list of only in-bound positions. |
Beta Was this translation helpful? Give feedback.
how should that work? This can only work if the nodes have some grid structure.