ft_shift_mat: Perform a fft and fftshift on a matrix with each column...

View source: R/utils.R

ft_shift_matR 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.


spant documentation built on April 4, 2025, 1:40 a.m.