ITD,延拓L(1)和L(M)我要分享

ITD, continuation of l (1) and l (m)

matlab lm ITD

关注次数: 224

下载次数: 1

文件大小: 13.18 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:function [H,L]=my_Itd(x,n,err)% 将信号x进行ITD分解% n:分解层数% err:误差  %----终止条件为判断剩余函数是否单调%% 分别用三个点 多项式拟合L(1)和L(M)


English Description:

function [H,L]=my_ ITD (x, N, ERR)% decomposes signal x by ITD% n: number of decomposition layers% err: Error & nbsp;% --- the termination condition is to judge whether the residual function is monotonous%%, fitting L (1) and l (m) with three point polynomials respectively


代码预览