📄 iqfft.m
字号:
function Y = iqfft(X, A, L)% IQFFT Inverse Discrete quaternion Fourier transform.%% This function calculates the inverse 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: QFFT, FFT, IFFT.% Copyright
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -