|
XFourierTransformFFT2D_DNNP Method
|
고속 푸리에 변환을 수행하는 함수이다(DNNP (DC-Negative-Nyquist-Positive Order)).
입출력 데이타 Type 은 REAL32C, REAL64C Type 만 수행된다.
Namespace: Pixoneer.NXDL.NRSAssembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.38
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