SineWave Structure

Represents a sine wave of the form y=A*sin(ω*t+Φ)+δ.

Definition

Namespace: Gemstone.Numeric.Analysis
Assembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.170 -- Release Build+bbba6fd4a26a340bfc358a3686e9fa5973d54075
public struct SineWave
Inheritance
Object    ValueType    SineWave

Methods

CalculateY Calculates the y-value for the given time.
EqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
GetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)

Fields

Amplitude Amplitude (A) of the sine wave.
Bias Vertical offset (δ) of the sine wave.
Frequency Frequency (ω) of the sine wave, in Hz.
Phase Phase (Φ) shift of the sine wave.
TwoPi 2 * pi

See Also