View source: R/fft_matrix_shift.R
| fft_matrix_shift | R Documentation |
This function rearranges the output of a 2D FFT by moving the
zero-frequency component to the center of the matrix. It is used
internally by AcuityView() to correctly align spatial frequencies.
fft_matrix_shift(input_matrix, dim = -1)
input_matrix |
The output of a 2D FFT. |
dim |
Integer. |
A matrix with the zero-frequency component shifted to the center.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.