eComplexOutType Enumeration |
Namespace: Pixoneer.NXDL.NRS
public enum eComplexOutType
| Member name | Value | Description | |
|---|---|---|---|
| Complex | 0 | XDMBandComplex객체의 Output을 Complex 데이터로 변경. | |
| Real | 1 | XDMBandComplex객체의 Output을 Real 데이터로 변경. | |
| Imaginary | 2 | XDMBandComplex객체의 Output을 Imaginary 데이터로 변경. | |
| Magnitude | 3 | XDMBandComplex객체의 Output을 Magnitude 데이터로 변경 | |
| Phase | 4 | XDMBandComplex객체의 Output을 Phase로 변경. |