登录
首页 » matlab » SARprogram

SARprogram

于 2021-01-03 发布
0 260
下载积分: 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 个回复

  • dct-svd
    说明:  dct-svd域水印算法,实现数字水印图像在载体DCT-SVD域的隐藏(a kind of watermarking algorithm in DCT-SVD domain)
    2010-04-18 21:48:32下载
    积分:1
  • 水平集
    说明:  代码论文Active Contours Without Edges(code paper Active Contours Without Edges)
    2020-05-24 18:21:39下载
    积分:1
  • Fourier
    实现了读取一个bmp图片的傅里叶变换 使用C语言实现 读取一个 24位 图 转换为8位灰度图后,进行傅里叶变换处理(二维) 采用快速傅里叶变换——蝶形算法 北航图像处理作业~需要进一步交流 请联系qq 422563357(Reads a bmp image to achieve a Fourier transform using C language Northern image processing operations)
    2020-10-27 21:20:03下载
    积分:1
  • chengxu.tar
    三品检查图像的特征提取,图像预处理,根据区域标记对图像目标区域进行形状特征提取,并计算相关特征参数(Three check image feature extraction,Image preprocessing)
    2012-05-08 11:45:22下载
    积分:1
  • FingerRecognition-CSDN-latent
    说明:  对指纹进行识别,通过gabor进行指纹增强,然后细化得到结果(Fingerprints were identified and enhanced with gabor, and the results were refined)
    2019-04-25 21:32:02下载
    积分:1
  • hogfeature
    利用积分图的方式提取图像hog特征,用于人脸、行人检测。(Using the integral plot to extract the image hog feature, for human face, pedestrian detection.)
    2021-04-21 12:58:49下载
    积分:1
  • txpz
    图像配准的很好的程序,里面用到粒子群算法(image registration is a good procedure, which used PSO)
    2007-01-08 11:18:10下载
    积分:1
  • camshift_matlab_ilekoaiq
    cashift_matlab,我做的一些修改: 1.修改了之前网上的那种需要输入avi文件名再读取的方式,改成直接读取avi文件。 2.修改了另外建立avi文件的方式。 2.实时显示跟踪结果。 3.彩色图显示,用红色框圈出目标。 4.因为是基于颜色特征的,所以要选色颜色特征明显的。你可以自己拍摄目标颜色突出的avi视频来测试。 5.程序结束时有点小问题,按ctrl+c结束。(cashift_matlab, I made some changes: 1. Modify the kind of network before you need to enter the avi file name and then read the way to read avi file directly. 2. Modify the other way to create avi file. 2. Real-time display tracking results. 3. The color map shows the target with a red box. 4. Because it is based on the color characteristics, so to choose the color characteristics of the obvious. You can test your own avi video with a prominent target color. 5. A little problem at the end of the program, press ctrl + c to end.)
    2018-01-15 09:50:50下载
    积分:1
  • chengxu
    对于鱼的游动的轨迹的视频读取 将视频变成一帧一帧的图像 观察鱼的游动(For the fish swimming track video read the video into an image of an observed fish swimming)
    2013-04-26 09:56:45下载
    积分:1
  • vfv1.0
    说明:  一个线性积分卷积(LIC)matlab源码(A linear integral convolution (LIC) matlab source)
    2008-09-17 18:35:42下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载