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

波变换

开发平台:

Matlab

  1. function wavetool
  2. %WAVETOOL Warning function. 
  3. %   The reason for this is that Strang-Nguyen's book 
  4. %   explicitly refers to wavetool in the appendix.
  5. %   M. Misiti, Y. Misiti, G. Oppenheim, J.M. Poggi 12-Mar-96.
  6. %   Last Revision: 01-May-1998.
  7. %   Copyright 1995-2002 The MathWorks, Inc.
  8. %   $Revision: 1.11 $
  9. msg = [ ...
  10.         '===================================================' ; ...
  11.         '|                  WARNING  !!                    |' ; ...
  12.         '|=================================================|' ; ...
  13.         '| The name of this function has been changed.     |' ; ...
  14.         '| To launch the main wavelet GUI use: wavemenu.m  |' ; ...
  15.         '==================================================='   ...
  16.         ];
  17. clc;
  18. disp(msg);