wavelet2 function: Suggest an alternative

1 visualización (últimos 30 días)
Sachin Motwani
Sachin Motwani el 19 de Oct. de 2020
Respondida: Satwik el 20 de Mzo. de 2025
I am refering a book on Wavelet Transform for MATLAB code namely, 'An introduction to Wavelet Transform: A signal processing approach' by S.V. Narasimhan, Nandini Basumallick and S. Veena. It seems to have been using a very old MATLAB for coding the plots. It uses the function 'Wavelet2'. It is unavailable in 2020 version. Can you suggest an alternative?

Respuestas (1)

Satwik
Satwik el 20 de Mzo. de 2025
The 'wavelet2' function is unavailable in the R2020a version of MATLAB, the Wavelet Toolbox can be utilized instead. It offers a wide range of functions for performing wavelet analysis including functions such as 'cwt' for Continuous Wavelet Transform, 'dwt' for Discrete Wavelet Transform, and 'modwt' for Maximal Overlap Discrete Wavelet Transform, designed to meet various analytical needs.
For more detailed information and examples you may refer to the following documentation:
I hope this helps!

Categorías

Más información sobre Discrete Multiresolution Analysis en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by