RandomNoiseComponent Class |
Namespace: Arction.WinForms.SignalProcessing
The RandomNoiseComponent type exposes the following members.
| Name | Description | |
|---|---|---|
| RandomNoiseComponent |
Default constructor.
| |
| RandomNoiseComponent(RandomNoiseComponent) |
Copy constructor.
|
| Name | Description | |
|---|---|---|
| Amplitude |
Amplitude of random noise component.
| |
| Enabled |
Is the random noise component included in calculation of the output signal
| |
| Id |
Gets or sets the unique identifier of this instance.
| |
| Offset |
Offset of random noise component
|
| Name | Description | |
|---|---|---|
| CreateCopy |
Create a copy of random noise component.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetRandomValue |
Get random value, using offset and amplitude
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString |
Convert class description to string.
(Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
| PropertyChanged |
Occurs when property is changed.
|