Matlab - Wavelet Toolbox - User's Guide - Version 2.pdf
(
15830 KB
)
Pobierz
Wavelet
Wavelet
For Use with M
ATLAB
®
Michel Misiti
Yves Misiti
Georges Oppenheim
Jean-Michel Poggi
Compu
tation
Visuali
zation
Program
ming
User’s Guide
Version 2
Toolbox
How to Contact The MathWorks:
www.mathworks.com
Web
comp.soft-sys.matlab
Newsgroup
support@mathworks.com
Technical support
suggest@mathworks.com
Product enhancement suggestions
bugs@mathworks.com
Bug reports
doc@mathworks.com
Documentation error reports
service@mathworks.com
Order status, license renewals, passcodes
info@mathworks.com
Sales, pricing, and general information
508-647-7000
Phone
508-647-7001
Fax
The MathWorks, Inc.
Mail
3 Apple Hill Drive
Natick, MA 01760-2098
For contact information about worldwide offices, see the MathWorks Web site.
Wavelet Toolbox User’s Guide
COPYRIGHT 1997 - 2002 by The MathWorks, Inc.
The software described in this document is furnished under a license agreement. The software may be used
or copied only under the terms of the license agreement. No part of this manual may be photocopied or repro-
duced in any form without prior written consent from The MathWorks, Inc
.
FEDERAL ACQUISITION: This provision applies to all acquisitions of the Program and Documentation by
or for the federal government of the United States. By accepting delivery of the Program, the government
hereby agrees that this software qualifies as "commercial" computer software within the meaning of FAR
Part 12.212, DFARS Part 227.7202-1, DFARS Part 227.7202-3, DFARS Part 252.227-7013, and DFARS Part
252.227-7014. The terms and conditions of The MathWorks, Inc. Software License Agreement shall pertain
to the government’s use and disclosure of the Program and Documentation, and shall supersede any
conflicting contractual terms or conditions. If this license fails to meet the government’s minimum needs or
is inconsistent in any respect with federal procurement law, the government agrees to return the Program
and Documentation, unused, to MathWorks.
MATLAB, Simulink, Stateflow, Handle Graphics, and Real-Time Workshop are registered trademarks, and
Target
Box
is a trademark of The MathWorks, Inc.
Other product or brand names are trademarks or registered trademarks of their respective holders.
Printing History: March 1997
First printing
New for Version 1
September 2000 Second printing Revised (Release 12)
June 2001
Online only
Revised (Release 12)
July 2002
Online only
Revised (Release 13) Version 2.2
Contents
Preface
About the Authors
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
xv
Notes by Yves Meyer
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
xvi
Notes by Ingrid Daubechies
. . . . . . . . . . . . . . . . . . . . . . . . . . .
xviii
Acknowledgments
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
xix
What Is the Wavelet Toolbox?
. . . . . . . . . . . . . . . . . . . . . . . . . . .
xx
Using This Guide
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
xxi
New Users . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
xxi
Experienced Users . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
xxi
All Users . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
xxi
Caution . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
xxii
For More Background
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
xxiii
Installing the Wavelet Toolbox
. . . . . . . . . . . . . . . . . . . . . . . .
xxiv
System Recommendations . . . . . . . . . . . . . . . . . . . . . . . . . . . .
xxiv
Platform-Specific Details . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
xxiv
Typographical Conventions
. . . . . . . . . . . . . . . . . . . . . . . . . .
xxvi
Related Products
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
xxvii
i
1
Wavelets: A New Tool for Signal Analysis
Wavelet Applications
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
1-3
Scale Aspects . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
1-3
Time Aspects . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
1-3
Wavelet Decomposition as a Whole . . . . . . . . . . . . . . . . . . . . . . .
1-4
Fourier Analysis
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
1-5
Short-Time Fourier Analysis
. . . . . . . . . . . . . . . . . . . . . . . . . . .
1-6
Wavelet Analysis
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
1-7
What Can Wavelet Analysis Do? . . . . . . . . . . . . . . . . . . . . . . . . .
1-8
What Is Wavelet Analysis?
. . . . . . . . . . . . . . . . . . . . . . . . . . . . .
1-9
Number of Dimensions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
1-9
The Continuous Wavelet Transform
. . . . . . . . . . . . . . . . . . .
1-10
Scaling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
1-11
Shifting . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
1-12
Five Easy Steps to a Continuous Wavelet Transform . . . . . . .
1-12
Scale and Frequency . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
1-15
The Scale of Nature . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
1-15
What’s Continuous About the Continuous Wavelet
Transform? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
1-17
The Discrete Wavelet Transform
. . . . . . . . . . . . . . . . . . . . . .
1-18
One-Stage Filtering: Approximations and Details . . . . . . . . . .
1-18
Multiple-Level Decomposition . . . . . . . . . . . . . . . . . . . . . . . . . .
1-21
Wavelet Reconstruction
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
1-22
Reconstruction Filters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
1-23
Reconstructing Approximations and Details . . . . . . . . . . . . . .
1-23
Relationship of Filters to Wavelet Shapes . . . . . . . . . . . . . . . .
1-25
Multistep Decomposition and Reconstruction . . . . . . . . . . . . .
1-28
Wavelet Packet Analysis
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
1-29
History of Wavelets
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
1-31
ii
Contents
An Introduction to the Wavelet Families
. . . . . . . . . . . . . . .
1-32
Haar . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
1-33
Daubechies . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
1-33
Biorthogonal . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
1-34
Coiflets . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
1-35
Symlets . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
1-35
Morlet . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
1-36
Mexican Hat . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
1-36
Meyer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
1-37
Other Real Wavelets . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
1-37
Complex Wavelets . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
1-37
2
Using Wavelets
One-Dimensional Continuous Wavelet Analysis
. . . . . . . . . .
2-4
Continuous Analysis Using the Command Line . . . . . . . . . . . .
2-5
Continuous Analysis Using the Graphical Interface . . . . . . . . .
2-8
Importing and Exporting Information from the
Graphical Interface . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
2-17
One-Dimensional Complex Continuous Wavelet Analysis
2-19
Complex Continuous Analysis Using the Command Line . . . .
2-20
Complex Continuous Analysis Using the Graphical Interface
2-22
Importing and Exporting Information from the Graphical
Interface . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
2-27
One-Dimensional Discrete Wavelet Analysis
. . . . . . . . . . . .
2-28
One-Dimensional Analysis Using the Command Line . . . . . .
2-30
One-Dimensional Analysis Using the Graphical Interface . . .
2-39
Importing and Exporting Information from the Graphical
Interface . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
2-57
iii
Plik z chomika:
miery
Inne pliki z tego folderu:
Jerzy BrzĂłzka, Lech DorobczyĹ_ski - Programowanie W Matlab.pdf
(66626 KB)
Computational Colour Science Using MATLAB - Stephen Westland & Caterina Ripamonti.pdf
(1931 KB)
Matlab - Graphics and GUIs with Matlab, 3rd Edition.pdf
(14597 KB)
Group information - Bioinformatics.Org.website
(0 KB)
How do read data from generated XML file - Newsreader - MATLAB Central.website
(0 KB)
Inne foldery tego chomika:
Architektura komputerow
C#
C++
dotNET
PHP
Zgłoś jeśli
naruszono regulamin