MATLAB: How to plot the scalogram for Discrete wavelet transform

wavelet

I know how to plot the scalogram for cwt, but is it possible to do this for dwt. or does the dwt have an alternate way to visualize the transform.

Best Answer

Hi,
The DWT and CWT of a Signal with a Frequency Break section of Continuous and Discrete Wavelet Analysis of Frequency Break - MATLAB & Simulink Example (mathworks.com) should help you in visualizing DWT.
Related Question