Uvi_Wave-Toolbox

所属分类:matlab编程
开发工具:matlab
文件大小:313KB
下载次数:44
上传日期:2015-06-10 17:39:07
上 传 者regain2012
说明:  Uvi wavelet toolbox 很有用的工具箱
(Uvi wavelet toolbox toolbox useful)

文件列表:
Uvi_Wave Toolbox (0, 1996-06-18)
Uvi_Wave Toolbox\Contents.m (5849, 1998-11-06)
Uvi_Wave Toolbox\COPYING (18321, 1998-11-06)
Uvi_Wave Toolbox\scal (0, 1996-06-14)
Uvi_Wave Toolbox\scal\Contents.m (267, 1998-11-06)
Uvi_Wave Toolbox\scal\morletw.m (3987, 1998-11-06)
Uvi_Wave Toolbox\scal\scalog.m (5541, 1998-11-06)
Uvi_Wave Toolbox\scal\srf.m (2456, 1998-11-06)
Uvi_Wave Toolbox\startup.m (6152, 1998-11-06)
Uvi_Wave Toolbox\wdemo (0, 1996-06-27)
Uvi_Wave Toolbox\wdemo\bas2ddmo.m (5383, 1998-11-06)
Uvi_Wave Toolbox\wdemo\basis.mat (121, 1998-11-06)
Uvi_Wave Toolbox\wdemo\basis2d.mat (133, 1998-11-06)
Uvi_Wave Toolbox\wdemo\basisdmo.m (8204, 1998-11-06)
Uvi_Wave Toolbox\wdemo\btlmrdmo.m (5368, 1998-11-06)
Uvi_Wave Toolbox\wdemo\Contents.m (2178, 1998-11-06)
Uvi_Wave Toolbox\wdemo\daub_dmo.m (6162, 1998-11-06)
Uvi_Wave Toolbox\wdemo\filt3.mat (350, 1998-11-06)
Uvi_Wave Toolbox\wdemo\filtd16.mat (1118, 1998-11-06)
Uvi_Wave Toolbox\wdemo\filtd8.mat (614, 1998-11-06)
Uvi_Wave Toolbox\wdemo\flat_dmo.m (6694, 1998-11-06)
Uvi_Wave Toolbox\wdemo\flds_dmo.m (1694, 1998-11-06)
Uvi_Wave Toolbox\wdemo\flt_dmo.m (1879, 1998-11-06)
Uvi_Wave Toolbox\wdemo\fmt2ddmo.m (5256, 1998-11-06)
Uvi_Wave Toolbox\wdemo\formatdm.m (8696, 1998-11-06)
Uvi_Wave Toolbox\wdemo\genimg.m (5140, 1998-11-06)
Uvi_Wave Toolbox\wdemo\gnimgdmo.m (3052, 1998-11-06)
Uvi_Wave Toolbox\wdemo\kitten.mat (68892, 1998-11-06)
Uvi_Wave Toolbox\wdemo\lena.mat (65561, 1998-11-06)
Uvi_Wave Toolbox\wdemo\lena2.mat (10223, 1998-11-06)
Uvi_Wave Toolbox\wdemo\mrs__dmo.m (7320, 1998-11-06)
Uvi_Wave Toolbox\wdemo\reg__dmo.m (5286, 1998-11-06)
Uvi_Wave Toolbox\wdemo\remezdmo.m (6878, 1998-11-06)
Uvi_Wave Toolbox\wdemo\scaldmo.m (10973, 1998-11-06)
Uvi_Wave Toolbox\wdemo\speech1.mat (16022, 1998-11-06)
Uvi_Wave Toolbox\wdemo\speech2.mat (19143, 1998-11-06)
Uvi_Wave Toolbox\wdemo\syml_dmo.m (5670, 1998-11-06)
Uvi_Wave Toolbox\wdemo\wp2d_dmo.m (6222, 1998-11-06)
Uvi_Wave Toolbox\wdemo\wp_dmo.m (5594, 1998-11-06)
... ...

