qfft.m
来自「四元数matlab工具包」· M 代码 · 共 13 行
M
13 行
function Y = qfft(X, A, L)% QFFT Discrete quaternion Fourier transform.%% This function calculates the fast quaternion Fourier transform of% (columns of) X. A specifies the transform axis (that is the direction% in 3-space of the vector part of the hypercomplex exponential). It must% be a pure quaternion (real or complex) but it need not have unit modulus.% L specifies whether the quaternion exponential is on the left ('L') or% right ('R').%% See also: IQFFT, FFT, IFFT.% Copyright
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?