⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.txt

📁 进行ISAR运动补偿的程序 kylsdone 方法来消除越距离单元走动,注释完整
💻 TXT
字号:
Rotation:

This program contains the image reconstruction algorithms.  
Following is a listing of the functions required to implement the algorithms.

It is assumed that the user has available the following matlab toolboxes:

Optimization Toolbox
Signal Processing Toolbox
Statistic Toolbox
Image Processing Toolbox



GENERATION OF SIMULATED DATA

Samples.m

Graphical user interface (GUI) to visualize the estimated sample locations 
using points.m function.

points.m

Generates the sample position matrix.

echoback.m

Generate the target echo signature.

echobackcall.m

Loads data and provides point position in the target.


IMAGE RECONSTRUCTION FUNCTIONS

final.m 

Calls one of the several interpolation functions.

threest.m

Three step interpolation function.  It implements the three steps of the 
one-dimensional interpolation methods. It must call one of the functions 
among normal_l.m, normal_c.m or sinky.m.

normal_l.m

Linear interpolation function.

normal_c.m 

Cubic splines interpolation function.

sinky.m

Shannon reconstruction function.

nene.m

Nearest neighbor approximation function

euclide.m

Euclidean approximation function.

fsoum1.m 

Airy pattern interpolation function. 

fsoum2.m

Spatial domain interpolation function.


IMAGING PROGRAMS

soplot.m

Plots original images and interpolated images.

somax.m

Creates a GUI to find the amplitude of a local maxima.


ALGORITHM IMPLEMENTATION

1. Generate the estimated sample locations using samples.m
2. Generate the target echo signature with echobackcall.m if a simulated target
   is desired.  Skip this step if real data is available. If real data is 
   used, then the real data must be saved with zdata.mat.
3. Interpolate the data using final.m, which calls one of several interpolation 
   functions.  Note that threest.m calls one of three one-dimensional 
   interpolation functions.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -