필터 지우기
필터 지우기

Haar wavelet transform plots at different scales and translation

조회 수: 7 (최근 30일)
Sana Ejaz
Sana Ejaz 2020년 2월 4일
편집: Sindhu Karri 2020년 3월 19일
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.

답변 (1개)

Sindhu Karri
Sindhu Karri 2020년 3월 19일
편집: Sindhu Karri 2020년 3월 19일
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);

카테고리

Help CenterFile Exchange에서 Discrete Multiresolution Analysis에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by