MATLAB: Stationary Wavelet Transform Simulink

simulinkstationary wavelet transform

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 !

Best Answer

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.
Related Question