登录
首页 » matlab » sf_matlab

sf_matlab

于 2021-04-23 发布 文件大小:439KB
0 182
下载积分: 1 下载次数: 109

代码说明:

  频率步进matlab仿真:包括模糊图的生成,距离像的生成及允余去除拼接,最后还有雷达测角的matlab仿真,包括单目标及多目标(Frequency Step matlab simulation: including fuzzy map generation from the generation and Yun-I like the removal of splicing and, finally, the radar angle measurement of matlab simulation, including the single-objective and multi-objective)

文件列表:

频率步进matlab仿真
..................\AF
..................\..\AF1.asv,2204,2007-03-27
..................\..\AF1.m,2526,2007-03-27
..................\..\AF11.asv,2502,2007-03-28

..................\..\AF11.m,2541,2007-03-28


..................\..\AF12.m,2892,2013-05-22
..................\..\AF2.asv,525,2007-03-26
..................\..\AF2.m,480,2013-05-22
..................\..\AF3.m,464,2007-03-27
..................\..\notice.txt,9,2007-04-23
..................\ifft影响





..................\........\Ifft.bmp,236278,2007-03-14
..................\........\Ifft.m,1219,2007-03-24
..................\mover1.asv,866,2007-04-21
..................\mover1.m,891,2013-05-22
..................\mover2.asv,1997,2007-03-15

..................\moveraffect.m,2030,2013-05-22

..................\profile.emf,26560,2007-06-04
..................\profile.vsd,42496,2007-06-04
..................\profile.wmf,9596,2007-06-04
..................\sf.asv,416,2013-05-22

..................\sf.m,394,2013-05-22
..................\static1.asv,0,2007-03-24
..................\static2.asv,607,2006-06-20
..................\static2.m,607,2006-06-20


..................\不同速度的影响.bmp,236278,2006-06-21
..................\不同速度的影响.txt,70,2006-06-21
..................\典型的频率步进宽带雷达的框图.bmp,293526,2007-06-04
..................\几种常见点迹提取算法仿真.bmp,236278,2007-04-03
..................\几种常见点迹提取算法外场实验.bmp,236278,2007-05-15
..................\动目标2次.bmp,112438,2007-04-21
..................\动目标一次.bmp,112438,2007-04-21
..................\回波采样点代表范围.jpg,14270,2007-03-22
..................\回波采样点代表范围.vsd,34816,2007-03-22
..................\实际冗余示意图.bmp,1052214,2007-03-30
..................\成像
..................\....\1目标


..................\....\.....\prof1.asv,508,2006-06-20
..................\....\.....\prof1.m,554,2006-06-20
..................\....\2目标




..................\....\.....\imagine.asv,8051,2008-06-09
..................\....\.....\note.txt,71,2006-04-10
..................\....\.....\prof2.asv,1120,2006-05-18
..................\....\.....\prof2.m,1106,2013-05-22
..................\....\.....\profile4.asv,1204,2008-06-09
..................\....\.....\profile4.m,1320,2013-05-22
..................\测角

..................\....\ceangle.asv,1702,2007-04-28
..................\....\ceangle.m,1701,2007-04-28
..................\....\cejiaoshiyitu.m,141,2007-04-24
..................\....\cejiaotongji.asv,2544,2007-04-27
..................\....\cejiaotongji.m,2544,2007-04-27

..................\....\zhuisaohuibo.m,347,2007-04-09
..................\....\zshb.asv,205,2007-04-09
..................\....\zshb.m,237,2007-04-09



..................\....\锥扫对目标回波的影响.bmp,129698,2007-04-24
..................\绘图1.jpg,22234,2007-03-21
..................\绘图1.vsd,42496,2007-03-21
..................\绘图2.bmp,114238,2007-04-22
..................\绘图2.jpg,6745,2007-04-22
..................\绘图2.vsd,36864,2007-04-22
..................\舍弃法.bmp,236278,2007-04-03
..................\舍弃法和改进算法1.bmp,236278,2007-05-16
..................\舍弃法和改进算法2.bmp,236278,2007-05-16
..................\速度补偿
..................\........\file2.m,1199,2007-04-15
..................\........\file3.m,646,2007-01-03


..................\........\MonCarlo.asv,2364,2007-06-10
..................\........\MonCarlo.m,2364,2007-06-10
..................\........\Monte-Carlo.asv,2222,2007-05-11



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

发表评论

