登录
首页 » matlab » ShearLab

ShearLab

于 2010-10-15 发布 文件大小:309KB
0 283
下载积分: 1 下载次数: 70

代码说明:

  压缩感知经典方法,也是单像素相机刚开始使用的方法。(Compressed sensing classical methods, but also the beginning of single-pixel camera, the method used.)

文件列表:

ShearLab
........\Codes
........\.....\adj_wp_aniso_dwt.m,2266,2010-07-04
........\.....\contents.m,3296,2010-07-04
........\.....\ddshear.m,827,2010-07-04
........\.....\downhi.c,788,1999-02-14
........\.....\downlo.c,645,2005-09-29
........\.....\dshear.m,686,2010-07-04
........\.....\DWT_PO.c,2990,2005-10-10
........\.....\DWT_PO.m,382,2010-05-02
........\.....\DWT_PO.mexw32,7168,2010-07-04
........\.....\FWT2_PO.c,3624,2005-10-10
........\.....\FWT2_PO.mexw32,7680,2010-07-04
........\.....\Gop1.m,1667,2010-07-04
........\.....\half_adj_sampled_DST1.m,2138,2010-07-04
........\.....\half_sampled_DST1.m,2414,2010-07-04
........\.....\Hop1.m,1688,2010-07-04
........\.....\HT_DST.m,9504,2010-07-04
........\.....\iddshear.m,1275,2010-05-02
........\.....\IDWT_PO.c,3278,2005-10-10
........\.....\IDWT_PO.m,408,2010-05-02
........\.....\IDWT_PO.mexw32,7680,2010-07-04
........\.....\IWT2_PO.c,3854,2005-10-10
........\.....\IWT2_PO.mexw32,8192,2010-07-04
........\.....\mirrorfilt.c,186,1999-02-14
........\.....\MP_DST.m,3904,2010-07-04
........\.....\obtain_shear_coeff.m,4477,2010-07-04
........\.....\recon_MP_DST.m,2044,2010-07-04
........\.....\rec_wp_decomp1.c,4419,2010-04-02
........\.....\rec_wp_decomp1.m,1006,2010-05-02
........\.....\rec_wp_decomp1.mexw32,8192,2010-07-04
........\.....\resample1.c,2216,2010-04-02
........\.....\resample1.m,366,2010-05-02
........\.....\resample1.mexw32,6656,2010-07-04
........\.....\sampled_DST.m,3578,2010-07-04
........\.....\search_match3.m,2515,2010-07-04
........\.....\select_coeff.m,864,2010-05-02
........\.....\sym_ext.m,886,2010-05-02
........\.....\sym_sum.m,803,2010-05-02
........\.....\test_dst.m,1670,2010-07-04
........\.....\thresh_fct.m,1413,2010-05-02
........\.....\uphi.c,875,1999-02-14
........\.....\uplo.c,911,1999-02-14
........\.....\wavelab.h,2410,1999-02-14
........\.....\wave_comp.m,755,2010-05-02
........\.....\wp_aniso_dwt.m,3074,2010-06-27
........\.....\wp_decomp1.c,4058,2010-04-02
........\.....\wp_decomp1.m,1274,2010-05-02
........\.....\wp_decomp1.mexw32,7680,2010-07-04
........\contents.m,613,2010-07-04
........\COPYRIGHT.m,1847,2010-07-04
........\Demo
........\....\contents.m,211,2010-05-18
........\....\demo_shear_coeff.m,4778,2010-06-27
........\....\dst_denodemo.m,6683,2010-06-28
........\....\dst_nlademo.m,6370,2010-07-04

........\Image_Data





........\Instruction_for_Installation.m,1367,2010-07-04
........\Scripts_for_Testing
........\...................\contents.m,734,2010-05-02
........\...................\deno_Barbara.m,2343,2010-07-04
........\...................\deno_Boat.m,2307,2010-07-04
........\...................\deno_Goldhill.m,2317,2010-07-04
........\...................\deno_Lena.m,2342,2010-07-04
........\...................\deno_Seismic.m,2357,2010-07-04
........\...................\NLA_Barbara.m,2079,2010-07-04
........\...................\NLA_Boat.m,2064,2010-07-04
........\...................\NLA_Goldhill.m,2076,2010-07-04
........\...................\NLA_Lena.m,2064,2010-07-04
........\...................\NLA_Seismic.m,2070,2010-07-04
........\ShearLab100.m,3317,2010-07-04

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

发表评论

