any body please explain me what is happening in swt command in matlab? swt in the sense stationary wavelet transform.

1 回表示 (過去 30 日間)
[swa,swd]=swt(signal,level_decomposing,'wavelet name') if i use above one,i will get approximate and detail coefficients...but i dont know how we are getting...please explain me what is happening in swt command

回答 (1 件)

Wayne King
Wayne King 2017 年 6 月 19 日
Hi Bharat, Have you read the literature on the stationary wavelet transform? This is the paper to read: SWT paper
The SWT is a nondecimated discrete wavelet transform so the number of detail coeffcients (wavelet coefficients) or approximation coefficients (scaling) are the same at each level as the data length.
The SWT has some restriction on sample size and level of the wavelet transform. Wavelet Toolbox also provides the MODWT, which is undecimated discrete wavelet transform that works for an arbitrary sample size.
Hope that helps, Wayne

カテゴリ

Help Center および File ExchangeContinuous Wavelet Transforms についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by