How can I simulate real-time wavelet decomposition and reconstruction ?

Hello, is it possible to simulate the real-time wavelet decomposition and reconstruction using MATLAB or MATLAB/Simulink and how ?
Thank you very much

Answers (2)

https://in.mathworks.com/help/wavelet/discrete-wavelet-analysis.html

1 Comment

Thank you very much but it does not seem to have something about real-time wavelet, does it ?
By the way, thank you very much

Sign in to comment.

dsp.DyadicAnalysisFilterBank and dsp.DyadicSynthesisFilterBank function in the dsp toolbox could finish the real-time wavelet decomposition and reconstruction, you can also find their relative modules in the Simulink.

Edited:

on 19 Apr 2021

Community Treasure Hunt

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

Start Hunting!