xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

  • 大小: 4KB
    文件類(lèi)型: .rar
    金幣: 2
    下載: 0 次
    發(fā)布日期: 2023-12-04
  • 語(yǔ)言: Matlab
  • 標(biāo)簽: emd??eemd??matlab??

資源簡(jiǎn)介

經(jīng)驗(yàn)?zāi)B(tài)分析的matlab源程序,可以進(jìn)行emd和eemd的計(jì)算。

資源截圖

代碼片段和文件信息

%?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í)間???名稱(chēng)
-----------?---------??----------?-----??----

?????文件????????847??2009-09-14?20:04??dist_value.m

?????文件???????2004??2009-09-14?20:03??eemd.m

?????文件???????2180??2009-09-14?20:04??extrema.m

?????文件???????1818??2009-09-14?20:04??ifndq.m

?????文件???????2938??2009-09-14?20:04??significance.m

-----------?---------??----------?-----??----

?????????????????9787????????????????????5


評(píng)論

共有 條評(píng)論