登录
首页 » Others » MATLABforExcel

MATLABforExcel

于 2010-07-03 发布 文件大小:350KB
0 304
下载积分: 1 下载次数: 1

代码说明:

  material regarding to the matlab

文件列表:

license.txt,1551,2009-10-13
MATLABforExcel
..............\license.txt,1589,2009-08-01
..............\MATLABforExcel
..............\..............\Excel Demo 1
..............\..............\............\EnergyForecastAnalysis.m,5834,2009-10-07
..............\..............\............\EnergyGUI
..............\..............\............\.........\energyForecastGUI.fig,41864,2007-02-11
..............\..............\............\.........\energyForecastGUI.m,12443,2009-08-01
..............\..............\............\.........\EnergyGUI.prj,35212,2007-03-07
..............\..............\............\.........\GUIicons.mat,30472,2007-02-09
..............\..............\............\estimateSingleDay.m,1110,2009-08-01
..............\..............\............\html
..............\..............\............\....\EnergyForecastAnalysis.html,16216,2009-10-07





..............\..............\............\....\EnergyForecastAnalysis_05.png,16573,2007-03-07
..............\..............\............\....\EnergyForecastAnalysis_06.png,13159,2007-03-07
..............\..............\............\....\myscript_template.html,4701,2007-01-18
..............\..............\............\....\myscript_template.png,2804,2007-01-18
..............\..............\............\....\myscript_template_01.png,14705,2007-01-18
..............\..............\............\....\myscript_template_02.png,5666,2007-01-18
..............\..............\............\....\myscript_template_03.png,25653,2007-01-18
..............\..............\............\....\myscript_template_04.png,6910,2007-01-18
..............\..............\............\....\PresenterScript.html,14212,2007-02-13
..............\..............\............\....\PresenterScript.png,4696,2007-02-13
..............\..............\............\....\PresenterScript_01.png,21679,2007-02-13
..............\..............\............\....\PresenterScript_02.png,13487,2007-02-13
..............\..............\............\....\PresenterScript_03.png,5419,2007-02-13
..............\..............\............\....\PresenterScript_04.png,5077,2007-02-13
..............\..............\............\....\PresenterScript_05.png,25653,2007-02-13
..............\..............\............\....\PresenterScript_06.png,18422,2007-02-13
..............\..............\............\January.xls,50688,2007-03-10
..............\..............\............\myCreateFigure.m,1518,2009-08-01
..............\..............\............\myCurveFit.m,2347,2009-08-01
..............\..............\............\myDistFit.m,2365,2009-08-01
..............\..............\............\other
..............\..............\............\.....\PresenterScript.m,3970,2009-08-01
..............\..............\............\plotCI.m,1419,2009-08-01
..............\..............\............\vline.m,3467,2004-07-29
..............\..............\Excel Demo 2
..............\..............\............\backup.mat,2724,2007-03-07
..............\..............\............\bounds.mat,581,2005-08-06
..............\..............\............\checkmotor.m,1478,2009-08-01
..............\..............\............\checkmotor.prj,35381,2007-03-10
..............\..............\............\createfigure.m,1124,2009-08-01
..............\..............\............\dockfigures.m,147,2009-10-07
..............\..............\............\MotorNoiseData.xls,78336,2007-03-10
..............\..............\............\motornoise_script.m,2015,2009-10-07
..............\..............\............\My_fit.cfit,2442,2005-07-13
..............\..............\............\plotmodel.m,348,2009-08-01
..............\..............\............\README.txt,534,2009-08-01
..............\..............\Excel Demo 3
..............\..............\............\activeTest.m,1079,2009-08-01

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

发表评论

0 个回复

  • Aerial_recovery_demo
    基于simulink设计的飞行器飞行轨迹恢复程序,非常好,我调试过,matlab2010b下运行(Simulink design-based aircraft flight path recovery program is very good, I debugged, matlab2010b running)
    2013-03-09 17:35:30下载
    积分:1
  • DSPII_USTC_01
    传统的宽带信号中抑制正弦干扰的方法是采用陷波器(notch filter),为此需要精确知道干扰正弦的频率.然而当干扰正弦频率是缓慢变化时,且选频率特性要求十分尖锐时,则最好采用自适应噪声抵消的方法.下图是用一个二阶FIR的LMS自适应滤波器消除正弦干扰的一个方案。该代码实现了以下功能: 1) 借助MATLAB画出了滤波器的误差性能曲面和误差性能曲面的等值曲线; 2) 给出了最陡下降法以及LMS算法的计算公式; 3) 用MATLAB产生了方差为0.05, 均值为0白噪音S(n),并画出某次采样得到的波形; 4) 根据 2)中的公式,并利用 3)中产生的S(n),在 1)中的误差性能曲面的等值曲线上叠加画出了采用最陡下降法以及LMS法时H(n)的在叠代过程中的轨迹曲线; 5)用MATLAB计算并画出了LMS法时误差随时间n的变化曲线(对应S(n)的某一次的一次实现)和e(n)波形; 6)在 1)中的误差性能曲面的等值曲线上,叠加画出采用LMS法得到的100次实验中的H(n)的平均值的轨迹曲线; 7)最终对结果进行了分析,具体见压缩包的word文档。 (Wideband signal in the conventional sinusoidal interference suppression method is the use notch filter (notch filter), this requires precise knowledge of the frequency of a sinusoidal interference . However, when the interference frequency sinusoidal changes slowly , and the selected frequency characteristic requirements are very sharp , then best use of adaptive noise cancellation method . following figure is a second-order FIR LMS adaptive filter to eliminate a program sinusoidal interference . The code implements the following functions:   A ) draw with MATLAB error performance of the filter surface and the surface contour error performance curve 2 ) gives the steepest descent method and the LMS algorithm formula 3 ) generated using MATLAB variance of 0.05 with a mean of 0 white noise S (n), and draw a particular sampling waveform 4 ) based on 2 ) of the formula , and use 3 ) generated in S (n), in a ) the error performance curves superimposed on the surface contour pl)
    2013-11-06 13:12:36下载
    积分:1
  • FEM-Analysis
    基于线性有限元法(FEM)的二维静态边值问题的求解分析(Solving linear analysis based on the finite element method (FEM) in two-dimensional static Boundary Value Problems)
    2015-04-06 21:49:59下载
    积分:1
  • vector_control
    matlab work of matrix converter.......................
    2012-02-08 16:49:06下载
    积分:1
  • BelDST
    DS证据推理的置信函数(bel)的计算函数,详细使用见该文件内的帮助说明(DS evidential reasoning confidence function (bel) calculation function, see the document in detail the use of the help that)
    2007-09-09 21:31:33下载
    积分:1
  • Digital_Signal_Prcessing_Edit2
    [奥本海姆]数字信号处理(第二版),中文版,全书共十一个章节([Oppenheim] Digital Signal Processing (Second Edition))
    2010-11-22 16:44:29下载
    积分:1
  • secret_of_data
    说明:  介绍了编码的奥秘,对学习编码的人很是实用(Introduced a code of mystery, people are learning is practical coding)
    2010-04-01 15:26:13下载
    积分:1
  • filemac
    该程序运行环境C++ 文件名称filemac(the program operating environment filemac C Title)
    2007-01-05 12:17:26下载
    积分:1
  • ar2
    a matlab code for AR prediction
    2011-08-31 16:09:23下载
    积分:1
  • deep-learning-scene-recognition
    deep learning code it helpful the begainer in deep learning
    2015-03-13 04:44:11下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载