SineComponent Class |
Namespace: Arction.WinForms.SignalProcessing
The SineComponent type exposes the following members.
| Name | Description | |
|---|---|---|
| SineComponent |
Default constructor.
| |
| SineComponent(SineComponent) |
Copy constructor.
|
| Name | Description | |
|---|---|---|
| Amplitude |
Amplitude of sine component.
| |
| DelayMs |
Delay of sine component in ms.
| |
| Enabled |
Is the sine component included in calculation of the output signal
| |
| Frequency |
Frequency of sine component
| |
| Id |
Gets or sets the unique identifier of this instance.
| |
| Offset |
Offset of sine component
|
| Name | Description | |
|---|---|---|
| CreateCopy |
Create a copy of sine 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.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString |
Convert class description to string
(Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
| PropertyChanged |
Event occures when property is changed.
|