登录
首页 » matlab » Demo_Greedy

Demo_Greedy

于 2013-10-02 发布 文件大小:1KB
0 172
下载积分: 1 下载次数: 6

代码说明:

  In this program we demonstrate the MP, OMP, WMP, and Thresh algorithm, by running them on a set of test signals and checking wether they provide the desired outcome

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

发表评论

0 个回复

  • A_Matlab_Tour_of_Wavelet_Programming
    This document is intended to serve as an introduction to Wavelet processing through a set of Matlab experiments. These experiments will gives an overview of three fundamental tasks in signal and image processing : signal, denoising and compression. These scripts are selfs contents (needed additional Matlab functions can be downloaded while reading the lectures). Each one of these five lectures should take between 1h and 2h in order to tests the various features of the scripts. One should copy/paste the provided code into a file names e.g. tp1.m, and launch the script directly from Matlab comand line > tp1 . Some of the scripts contains "holes" that you should try to fill on your own. I also provide the complete correction of these lectures as a set of Matlab scripts, but you should try as much as possible to avoid using them. (This document is intended to serve as an introduction to Wavelet processing through a set of Matlab experiments. These experiments will gives an overview of three fundamental tasks in signal and image processing: signal, denoising and compression. These scripts are selfs contents (needed additional Matlab functions can be downloaded while reading the lectures). Each one of these five lectures should take between 1h and 2h in order to tests the various features of the scripts. One should copy/paste the provided code into a file names eg tp1.m, and launch the script directly from Matlab comand line> tp1. Some of the scripts contains holes that you should try to fill on your own.I also provide the complete correction of these lectures as a set of Matlab scripts, but you should try as much as possible to avoid using them.)
    2008-01-11 15:02:14下载
    积分:1
  • AOA
    Matlab code for estimation of Direction of arrival angle
    2011-01-22 19:06:56下载
    积分:1
  • psvec
    matlab编写的关于fdtd编程的步骤和具体方法,适合初学者,且直接是三维结构,用mur吸收边界条件(Matlab fdtd prepared by the programming steps and concrete measures for beginners, which is the three-dimensional structure directly with mur absorbing boundary conditions)
    2020-09-10 16:08:00下载
    积分:1
  • xingbotiqu
    提取故障发生时正向行波和反向行波的示例程序,本程序计算的是0模分量,设定仿真模型在0.035s时发生故障,故障分量取为从故障后的0.035s~0.039s减去故障前的0.015s~0.019s(Forward traveling wave and reverse traveling wave sample program to extract a fault occurs, the program calculates the 0-mode component, set the simulation model in 0.035s failure, the fault component is taken as from the failure 0.035s ~ 0.039s less before the failure 0.015s ~ 0.019s)
    2013-05-18 09:42:11下载
    积分:1
  • 分支定界法
    说明:  分支定界法(branch and bound)是一种求解整数规划问题的最常用算法。这种方法不但可以求解纯整数规划,还可以求解混合整数规划问题。分支定界法是一种搜索与迭代的方法,选择不同的分支变量和子问题进行分支。 对于两个变量的整数规划问题,使用网格的方法有时更为简单。 [1] 通常,把全部可行解空间反复地分割为越来越小的子集,称为分支;并且对每个子集内的解集计算一个目标下界(对于最小值问题),这称为定界。在每次分枝后,凡是界限超出已知可行解集目标值的那些子集不再进一步分枝,这样,许多子集可不予考虑,这称剪枝。这就是分枝定界法的主要思路。(Branch and bound method is one of the most commonly used algorithms to solve integer programming problems. This method can solve not only pure integer programming but also mixed integer programming. Branch and bound algorithm is a method of search and iteration, which selects branches with different branch variables and sub problems. For integer programming problems with two variables, the grid method is sometimes simpler[ 1] Generally, all feasible solution spaces are divided into smaller and smaller subsets repeatedly, which is called bifurcation; And a lower bound of the objective (for the minimum value problem) is calculated for the solution set in each subset, which is called the bound. After each branch, those subsets whose bounds exceed the objective value of the known feasible solution set will not be further branched, so many subsets can not be considered, which is called pruning. This is the main idea of branch and bound method.)
    2021-04-26 12:21:14下载
    积分:1
  • LBisoLims
    matlab for Lattice Boltzmann
    2010-06-14 16:35:32下载
    积分:1
  • mindtres
    Induction motro transient analysis
    2010-10-28 11:51:41下载
    积分:1
  • FFT
    通过本试验,基本掌握FFT算法的实现原理,同时能利用MATLAB语言编写完成FFT算法,并对给定的信号进行频谱分析。实验设备:通用计算机+MATLAB 6.0软件。 (Through this test, basically mastered the FFT algorithm implementation principle, while able to use MATLAB language to complete FFT algorithm, and a given signal spectrum analysis. Experimental equipment: general-purpose computer+ MATLAB 6.0 software.)
    2009-12-10 00:18:09下载
    积分:1
  • 768543
    自动滚动demo,IOS编程学习源码,很好的参考资料。(Automatic scrolling demo, IOS programming learning source, a good reference.)
    2013-12-05 09:07:04下载
    积分:1
  • qrtrannnn
    功能:对矩阵A的左上角的m阶对角块作QR变换:先用Givens变换作QR分解A=QR, 再作相似变换A:=Q AQ=RQ. 输入: n阶HessenbergA,其中A(m+1,m)=0,m>2. 输出: 变换后的Hessenberg形矩阵A. 2 用基本QR算法求实方阵的全部特征值.(Function: the upper left corner of the matrix A, diagonal blocks of order m to QR transformation: first, to make QR decomposition using Givens transformations A = QR, re-similarity transformation A: = Q' AQ = RQ. Input: n-order HessenbergA, where A (m+1, m) = 0, m> 2. Output: transformed Hessenberg form matrix A. 2 matrix with the basic QR algorithm for all the characteristics of the value of truth-seeking.)
    2009-12-16 16:36:45下载
    积分:1
  • 696516资源总数
  • 106409会员总数
  • 8今日下载