필터 지우기
필터 지우기

how to interpret scalogram coefficients

조회 수: 1 (최근 30일)
Lucrezia Cester
Lucrezia Cester 2020년 11월 14일
답변: Maadhav Akula 2020년 11월 19일
Hello,
Once I obtain the scalogram coefficients and can make an image of them with this code.
[S,U] = scatteringTransform(sf,wecg);
figure
scattergram(sf,U,'FilterBank',1)
How can I retrieve the matrix that makes this image? U is a 3x1 cell where wach cell contains a different number of cells.
I don't understand how to plot U (without scattergram as above) in a way that still make sense. I just want the matrix of the image formed with this code.
scattergram(sf,U,'FilterBank',1)

답변 (1개)

Maadhav Akula
Maadhav Akula 2020년 11월 19일
I think you can refer the following answer if you want to capture the data of a figure:

카테고리

Help CenterFile Exchange에서 Continuous Wavelet Transforms에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by