imag.m

来自「基于matlab的面向对象的信号处理类库。主要应用于音频、语音信号的一些处理。内」· M 代码 · 共 18 行

M
18
字号
function y = imag(x)% IMAG   Complex imaginary part.%    IMAG(X) is the imaginary part of X.%    See I or J to enter complex numbers.% %    See also real, isreal, conj, angle, abs.%%    Overloaded functions or methods (ones with the same name in other directories)%       help spectrum/imag.m%       help frd/imag.m%       help iddata/imag.m%       help sym/imag.m%%    Reference page in Help browser%       doc imagy = signal(imag(x.s),x.time);

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?