-
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
-
gaotong
高通滤波器实现,可用于小目标检测,效果还不错,对于初学者很有帮助(High-pass filter can be used for small target detection, the results were good, very helpful for beginners)
- 2010-07-02 10:24:37下载
- 积分:1
-
ind2rgb
说明: 将索引图像图像转换为RGB图像,输入包括图像矩阵和颜色图数组(The index image image image converted to RGB input, including an array of image matrix and color map)
- 2010-04-26 20:39:33下载
- 积分:1
-
AnalogModulation
说明: 仿真模拟信号,并提取瞬时信息的算法,通过实践可以哦(Simulation signals, and extract the instantaneous information algorithm, through practice you can Oh)
- 2011-02-25 20:53:37下载
- 积分:1
-
the-harmonic-detecting-method
说明: 提出了一种综合采用ButterWorth低通滤波器和平均值低通滤
波器的低通滤波器设计新方法.
(Presents a comprehensive low-pass filter and using ButterWorth average low-pass filter low-pass filter design of the new method.)
- 2011-03-09 21:36:46下载
- 积分:1
-
ColorInvariance
自己做的程序中的一部分,颜色不变量模型的实现,一个函数(Own program part, color invariant model for the realization of a function)
- 2013-01-22 11:05:30下载
- 积分:1
-
caiyang
利用采样得到的多组数据,绘制出采样点的三维立体图形。(The use of multiple sets of sampled data, draw samples of the three-dimensional graphics.)
- 2011-09-10 23:34:24下载
- 积分:1
-
filter
各种滤波器大全,FIR,自适应,IIR等。(Daquan various filters, FIR, adaptive, IIR and so on.)
- 2011-10-07 02:34:09下载
- 积分:1
-
PLL_theta
PLL锁相环的角度生成问题,角度的代入运算前的修正问题,总算是解决了!(PLL PLL angle generation problem, the angle of substitution before the operation to fix the problem, finally solved!)
- 2014-08-26 14:46:33下载
- 积分:1
-
FSK
根据2FSK调制器与解调器的组成原理,设计出整个2FSK传输系统的实现方案与电路(Based on composition theory 2FSK modulator and demodulator, the entire design implementation and circuit transmission system 2FSK)
- 2014-01-06 18:49:53下载
- 积分:1