C# 클래스 fftwlib.FFT2D

상속: IDisposable
파일 보기 프로젝트 열기: Patapom/GodComplex

공개 메소드들

메소드 설명
Dispose ( ) : void
Execute ( Normalization _Normalization ) : void
FFT2D ( int _Width, int _Height ) : System
FillInputFrequency ( SetValueFrequencyDelegate _SetValue ) : void
FillInputSpatial ( SetValueSpatialDelegate _SetValue ) : void
GetOutput ( GetValueDelegate _GetValue ) : void
SwapInputOutput ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Execute() 공개 메소드

public Execute ( Normalization _Normalization ) : void
_Normalization Normalization
리턴 void

FFT2D() 공개 메소드

public FFT2D ( int _Width, int _Height ) : System
_Width int
_Height int
리턴 System

FillInputFrequency() 공개 메소드

public FillInputFrequency ( SetValueFrequencyDelegate _SetValue ) : void
_SetValue SetValueFrequencyDelegate
리턴 void

FillInputSpatial() 공개 메소드

public FillInputSpatial ( SetValueSpatialDelegate _SetValue ) : void
_SetValue SetValueSpatialDelegate
리턴 void

GetOutput() 공개 메소드

public GetOutput ( GetValueDelegate _GetValue ) : void
_GetValue GetValueDelegate
리턴 void

SwapInputOutput() 공개 메소드

public SwapInputOutput ( ) : void
리턴 void