DuplicateFrequencyTreatment Enumeration |
Defines way duplicate frequencies in the input data are treated.
Namespace: RelaxIS_SDK.RelaxISWCFLink.DRTAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public enum DuplicateFrequencyTreatment
Public Enumeration DuplicateFrequencyTreatment
Dim instance As DuplicateFrequencyTreatment
Members Member name | Value | Description |
---|
Ignore | 0 |
The duplicate frequencies are ignored.
|
RemoveKeepFirst | 1 |
The duplicate frequencies are removed and the first occurance is kept.
|
RemoveKeepLast | 2 |
The duplicate frequencies are removed and the last occurance is kept.
|
Average | 3 |
The real and imaginary parts of the duplicate points are averaged.
|
See Also