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

波变换

开发平台:

Matlab

  1. % Wavelet Toolbox Demonstrations.
  2. %
  3. % Demos.
  4. %   wavedemo    - Wavelet Toolbox demos.
  5. %
  6. % See also WAVELET.
  7. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  8. % Non-documented functions used in the toolbox. %
  9. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  10. %
  11. %------------------
  12. % Slide show driver.
  13. %------------------
  14. %   wshowdrv    - Wavelet Toolbox slide show helper.
  15. %   whelpdem    - Help function for Demos.
  16. %%-------------------------
  17. % Command line mode Demos.
  18. %-------------------------
  19. %   democmdm    - Main command-line mode demos menu.
  20. %   dcmdcasc    - Demo for cascade algorithm.
  21. %   dcmdcomp    - Demo for compression.
  22. %   dcmdcw1d    - Demo for continuous wavelet transform 1-D.
  23. %   dcmddeno    - Demo for de-noising.
  24. %   dcmddw1d    - Demo for discrete wavelet 1-D.
  25. %   dcmddw2d    - Demo for discrete wavelet 2-D.
  26. %   dcmdextm    - Demo for border distortion.
  27. %   dcmdmala    - Demo for Mallat algorithm.
  28. %   dcmdwpck    - Demo for wavelet packets.
  29. %----------------
  30. % GUI mode Demos.
  31. %----------------
  32. %   demoguim    - Main for GUI mode demos menu.
  33. %   demoguimwin - Figure for main for GUI mode demos menu.
  34. %   demoguimwin.fig - Figure for main for GUI mode demos menu.
  35. %   demolift    - Demonstrates Lifting functions in the Wavelet Toolbox.  
  36. %
  37. %   dguicw1d    - Demo for continuous wavelet transform 1-D.
  38. %   dguicwim    - Demo for complex continuous wavelet transform 1-D.
  39. %   dguicf1d    - Demo for Coefficients selection 1-D tool.
  40. %   dguicf2d    - Demo for Coefficients selection 2-D tool.
  41. %   dguide1d    - Demo for Density estimation 1-D tool.
  42. %   dguidw1d    - Demo for discrete wavelet 1-D.
  43. %   dguidw2d    - Demo for discrete wavelet 2-D.
  44. %   dguiiext    - Demo for Image extension.
  45. %   dguinwav    - Demo  for New wavelet tool.
  46. %   dguire1d    - Demo for Regression estimation 1-D tool.
  47. %   dguisext    - Demo for Signal extension.
  48. %   dguisw1d    - Demo for SWT de-noising 1-D.
  49. %   dguisw2d    - Demo for SWT de-noising 2-D.
  50. %   dguiwfbm    - Demo for Fractional Brownian motion generation tool.
  51. %   dguiwfus    - Demo for Image Fusion tool.
  52. %   dguiwp1d    - Demo for wavelet packets 1-D.
  53. %   dguiwp2d    - Demo for wavelet packets 2-D.
  54. %   dguiwpdi    - Demo for wavelet packets display.
  55. %   dguiwvdi    - Demo for wavelets display.
  56. %----------------
  57. % GUI mode Demos.
  58. %----------------
  59. %   demoscen    - Typical wavelet 1-D scenario demo.
  60. %
  61. %   dscedw1d    - Typical wavelet 1-D scenario demo (Auto Play).
  62. %
  63. %-----------------
  64. % Demos utilities.
  65. %------------------
  66. %   demos      - Demo list for the Wavelet Toolbox.
  67. %   dmsgfun     - Message function for demos.
  68. %   wenamngr - Enable settings for GUI demos.
  69. %   wdfigutl - Utilities for wavelet demos figures.
  70. %
  71. %-----------------------------------
  72. % Examples: how to add new wavelets.
  73. %-----------------------------------
  74. %   binlwavf  - Biorthogonal wavelet filters (binary wavelets: Binlets).
  75. %   binlinfo - Information on biorthogonal wavelets (Binlets).
  76. %   lemwavf     - Lemarie wavelet filters.
  77. %
  78. %------------------------------------------
  79. % Examples: Construct wavelet objects tree.
  80. %------------------------------------------
  81. %   wtree       - Constructor for the class WTREE.
  82. %   merge       - Merge (recompose) the data of a node.
  83. %   split       - Split (decompose) the data of a terminal node.
  84. %------------------------------------------
  85. %   rwvtree     - Constructor for the class RWVTREE.
  86. %   merge       - Merge (recompose) the data of a node.
  87. %   plot        - Plot RWVTREE object.
  88. %   split       - Split (decompose) the data of a terminal node.
  89. %------------------------------------------
  90. %   wvtree      - Constructor for the class WVTREE.
  91. %   get         - Get WVTREE object field contents.
  92. %   plot        - Plot WVTREE object.
  93. %   recons      - Reconstruct node coefficients.
  94. %------------------------------------------
  95. %   edwttree    - Constructor for the class EDWTTREE.
  96. %   merge       - Merge (recompose) the data of a node.
  97. %   plot        - Plot EDWTTREE object.
  98. %   recons      - Reconstruct node coefficients.
  99. %   split       - Split (decompose) the data of a terminal node.
  100. %------------------------------------------
  101. %   ex1_wt      - Example of 1-D wavelet tree (WTREE OBJECT).
  102. %   ex2_wt      - Example of 2-D wavelet tree (WTREE OBJECT).
  103. %   ex1_rwvt    - Example of 1-D wavelet tree (RWTREE OBJECT).
  104. %   ex2_rwvt    - Example of 2-D wavelet tree (RWTREE OBJECT).
  105. %   ex1_wvt     - Example of 1-D wavelet tree (WVTREE OBJECT).
  106. %   ex2_wvt     - Example of 2-D wavelet tree (WVTREE OBJECT).
  107. %   ex1_edwt    - Example of 1-D wavelet tree (EDWTTREE OBJECT).
  108. %------------------------------------------
  109. %
  110. % Last Revision: 12-Nov-2003.
  111. % Copyright 1995-2004 The MathWorks, Inc.
  112. % $Revision: 1.18.4.2 $ $Date: 2004/03/15 22:36:56 $