-
radar_MTD
关于雷达MTD处理的MATLAB程序仿真(the matlab program about the mtd of radar)
- 2021-04-13 17:28:56下载
- 积分:1
-
Bayes_Classifier_Iris
说明: 用朴素贝叶斯方法实现了Iris数据的分类,还附了实验报告(Bayesian methods implemented with the Iris data classification, but also with the experimental report)
- 2011-03-23 23:28:40下载
- 积分:1
-
SumAbsDiff
code to get optical flow using sum of absolute differences matching
- 2010-11-26 06:15:26下载
- 积分:1
-
1th-pro
a matlab code contains samples for signal processing
- 2011-06-13 15:51:59下载
- 积分:1
-
osu-svm
支持向量机的演示代码。仿真效果支持向量分类的较好。(SVM demo code. Simulation results support vector classification better.)
- 2007-03-16 10:45:25下载
- 积分:1
-
Cognitive-radio
Cognitive Radio Comlete book
- 2014-08-30 01:59:50下载
- 积分:1
-
image-degneration-and-restoration
图像的退化与复原,有两种退化方式和多种复原方式(Image degradation and recovery, there are two degradation modes and a variety of recovery methods)
- 2013-05-13 21:34:05下载
- 积分:1
-
reweighted_least_squares
an algorithm for solving the "hot" compressed sensing problem. The file includes the matlab programme and a pdf document of the principle of the algorithm
- 2009-09-28 19:23:23下载
- 积分: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
-
communication-system-simulation
通信系统仿真远理与无线应用(作者willian H.tranter) 书内所用例题的Matlab代码(communication system simulation with wirless applications)
- 2014-02-21 18:38:45下载
- 积分:1