compile.m
上传用户:speoil
上传日期:2022-06-23
资源大小:224k
文件大小:2k
源码类别:

波变换

开发平台:

Matlab

  1. %    COMPILE compiles the c files and generates mex files.
  2. %
  3. %Copyright (c) 2000 RICE UNIVERSITY. All rights reserved.
  4. %Created by Haitao Guo, Department of ECE, Rice University. 
  5. %
  6. %This software is distributed and licensed to you on a non-exclusive 
  7. %basis, free-of-charge. Redistribution and use in source and binary forms, 
  8. %with or without modification, are permitted provided that the following 
  9. %conditions are met:
  10. %
  11. %1. Redistribution of source code must retain the above copyright notice, 
  12. %   this list of conditions and the following disclaimer.
  13. %2. Redistribution in binary form must reproduce the above copyright notice, 
  14. %   this list of conditions and the following disclaimer in the 
  15. %   documentation and/or other materials provided with the distribution.
  16. %3. All advertising materials mentioning features or use of this software 
  17. %   must display the following acknowledgment: This product includes 
  18. %   software developed by Rice University, Houston, Texas and its contributors.
  19. %4. Neither the name of the University nor the names of its contributors 
  20. %   may be used to endorse or promote products derived from this software 
  21. %   without specific prior written permission.
  22. %
  23. %THIS SOFTWARE IS PROVIDED BY WILLIAM MARSH RICE UNIVERSITY, HOUSTON, TEXAS, 
  24. %AND CONTRIBUTORS AS IS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, 
  25. %BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 
  26. %FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL RICE UNIVERSITY 
  27. %OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 
  28. %EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 
  29. %PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; 
  30. %OR BUSINESS INTERRUPTIONS) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 
  31. %WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 
  32. %OTHERWISE), PRODUCT LIABILITY, OR OTHERWISE ARISING IN ANY WAY OUT OF THE 
  33. %USE OF THIS SOFTWARE,  EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  34. %
  35. %For information on commercial licenses, contact Rice University's Office of 
  36. %Technology Transfer at techtran@rice.edu or (713) 348-6173
  37. mex mdwt.c mdwt_r.c
  38. mex midwt.c midwt_r.c
  39. mex mrdwt.c mrdwt_r.c
  40. mex mirdwt.c mirdwt_r.c