multi level 1-D wavelet decomposition

3 ビュー (過去 30 日間)
Majid Al-Sirafi
Majid Al-Sirafi 2012 年 7 月 11 日
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 Center および File ExchangeDiscrete Multiresolution Analysis についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by