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

波变换

开发平台:

Matlab

  1. function R = isorthw(wname)
  2. %ISORTHW True for an orthogonal wavelet.
  3. %   R = ISORTHW(W) returns 1 if W is the name of 
  4. %   an orthogonal wavelet and 0 if not.
  5. %   M. Misiti, Y. Misiti, G. Oppenheim, J.M. Poggi 17-Jun-2003.
  6. %   Last Revision 20-Jun-2003.
  7. %   Copyright 1995-2004 The MathWorks, Inc.
  8. %   $Revision: 1.1.6.3 $ $Date: 2004/04/13 00:39:46 $ 
  9. R = wavetype(wname,'orth');