登录
首页 » matlab » 基于压缩感知的SAR成像仿真程序

基于压缩感知的SAR成像仿真程序

于 2021-04-06 发布
0 218
下载积分: 1 下载次数: 34

代码说明:

说明:  基于cs的sar成像仿真,包括omp、sl0、osl0、onsl0等cs算法(ISAR imaging simulation based on CS, including OMP, sl0, osl0, onsl0 and other CS algorithms)

文件列表:

基于压缩感知的SAR成像仿真程序\baboon.bmp, 66616 , 2004-10-24
基于压缩感知的SAR成像仿真程序\camera.bmp, 66616 , 2014-04-25
基于压缩感知的SAR成像仿真程序\DWT.m, 1265 , 2014-04-23
基于压缩感知的SAR成像仿真程序\Gauss.m, 373 , 2014-05-17
基于压缩感知的SAR成像仿真程序\GPSR_Basic.m, 21922 , 2008-01-15
基于压缩感知的SAR成像仿真程序\GPSR_BB.m, 23882 , 2009-01-16
基于压缩感知的SAR成像仿真程序\lena.bmp, 66614 , 1996-10-24
基于压缩感知的SAR成像仿真程序\lena128.bmp, 17462 , 2014-04-24
基于压缩感知的SAR成像仿真程序\Lena64.bmp, 5174 , 2014-04-04
基于压缩感知的SAR成像仿真程序\main_CS_show.m, 3376 , 2014-04-24
基于压缩感知的SAR成像仿真程序\main_Image_1_Baboo.m, 2829 , 2014-05-08
基于压缩感知的SAR成像仿真程序\main_Image_1_Camera.m, 2673 , 2014-04-29
基于压缩感知的SAR成像仿真程序\main_Image_1_Lena.m, 2663 , 2014-04-29
基于压缩感知的SAR成像仿真程序\main_Image_2.m, 4446 , 2014-05-07
基于压缩感知的SAR成像仿真程序\main_Image_2_multiSamSpeed.m, 5133 , 2014-05-15
基于压缩感知的SAR成像仿真程序\main_Image_3_lena_SamSpe.m, 2453 , 2014-05-14
基于压缩感知的SAR成像仿真程序\main_Image_3_SamSpe.m, 5464 , 2014-04-29
基于压缩感知的SAR成像仿真程序\main_number.m, 1944 , 2014-04-29
基于压缩感知的SAR成像仿真程序\main_number_property.m, 1525 , 2014-04-30
基于压缩感知的SAR成像仿真程序\main_sar.m, 3331 , 2014-05-08
基于压缩感知的SAR成像仿真程序\main_sar_compare.m, 7929 , 2014-05-09
基于压缩感知的SAR成像仿真程序\main_sar_multiD.m, 3789 , 2014-05-09
基于压缩感知的SAR成像仿真程序\omp.m, 1359 , 2014-04-14
基于压缩感知的SAR成像仿真程序\ONSL0.m, 1475 , 2014-04-29
基于压缩感知的SAR成像仿真程序\OSL0.m, 1464 , 2014-04-29
基于压缩感知的SAR成像仿真程序\peppers.bmp, 66614 , 2004-05-20
基于压缩感知的SAR成像仿真程序\SAR1.jpg, 182283 , 2014-05-08
基于压缩感知的SAR成像仿真程序\SAR2.jpg, 151295 , 2014-05-08
基于压缩感知的SAR成像仿真程序\SL0.m, 1287 , 2014-04-28
基于压缩感知的SAR成像仿真程序\sp.m, 1246 , 2014-04-29
基于压缩感知的SAR成像仿真程序\sparseComplexSigGen4plusNoise.m, 857 , 2014-04-07
基于压缩感知的SAR成像仿真程序\sparseRealSigGen4plusNoise.m, 1086 , 2014-04-24
基于压缩感知的SAR成像仿真程序, 0 , 2019-10-29

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

发表评论

