How to reproduce continuous wavelet coefficient plot
10 次查看(过去 30 天)
显示 更早的评论
In the matlab (2018b) waveletAnalyzer GUI tool for a continuous wavelet 1-D analysis, there is a "Coloration Mode" drop down menu with the choices "by scale" or "all scales". According to here, the difference is:
"When you select by scale, the coloration is done separately for each scale. When you select all scales, all scales are used".
I want to export the wavelet coefficient matrix and reproduce the "by scales" plot outside the wavelet GUI tool. I found that I can reproduce the "all scales" plot simply with:
imagesc(my_VAR_1.coefs)
where my_VAR_1 is the exported wavelet variable from the GUI. But how can I reproduce the "by scales" plot? Is there a command for this?
As a followup question, does anyone know how to reproduce the "Local Maxima Lines" plot from the GUI? I tried the 'spy' function on the coefficient matrix but the results aren't as nice looking.
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Discrete Multiresolution Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!