Table of Contents

Class SignalPeriodEstimator

Namespace
TimeSeriesAnalysis
Assembly
TimeSeriesAnalysis.dll

Finds an estimate of the period of a signal.

public class SignalPeriodEstimator
Inheritance
SignalPeriodEstimator
Inherited Members

Methods

EstimatePeriod(double[], double, double)

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

public static double? EstimatePeriod(double[] signal, double timeBase_s, double significantPeakThreshold = 0.3)

Parameters

signal double[]
timeBase_s double
significantPeakThreshold double

Returns

double?