Click or drag to resize

RandomNoiseComponent Class

LightningChart .NET Help
Random noise waveform component
Inheritance Hierarchy
SystemObject
  Arction.WinForms.SignalProcessingRandomNoiseComponent

Namespace:  Arction.WinForms.SignalProcessing
Assembly:  Arction.WinForms.SignalProcessing.SignalTools (in Arction.WinForms.SignalProcessing.SignalTools.dll) Version: 10.3.1
Syntax
[SerializableAttribute]
public class RandomNoiseComponent : IWaveFormComponent

The RandomNoiseComponent type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAmplitude
Amplitude of random noise component.
Public propertyEnabled
Is the random noise component included in calculation of the output signal
Public propertyId
Gets or sets the unique identifier of this instance.
Public propertyOffset
Offset of random noise component
Top
Methods
  NameDescription
Public methodCreateCopy
Create a copy of random noise component.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetRandomValue
Get random value, using offset and amplitude
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Convert class description to string.
(Overrides ObjectToString.)
Top
Events
  NameDescription
Public eventPropertyChanged
Occurs when property is changed.
Top
See Also