Search Results for

    Show / Hide Table of Contents

    Class PidFilter

    Class that handles the filtering of inputs y to a pid-controller Put into separate class as this is both a component of the PidController and of PidIdentifier, and important that implementation is equal.

    Inheritance
    object
    PidFilter
    Inherited Members
    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 PidFilter

    Constructors

    | Edit this page View Source

    PidFilter(PidFilterParams, double)

    Default constructor

    Declaration
    public PidFilter(PidFilterParams filterParams, double timebase_s)
    Parameters
    Type Name Description
    PidFilterParams filterParams
    double timebase_s

    Methods

    | Edit this page View Source

    GetParams()

    Returns the filter paramter object

    Declaration
    public PidFilterParams GetParams()
    Returns
    Type Description
    PidFilterParams
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX