📄 hyperanalytic.m
字号:
function [h, o, e] = hyperanalytic(f, mu)% HYPERANALYTIC Constructs the hyperanalytic signal of a complex vector f.% The second parameter is the quaternion axis used to compute% the hyperanalytic signal. If omitted, a default is used.% The algorithm used depends on the axis: if this parameter% is a real quaternion, the algorithm is based on the% quaternion FFT, if it is a complex quaternion, the% algorithm is based on the biquaternion FFT. Note that mu is% not the axis used to compute the transform: this is chosen% arbitrarily perpendicular to mu. The results returned are h% (the hyperanalytic signal), o (an orthogonal signal), and e% (the complex envelope). The second and third results may be% omitted.%% Copyright
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -