登录
首页 » matlab » MATLAB7

MATLAB7

于 2008-08-06 发布 文件大小:781KB
0 300
下载积分: 1 下载次数: 5

代码说明:

  MATLAB7.0课本所有程序清单,共37章,特别适合初学者,可以帮助节省大量时间,又能看到结果(MATLAB7.0 books list all the procedures, a total of 37 chapters, particularly suitable for beginners that can help save a lot of time, can see the result)

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

发表评论

0 个回复

  • fractal
    matlab程序画图,常见分形图,function cantor(A,B) c=1 p=0 figure hold on plot([A(2) B(2)],[A(1) B(1)], r* ) while norm(A(1,:)-B(1,:))>=1 C=[] D=[] for i=1:size(A,1) a=A(i,:)+(B(i,:)-A(i,:))/3 b=A(i,:)+2*(B(i,:)-A(i,:))/3 C=[C A(i,:) b] D=[D a B(i,:)] end A=C B=D p=p+1 (matlab program drawing, common fractal images function cantor(A,B) c=1 p=0 figure hold on plot([A(2) B(2)],[A(1) B(1)], r* ) while norm(A(1,:)-B(1,:))>=1 C=[] D=[] for i=1:size(A,1) a=A(i,:)+(B(i,:)-A(i,:))/3 b=A(i,:)+2*(B(i,:)-A(i,:))/3 C=[C A(i,:) b] D=[D a B(i,:)] end A=C B=D p=p+1 )
    2013-03-02 09:54:38下载
    积分:1
  • voiceRecognition
    基于DTW算法的语音识别,MATLAB代码(The DTW algorithm-based speech recognition, MATLAB code)
    2013-04-15 21:07:44下载
    积分:1
  • levension
    列文森-杜宾算法,用于语音的线性预测控制中,也可以用于谱包络。(Levenson-Durbin algorithm for voice linear predictive control, but also can be used for spectral envelope.)
    2007-04-15 10:31:56下载
    积分:1
  • Lyapunov_Rossler
    4阶龙格库塔,定义法计算rossler系统lyapunov指数,结果比较精确!(4-order Runge-Kutta, defined method rossler system lyapunov index results more precise!)
    2013-03-24 22:59:55下载
    积分:1
  • QAM64HammInterleavedMod
    bit-interleaved coded modulation with 16 QAM
    2013-05-15 06:29:26下载
    积分:1
  • 06122479
    smart grid document using electrical cars
    2015-12-16 22:15:51下载
    积分:1
  • matlab
    matlab高阶谱分析工具箱,分析振动波形的高阶谱。(high-order spectral analysis toolbox matlab to analyze the vibration waveform of high-end spectrum.)
    2007-08-29 12:40:44下载
    积分:1
  • gk_bmcb_2009
    Edge detection in microscopy images using curvelets
    2009-05-16 11:51:45下载
    积分:1
  • ssim_MB
    关于视频质量评测内容,宏块级的SSIM值计算(Video quality evaluation on the contents of the macro block level SSIM value)
    2011-09-13 09:39:57下载
    积分:1
  • adaboost-algorithm
    Adaboost是一种迭代算法,其核心思想是针对同一个训练集训练不同的分类器(弱分类器),然后把这些弱分类器集合起来,构成一个更强的最终分类器(强分类器)。(Adaboost is an iterative algorithm, the core idea is the same training set for different classifiers (weak classifiers), then these weak classifiers together to form a stronger final classifier (strong classifier).)
    2013-11-15 21:51:56下载
    积分:1
  • 696516资源总数
  • 106562会员总数
  • 4今日下载