ft_shift_mat {spant} | R Documentation |
Perform a fft and fftshift on a matrix with each column replaced by its shifted fft.
Description
Perform a fft and fftshift on a matrix with each column replaced by its shifted fft.
Usage
ft_shift_mat(mat_in)
Arguments
mat_in |
matrix input. |
Value
output matrix.
[Package spant version 2.22.0 Index]