fft2.m

来自「四元数matlab工具包」· M 代码 · 共 10 行

M
10
字号
function Y = fft2(X)% FFT2 Discrete Quaternion Fourier transform.% (Quaternion overloading of standard Matlab function, but only one parameter.)% (The parameters m and n of the standard function are not yet implemented.)% % This function implements a default quaternion 2D-FFT.  See the related function% QFFT2, which implements transforms with left or right exponentials and a% user-specified axis.% Copyright 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?