SAR Processor

版本 3.0.0.0 (1.9 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