-
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
-
rbf
模型不确定的RBF网络逼近 matlab6.5编写(RBF network model of uncertainty close to the preparation of matlab6.5)
- 2009-03-30 10:25:13下载
- 积分:1
-
seismicToolbox
该工具包是适用于地震数据的时频分析的工具包,对地震数据处理人员非常有用.(The kit is suitable for time-frequency analysis of seismic data toolkit for seismic data processing staff is very useful.)
- 2010-07-26 10:58:39下载
- 积分:1
-
rtl
last time when i came here to find some clock references. but most of them can not works well. so this files works well on FPGA board.(last time when i came here to find some clock references. but most of them can not works well. so this works well on files FPGA board.)
- 2007-06-23 01:51:01下载
- 积分:1
-
fostrogradski
Implementation of Integration method Ostrogradski.
Function matlab.
- 2011-10-13 08:43:59下载
- 积分:1
-
nihe
主要介绍数据拟合的方法,是自己学习后整理出来的程序,欢迎下载!(The method focuses on data fitting, after sorting out their own learning program, welcome to download!)
- 2014-12-11 14:52:16下载
- 积分:1
-
p_train
MATLAB实现的核估计后验概率算法,输入训练集和窗函数带宽,得到坐标的概率估计(matlab ptrain)
- 2010-01-26 11:53:50下载
- 积分:1
-
vqsplit
This function is for training a codebook for vector quantization. The data set is split to two clusters, first, and the mean of each cluster is found (centroids). The disttance of each vector from these centroids is found and each vector is associated with a cluster. The mean of vectors of each cluster replaces the centroid first. If the total distance is not improved substantially, The centroids are each split to two. This goes on untill the required number of clusters is reached and the improvement is not substantial.
- 2011-02-03 23:01:09下载
- 积分:1
-
1
说明: 关于心电信号的各种滤波方法,IIR,FIR,空域相关,软硬阈值,基于IIR的自适应滤波等(the method for ECG denoising,such as IIR,FIR,spatial correlation,soft and hard threshold,based on IIR filter s adaptive filter)
- 2009-05-19 07:22:34下载
- 积分:1
-
RCLS
在最小二乘参数估计值的基础上,引进补偿项σW2C-1D Ø 0,则获得了参数的无偏估计。针对模型噪声来说,RCLS算法的适应能力比RLS更好。(In the least squares estimation parameters, on the basis of introduction of compensation term σ W2C- 1 d Ø 0, then get the parameters of the unbiased estimation. According to the model for noise, RCLS algorithm adaptive RLS better than.)
- 2012-12-28 15:57:51下载
- 积分:1