wavelet time scattering -凯发k8网页登录
wavelet time scattering
since r2018b
description
use the waveletscattering
object to create a network for a
wavelet time scattering decomposition using the gabor (analytic morlet) wavelet. the network
uses wavelets and a lowpass scaling function to generate low-variance representations of
real-valued time series data. wavelet time scattering yields representations insensitive to
translations in the input signal without sacrificing class discriminability. you can use the
representations as inputs to a classifier. you can specify the duration of translation
invariance and the number of wavelet filters per octave. the scattering network also supports
time × channel × batch (t×c×b) inputs.
creation
description
creates a wavelet
time scattering network with two filter banks. the first filter bank has a quality (q)
factor of eight wavelets per octave. the second filter bank has a q factor of one wavelet
per octave. by default, sf
= waveletscatteringwaveletscattering
assumes a signal input length
of 1024 samples. the scale invariance length is 512 samples. by default,
waveletscattering
uses periodic boundary conditions.
creates a network for wavelet scattering, sf
= waveletscattering(name,value
)sf
, with properties specified by one or
more name,value
arguments. properties can be specified in any order
as name1,value1,...,namen,valuen
. enclose each property name in quotes.
note
after you create a scattering network, you can change the value of the oversamplingfactor property. depending on the precision of the network and the input signal, the value of the precision property can also change. all other network property values remain fixed.
properties
object functions
wavelet 1-d scattering transform | |
scattering feature matrix | |
natural logarithm of scattering transform | |
wavelet time scattering filter banks | |
littlewood-paley sum | |
visualize scattering or scalogram coefficients | |
wavelet scattering bandpass center frequencies | |
number of scattering orders | |
number of scattering filter banks | |
number of wavelet scattering coefficients | |
scattering network paths | |
collect scattering network properties into local workspace |
examples
more about
references
[1] andén, joakim, and stéphane mallat. “deep scattering spectrum.” ieee transactions on signal processing 62, no. 16 (august 2014): 4114–28. https://doi.org/10.1109/tsp.2014.2326991.
[2] mallat, stéphane. “group invariant scattering.” communications on pure and applied mathematics 65, no. 10 (october 2012): 1331–98. https://doi.org/10.1002/cpa.21413.