Skip to main content

nwidFreqOptions class

Options set for full network/subnetwork identification with nwidFreq_dcn.

Construction

  • options = nwidFreqOptions  creates the default options set.
  • options = nwidFreqOptions(Name=Value,...)  creates a custom options set, with the default options overriden by the name-value arguments.

Properties

  • reduce_target

    logical scalar

    Indicates if target subnetwork is estimated directly. If true, the immersed subnetwork is estimated (usually at a higher order than the original network), from which the target subnetwork is then estimated. If false, the target subnetwork is estimated directly with its original order, whereas all elements outside of the target subnetwork will usually be estimated with higher order to account for immersed dynamics. Defaults to false.

  • f_range

    [1,2] double array

    Starting and stopping frequencies (in Hz) for which the frequency response is computed. If set to [0,0], these are set to the minimum and maximum allowed frequency, based on sampling frequency and sample size. Defaults to [0,0].

  • Transient

    logical scalar

    Indicates whether or not the transient term is used. Defaults to true.

Methods