登录
首页 » matlab » SARprogram

SARprogram

于 2021-01-03 发布
0 227
下载积分: 1 下载次数: 7

代码说明:

说明:  ISAR三维成像算法,可以用于matlab平台进行仿真(ISAR Three dimensional matlab)

文件列表:

王源部分代码\第一章 绪论\fig1_8.m, 2140 , 2014-06-13
王源部分代码\第一章 绪论\fig1_9.m, 609 , 2014-06-13
王源部分代码\第一章 绪论\tgtplane.mat, 438 , 2014-06-13
王源部分代码\第一章 绪论\tgt_plane.m, 737 , 2014-06-13
王源部分代码\第三章 ISAR成像理论基础\gui_small_anglebw.m, 1680 , 2020-03-13
王源部分代码\第三章 ISAR成像理论基础\gui_wideanglebw_direct.m, 1741 , 2014-06-15
王源部分代码\第三章 ISAR成像理论基础\gui_wideanglebw_fft.m, 900 , 2020-03-13
王源部分代码\第三章 ISAR成像理论基础\gui_wideanglebw_polar.m, 3776 , 2014-06-15
王源部分代码\第三章 ISAR成像理论基础\tgtplane.mat, 438 , 2014-06-13
王源部分代码\第二章 雷达理论基础\fig2_1112.m, 2555 , 2014-06-14
王源部分代码\第二章 雷达理论基础\fig2_3.m, 478 , 2014-06-13
王源部分代码\第二章 雷达理论基础\fig2_56.m, 1753 , 2014-06-14
王源部分代码\第二章 雷达理论基础\fig2_789.m, 1445 , 2014-06-14
王源部分代码\第二章 雷达理论基础\lfm_ambg_wrong.m, 450 , 2014-06-14
王源部分代码\第五章 ISAR信号运动补偿\gui_fig51.m, 761 , 2020-03-13
王源部分代码\第五章 ISAR信号运动补偿\gui_fig52.m, 1329 , 2014-06-21
王源部分代码\第五章 ISAR信号运动补偿\gui_fig53.m, 561 , 2014-06-21
王源部分代码\第五章 ISAR信号运动补偿\outlierdetection.m, 526 , 2014-06-22
王源部分代码\第五章 ISAR信号运动补偿\rotcomp_chirp.m, 5255 , 2014-06-22
王源部分代码\第五章 ISAR信号运动补偿\slopedetection.m, 562 , 2014-06-22
王源部分代码\第五章 ISAR信号运动补偿\tgtplane.mat, 438 , 2014-06-13
王源部分代码\第五章 ISAR信号运动补偿\transcomp_chirp.m, 1868 , 2014-06-21
王源部分代码\第五章 ISAR信号运动补偿\transcomp_sfw.m, 1481 , 2014-06-21
王源部分代码\第六章 逆合成孔径雷达的压制式干扰\fig61_2.m, 1008 , 2014-06-22
王源部分代码\第四章 ISAR成像信号处理\fig4_4.m, 2551 , 2014-06-16
王源部分代码\第四章 ISAR成像信号处理\fig4_6.m, 3351 , 2014-06-16
王源部分代码\第四章 ISAR成像信号处理\gui_isar_chirp.m, 1565 , 2014-06-17
王源部分代码\第四章 ISAR成像信号处理\gui_isar_sfw.m, 1388 , 2014-06-17
王源部分代码\第四章 ISAR成像信号处理\gui_tfa.m, 2471 , 2014-06-17
王源部分代码\第四章 ISAR成像信号处理\tfrstft.m, 1498 , 2014-06-17
王源部分代码\第四章 ISAR成像信号处理\window.m, 3254 , 2014-06-18
王源部分代码\附录A\dpcraft32.m, 1022 , 2020-03-13
王源部分代码\附录A\isarideal.m, 4337 , 2014-06-22
逆合成孔径雷达理论与对抗 [李源 著] 2013年版.pdf, 46002784 , 2020-05-19
王源部分代码\第一章 绪论, 0 , 2020-03-13
王源部分代码\第三章 ISAR成像理论基础, 0 , 2020-03-13
王源部分代码\第二章 雷达理论基础, 0 , 2020-03-13
王源部分代码\第五章 ISAR信号运动补偿, 0 , 2020-03-13
王源部分代码\第六章 逆合成孔径雷达的压制式干扰, 0 , 2020-03-13
王源部分代码\第四章 ISAR成像信号处理, 0 , 2020-03-13
王源部分代码\附录A, 0 , 2020-03-13
王源部分代码, 0 , 2020-03-13

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 源码:基于离散点的构TIN算法(三角网)
    含实验报告以及测试数据 基于离散点的构TIN算法 一、算法思想 (1)首先,找出离散点集中相距最近的两点,连接这两点形成TI、的初始基线。  (2) 然后,找出包含此基线的另外一个点构成三角形。寻找第三点的方法: △按Delaunav三角形的判断法则乎找第三点。 △或者.按距离基线中点最近的原则挤找第三点。 (3)连接孰点与基线的两个端点形成两条新边,构成三角形。  (4)抓这两条新边为基线,重复上述过程。直到两条新边扩展完成。  (5)重复上述过程,依次循环处理所有新边。直到所有离散点均成为TIN的端点。
    2020-01-02下载
    积分:1
  • encrypt-a-decrypt
    encryption and decryption of image using bit XOR..
    2013-08-14 18:17:31下载
    积分:1
  • LINEJ
    逆合成孔径雷达中的运动补偿算法.具有高效率,高分辨率的特点.(inverse synthetic aperture radar of motion compensation algorithm. With high efficiency, high-resolution characteristics.)
    2007-03-13 04:34:25下载
    积分:1
  • tuxiangchuli001
    图像条纹提取,包括滤波降噪,确定条纹rio区域,重心法求条纹中心(Image stripes extraction, including noise filtering, determine stripes rio area, the center of gravity method for stripes)
    2014-05-15 10:07:28下载
    积分:1
  • gxty
    一种光学测试的算法,有助于全面分析激光大气传输特性及其对光电系统性能的影响,希望对大家有帮助哦(An optical testing algorithm, which helps to fully analyze the characteristics of laser propagation in the atmosphere and its impact on the performance of photovoltaic systems, we want to help oh)
    2017-03-03 16:14:02下载
    积分:1
  • l1magic-1.1
    对l1最小化的处理,其中包括全面的l1范数的解得算法,运用tv全变分最小的解决方法,适合于单像素以及图像处理的研究者参考。(L1 minimization, including the full L1 norm solution algorithm, the use of TV total variation, the smallest solution, suitable for single pixel and image processing researchers reference.)
    2017-09-08 22:00:18下载
    积分:1
  • Otsu image processing
    说明:  利用大津算法对图片进行处理,得到满意的处理效果。(The image is processed by Otsu algorithm and satisfactory results are obtained.)
    2019-04-12 15:45:15下载
    积分:1
  • edge_detection
    图像边缘检测算法,采用小波图像边缘检测的算法实现边缘检测(Image edge detection algorithm, using wavelet edge detection)
    2020-11-24 09:19:34下载
    积分:1
  • AudioWatermarkingSystem
    数字音频水印程序,有嵌入和提取及攻击处理(Digital audio watermarking procedures, embedding and extracting and aggressive treatment.)
    2020-11-09 10:39:49下载
    积分:1
  • jpeg2000
    说明:  本部分源码是处理静态图像时候,需要的一部分代码,希望对于那些正在研究图像处理技术的朋友有用。(This section is the source when dealing with a static image, the need for part of the code, I hope for those who are studying image processing technology useful friends.)
    2008-12-02 19:29:41下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载