登录
首页 » matlab » Matlabteach

Matlabteach

于 2007-09-25 发布 文件大小:476KB
0 290
下载积分: 1 下载次数: 7

代码说明:

  matlab高级讲义,其中包括各个实用例子的编程代码(matlab senior notes, including various practical examples of programming code)

文件列表:

Matlab teach
.............\ch1
.............\...\callcheck.m
.............\...\exm1_2.mdl
.............\...\exp1_1.m
.............\...\exp1_2.m
.............\...\exp1_3.m
.............\...\gui1.mat
.............\...\s.mat
.............\...\y.mat
.............\ch2
.............\...\data.mat
.............\...\exmdl2_1.m
.............\...\exp2_1.m
.............\...\exp2_10.m
.............\...\exp2_11.m
.............\...\exp2_12.m
.............\...\exp2_13.m
.............\...\exp2_13_.m
.............\...\exp2_14.m
.............\...\exp2_15.m
.............\...\exp2_16.m
.............\...\exp2_17.m
.............\...\exp2_2.m
.............\...\exp2_3.m
.............\...\exp2_3_.m
.............\...\exp2_4.m
.............\...\exp2_4_.m
.............\...\exp2_5.m
.............\...\exp2_5_.m
.............\...\exp2_6.m
.............\...\exp2_7.m
.............\...\exp2_8.m
.............\...\exp2_9.m
.............\...\mean.m
.............\...\myhilb.m
.............\...\myhilb1.m
.............\...\prods.m
.............\...\sumhe.m
.............\ch3
.............\...\elecsys.m
.............\...\exp3_1.m
.............\...\exp3_2.m
.............\...\exp3_3.m
.............\...\exp3_4.m
.............\ch4
.............\...\exm4_17.mdl
.............\...\exp4_1.m
.............\...\exp4_10.m
.............\...\exp4_10_.m
.............\...\exp4_10__.m
.............\...\exp4_11.m
.............\...\exp4_11_.m
.............\...\exp4_12.m
.............\...\exp4_12_.m
.............\...\exp4_13.m
.............\...\exp4_14.m
.............\...\exp4_14_.m
.............\...\exp4_15.m
.............\...\exp4_16.m
.............\...\exp4_17.m
.............\...\exp4_18.m
.............\...\exp4_19.m
.............\...\exp4_2.m
.............\...\exp4_20.m
.............\...\exp4_21.m
.............\...\exp4_22.m
.............\...\exp4_23.m
.............\...\exp4_24.m
.............\...\exp4_3.m
.............\...\exp4_3_.m
.............\...\exp4_4.m
.............\...\exp4_5.m
.............\...\exp4_6.m
.............\...\exp4_6_.m
.............\...\exp4_7.m
.............\...\exp4_8.m
.............\...\exp4_9.m
.............\...\exp4_9_.m
.............\...\stepchar.m
.............\ch5
.............\...\continuous.mdl
.............\...\csfunc.m
.............\...\dianlu.mdl
.............\...\discrete.mdl
.............\...\dsfunc.m
.............\...\exm5_1.mdl
.............\...\exm5_2.mdl
.............\...\exm5_3.mdl
.............\...\exm5_4.mdl
.............\...\exm5_5.mdl
.............\...\exm5_6.mdl
.............\...\exp5_1.mdl
.............\...\exp5_10.mdl
.............\...\exp5_2.mdl
.............\...\exp5_3.mdl
.............\...\exp5_4.mdl
.............\...\exp5_5.mdl
.............\...\exp5_6.mdl
.............\...\exp5_7.mdl

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

发表评论

0 个回复

  • matlab_final
    课程设计做的车牌识别,运行licence_recognise.m选择实例图片,按空格单步,直到最后识别(Curriculum design license plate recognition, run licence_recognise.m select instances pictures, press the space single step, until the final identification)
    2013-09-03 15:34:24下载
    积分:1
  • MATLAB-function-Quick-Reference
    MATLAB函数速查手册!方便新手学习matlab。(MATLAB function Quick Reference! Easy for novices to learn matlab.)
    2013-09-24 00:52:42下载
    积分:1
  • STTC
    matlab code to space time trellis code. Help to deveplop the code for sttc
    2011-12-26 01:29:07下载
    积分:1
  • EMD-end-effect
    EMD端点效应新文献资料;带端点延拓的EMD和原始EMD的matlab程序;画包络谱和幅值谱的matlab程序;供研究者参考(End effect of EMD literature endpoint extension of EMD and original EMD matlab program painting envelope spectrum and amplitude spectrum matlab program for researchers reference)
    2020-11-11 15:49:44下载
    积分:1
  • DTW
    DTW算法的程序,申请两个n*m的矩阵D、d,分别为累积距离和帧匹配距离。这里n和m为测试模版与参考模版的帧数。然后通过一个循环计算两个模版的帧匹配距离d。接下来进行动态规划,为每个格点 (i,j)都计算其三个可能的前续格点的累积距离D1,D2,D3。考虑到边界问题,有些前续格点可能不存在,因此加入一些判断条件最后利用最小值函数min(),找到三个前续格点的累积 距离作为累积距离,与当前帧的匹配距离d(i,j)相加,作为当前格点的累积距离。该计算过程一直达到格点(n,m),并将D(n,m)输出,作为模版匹配的结果。(DTW algorithm procedures, apply two n* m matrix D, d, respectively, accumulated distance and frame matching distance. Where n and m is a reference test pattern and the template frames. Then through a loop to calculate two frames template matching distance d. Next, dynamic programming, for each grid point (i, j) are calculated from the cumulative D1 before the renewal of its three possible lattice point, D2, D3. Taking into account the boundary problem, some former continued grid point may not exist, so add some conditions to determine the final use of the minimum function min (), found three former continued accumulation of grid points cumulative distance as the distance from the current frame to match the d (i, j) added, and a current cumulative distance grid. This calculation has reached the grid (n, m), and D (n, m) output, as a result of template matching.)
    2014-05-05 14:30:21下载
    积分:1
  • Eyepositionandfacedetection
    人眼定位与人脸检测的程序,包含程序和仿真,效果不错!(code for Eye position and face detection , including procedures and simulation, the performance is good! )
    2010-12-23 16:39:15下载
    积分:1
  • DOA_GUI
    实现2d-DOA 算法的仿真,实验结果以均方误差的形式绘制图表(The simulation of 2d-DOA algorithm is implemented, and the experimental results are plotted in the form of mean square error)
    2017-11-09 20:29:33下载
    积分:1
  • low_pass_filter
    an ideal lowpass filter
    2020-11-10 22:29:45下载
    积分:1
  • ACATSP.m
    应用蚁群算法来解决所有点的遍历且距离最短的问题(Ant colony algorithm to solve all the points of the traversal and shortest distance problems)
    2010-11-30 19:47:55下载
    积分:1
  • main
    GA tool for seven level converter
    2011-07-09 22:05:06下载
    积分:1
  • 696516资源总数
  • 106913会员总数
  • 8今日下载