write.m
上传用户:haiyisale
上传日期:2013-01-09
资源大小:3246k
文件大小:2k
- %WRITE WPTREE 僆僽僕僃僋僩僼傿乕儖僪偺抣偺彂偒崬傒
- % T = write(T,'cfs',NODE,COEFS) 偼丄枛抂僲乕僪 NODE 偵懳偡傞學悢傪彂偒% 崬傒傑偡丅
- %
- % T = write(T,'cfs',N1,CFS1,'cfs',N2,CFS2, ...) 偼丄枛抂僲乕僪 N1,N2,
- % ... 偵懳偡傞學悢傪彂偒崬傒傑偡丅
- %
- % 拲堄:
- % 學悢抣偼丄擟堄偺僒僀僘傪傕偪傑偡丅
- % 偙傟傜偺僒僀僘傪庢摼偡傞偨傔偵丄S = READ(T,'sizes',NODE) 傑偨偼丄
- % S = READ(T,'sizes',[N1;N2; ... ]) 傪巊偄傑偡丅
- %
- % 椺戣:
- % % 僂僃乕僽儗僢僩僷働僢僩僣儕乕偺嶌惉
- % x = rand(1,512);
- % t = wpdec(x,3,'db3');
- % t = wpjoin(t,[4;5]);
- % plot(t);
- %
- % % 抣偺彂偒崬傒
- % sNod = read(t,'sizes',[4,5]);
- % cfs4 = zeros(sNod(1,:));
- % cfs5 = zeros(sNod(2,:));
- % t = write(t,'cfs',4,cfs4,'cfs',5,cfs5);
- %
- % 嶲峫: DISP, GET, READ, SET
- % INTERNAL OPTIONS :
- %----------------------
- % The valid choices for PropName are:
- % 'ent', 'ento', 'sizes':
- % Without PropParam or with PropParam = Vector of nodes indices.
- %
- % 'cfs': with PropParam = One node indices.
- % ,
- % 'allcfs', 'entName', 'entPar', 'wavName': without PropParam.
- %
- % 'wfilters':
- % without PropParam or with PropParam = 'd', 'r', 'l', 'h'.
- %
- % 'data' :
- % without PropParam or
- % with PropParam = One terminal node indices or
- % PropParam = Vector terminal node indices.
- % In the last case, the PropValue is a cell array.
- % M. Misiti, Y. Misiti, G. Oppenheim, J.M. Poggi 01-Jan-97.
- % Copyright 1995-2002 The MathWorks, Inc.