📄 icceps.m
字号:
function x = icceps(xhat,nd)% ICCEPS Inverse complex cepstrum%% x = icceps(xhat,nd) returns the inverse complex cepstrum of% the (assumed real) sequence xhat, removing nd samples of% delay.% $Id: icceps.m 46 2004-08-26 11:48:36Z mairas $x_ = icceps(xhat.s,nd);t = time(struct('begin',xhat.time.t(1+nd),'num',length(x_),'fs',xhat.fs));x = signal(x_,t);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -