Search Results for

    Show / Hide Table of Contents

    Class SignalPeriodEstimator

    Finds an estimate of the period of a signal.

    Inheritance
    object
    SignalPeriodEstimator
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: TimeSeriesAnalysis
    Assembly: TimeSeriesAnalysis.dll
    Syntax
    public class SignalPeriodEstimator

    Methods

    | Edit this page View Source

    EstimatePeriod(double[], double, double)

    Uses the largest-in-magnitude index of the FFT of the signal to estimate the period.

    Declaration
    public static double? EstimatePeriod(double[] signal, double timeBase_s, double significantPeakThreshold = 0.3)
    Parameters
    Type Name Description
    double[] signal
    double timeBase_s
    double significantPeakThreshold
    Returns
    Type Description
    double?
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX