-
For2008a
ACOUNT: 用于A 方向灯的时间显示,8 位,可驱动两个数码管;
BCOUNT: 用于B 方向灯的时间显示,8 位,可驱动两个数码管。*/
module traffic(CLK,EN,LAMPA,LAMPB,ACOUNT,BCOUNT)
output[7:0] ACOUNT,BCOUNT
(reg[7:0] numa,numb
reg tempa,tempb
reg[2:0] counta,countb
reg[7:0] ared,ayellow,agreen,aleft,bred,byellow,bgreen,bleft
reg[3:0] LAMPA,LAMPB
always @(EN)
if(!EN)
)
- 2010-06-23 14:39:58下载
- 积分:1
-
SCA
用于自适应盲均衡的自适应变模SCA算法,具有良好的性能.(Adaptive blind equalization for Adaptive Variable modulus SCA algorithm has good performance.)
- 2008-08-25 15:57:59下载
- 积分:1
-
ensemblekfilter
在此代码所使用的算法是从以下引用:
S Gillijns等人“什么是集合卡尔曼滤波和它工作得如何?“
2006年美国电力系统及其控制会议,明尼阿波利斯,美国明尼苏达州六月14-16,2006,页4448-4453。(The algorithm used in this code is referenced from the following:
S Gillijns et al "What Is the Ensemble Kalman Filter and How Well Does it Work?"
Proceedings of the 2006 American Control Conference, Minneapolis, Minnesota, USA, June 14-16, 2006, pp 4448-4453.)
- 2011-05-15 17:54:12下载
- 积分:1
-
ppzkpnkr
是路径规划的实用方法,基于欧几里得距离的聚类分析,时间序列数据分析中的梅林变换工具,最小二乘回归分析算法,通过反复训练模板能有较高的识别率,IMC-PID是利用内模控制原理来对PID参数进行计算,基于SVPWM的三电平逆变的matlab仿真,包括面积、周长、矩形度、伸长度。( Is a practical method of path planning, Clustering analysis based on Euclidean distance, Time series data analysis Mellin transform tool, Least-squares regression analysis algorithm, Through repeated training XxaYeFylate have higher recognition rate, The IMC- PID is using the internal model control principle for PID parameters is calculated, Based on SVPWM three-level inverter matlab simulation, Including the area, perimeter, rectangular, elongation.)
- 2020-06-28 17:00:01下载
- 积分:1
-
mianzhen
雷达面阵的波束形成及三维的波束指向图
Beamforming radar plane and three-dimensional array beam pointing Figure
- 2020-07-04 06:40:01下载
- 积分:1
-
zishiying
MATLAB最陡下降法自适应滤波器的数据,以及处理程序·(MATLAB method of steepest descent adaptive filter data, and processing)
- 2010-12-27 14:22:01下载
- 积分:1
-
hyperspectral-data-processing
高光谱数据处理基本算法,异常点检测,端元提取,丰度图K均值聚类,PCA算法(anomalydetection endmemberExtraction Kmeansclustering by abundancemap PCA NAPCA)
- 2011-11-21 20:06:47下载
- 积分:1
-
Robust.Adaptive.Beamforming
李建等写的鲁棒自适应波束形成,电子书,pdf格式,英文版。介绍了各种自适应波束形成算法(Li and other written robust adaptive beamforming, e-books, pdf format, in English. Describes the various adaptive beamforming algorithms)
- 2013-12-19 22:10:07下载
- 积分:1
-
CCodes
二进制编码的简单遗传算法的C语言源程序,很少的C语言优化算法程序(Binary-coded genetic algorithm simple C-language source code, very few of the C language program optimization algorithm)
- 2007-09-28 15:11:15下载
- 积分:1
-
QAMModem
这个程序主要是实现QAM的调制和解调的过程。(This procedure is mainly the implementation QAM modulation and demodulation process.)
- 2009-03-07 21:37:40下载
- 积分:1