any body please explain me what is happening in swt command in matlab? swt in the sense stationary wavelet transform.
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
[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
0 Kommentare
Antworten (1)
Wayne King
am 19 Jun. 2017
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
0 Kommentare
Siehe auch
Kategorien
Mehr zu Discrete Multiresolution Analysis finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!