|
XFourierTransformFFT2D_DNNP Method
|
고속 푸리에 변환을 수행한다.(DNNP : DC-Negative-Nyquist-Positive Order).
입출력 데이터 형식은 REAL32C, REAL64C Type만 유효하다.
Namespace: Pixoneer.NXDL.NRSAssembly: NXDLrs (in NXDLrs.dll) Version: 3.0.0.0
Syntaxpublic static bool FFT2D_DNNP(
XGrid input,
out XGrid output,
eFourierTransformDir flag
)
Parameters
- input XGrid
- [In] 푸리에 변환을 위한 데이터.
- output XGrid
- [Out] 푸리에 변환 결과 데이터.
- flag eFourierTransformDir
- [in] 푸리에 변환 방향.
Return Value
Boolean 성공이면 true, 실패하면 false
See Also