登录
首页 » matlab » CS

CS

于 2011-04-02 发布 文件大小:120KB
0 232
下载积分: 1 下载次数: 0

代码说明:

说明:  关于压缩感知重构算法, 压缩感知(Compressive Sensing, or Compressed Sampling,简称CS),是近几年流行起来的一个介于数学和信息科学的新方向,由Candes、Terres Tao等人提出,挑战传统的采样编码技术,即Nyquist采样定理。(Reconstruction algorithm on compressed sensing, compressive sensing (Compressive Sensing, or Compressed Sampling, referred to as CS), is popular in recent years, a range of mathematics and information science a new direction, by Candes, Terres Tao et al, challenge the traditional sample coding, that Nyquist sampling theorem.)

文件列表:

CS程序
......\aconv.m,860,2006-07-30
......\alpha0.m,1082,2010-05-10
......\block.m,424,2010-04-18
......\CS_chonggou.m,1218,2011-04-02
......\CS_mse.asv,797,2011-04-02
......\CS_mse.m,798,2011-04-02
......\DownDyadHi.m,606,2006-07-30
......\DownDyadLo.m,585,2006-07-30
......\dyad.m,469,2006-07-30
......\dyadlength.m,716,2006-07-30
......\fdrthresh.m,525,2006-07-30
......\FWT_PO.m,993,2006-03-28
......\GenFig11.m,1393,2010-04-22
......\iconv.m,777,2006-03-28
......\IWT_PO.m,938,2006-03-28
......\LockAxes.m,721,2006-07-30
......\lshift.m,466,2006-07-30
......\MakeBlocks.m,446,2006-03-28
......\MakeONFilter.m,10081,2006-07-30
......\MatrixEnsemble.m,3665,2006-04-10
......\MirrorFilt.m,591,2006-07-30
......\mse.m,1659,2010-04-22
......\NoiseMaker.m,890,2006-07-30
......\pdco.m,54596,2006-07-30
......\pdcoSet.m,10186,2006-07-30
......\PlotSpikes.m,750,2006-07-30
......\PlotWaveCoeff.m,944,2006-07-30
......\reverse.m,475,2006-07-30
......\rshift.m,479,2006-07-30
......\ShapeAsRow.m,480,2006-07-30
......\ShapeLike.m,963,2006-07-30
......\shijun.m,1916,2010-05-10
......\shuju.txt,41790,2010-05-12
......\shuju3.txt,77848,2010-05-24
......\shujumtm.txt,41322,2010-05-17
......\SolveBP.m,4483,2007-08-18
......\SolveMP.m,3942,2006-07-30
......\SolveOMP.m,5451,2006-07-30
......\SolveStOMP.m,4889,2006-07-30
......\StOMP_duibi.m,1622,2010-11-25
......\tangle.m,106,2010-04-18
......\twonorm.m,311,2006-07-30
......\UnlockAxes.m,599,2006-07-30
......\UpDyadHi.m,583,2006-07-30
......\UpDyadLo.m,558,2006-07-30
......\UpSample.m,637,2006-07-30

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

发表评论

0 个回复

  • tushuguanlixitong
    基于c#编写的一款图书管理系统的程序内涵源代码(c# tushuguanlixitong)
    2014-05-01 13:34:14下载
    积分:1
  • rectangle
    说明:  基于窗函数的FIR滤波器设计,窗函数可以采用多种,本次使用的是矩形窗。(FIR filter design based on window function, window function can be used a variety of, the use of rectangular window.)
    2019-11-04 16:08:15下载
    积分:1
  • CSharp
    说明:  vs2005开发的,使用C#操作快乐报表的案例,其中包括预览、打印和再线报表编辑的源代码(vs2005 developed using the C# operators report the case of a happy, including a preview, print and re-edit the source code line statements)
    2009-09-03 16:22:28下载
    积分:1
  • crazychatserver_src_2009-02-17
    CrazyChat is a client / server application, similar to IRC. Including source code written by me in C#. All is in Czech language.(CrazyChat is a client/server application, similar to IRC. Including source code written by me in C#. All is in Czech language.)
    2009-07-16 00:26:53下载
    积分:1
  • PI_PMSM
    根据永磁同步电机数学模型建立的电机仿真模型,并使用PI控制器进行双环控制,达到调节永磁同步电机转速的目的。(According to the permanent magnet synchronous motor mathematic model of motor simulation model, and use the PI controller 2-ring control, to adjust the purpose of permanent magnet synchronous motor speed.)
    2012-05-17 14:47:11下载
    积分:1
  • OFDM
    对通信多径分析的SIMULINK文件,可仿真多径、信道衰落等。(SIMULINK file communication multipath analysis, simulation multipath channel fading, etc.)
    2012-09-06 10:58:01下载
    积分:1
  • ORFind
    一个C# SQL语句查询实例:利用OR语句进行数据库查询,例如用来查询数学成绩或英语成绩大于95分的学生信息,在平时的数据库编程开发中,使用相当广泛,特别是初接触C#数据库编程的初学者,更应该下载本源码学习(A C# SQL statement query instance: database query with OR statement, for example, used to query mathematics achievement or English scores greater than 95 points the student information in the the usual database programming development, the use of quite widely, especially early contact Database Programming C#' s beginners should download this source code to learn)
    2013-05-13 18:24:53下载
    积分:1
  • HRM
    一个简单的人力资源管理程序,用C#写得,需要的可以看看(A simple typing exercise program, written in C#, need to look at)
    2011-09-12 17:40:25下载
    积分:1
  • polyadd
    polyadd 代码 可以进行多项式的求值及求根的运算,主要进行多项式加法的运算(polyadd 代码)
    2021-04-18 19:28:51下载
    积分:1
  • Romanian Map - Greedy Search
    A greedy algorithm is a simple, intuitive algorithm that is used in optimization problems. The algorithm makes the optimal choice at each step as it attempts to find the overall optimal way to solve the entire problem.
    2019-04-29 16:15:42下载
    积分:1
  • 696516资源总数
  • 106648会员总数
  • 8今日下载