Search Results for

    Show / Hide Table of Contents

    Class GainSchedFittingSpecs

    variables that are set prior to fitting.

    Inheritance
    object
    FittingSpecs
    GainSchedFittingSpecs
    Inherited Members
    FittingSpecs.u0
    FittingSpecs.uNorm
    FittingSpecs.Y_min_fit
    FittingSpecs.Y_max_fit
    FittingSpecs.U_min_fit
    FittingSpecs.U_max_fit
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: TimeSeriesAnalysis.Dynamic
    Assembly: TimeSeriesAnalysis.dll
    Syntax
    public class GainSchedFittingSpecs : FittingSpecs

    Constructors

    | Edit this page View Source

    GainSchedFittingSpecs()

    Default constructor

    Declaration
    public GainSchedFittingSpecs()

    Fields

    | Edit this page View Source

    uGainScheduledInputIndex

    for gain-scheduling, thresholds of u for changing between gains. Default is 0, i.e. first input is used for gain-scheduling.

    Declaration
    public int uGainScheduledInputIndex
    Field Value
    Type Description
    int
    | Edit this page View Source

    uGainThresholds

    for gain-scheduling, thresholds of u for changing between gains.

    Declaration
    public double[] uGainThresholds
    Field Value
    Type Description
    double[]
    | Edit this page View Source

    uTimeConstantThresholds

    for gain-scheduling, thresholds of u for changing between gains.

    Declaration
    public double[] uTimeConstantThresholds
    Field Value
    Type Description
    double[]
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX