eeof(X,M);[E,V,A,C]=eeof(X,M,1);%Thisfunctionperformsanextendedempir">
eof的源程序matlab

eof的源程序matlab

ID:27576408

大小:87.47 KB

頁數(shù):5頁

時間:2018-12-03

eof的源程序matlab_第1頁
eof的源程序matlab_第2頁
eof的源程序matlab_第3頁
eof的源程序matlab_第4頁
eof的源程序matlab_第5頁
資源描述:

《eof的源程序matlab》由會員上傳分享,免費在線閱讀,更多相關內容在學術論文-天天文庫

1、function[E,V,A,C]=eeof(X,M,convert)%Syntax:[E,V,A,C>eeof(X,M);[E,V,A,C]=eeof(X,M,1);%Thisfunctionperformsanextendedempiricalorthogonal%function(EEOF)analysisofmatrix’X’,forembeddingdimension’?%EachoftheLcolumnsofXisatimeseriesoflengthN.%%Returns:E-eig

2、enfunctionmatrix.(LMbyLM)%V-vectorcontainingvariances(unnormalizedeigenvalues).%A-matrixofprincipalcomponents.%C-lag-covariancematrix.%%Visorderedfromlargetosmall:EandAaresortedaccordingly.%%NotethatXisassumedtobecentered.Tocenterthedata,use%thecomman

3、ds:%[r,c]=size(X);X=X~ones(r,l)*mean(X);beforerunningEEOF.%Tfyoualsowanttostandardizethedata,use:%Ifathirdargumentissupplied,theeigenfunctions/valueswill%bereorderedintothesameformatasMSSAoutput-i.e.Lblocks%ofsizeMratherthanMblocksofsizeL.%Thisfunctio

4、nprovidesthesameoutput,withinnumericallydetermined%limits,asMSSAmethodsusingBroomhead-Kingtypecovarianceestimation:%itisintendedasacheckonthosefunctions.%Notethatthisfunctionis氺extremely氺computationallyintensive%forlargematricesandlags.Forexample,ifXi

5、s1000by1000,%andM=5,EEOFwilltakeabout10hoursonaCrayYMP!Inputting%asubsetofthePCsofXratherthanthefulldatamatrixcan%substantiallyreducethecomputationalload.%WrittenbyEricBreitenberger.Versiondate1/11/96%Pleasesendcommentsandsuggestionstoeric@gi.alaska.e

6、du[N,L]=size(X);ifM氺L〉=N-M+1,dispCWarning:Covariancematrixmaybeill-conditioned/),end%Createtheextendedmatrix:T=zeros(N-M+l,;fori=l:MT(:,L*(i-l)+l:L*i)=X(i:N-M+i,:);end%Computetheeigenvectors/valuesofthecovariancematrix:C=(T’*T)/(N-M+1);clearX[E,V]=eig

7、(C);V=diag(V);A=T*R;%computeprincipalcomponentsifnargin==3%PrepareMSSA-styleoutput:%sortE,V,C,andAfromMblocksofLtoLblocksofM.ind=l:L:(M-1)*L+1;fori=l:L,index=[indexind+i-1];endE二E(index,index);V=V(index);%sortthecovariancematrixandPCs:C=C(index,index)

8、;八=八(:,index);end%Sorteigenvalues/vectors/PCsindescendingorder:[V,ind]:sort(-V);v=-v,;E=E(:,ind);A=A(:,ind);www.pudn.com>mssa.rar>EOF.Mfunction[F,L,B]=eof(X,n,s);%EOFcalculatestheempiricalorthogonalfunctions%andamplitudes(principalcomponents)o

當前文檔最多預覽五頁,下載文檔查看全文

此文檔下載收益歸作者所有

當前文檔最多預覽五頁,下載文檔查看全文
溫馨提示:
1. 部分包含數(shù)學公式或PPT動畫的文件,查看預覽時可能會顯示錯亂或異常,文件下載后無此問題,請放心下載。
2. 本文檔由用戶上傳,版權歸屬用戶,天天文庫負責整理代發(fā)布。如果您對本文檔版權有爭議請及時聯(lián)系客服。
3. 下載前請仔細閱讀文檔內容,確認文檔內容符合您的需求后進行下載,若出現(xiàn)內容與標題不符可向本站投訴處理。
4. 下載文檔時可能由于網(wǎng)絡波動等原因無法下載或下載錯誤,付費完成后未能成功下載的用戶請聯(lián)系客服處理。