Click or drag to resize
XDL

XFourierTransformFFTShift2D Method

푸리에 변환된 주파수 성분의 데이터 배열의 0 주파수 성분을 중심으로 이동시키는 함수이다. 입출력 데이터 Type 은 REAL32C, REAL64C Type 만 수행된다. 2차원 영상데이터로 FFTShift를 수행할 축 방향을 설정할 수 있다.

Namespace: Pixoneer.NXDL.NRS
Assembly: NXDLrs (in NXDLrs.dll) Version: 3.0.0.4
Syntax
C#
public static bool FFTShift2D(
	XGrid Data,
	eFourierTransformDir flag,
	eFourierTransformAxis axis
)

Parameters

Data  XGrid
[In/Out] FFTShift 수행할 데이터(입력 데이터가 변함).
flag  eFourierTransformDir
[in] 푸리에 변환 방향.
axis  eFourierTransformAxis
[in] 푸리에 변환 축을 설정.

Return Value

Boolean
성공이면 true, 실패하면 false
See Also