|
WaveFitSineFit Method
|
Uses least squares linear regression to calculate the best fit sine wave for the given data.
Namespace: GSF.NumericalAnalysisAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.205-beta+5ef4169f3b1079d8b163dd363614f656bd140924
Syntax GSF.NumericalAnalysis.WaveFit.SineFit = function(yValues, tValues, frequency);
View SourceParameters
- yValues Double
- The y values of the data points.
- tValues Double
- The time values of the data points, in seconds.
- frequency Double
- The frequency of the sine wave, in Hz.
Return Value
SineWaveA
SineWave approximated from the given data points.
See Also