⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 icceps.m

📁 Matsig is an object-oriented signal class library for MATLAB 6.5 and later. It implements a signal c
💻 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 + -