how to interpret scalogram coefficients

5 visualizaciones (últimos 30 días)
Lucrezia Cester
Lucrezia Cester el 14 de Nov. de 2020
Respondida: Maadhav Akula el 19 de Nov. de 2020
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)

Respuestas (1)

Maadhav Akula
Maadhav Akula el 19 de Nov. de 2020
I think you can refer the following answer if you want to capture the data of a figure:

Categorías

Más información sobre AI for Signals and Images en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by