|
XSarRangeComression(XGrid, XChirp, XGrid) Method
|
입력된 신호에 기준 Chirp 신호를 매치드 필터링(Matched Filtering) 적용하여 거리 압축(Range Compression)을 수행한다.
입출력 데이터 종류는 REAL32C만 대상으로 한다.
Namespace: Pixoneer.NXDL.NSARAssembly: NXDLsar (in NXDLsar.dll) Version: 3.0.0.4
Syntaxpublic static bool RangeComression(
XGrid RecvSig,
XChirp Chirp,
out XGrid rc
)
Parameters
- RecvSig XGrid
- [In] 입력 신호
- Chirp XChirp
- [In] 기준 Chirp 신호
- rc XGrid
- [Out] 입력 신호와 같은 크기의 Range Compression 데이터
Return Value
BooleanRange Compression 성공 여부
See Also