Stationary Wavelet Transform Simulink

2 Ansichten (letzte 30 Tage)
Di Liu
Di Liu am 2 Dez. 2020
Kommentiert: Di Liu am 4 Dez. 2020
Hi all,
I noticed that the discrete wavelet transform block was provided by Simulink. But I donot want the downsampling procedure since it will cause the decreased length of the signal. Does anyone know how to simulate the stationary wavelet transform (SWT) in Simulink or can I use the 'MATLAB function' block to programe the SWT?
Thanks !

Akzeptierte Antwort

Rhea Chandy
Rhea Chandy am 4 Dez. 2020
Hello!
I understand that you are trying to implement a Stationary Wavelet Transform (SWT) in Simulink. The MATLAB Function block is indeed the easiest way to define custom functionality in Simulink. The swt function gives the discrete stationary wavelet transform. In addition, this File Exchange submission in the MathWorks File Exchange may be useful to you.
The submission "Stationary wavelet transform" is one of the several submissions in MATLAB File Exchange on MATLAB Central which is a forum for our product users to interact, exchange information and knowledge, without MathWorks' involvement. Feel free to contact the author of this submission directly for specific questions about the implementation.
More information on Implementing MATLAB Functions Using Blocks is available in the documentation if you need assistance.
  1 Kommentar
Di Liu
Di Liu am 4 Dez. 2020
Hi,
Thank you for your help and sharing the codes. I have downloaded it and tried to understand the code. By the way, does the MATLAB function block support the swt function? I read from other people they say the wavelet functions can only be realised by the 's' function.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Continuous Wavelet Transforms 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!

Translated by