资源简介

相位梯度自聚焦算法(PGA)的matlab程序实现,合成孔径雷达中最经典最常用的自聚焦和运动误差补偿方法

资源截图

代码片段和文件信息

function [imag fimag PhiTotal] = PGAforSAL(fScene2lrurmaxiterhwin)  
% [imag fimag PhiTotal] = PGAforSAL(fScene2lrurmaxiterhwin)  
% imag = corrected complex image 
% fimag = range-compressed data of corrected image 
% PhiTotal = total phase correction 
% fScene2 = range-compressed (not cross range compressed) data of uncorrected image 
% the range dimension has to be in the rows and the crossrange in the 
% columns so that imagesc gives vertical for range domain and horizontal  
% for crossrange domain 
% lr = lower range of area of scene to use for PGA 
% ur = upper range of area of scene to use for PGA 
% maxiter = maximum number of iterations 
% hwin = initial window size 
% This function runs the PGA algorithm on a SAL scene that has already had 
% its range 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        2961  2020-10-01 15:11  PGAforSAL.m

评论

共有 条评论