qdft2.m

来自「这是支持在MATLAB中进行四元数(哈密顿数)的工具箱」· M 代码 · 共 15 行

M
15
字号
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 + =
减小字号Ctrl + -
显示快捷键?