Wave Let
Wave Let
ASET
M.Tech, 1st sem
Module 2
1
Name of Institution
PART-I
Why wavelet Transform?
2
OVERVIEW: WHY WAVELET
TRANSFORM? Name of Institution
3
FT of AC mains Name of Institution
4
Why do we need the
frequency information? Name of Institution
5
Fourier Transform Name of Institution
6
Name of Institution
• Its FT is:
7
Name of Institution
8
Name of Institution
9
Its FT is Name of Institution
10
Name of Institution
12
Name of Institution
13
How WT works? Name of Institution
14
Name of Institution
15
Heisenberg uncertainty principle
Name of Institution
16
Name of Institution
17
Name of Institution
18
Name of Institution
PART-II
THE FOURIER TRANSFORM
AND
THE SHORT TERM FOURIER
TRANSFORM
19
FT and IFT Name of Institution
20
Name of Institution
• x(t)=cos(2*pi*5*t)+cos(2*pi*10*t)+cos(2*pi*20*t)+cos(2*pi*50*t)
is:
21
FT of signal Name of Institution
22
Non stationary signal
Name of Institution
23
FT Name of Institution
24
STFT Name of Institution
28
IT’s STFT Name of Institution
The interval 0 to 250 ms is a simple sinusoid of 300 Hz, and the other 250 ms
intervals are sinusoids of 200 Hz, 100 Hz, and 50 Hz, respectively.
Apparently, this is a non-stationary signal. Now, let's look at its STFT:
29
Name of Institution
35
Name of Institution
36
Name of Institution
37
STFT Name of Institution
38
Name of Institution
39
Name of Institution
40
Name of Institution
41
Name of Institution
42
Name of Institution
43
Problem in STFT Name of Institution
44
Name of Institution
END
of
PART II
45
PART-III Name of Institution
MULTIRESOLUTION ANALYSIS
&
THE CONTINUOUS WAVELET
TRANSFORM
46
MULTIRESOLUTION ANALYSIS
Name of Institution
47
Name of Institution
TRANSFORM
• It is an alternative approach to the STFT to overcome
the resolution problem.
• There are two main differences between the STFT and
the CWT:
1. The Fourier transforms of the windowed signals are not
taken, and therefore single peak will be seen
corresponding to a sinusoid, i.e., negative frequencies
are not computed.
2. The width of the window is changed as the transform is
computed for every single spectral component, which is
probably the most significant characteristic of the
wavelet transform.
The CWT Name of Institution
THE CWT
• Let x(t) is the signal to be analyzed
• mother wavelet is chosen to serve as a prototype for all
windows in the process
• All the windows that are used are the dilated (or
compressed) and shifted versions of the mother wavelet.
• The Morlet wavelet and the Mexican hat function used
for the wavelet analysis
• Once the mother wavelet is chosen the computation
starts with s=1 and the continuous wavelet transform is
computed for all values of s , smaller and larger than
``1''.
Name of Institution
• Note that the axes are translation and scale, not time
and frequency.
• translation is strictly related to time, since it indicates
where the mother wavelet is located
• Scale S is actually inverse of frequency.
• In other words, whatever we said about the properties of
the wavelet transform regarding the frequency
resolution, inverse of it will appear on the figures
showing the WT of the time-domain signal.
Name of Institution
80
Name of Institution
81
Name of Institution
82
Name of Institution
• where,
•This definition of the CWT shows that the wavelet analysis is a measure of
similarity between the basis functions (wavelets) and the signal itself.
• Here the similarity is in the sense of similar frequency content.
83
Inner Products, Orthogonality, Name of Institution
and Orthonormality
Similarly, two functions f(t) and g(t) are said to be orthogonal to each
other if their inner product is zero
84
Name of Institution
85
Name of Institution
and
86
Name of Institution
• or equivalently
87
Name of Institution
88
Name of Institution
89
Name of Institution
Which is
Name of Institution
SYNTHESIS
• The CWT is a reversible transform
provided that the below condition is
satisfied even though the basis functions
are in general may not be orthonormal
……1
Name of Institution
• It is apparent that neither the FT, nor the STFT, nor the
CWT can be practically computed by using analytical
equations, integrals, etc
• It is therefore necessary to discretize the transforms
• As in the FT and STFT, the most intuitive way of doing
this is simply sampling the time-frequency (scale) plane
• Again intuitively, sampling the plane with a uniform
sampling rate sounds like the most natural choice.
• However, in the case of WT, the scale change can be
used to reduce the sampling rate
Name of Institution
107
Name of Institution
108
Name of Institution
109
Name of Institution
or
110
Name of Institution
111
Name of Institution
112
Name of Institution
END
OF
PART- III
113
PART IV Name of Institution
MULTIRESOLUTION ANALYSIS:
THE DISCRETE
WAVELET TRANSFORM
114
Why is the Discrete Name of Institution
Wavelet Transform Needed?
• The wavelet series is simply a sampled version of the
CWT, and the information it provides is highly redundant
as far as the reconstruction of the signal is concerned.
• This redundancy requires a significant amount of
computation time and resources.
• The DWT provides sufficient information both for
analysis and synthesis of the original signal, with a
significant reduction in the computation time.
• The DWT is considerably easier to implement when
compared to the CWT
115
THE DISCRETE WAVELET Name of Institution
TRANSFORM (DWT)
• In 1976 when Croiser, Esteban, and Galand devised a
technique to decompose discrete time signals.
• Crochiere, Weber, and Flanagan did a similar work on
coding of speech signals in the same year. They named
their analysis scheme as subband coding.
• In 1983, Burt defined a technique very similar to
subband coding and named it pyramidal coding which
is also known as multiresolution analysis
116
The Subband Coding and Name of Institution
The Multiresolution Analysis
• The continuous wavelet transform was computed by
changing the scale of the analysis window, shifting the
window in time, multiplying by the signal, and integrating
over all times
• In the discrete case, filters of different cutoff frequencies
are used to analyze the signal at different scales.
• The signal is passed through a series of high pass filters
to analyze the high frequencies, and it is passed through
a series of low pass filters to analyze the low
frequencies.
117
Downsampling Name of Institution
118
Upsampling Name of Institution
where yhigh[k] and ylow[k] are the outputs of the highpass and lowpass
filters, respectively, after subsampling by 2
128
Subband coding Name of Institution
• where g[n] is the HPF, h[n] is the LPF, and L is the filter
length (in number of points).
• Two filters are odd index alternated reversed versions of
each other. LPF to HPF conversion is provided by the (-
1)n term.
• Filters satisfying this condition are commonly used in
signal processing, and they are known as the
Quadrature Mirror Filters (QMF).
• The two filtering and subsampling operations can be
expressed by
Name of Institution
END
OF
PART-IV