-
introduction_to_Matlab
Introduction to matlab
- 2010-07-29 11:18:33下载
- 积分:1
-
Machine learning
Machine learning code
- 2017-09-30 03:54:11下载
- 积分:1
-
BackgroundSubtractionReview-Piccardi
given a frame sequence from a fixed camera, detecting all the foreground objects :
the detection of the foreground objects is obtained by the difference between the current frame and an image of the scene’s static background
- 2011-04-24 10:53:14下载
- 积分:1
-
spwminveter
Implementation of a spwm inverter in matlab
- 2012-06-03 21:37:42下载
- 积分:1
-
Mel
应用matlab实现梅尔倒谱系数的提取,通过采用不同样本进行数据对比(Application matlab realize extract Mel cepstral pedigree data by comparing different samples)
- 2013-11-26 16:31:53下载
- 积分:1
-
kalmanmatlabcode
在matlab上实现的卡尔曼滤波器仿真实验,代码全部注释过了,有利于学习卡尔曼滤波器的参考学习(Implemented in the Kalman filter matlab simulation code all over the comment, the Kalman filter is conducive to learning refer to learning)
- 2013-12-30 14:37:54下载
- 积分:1
-
PSAM
psam用户手册,对sam卡学习有帮助。(psam user manual, learning on the sam card help)
- 2010-11-23 18:04:16下载
- 积分: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
-
hpmodelwithoutcontroller
this is a matlab model of single machine infinite bus with out any controller. we can add any type of controller for verification of stability of the system
- 2014-01-08 13:43:56下载
- 积分:1
-
loadFileYUV
load YUV file to matlab
- 2010-06-24 19:11:59下载
- 积分:1