write.m
上传用户:haiyisale
上传日期:2013-01-09
资源大小:3246k
文件大小:2k
源码类别:

波变换

开发平台:

Matlab

  1. %WRITE   WPTREE 僆僽僕僃僋僩僼傿乕儖僪偺抣偺彂偒崬傒
  2. %   T = write(T,'cfs',NODE,COEFS) 偼丄枛抂僲乕僪 NODE 偵懳偡傞學悢傪彂偒%   崬傒傑偡丅
  3. %
  4. %   T = write(T,'cfs',N1,CFS1,'cfs',N2,CFS2, ...) 偼丄枛抂僲乕僪 N1,N2,
  5. %   ... 偵懳偡傞學悢傪彂偒崬傒傑偡丅
  6. %
  7. %   拲堄:
  8. %     學悢抣偼丄擟堄偺僒僀僘傪傕偪傑偡丅
  9. %     偙傟傜偺僒僀僘傪庢摼偡傞偨傔偵丄S = READ(T,'sizes',NODE) 傑偨偼丄
  10. %     S = READ(T,'sizes',[N1;N2; ... ]) 傪巊偄傑偡丅
  11. %
  12. %   椺戣:
  13. %     % 僂僃乕僽儗僢僩僷働僢僩僣儕乕偺嶌惉
  14. %     x = rand(1,512);
  15. %     t = wpdec(x,3,'db3');
  16. %     t = wpjoin(t,[4;5]);
  17. %     plot(t);
  18. %
  19. %     % 抣偺彂偒崬傒
  20. %     sNod = read(t,'sizes',[4,5]);
  21. %     cfs4  = zeros(sNod(1,:));
  22. %     cfs5  = zeros(sNod(2,:));
  23. %     t = write(t,'cfs',4,cfs4,'cfs',5,cfs5);
  24. %
  25. %   嶲峫: DISP, GET, READ, SET
  26. %   INTERNAL OPTIONS :
  27. %----------------------
  28. %   The valid choices for PropName are:
  29. %     'ent', 'ento', 'sizes':
  30. %        Without PropParam or with PropParam = Vector of nodes indices.
  31. %
  32. %     'cfs':  with PropParam = One node indices.
  33. %       ,
  34. %     'allcfs', 'entName', 'entPar', 'wavName': without PropParam.
  35. %     
  36. %     'wfilters':
  37. %        without PropParam or with PropParam = 'd', 'r', 'l', 'h'.
  38. %
  39. %     'data' :
  40. %        without PropParam or
  41. %        with PropParam = One terminal node indices or
  42. %             PropParam = Vector terminal node indices.
  43. %        In the last case, the PropValue is a cell array.
  44. %   M. Misiti, Y. Misiti, G. Oppenheim, J.M. Poggi 01-Jan-97.
  45. %   Copyright 1995-2002 The MathWorks, Inc.