SAR Processor

버전 3.0.0.0 (1.91 KB) 작성자: Mario A
Implements a basic range-Doppler algorithm for focusing raw synthetic aperture radar (SAR) data
다운로드 수: 3.7K
업데이트 날짜: 2022/4/7

라이선스 보기

This function implements a basic range-Doppler algorithm to focus raw SAR data. It has been successfully tested with L-band airborne SAR data, provided it has low squint.
Inputs are the baseband raw data and 7 parameters that describe the SAR (sampling frequency, PRF, chirp parameters, etc.) A single-look-complex (SLC) focused image is returned as output.
This code was written for educational purposes and for the sake of clarity, hence it can be improved for better focusing and computing performance.

인용 양식

Mario A (2024). SAR Processor (https://www.mathworks.com/matlabcentral/fileexchange/45672-sar-processor), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2013a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Detection, Range and Doppler Estimation에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
3.0.0.0

Simplified the code even more, improved azimuth registration, reduced input parameters from 8 to 7

2.0.0.0

Simplified code for better clarity

1.0.0.0