提供了关于SAR(合成孔径雷达)中常用的BackProjection算法的Matalb实现我要分享

MATALB implementation of backprojection algorithm commonly used in SAR (synthetic aperture radar) is

SAR 孔径雷达 BackProjection算法

关注次数: 412

下载次数: 39

文件大小: 7.8KB

代码分类: 仿真计算

开发平台: matlab

下载需要积分: 16积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:

提供了关于SAR(合成孔径雷达)中常用的BackProjection算法的Matalb实现(bpbasic.m). 同时提供了生成回波历史相位并应用BP成像的实例(dianmubiaobp.m). 对BP算法加入了注解和一些方便理解生成的中间图像。


English Description:

The MATALB implementation (bpbasic. M) of backprojection algorithm commonly used in SAR (synthetic aperture radar) is provided. At the same time, an example of generating echo historical phase and applying BP imaging (dianmubiaobp. M) is provided. Notes and some intermediate images for easy understanding of BP algorithm are added.


代码预览

SARbackprojection-master

SARbackprojection-master\README.md

SARbackprojection-master\bpbasic.m

SARbackprojection-master\dianmubiaobp.m

SARbackprojection-master\mybpbasic.m

相关推荐