scattergram
R2026bVisualize 1-D scattering or scalogram coefficients
Syntax
Description
returns the scattergram as a matrix for the first-order scattering coefficients,
img = scattergram(sf,S)S. The matrix S is the output of scatteringTransform computed using the wavelet time scattering network,
sf.
returns the scattergram as a matrix for the first-order scalogram coefficients,
img = scattergram(sf,U)U. The matrix U is the output of scatteringTransform computed using the wavelet time scattering network,
sf.
returns the scattergram with additional options specified by one or more name-value
arguments. You can use this syntax with any of the input syntaxes shown previously.img = scattergram(___,Name=Value)
scattergram(___) with no output arguments plots the
scattergram in the current figure. You can use any of the input syntaxes shown
previously.