0 个回复

  • FCM
    fcm 及快速fcm实现图像分割,还带有GUI界面(fcm fcm and fast image segmentation, but also with GUI interface)
    2014-02-27 19:14:57下载
    积分:1
  • NSCT-SF-PCNN-ImageFusion-Toolbox
    非降采样Contourlet域内空间频率激励的PCNN图像融合算法的实现代码(Non-spatial frequency domain down-sampling Contourlet motivated PCNN image fusion algorithm implementation code)
    2011-04-26 09:24:22下载
    积分:1
  • PG_BOW_DEMO
    图像的特征用到了Dense Sift,通过Bag of Words词袋模型进行描述,当然一般来说是用训练集的来构建词典,因为我们还没有测试集呢。虽然测试集是你拿来测试的,但是实际应用中谁知道测试的图片是啥,所以构建BoW词典我这里也只用训练集。 其实BoW的思想很简单,虽然很多人也问过我,但是只要理解了如何构建词典以及如何将图像映射到词典维上去就行了,面试中也经常问到我这个问题,不知道你们都怎么用生动形象的语言来描述这个问题? 用BoW描述完图像之后,指的是将训练集以及测试集的图像都用BoW模型描述了,就可以用SVM训练分类模型进行分类了。 在这里除了用SVM的RBF核,还自己定义了一种核: histogram intersection kernel,直方图正交核。因为很多论文说这个核好,并且实验结果很显然。能从理论上证明一下么?通过自定义核也可以了解怎么使用自定义核来用SVM进行分类。(Image features used in a Dense Sift, by the Bag of Words bag model to describe the word, of course, the training set is generally used to build the dictionary, because we do not test set. Although the test set is used as the test you, but who knows the practical application of the test image is valid, so I am here to build BoW dictionary only the training set. In fact, BoW idea is very simple, although many people have asked me, but as long as you understand how to build a dictionary and how to image map to the dictionary D up on the line, and interviews are often asked me this question, do not know you all how to use vivid language to describe this problem? After complete description of the image with BoW, refers to the training set and test set of images are described with the BoW model, the training of SVM classification model can be classified. Apart from having to use the RBF kernel SVM, but also their own definition of a nuclear: histogram intersection kernel, histogram )
    2011-11-01 17:01:09下载
    积分:1
  • 26921597motiontracker
    图像中目标的定位, 边缘检测,检测目标并跟踪,(The positioning of the target image, edge detection, target detection and tracking,)
    2020-07-02 08:00:02下载
    积分:1
  • simplegabortb-v0.2.2
    图像纹理特征提取在图像处理中有着非常重要的作用,这个是提取图像纹理特征的程序!(Image texture feature extraction in image processing has a very important role, this is the image texture feature extraction procedure!)
    2008-06-26 21:27:40下载
    积分:1
  • Matlab_based_DIC_code___Version_1___130814_EJ
    Digital Image Correlation (DIC) is an optical, non-contact method to measure full-field displacements and strains. The only requirement is that the test specimen has a random speckle pattern on its surface, either generated by the experimentalist (i.e. random paint pattern) or occurring naturally (i.e. surface texture at large magnifications). There is no inherent length scale to DIC - by choosing the appropriate magnification of images and the corresponding speckle size, DIC can be used to measure displacements from the meter scale to the micron scale.
    2013-08-18 15:51:35下载
    积分:1
  • POCS-SuperResulution
    本程序主要实现低分辨率图像的超分辨率重建,有助于我们理解图像重建的过程和原理(This procedure is mainly to achieve super-resolution reconstruction of low-resolution images help us understand the process and principles of image reconstruction)
    2021-03-03 10:09:33下载
    积分:1
  • xibaojiancehelunkuofaxian
    这是细胞边缘检测和找出细胞轮廓线的功能代码,可以很好的对细胞进行分割(This is the cell edge detection and contour lines to identify cell function code, a good division of cells)
    2021-01-31 18:28:31下载
    积分:1
  • 6种融合算法
    说明:  小波图像融合的6种方法,最大值、局部能量、平均值等等(There are six methods of wavelet image fusion, maximum value, local energy, average value and so on)
    2021-03-15 19:49:47下载
    积分:1
  • 360°序列的柱面全景拼接算法
    说明:  360°图像序列的柱面全景拼接算法,matlab仿真程序。(360 image sequence cylindrical panoramic mosaic algorithm, matlab simulation program.)
    2020-11-04 09:41:49下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载