Main Content

numorders

Number of scattering orders

Description

example

no = numorders(sf) returns the number of orders for the wavelet time scattering network, sf. The number of orders is equal to Nfb + 1, where Nfb is the number of filter banks in sf.

Examples

collapse all

Calculate the number of orders for the default wavelet time scattering network.

sf = waveletScattering
sf = 
  waveletScattering with properties:

          SignalLength: 1024
       InvarianceScale: 512
        QualityFactors: [8 1]
              Boundary: 'periodic'
     SamplingFrequency: 1
             Precision: 'double'
    OversamplingFactor: 0
          OptimizePath: 0

no = numorders(sf)
no = 3

Input Arguments

collapse all

Wavelet time scattering network, specified as a waveletScattering object.

Extended Capabilities

C/C++ Code Generation
Generate C and C++ code using MATLAB® Coder™.

Version History

Introduced in R2018b