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

波变换

开发平台:

Matlab

  1. function x = wprec(wpt)
  2. %WPREC Wavelet packet reconstruction 1-D.
  3. %   X = WPREC(T) returns the reconstructed vector
  4. %   corresponding to a wavelet packet tree T.
  5. %
  6. %   See also WPDEC, WPDEC2, WPJOIN, WPREC2, WPSPLT.
  7. %   M. Misiti, Y. Misiti, G. Oppenheim, J.M. Poggi 12-Mar-96.
  8. %   Last Revision: 14-May-2003.
  9. %   Copyright 1995-2004 The MathWorks, Inc.
  10. %   $Revision: 1.4.4.2 $  $Date: 2004/03/15 22:39:23 $
  11. [wpt,x] = nodejoin(wpt);