Borrar filtros
Borrar filtros

Haar wavelet transform plots at different scales and translation

7 visualizaciones (últimos 30 días)
Sana Ejaz
Sana Ejaz el 4 de Feb. de 2020
Editada: Sindhu Karri el 19 de Mzo. de 2020
Hi ,
I want to plot haar wavelet at different scales and transalation (just for an example) using MATLAB.I am new to the wavelets and dont know how and where to start.
I am attaching a pic of what kind of plots I want.
Any help will be appreciated.

Respuestas (1)

Sindhu Karri
Sindhu Karri el 19 de Mzo. de 2020
Editada: Sindhu Karri el 19 de Mzo. de 2020
Refer below links
The below code gives you one of the required graph
Here a=1,b=0
waveinfo('haar')
[psi,phi,xval] = wavefun('haar',0);
plot(xval,phi);

Categorías

Más información sobre Discrete Multiresolution Analysis en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by