Uvi_Wave version 3.0 -=< WAVELET TOOLBOX for MATLAB >=- ------------------------------------ = Copyright = -------------------------------------------------------------------- (c) Copyright 1996, by Universidad de Vigo under GNU conditions. For any question about the toolbox files: e-mail: Uvi_Wave@tsc.uvigo.es ftp server: ftp.tsc.uvigo.es under /pub/Uvi_Wave/matlab directory World Wide Web: http://www.tsc.uvigo.es/~wavelets/uvi_wave.html = What is the Wavelet Toolbox = -------------------------------------------------------------------- This Wavelet Toolbox for Matlab intends to help the researches and education professionals interested on any of the possibilities that Wavelet Processing offers. We hope the tools developed into a widely used environment as Matlab, can be easily accepted by the scientific community. In the next paragraphs, a short description of the main features of the Uvi_Wave Toolbox can be found. - Discrete Wavelet Transform: calculation and visualization of the Discrete Wavelet Transform (DWT) and Inverse Discrete Wavelet Transform (IDWT) for an unidimensional or bidimensional signal. Routines to implement the typical filter bank structure have been programmed. - Scale Function and Wavelet Function: calculation and visualization of the discrete approximation scale and wavelet functions, obtained as the equivalent iterated filter that corresponds to the lower branch in the filter bank structure. - Multiresolution analysis: the objective of these routines is the representation of the signal information into a set of approximation signals and detail signals at different resolutions. - Wavelet design: design of a set of filters that lead to the wavelet decomposition and reconstruction. The selected design algorithms includes orthogonal (Daubechies, Symlets, Battle-Lemarie, maximally flat, Remez) and biorthogonal (Spline solution) families. Various filter regularity estimates are also included. - Wavelet Packet Transform: calculation of the Discrete Wavelet Packet Transform for unidimensional or bidimensional signals. The routines allows to set the filter bank structure, that is, the subband decomposition we want to perform. Moreover, basis selection algorithms with different cost functions are included. - Scalogram: discrete-time simulation of the scalogram of a continous signal using the Morlet wavelet as analyzing function. In addition some demos and utilities for subband managing and viewing have been included. Despite the functions are clearly commented, we are working on the documentation. = Configuration of the Wavelet Toolbox = -------------------------------------------------------------------- * The Subdirectory tree """"""""""""""""""""""""""""""" The Wavelet Toolbox's subdirectories are arranged as follows: WAVELET_HOME | |_______ WVT |_______ WPACKETS |_______ WFILTER |_______ WTUTILS |_______ WPUTILS |_______ SCAL |_______ WDEMO WAVELET_HOME Directory: This is the root directory, that contains the STARTUP.M file, a brief description of Uvi_Wave and the usage conditions. WVT Directory: The routines necessary to compute the wavelet transform and to perform a multiresolution analysis can be found here. WPACKETS Directory: Contains all the wavelet packet transform functions, together with some related utilities and the basis selection algorithms. Some cost functions that can be used with the selection routines are provided. WFILTER Directory: Contains the functions for generating the different filter families, together with three regularity estimates. WTUTILS Directory: This contains all the viewing, alignment calculation, band extraction/insertion/..., size finding and most other utilities for the 1D-2D wavelet transform. WPUTILS Directory: Contains the viewing, band extraction/insertion/..., size finding and miscellanous utilities for the 1D-2D wavelet packet transform. SCAL Directory: Contains the functions to compute the sampled Morlet wavelet, the scalogram of a sampled continous function and a utility for 3D viewing of the scalogram. WDEMO Directory: Contains some demo programs and some data examples (images and signals) used in the demos. A test image generator also exists in this directory. All Wavelet Toolbox's directories should be loaded into the MATLABPATH variable to execute the toolbox's functions (maybe the WDEMO can be left out). This task is made by the STARTUP.M file, but surely this file should be edited to configure the directories (at least the local WAVELET_HOME directory). See the next point for help on configuring the toolbox. * The STARTUP.M file """"""""""""""""""""""""""""""" What does Wavelet's STARTUP.M file do? - Loads the four directory entries into MATLABPATH - Sets a default method for wavelet subband alignment Editing the STARTUP.M file: The first thing you find is a global variable named WAVELET_HOME_PATH, just before the "ABOUT THE WAVELET..." text. There is a pre-installation check to avoid repeating the toolbox's paths in the MATLABPATH variable. Under this section there's a Copyright message display and the definition of the WAVELET_HOME_PATH variable. Well, this is what you must set to your Wavelet Toolbox's home directory. If you preserve the original directory tree, then nothing more is to do now. However, you may want to change any of the subdirectories. Then make it under the previous declaration. There's one string variable for every toolbox's directory. Change them as you need. The last section of STARTUP.M sets the WTCENTERMETHOD variable to its default value of 0. If you want to start matlab with any other value, change it here. See help on WTMETHOD from matlab for allowed values of WTCENTERMETHOD. The alignment method can be set to other value at anytime within the matlab session.

近期下载者

相关文件


收藏者