Class SignalPeriodEstimator
Finds an estimate of the period of a signal.
Inherited Members
Namespace: TimeSeriesAnalysis
Assembly: TimeSeriesAnalysis.dll
Syntax
public class SignalPeriodEstimator
Methods
| Edit this page View SourceEstimatePeriod(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? |