登录
首页 » matlab » Xampling_GUI

Xampling_GUI

于 2011-06-28 发布 文件大小:1742KB
0 181
下载积分: 1 下载次数: 38

代码说明:

  多波段信号的盲恢复重建问题,Mishali提出的MWC程序(The multi-band signals in the blind restoration and reconstruction, Mishali proposed MWC program)

文件列表:

Code
....\Auto_Set_MWC.m,815,2010-03-04
....\CalculateSupport.m,1230,2010-03-01
....\ConstructDefaultMWCstruct.m,689,2010-01-28
....\ConstructDefaultSignalStruct.m,3242,2010-03-04
....\DrawUniform.m,154,2009-11-10
....\eig_r.m,308,2007-05-20
....\FindNonZeroValues.m,591,2007-12-20
....\GenerateSignal.m,3973,2010-03-04
....\GenerateSignalValues.m,9618,2010-03-04
....\is_contained.m,171,2007-08-01
....\MWC_SubNyquistSample.m,3345,2010-01-31
....\PlotSignal_Freq.m,386,2009-11-11
....\PlotSignal_Time.m,241,2009-11-17
....\PolyFilterDecimate.m,785,2010-01-18
....\RandSource.m,247,2010-03-04
....\RecoverSignal.m,1134,2010-02-04
....\RecoverSupport.m,1526,2010-01-28
....\RunOMP_forMB.m,2864,2009-03-05
....\test.m,259,2009-11-11
Pics





....\Pur.bmp,187190,2009-09-09
....\Pur2Blue.bmp,195494,2009-09-09
....\Recon.bmp,27718,2009-09-09
....\ReconDrawing.bmp,730134,2009-08-13
....\ReconNew.bmp,27718,2009-11-13
....\ReconstructionScreen.bmp,530694,2010-01-11
....\ReconstructionScreen2.bmp,508494,2010-01-31
....\Sample.bmp,27718,2009-09-09
....\SampleDraw.bmp,74534,2009-08-12
....\SampleNew.bmp,27718,2009-11-13
....\SampleSystem.bmp,858894,2009-11-22
....\SigDevice.jpg,10481,2009-11-18
....\Signal.bmp,28250,2009-09-09
....\SignalImg.bmp,520574,2009-11-13
....\SignalImg.tif,31500,2009-11-13
....\SignalImg2.bmp,347354,2010-01-28
....\SignalNew.bmp,28250,2009-11-13
....\SignalPic.png,16287,2009-11-13
....\Simulate.bmp,27718,2009-09-09
....\SincEq.bmp,62046,2010-01-28
....\SquaredError.bmp,31734,2010-01-11
....\Start.bmp,532582,2009-11-12
....\Start.tif,606594,2009-11-12
....\SupportNew.bmp,27718,2009-11-13
....\SupportRecovery.bmp,696510,2010-01-18
....\SupportRecovery2.bmp,696510,2010-01-05
....\SupportRecovery3.bmp,710694,2010-01-31
....\SupportRecovery4.bmp,710950,2010-01-31
....\SupportText.bmp,159954,2010-01-18
....\SupportText2.bmp,159954,2010-01-05
....\SupportText3.bmp,168270,2010-01-31
....\WidebandConverter.png,767,2009-11-18
....\zoomminus.bmp,1618,2010-02-07
....\zoomplus.bmp,1710,2010-02-07
Xampling
........\CleanBar.m,1203,2009-12-21
........\ClearBar.m,687,2009-12-21
........\currentVersion.m,15,2010-02-09
........\currentVersion.mat,181,2010-02-09
........\Data.mat,635,2010-01-28
........\GettingStarted.fig,5118,2010-02-09
........\GettingStarted.m,5575,2010-03-06
........\guiAdvanced.fig,16529,2010-03-04
........\guiAdvanced.m,33819,2010-03-01
........\matlab.mat,635,2010-01-28
........\ShowBar.m,628,2010-01-05
........\Start.m,335,2010-03-04
........\test.mat,45915,2009-09-09

........\updateProgBar.m,1287,2010-02-04
........\Xampling.fig,92943,2010-03-04
........\Xampling.m,74883,2010-03-06

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

发表评论

0 个回复

  • atmos
    calcs standard atmosphere
    2014-09-02 04:05:34下载
    积分:1
  • 2013-1-57201-531409082-bab4-31072013124549
    sampling process sound
    2014-11-03 13:33:43下载
    积分:1
  • ESRC_classifier_v1.1
    极限学习机极速学习机\ELM 稀疏表示人脸识别稀疏表示\L0范数求解L1范数ELM神经网络AR人脸数据库基于ELM的图像分类与稳健回归算法研究基于ELM与稀疏表示的混合人脸识别算法 AR人脸识别准确率0.95. 文章:Luo, Minxia, and Kai Zhang. A hybrid approach combining extreme learning machine and sparse representation for image classification. Engineering Applications of Artificial Intelligence 27 (2014): 228-235.(Matlab codes of the following paper: Luo, Minxia, and Kai Zhang. A hybrid approach combining extreme learning machine and sparse representation for image classification. Engineering Applications of Artificial Intelligence 27 (2014): 228-235.)
    2020-12-27 10:29:03下载
    积分:1
  • svm465
    This toolbox was designed as a teaching aid, which matlab is particularly good for since source code is relatively legible and simple to modify. However, it is still reasonably fast if used with the supplied optimiser. However, if you really want to speed things up you should consider compiling the matrix composition routine for H into a mex function. Then again if you really want to speed things up you probably shouldn t be using matlab anyway... Get hold of a dedicated C program once you understand the algorithm.(This toolbox was designed as a teaching aid, which matlab is particularly good for since source code is relatively legible and simple to modify. However, it is still reasonably fast if used with the supplied optimiser. However, if you really want to speed things up you should consider compiling the matrix composition routine for H into a mex function. Then again if you really want to speed things up you probably shouldn t be using matlab anyway... Get hold of a dedicated C program once you understand the algorithm. )
    2005-06-06 09:41:14下载
    积分:1
  • ID_ssi
    基于MATLAB的随机子空间算法,对唯输出数据进行分析,可以很好地识别出系统的模态参数。(Based on stochastic subspace algorithm based on MATLAB, the only output data for analysis, can be well identified modal parameters of the system.)
    2014-11-07 15:37:53下载
    积分:1
  • MATLAB
    说明:  复杂网络分析中的无标度,小世界和ba模型的源代码(Analysis of complex networks scale-free, small world, and ba model source code)
    2011-04-11 16:16:54下载
    积分:1
  • power_statcom_gto48p_22_6
    48 pulose gto trial for new project based on matlab
    2011-06-23 09:43:56下载
    积分:1
  • mxTV
    全变差图像处理Matlab程序,for the paper: "Algorithms and Software for Total Variation Image Reconstruction via First-Order Methods, Numerical Algorithms"(Software for Total Variation Image Reconstruction (for Matlab Version 7.5 or later) "mxTV" is a software package for image reconstruction based on the Total Variation model, and including denoising, inpainting, and deblurring. The work was carried out as part of the project CSI: Computational Science in Imaging, funded by the Danish Research Council for Technology and Production Sciences, and headed by Prof. Per Christian Hansen, DTU Informatics. The collaborators are DTU Informatics, Dept. of Electronic Systems at Aalborg University, and MOSEK ApS. The underlying algorithms are based on recently published first-order methods developed by Nesterov, tailored specifically to the image restoration problems. These methods have O(1/ε) complexity, where ε is the accuracy of the solution. The core computational routines are written in C, with a mex interface to Matlab. The algorithms and the software are described in the paper: J. Dahl, P. C. Hansen, S. H. Jensen, and T. L. Jensen, Alg)
    2010-08-10 10:03:18下载
    积分:1
  • DiscreteKFEx2
    说明:  对一个系统模型利用卡尔曼滤波进行估测, 并且跟真实作比较(Of a system model using Kalman filter to estimate and compare with the real)
    2008-09-27 17:50:58下载
    积分:1
  • 779947538495
    无线传感器网络是一种全新的信息获取平台,能够实时监测和采集网络分布区域内的各种检测对象的信息,并将这些信息发送到网关节点,以实现复杂的指定范围内目标检测与跟踪,具有快速展开、抗毁性强等特点,有着广阔的应用前景(Wireless sensor networks is a new information access platform, real-time monitoring of distribution and collection networks within the region of various test object information, and information sent to the gateway node, in order to achieve the specified range of complex target detection and tracking, with rapid deployment, survivability and strong features, have broad application prospects)
    2010-05-19 20:08:04下载
    积分:1
  • 696516资源总数
  • 106405会员总数
  • 10今日下载