SquareComponent Class |
Namespace: Arction.WinForms.SignalProcessing
The SquareComponent type exposes the following members.
| Name | Description | |
|---|---|---|
| SquareComponent | Initializes a new instance of the SquareComponent class | |
| SquareComponent(SquareComponent) |
Copy constructor.
|
| Name | Description | |
|---|---|---|
| Amplitude |
Amplitude of square component.
| |
| DelayMs |
Delay of square component in ms.
| |
| Enabled |
Is the square component included in calculation of the output signal
| |
| Frequency |
Frequency of square component
| |
| Id |
Gets or sets the unique identifier of this instance.
| |
| Offset |
Offset of square component
| |
| Symmetry |
Square wave symmetry. Valid range is 0...1.
If symmetry is < 0.5, the 'low'stage of noise wave is longer than 'high' stage.
Vice versa, value > 0.5 makes the 'high' stage longer
|
| Name | Description | |
|---|---|---|
| CreateCopy |
Create a copy of square 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 | [Missing <summary> documentation for "E:Arction.WinForms.SignalProcessing.SquareComponent.PropertyChanged"] |