Click or drag to resize

DuplicateFrequencyTreatment Enumeration

Defines way duplicate frequencies in the input data are treated.

Namespace: RelaxIS_SDK.RelaxISWCFLink.DRT
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public enum DuplicateFrequencyTreatment
Members
Member nameValueDescription
Ignore0 The duplicate frequencies are ignored.
RemoveKeepFirst1 The duplicate frequencies are removed and the first occurance is kept.
RemoveKeepLast2 The duplicate frequencies are removed and the last occurance is kept.
Average3 The real and imaginary parts of the duplicate points are averaged.
See Also