- Financial Numerical Recipes (pdf) Financial Recipes
- 802.11_Packet_Injection The network driver in this package provides a means for developers to create 802.11 packets in user space and send them on the 802.11 layer.
- bijiben 易语言编写的记事本软件
- drivers02 This driver is for the XR21x141x USB UART product family. This driver has been WHQL certified for XP/2K/Vista/7 and is version 1.7.0.0. This zip file includes both 32
- lol1745 易语言 LOL 自绘辅Zhu 登录界面 皮肤 易语言源码
- 放大镜效果 利用jQuery和JavaScript
文件名称:emd
介绍说明--下载内容来自于网络,使用问题请自行百度
emd分解程序代码,里面有详细介绍,请下载使用(function imf = emd(x)
% Empiricial Mode Decomposition (Hilbert-Huang Transform)
% imf = emd(x)
% Func : findpeaks
x = transpose(x(:));
imf = [];
while ~ismonotonic(x)
x1 = x;
sd = Inf;
while (sd > 0.1) || ~isimf(x1)
s1 = getspline(x1);
s2 = -getspline(-x1);
x2 = x1-(s1+s2)/2;
sd = sum((x1-x2).^2)/sum(x1.^2);
x1 = x2;
end
imf{end+1} = x1;
x = x-x1;
end
imf{end+1} = x;)
% Empiricial Mode Decomposition (Hilbert-Huang Transform)
% imf = emd(x)
% Func : findpeaks
x = transpose(x(:));
imf = [];
while ~ismonotonic(x)
x1 = x;
sd = Inf;
while (sd > 0.1) || ~isimf(x1)
s1 = getspline(x1);
s2 = -getspline(-x1);
x2 = x1-(s1+s2)/2;
sd = sum((x1-x2).^2)/sum(x1.^2);
x1 = x2;
end
imf{end+1} = x1;
x = x-x1;
end
imf{end+1} = x;)
相关搜索: emd.m
(系统自动生成,下载前可以参看下载内容)
下载文件列表
| 文件名 | 大小 | 更新时间 |
|---|---|---|
| 360截图20171224150521059.jpg | 18222 | 2017-12-24 |
| emd.m | 466 | 2016-08-29 |
1999-2046 搜珍网 All Rights Reserved.
本站作为网络服务提供者,仅为网络服务对象提供信息存储空间,仅对用户上载内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。