0 个回复

  • filterImage
    There are different m files for different filter to use. perwit.m:=uses window Wx=[1 0 -1 1 0 -1 1 0 -1]/3 and Wy=Wx and then convolves this window with the image. sobel.m:=uses window W=[1 0 -1 2 0 -2 1 0 -1]/4 lablacian.m=uses window W=[0 1 0 1 -4 1 0 1 0] convolve.m=convolves window and image
    2011-07-27 23:15:28下载
    积分:1
  • makefu
    通过前期统计的数字,直接求马尔科夫链的转移矩阵,很经典(The Markoff transfer matrix )
    2014-09-26 10:44:34下载
    积分:1
  • Switch_5_stage_test
    Blocking probabilities.. 5 switch with 5 stage
    2012-10-19 13:23:44下载
    积分:1
  • Embedded_System_Design_Using_8051_Microcontroller
    this help u lots of imn mat labcoding bult lasa much mor coding in networkis
    2009-03-18 13:51:38下载
    积分:1
  • convert
    线性卷积与圆周卷积的动态演示,内容包括,原序列,fft乘积,卷积结果(Circular convolution linear convolution and dynamic presentation, including the original sequence, fft multiplication, convolution results)
    2010-12-13 11:06:57下载
    积分:1
  • DSP1_1
    利用R的toepliz性质,是实数,则r也应该是实数,是实信号r(-m)=r(m)(Toepliz the nature of the use of R is real number, then r should be real, real signal r (-m) = r (m))
    2007-08-22 09:42:43下载
    积分:1
  • LMS_repeat10
    基于循环迭代LMS算法智能天线技术,对多信号进行波达角方向估计,基于八单元线阵(LMS iterative algorithm based on smart antenna technology, multi-signal angle of arrival direction is estimated, based on the linear array of eight modules)
    2009-07-10 11:32:59下载
    积分:1
  • nine-chapter
    《MATLAB/Simulink建模与仿真实例精讲》第9章相关例子程序,可以运行。(" MATLAB/Simulink modeling and the simulation example 精讲" Chapter 9 example program can run.)
    2013-01-22 11:34:11下载
    积分:1
  • alps
    ALPS folder 2. generate_matrix.m: generates measurement matrix. 3. generate_vector.m: generates sparse vector. 4. Report_bibtex.tex: bibtex reference for citing. 5. ALPSdemo.m: demo of ALPS.
    2013-03-14 02:58:38下载
    积分:1
  • mianyiyichuan
    该算法既保留了遗传算法的搜索特性,又利用了免疫算法的多机制求解多目标函数最优解的自适应特性,在很大程度上避免了“早熟”,收敛于局部极值。 生物体的免疫系统是一个高度进化、复杂的系统,它能自适应地识别和排除入侵肌体的抗原性异物,保护机体免受损害及维持内坏境稳定,并具有学习、记忆和自适应调节的能力。当抗原入侵时,免疫系统通过自体耐受对‘自己’和‘非己’进行识别,并产生最恰当的抗体排除抗原,通过抗体与抗体之间、抗原与抗体之间的相互刺激和抑制关系,降低抗原对免疫细胞的刺激,抑制抗体的过度分化、增殖,保证免疫平衡并维持抗体的多样性。同时在免疫过程中将产生抗体的部分细胞作为记忆细胞保存下来,对于今后侵入的同类抗原,相应的记忆细胞受到激发而产生大量的抗体。为提高生物体的免疫机能,医学上往往根据抗原性异物提取疫苗给生物体接种,接种过的生物体由于免疫细胞预先获得了抗原染色体的特征信息,因而在类似抗原入侵时,能迅速产生亲和度很高的抗体,有效抵御入侵。(The search algorithm only retains the characteristics of genetic algorithms, and use multiple mechanisms of immune algorithm for solving multi-objective characteristics of adaptive optimal solutions, in large part to avoid the " premature" , converge to local minima. Organism' s immune system is a highly evolved, complex system which adaptively identify and remove foreign matter intrusion antigenic body, protecting the body injury and maintain internal stability bad environment, and has learning, memory and adaptive Ability. When the antigen invasion of immune system tolerance to autologous ' own' and ' non-self' to identify and produce the most appropriate antigen antibody excluded by between antibody and antibody, antigen and antibody mutual stimulation and inhibition of the relationship between reduce the antigen to stimulate immune cells, antibodies inhibit excessive differentiation, proliferation, immune balance and ensure the maintenance of antibody dive)
    2016-11-11 17:42:42下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载