📄 qdft2.m
字号:
function Y = qdft2(X, A, L)% QDFT2 Discrete quaternion 2D Fourier transform.%% This function computes the two-dimensional discrete quaternion Fourier% transform of X, which may be a real or complex quaternion matrix.% A is the transform axis and it may be a real or complex pure quaternion.% It need not be a unit pure quaternion. L may take the values 'L' or 'R'% according to whether the hypercomplex exponential is to be multiplied% on the left or right of X.%% This function uses direct evaluation using a matrix product, and it is% intended mainly for verifying results against fast transform% implementations such as qfft2.m. See also: iqdft2.m.% Copyright
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -