multi level 1-D wavelet decomposition

조회 수: 4 (최근 30일)
Majid Al-Sirafi
Majid Al-Sirafi 2012년 7월 11일
댓글: Muhammad Shahid Jabbar 2020년 6월 20일
Hi every one
I applied the Multilevel 1-D wavelet decomposition for vector array, by the following syntax:
[C,L] = wavedec(s,3,'haar')
where s is vector and 3 is level-3 and harr is 'haar' filter , I want to know which is the Low frequency and High frequency coefficients after transformation operation thank you

답변 (1개)

Minh
Minh 2012년 7월 11일
Please try the following MATLAB command
>>doc wavedec
Then do the example in the help documentation, hopefully you will work out which coefficients are for low frequency coefficients and which are for high frequency coefficients. Please note that approximation coefficients correspond to low frequency coefficients and detail coefficients correspond to high frequency coefficients.
cheers,
Minh
  댓글 수: 2
Majid Al-Sirafi
Majid Al-Sirafi 2012년 7월 11일
dear so according to the following equation [C,L] = wavedec(s,3,'haar') you mean that C is low coefficient and L is high coefficient??
cheers, majid
Muhammad Shahid Jabbar
Muhammad Shahid Jabbar 2020년 6월 20일
Please refer to figure below

댓글을 달려면 로그인하십시오.

카테고리

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