資源簡介
臺(tái)灣某高校EMD matlab實(shí)現(xiàn)源碼,包含EEMED處理方法。效果不錯(cuò)。

代碼片段和文件信息
%?This?is?a?utility?program?being?called?by?“significance.m“.
%
%???function?PDF?=?dist_value(yPos?yBar?nDof)
%
function?PDF?=?dist_value(yPos?yBar?nDof)
%???function?PDF?=?dist_value2(yPos?yBar?nDof)
%
%???PDF:?a?normalized?output?array?
%???yPos:?An?input?array?at?which?PDF?values?are?calculated
% yBar:?The?expected?value?of?yPos?
% nDof:?The?number?of?degree?of?freedom
%
%
%?References?can?be?found?in?the?“Reference“?section.
%
%?The?code?is?prepared?by?Zhaohua?Wu.?For?questions?please?read?the?“Q&A“?section?or
%?contact
%???zwu@fsu.edu
%
ylen?=?length(yPos);
eBar?=?exp(yBar);
evalue=exp(yPos);
for?i=1:ylen
????tmp1?=?evalue(i)/eBar-yPos(i);
????tmp2?=?-tmp1*nDof*eBar/2;
????tmp3(i)?=?0.5*nDof*eBar*log(nDof)?+?tmp2;
end
rscale?=?max(tmp3);
tmp4?=?tmp3?-?rscale;
PDF=?exp(tmp4);
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件????????847??2011-03-25?15:58??eemd\dist_value.m
?????文件???????2004??2011-03-25?15:57??eemd\eemd.m
?????文件???????2180??2011-03-25?15:58??eemd\extrema.m
?????文件???????1818??2011-03-25?15:58??eemd\ifndq.m
?????文件???????2938??2011-03-25?15:58??eemd\significance.m
?????目錄??????????0??2011-03-25?16:20??eemd
-----------?---------??----------?-----??----
?????????????????9787????????????????????6
- 上一篇:基于貝葉斯決策的分類
- 下一篇:3dsmax 模型 m4a1
評(píng)論
共有 條評(píng)論