登录
首页 » matlab » l1-slove

l1-slove

于 2010-07-08 发布 文件大小:361KB
0 95
下载积分: 1 下载次数: 257

代码说明:

  压缩感知中求解最优L1范数问题的BP算法内含指导文章(Compressed sensing in L1 norm to solve the problem of optimal BP algorithm article contains guidance)

文件列表:

l1-slove
........\.DS_Store,6148,2007-08-03
........\._.DS_Store,82,2007-08-03
........\Data
........\....\boats.mat,65728,2005-11-04
........\....\camera.mat,65728,2005-11-04
........\....\RandomStates.mat,543,2005-11-21
........\l1dantzig_example.m,955,2007-08-02
........\l1decode_example.m,644,2007-08-03
........\l1eq_example.m,1003,2007-08-02
........\l1magic_notes.pdf,286243,2007-08-02
........\l1qc_example.m,1114,2007-08-03
........\Measurements
........\............\At_f.m,718,2005-11-04
........\............\At_fhp.m,613,2005-11-10
........\............\A_f.m,659,2005-11-04
........\............\A_fhp.m,576,2005-11-10
........\............\LineMask.m,832,2005-11-10
........\Optimization
........\............\cgsolve.m,1693,2007-08-01
........\............\cgsolve2.m,1731,2007-08-01
........\............\l1dantzig_pd.m,7016,2007-08-03
........\............\l1decode_pd.m,5068,2007-08-03
........\............\l1eq_pd.m,6002,2007-08-03
........\............\l1qc_logbarrier.m,3527,2007-08-02
........\............\l1qc_newton.m,4413,2007-08-03
........\............\tvdantzig_logbarrier.m,3624,2007-08-03
........\............\tvdantzig_newton.m,5825,2007-08-03
........\............\tveq_logbarrier.m,3506,2007-08-02
........\............\tveq_newton.m,5523,2007-08-03
........\............\tvqc_logbarrier.m,3645,2007-08-02
........\............\tvqc_newton.m,5549,2007-08-03
........\htm" target=_blank>README,1448,2005-11-12
........\tvdantzig_example.m,1449,2007-08-03
........\tveq_example.m,1396,2007-08-02
........\tveq_phantom_example.m,867,2005-11-22
........\tvqc_example.m,1424,2007-08-02
........\tvqc_quantization_example.m,1405,2005-11-04

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

发表评论

0 个回复

  • Real-coded-quartum-cross-over-optimization
    说明:   本程序为量子编码单目标优化程序,不同于以往量子态采用多位qubit编码,本程序采用实数编码,但q-gate的时候仍进行10-2-10的转化。并附一定的优化结果。(This program is single-objective optimization process of quantum coding is different from the past, with many qubit quantum code, the program uses real coding, but the q-gate, when the transformation is still underway 10-2-10. Together with some optimization results.)
    2010-04-28 15:33:42下载
    积分:1
  • chapter38
    基于Kohonen网络的聚类算法——网络入侵聚类(Artificial Neural Networks)
    2014-08-25 22:52:01下载
    积分:1
  • dag-svm
    有向无环图程序,程序较为简洁,包含代码和简要说明。(Directed acyclic graph procedure is relatively simple, containing code and a brief description.)
    2020-11-03 19:49:53下载
    积分:1
  • mp
    说明:  该算法是贪婪算法mp的matlab程序,用于信道估计等等(The algorithm is greedy mp' s matlab program for channel estimation, etc.)
    2011-10-07 14:28:05下载
    积分:1
  • chapter04
    说明:  文件里边是针对两个非线性、变系数、非齐次偏微分方程的求救方法(The content of the document is for two nonlinear, variable coefficient, inhomogeneous partial differential equation solution method)
    2020-03-10 19:46:47下载
    积分:1
  • Laplace-lvbo-matlab
    Laplace小波相关滤波法的matlab程序(Laplace Wavelet Correlation Filter matlab program)
    2016-04-15 10:11:30下载
    积分:1
  • 基本算法在有源噪声控制中的应用fxlms
    说明:  fxlms基本算法在有源噪声控制中的应用,有MSE曲线图(The application of basic FXLMS algorithm in active noise control has MSE curve.)
    2020-07-04 20:20:02下载
    积分:1
  • MidpointLine2
    计算机图形学中点画线算法matlab实现(Computer Graphics in the realization of stipple line algorithm matlab)
    2009-04-19 22:14:38下载
    积分:1
  • Iris-center-and-radius
    to find the iris radius and center using image thresholding and center approximation..
    2011-02-08 14:11:34下载
    积分:1
  • 6_1
    1. 定义一个抽象学生类CStudent,它具有公有成员函数Average(),该函数用于计算学生的平均分,函数为虚函数;定义一个文科学生类CStudentLiberalArts,它是类CStudent的派生类,并以公有方式派生,它具有的成员有: 1) 保存英语、政治、数学、地理和历史、美术成绩的整形成员变量; 2) 设置上述变量的公有成员函数; 3) 输出上述变量的公有成员函数; 4) 公有的成员函数Average()用于计算学生的平均分; 定义一个理科学生类CStudentScience,它是类CStudent的派生类,并以公有方式派生,它具有的成员为: 1) 保存英语、物理、数学、化学和计算机、程序设计成绩的整形成员变量; 2) 设置上述变量的公有成员函数; 3) 输出上述变量的公有成员函数; 4) 公有的成员函数Average()用于计算学生的平均分; 编写主函数,并测试以下内容: 1) 定义一个CStudent的指针数组pStu,数组长度为4; 2) 动态创建2个文科学生的对象,地址存于pStu数组的0-1个元素内; 3) 动态创建2个理科学生的对象,地址存于pStu数组的2-3个元素内; 4) 利用while循环调用数组里每个元素的计算平均成绩操作; 释放动态分配的空间,确保必要的析构函数能被调用。 (1 define an abstract class student CStudent, it has a public member function Average (), this function is used to calculate the student s average points function as virtual function definition of a liberal arts student class CStudentLiberalArts, it is the class CStudent derived class, and public be derived, which has members are: 1) Save English, shaping member variables politics, mathematics, geography and history, art achievements 2) Set the above variables public member function 3) public member function of the output of the variable 4) public member function Average () is used to calculate the average student s points The definition of a science student class CStudentScience, it is the class CStudent derived class, and public manner derived, which has members as follows: 1) Save English, physics, mathematics, chemistry and computer programming achievement shaping member variables 2) Set the above variables public member function 3) public member function of t)
    2014-10-20 15:29:16下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 42今日下载