Click or drag to resize

SineWave Structure

Represents a sine wave of the form y=A*sin(ω*t+Φ)+δ.
Inheritance Hierarchy
SystemObject
  SystemValueType
    GSF.NumericalAnalysisSineWave

Namespace: GSF.NumericalAnalysis
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public struct SineWave
View Source

The SineWave type exposes the following members.

Methods
 NameDescription
Public methodCalculateY Calculates the y-value for the given time.
Public methodEqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Top
Fields
 NameDescription
Public fieldAmplitude Amplitude (A) of the sine wave.
Public fieldBias Vertical offset (δ) of the sine wave.
Public fieldFrequency Frequency (ω) of the sine wave, in Hz.
Public fieldPhase Phase (Φ) shift of the sine wave.
Public fieldStatic memberTwoPi 2 * pi
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension MethodGetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also