-
peaksh
this matlab function finds peaks of a plot. it takes a coordinate matrix as an input. also removes redundent peaks (for instance, in case of a step plot, it finds one peak)
- 2010-12-13 14:56:24下载
- 积分:1
-
robotmatlabsim
机器人控制系统设计和matlab仿真的配套光盘,有很多的例子,很有参考价值(Robot control system design and simulation of matching matlab CD-ROM, there are many examples of great reference value to)
- 2010-01-18 17:51:46下载
- 积分:1
-
h
说明: 图与网络学习,主要是与MATLAB结合的方法(Figure and learning, the main method of combining with MATLAB)
- 2010-04-27 14:38:35下载
- 积分:1
-
kalman-(2)
粒子滤波算法,介绍粒子滤波算法的功能及其应用,更好的理解粒子滤波算法的用处。(Particle filter algorithm, introduced particle filter function and its application, a better understanding of the usefulness of particle filter algorithm.)
- 2014-08-07 13:50:44下载
- 积分:1
-
AttSytem
Attend System it s on online attend system used to maintain attendence.
- 2015-01-10 19:03:05下载
- 积分:1
-
histogram
图象直方图及均衡,用matlab实现了图像的直方图算法,以及均衡算法。(Image histogram equalization, using matlab image histogram algorithm, as well as balancing algorithm.)
- 2013-11-28 12:27:37下载
- 积分:1
-
11
说明:
广告流水灯程序
ORG 00H
MOV P2,#80H
START:MOV A,#0FFH 赋初值
CLR C
MOV R2,#8
LOOP:RRC A 带进位右移
MOV P1,A
CALL DELAY
DJNZ R2,LOOP
MOV R2,#7
LOOP1:RLC A 带进位左移
MOV P1,A
CALL DELAY
DJNZ R2,LOOP1
JMP START
DELAY:MOV R3,#20 延时0.2秒
D1: MOV R4,#20
D2: MOV R5,#248
DJNZ R5,$
DJNZ R4,D2
- 2012-11-22 13:22:07下载
- 积分:1
-
Matlab9.6.3
matlab数值分析线性方程组严格对角占优,选主元计算程序(Matlab numerical analysis of linear equations strictly diagonally dominant, pivoting calculation program)
- 2013-05-21 15:23:29下载
- 积分:1
-
haar-like
该代码用于提取haar-like特征,效果比较好,可以直接运行(This code is used to extract haar-like features, the effect is good, you can run directly)
- 2014-04-30 16:20:36下载
- 积分:1
-
tpol
利用BP神经网络预测幸运28。这种方法的预测(在一定容许范围内)精度保持在40 左右(BP neural network to predict the use of lucky 28. This method of forecasting (within a certain range to allow) the accuracy remained at 40 )
- 2009-07-14 16:47:59下载
- 积分:1