📄 qdft.m
字号:
function Y = qdft(X, A, L)% QDFT Discrete quaternion Fourier transform.%% This function computes the one-dimensional discrete quaternion Fourier% transform of X, which may be a real or complex quaternion array. If X% is a vector the result is a vector of the same orientation. If X is a% matrix, the transform is applied to columns of X. (Cf the Matlab dft% function.)%% 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. There are no default values.%% This function uses direct evaluation using a matrix product, and it is% intended mainly for verifying results against fast transform% implementations such as qfft.m. See also: iqdft.m.% Copyright
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -