登录
首页 » matlab » Xampling_GUI

Xampling_GUI

于 2015-03-30 发布 文件大小:1708KB
0 170
下载积分: 1 下载次数: 24

代码说明:

  压缩感知。多路恢复。。。.本人实验。可以通(Compression sensing. Multiplex. Recovery.)

文件列表:

Xampling_GUI
............\Code
............\....\Auto_Set_MWC.m,1039,2014-11-27
............\....\CalculateSupport.m,1587,2014-11-27
............\....\ConstructDefaultMWCstruct.m,761,2014-11-27
............\....\ConstructDefaultSignalStruct.m,3242,2010-03-04
............\....\DrawUniform.m,198,2014-11-27
............\....\eig_r.m,396,2014-11-27
............\....\FindNonZeroValues.m,629,2014-11-27
............\....\GenerateSignal.m,4045,2014-11-27
............\....\GenerateSignalValues.m,9771,2014-11-27
............\....\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,312,2014-11-27
............\....\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
............\....\Untitled.m,165,2014-12-12
............\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

............\........\Untitled.m,142,2014-11-27
............\........\updateProgBar.m,1287,2010-02-04
............\........\Xampling.fig,92943,2010-03-04
............\........\Xampling.m,74883,2010-03-06

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

发表评论

0 个回复

  • adaboost_for_matlab
    AdaBoost, Adaptive Boosting, is a well-known meta machine learning algorithm that was proposed by Yoav Freund and Robert Schapire. In this project there two main files 1. ADABOOST_tr.m 2. ADABOOST_te.m to traing and test a user-coded learning (classification) algorithm with AdaBoost. A demo file (demo.m) is provided that demonstrates how these two files can be used with a classifier (basic threshold classifier) for two class classification problem.(AdaBoost, Adaptive Boosting, is a well-known meta machine learning algorithm that was proposed by Yoav Freund and Robert Schapire. In this project there two main files 1. ADABOOST_tr.m 2. ADABOOST_te.m to traing and test a user-coded learning (classification) algorithm with AdaBoost. A demo file (demo.m) is provided that demonstrates how these two files can be used with a classifier (basic threshold classifier) for two class classification problem.)
    2020-10-21 21:17:23下载
    积分:1
  • quadraticinterpolationalgorithm
    利用二次插值法进行一维搜索,得出最小值,通过抛物线法实现区间识别(Quadratic interpolation method using a one-dimensional search, the minimum value obtained by the parabola method to achieve Interval Recognition)
    2009-12-28 17:32:31下载
    积分:1
  • Lab-1-Matlab
    To investigate the effects of the discrete Fourier transform parameters on the frequency spectra of discrete-time signals. (Display x(n) on the screen with the plot command in Matlab)
    2013-11-28 07:22:43下载
    积分:1
  • PSOand-test-function
    粒子群算法及测试函数。都调试成功了!简单方便!完全可以用!(Particle swarm optimization and testing functions. Are debugging a success! Easy! Can use!)
    2020-11-21 00:19:37下载
    积分:1
  • soumekh
    <Synthetic Aperture radar Signal Processing with Matlab Algorithms>的matlab代码。(the source of "<Synthetic Aperture radar Signal Processing with Matlab Algorithms>)
    2012-03-03 00:51:17下载
    积分:1
  • jengsang_v23
    小波包分析提取振动信号中的特征频率,语音信号的采集与处理,数字信号处理课设,已经调试成功.内含m文件,可直接运行。( Wavelet packet analysis to extract vibration signal characteristic frequency, Acquisition and Processing of the speech signal, digital signal processing class-based, Has been successful debugging. M contains files can be directly run.)
    2016-05-17 13:30:21下载
    积分:1
  • GA
    说明:  遗传算法具有强大的全局优化能力,并行计算的快速收敛性(Genetic algorithm has strong global optimization ability and fast convergence of parallel computing)
    2020-06-23 00:20:02下载
    积分:1
  • ch3example1A
    fp=2400hz,fs=5000hz,rp=3db,rs=25db.求其3dB时的各项参数!(fp = 2400hz, fs = 5000hz, rp = 3db, rs = 25db. for its 3dB at the time of the parameters!)
    2009-04-20 12:30:17下载
    积分:1
  • music32
    32阵元的MUSIC算法,基于特征空间分解,内有详细说明,供大家参考。(32 Element MUSIC algorithm, based on the decomposition of space, which is described in detail, for your reference.)
    2007-06-05 01:29:15下载
    积分:1
  • PQ
    说明:  配电网潮流计算,PQ分解法,IEEE30节点验证。(Distribution power flow calculation, PQ decomposition method, IEEE30 node validation.)
    2013-03-12 16:36:46下载
    积分:1
  • 696518资源总数
  • 106235会员总数
  • 12今日下载