0 个回复

  • estimate
    对清晰图像加模糊并用时域和频域的方法分别实现对模糊参数的估计并将图像复原(其中用频域的方法实现对模糊角度的估计)(Clear picture of the additive fuzzy and time-domain and frequency domain methods, respectively, to achieve the estimated fuzzy parameters and image restoration (including the method used to achieve frequency domain point of view of fuzzy estimates))
    2009-05-23 21:51:47下载
    积分:1
  • Qt_RobHess_Sift
    sift算法在cv领域的重要性不言而喻,该作者的文章引用率在cv界是number1.本篇博客只是本人把sift算法知识点整理了下,以免忘记。本文比较早的一篇博文opencv源码解析之(3):特征点检查前言1 中有使用opencv自带的sift做了个简单的实验,而这次主要是利用Rob Hess的sift源码来做实验,其实现在的opencv版本中带的sift算法也是Rob Hess的,只是稍微包装了下。 下面来做下试验,试验sift代码采用Rob Hess的代码,opencv目前版本中的sift源码也是采用Rob Hess的。代码可以在他的主页上下载:http://blogs.oregonstate.edu/hess/code/sift/ 这里我下载的是windows版本的,并采用Qt做了个简单的界面。(sift algorithm is self-evident the importance of the cv field, the author of the article referenced in the cv sector is number1 this blog I just sift algorithm knowledge compiled under, so as not to forget. This article compares the earlier blog post opencv source code analysis (3): check the preface of the feature points 1 the opencv bring their own sift to do a simple experiment, but this time Rob Hess' s sift source to experiment. In fact, with the opencv version sift algorithm is Rob Hess, only slightly packing the next. Below to do the next test, test sift code using the code of Rob Hess, sift source opencv version of Rob Hess. The code can be downloaded on his home page: http://blogs.oregonstate.edu/hess/code/sift/ here I downloaded the windows version, and using Qt to do a simple interface.)
    2021-04-20 21:28:50下载
    积分:1
  • code
    2009年CVPR最佳论文,何恺明的基于暗通道的图像去雾的matlab代码.(CVPR best paper in 2009 ,He Kai Ming Single Image Removal Haze is the Using the Dark Channel matlab code,)
    2014-01-17 20:51:51下载
    积分:1
  • Digital-image-processing
    (2001何斌+光盘)Visual c++数字图像处理(第二版),使用VC进行数字图像处理的相关资料,十分实用!((2001 Bin+ disc the) Visual c++ digital image processing (second edition), digital image processing using VC, very practical!)
    2012-11-20 20:24:04下载
    积分:1
  • xiququyu
    感兴趣区域提取,能用于车牌号及台风等图像,效果不错(Extract the interesting area, it can be used in license plate number and typhoons images and so on, has good results )
    2009-07-11 15:43:38下载
    积分:1
  • qq
    说明:  基于背景差分法和帧间差分法的目标跟踪 应用了二维滤波,效果较好(Based on background difference and frame difference method applied to two-dimensional target tracking filter, better)
    2011-06-05 16:27:15下载
    积分:1
  • Surf
    采用改进的SURF方法进行特征的提取,相比于SIFT,能获取更多的特征点(With the improved SURF methods for feature extraction, compared to SIFT, can get more feature points)
    2020-12-19 23:59:10下载
    积分:1
  • Image-mosaic
    图像拼接,利用互相关函数自动寻找匹配点。(Image mosaic, using cross-correlation function automatically find matching points.)
    2011-11-04 14:59:13下载
    积分:1
  • superresolution_v_2.0
    说明:  几种高分辨率图像重建算法的实现 以及各功能对比,利用matlab GUI实现(super_resolution reconstrction)
    2010-03-18 20:23:35下载
    积分:1
  • A-Robust-Image-Enhancement
    一种鲁棒性较强的提高图像阴影区域质量的图像增强技术,LITAO(A Robust Image Enhancement Technique for Improving Image Visual Quality in Shadowed Scenes)
    2011-06-18 03:25:51下载
    积分:1
  • 696524资源总数
  • 103939会员总数
  • 12今日下载