Search Results for

    Show / Hide Table of Contents

    Class TimeDelaySamples

    Delays a signal by a specific number of time steps, keeping an internal buffer of delayed values between iterations.

    This is a reasuble class for providing time-delay functionality to simulatable models.

    Inheritance
    object
    TimeDelaySamples
    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 TimeDelaySamples

    Constructors

    | Edit this page View Source

    TimeDelaySamples(int)

    Time delay, set in terms of number of samples

    Declaration
    public TimeDelaySamples(int samples)
    Parameters
    Type Name Description
    int samples

    Methods

    | Edit this page View Source

    Delay(double)

    Delays output by a certain number of time steps

    Declaration
    public double Delay(double inputSignal)
    Parameters
    Type Name Description
    double inputSignal

    input signal to be delayed

    Returns
    Type Description
    double

    a version of inputSignal that is delayed

    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX