Number of scattering orders
no = numorders(sf)
example
no = numorders(sf) returns the number of orders for the scattering decomposition framework, sf. The number of orders is equal to Nfb + 1, where Nfb is the number of filter banks in sf.
no
sf
collapse all
Calculate the number of orders for the default scattering decomposition framework.
sf = waveletScattering
sf = waveletScattering with properties: SignalLength: 1024 InvarianceScale: 512 QualityFactors: [8 1] Boundary: 'periodic' SamplingFrequency: 1 Precision: 'double' OversamplingFactor: 0
no = 3
waveletScattering
waveletScattering2
Scattering decomposition framework, specified as a waveletScattering object or a waveletScattering2 object.
waveletScattering | waveletScattering2
You have a modified version of this example. Do you want to open this example with your edits?