- 'imagesc' function: https://in.mathworks.com/help/matlab/ref/imagesc.html
- 'colorbar' function: https://in.mathworks.com/help/matlab/ref/colorbar.html
how to plot higher order levels of the wavelet scattering transform?
조회 수: 1 (최근 30일)
이전 댓글 표시
As the title says, how to I visualize with a scalogram the different outputs of the scattering transform? In the same way that is done in this figure from this paper https://arxiv.org/pdf/1304.6763.pdf where at the top there is the signal, middle it's first layer of the scattering transform and third the second layer.
댓글 수: 0
답변 (1개)
Yash
2024년 1월 16일
Hi Lucrezia,
Once you have already computed the scattering transform coefficients and stored them in a variable, you can use the 'imagesc' function in MATLAB to visualize the different outputs of the scattering transform, including higher order levels. The 'imagesc' function is used to create a visual representation of the coefficients, with the magnitude of each coefficient represented by a color. Then you can use the 'colorbar' function to add color scale to the plot.
You can refer to the documentations below to know more about these functions:
Hope this helps
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Time-Frequency Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!