-
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
-
Calculator
这是在MATLAB7.0.1版本上实现的一个简单的模拟计算器的界面和功能的程序,主要给有一定基础的初学者提供参考,希望对大家有帮助。(This is the version at MATLAB7.0.1 on the implementation of a simple analog calculator function interface and procedures, the main foundation for the beginner must have a reference, in the hope that everyone has to help.)
- 2009-04-03 20:44:12下载
- 积分:1
-
yaoli1111
利用分步傅里叶方法计算光纤激光器输出脉冲光谱(The use of step-by-step Fourier method pulse fiber laser output spectrum)
- 2009-05-14 13:41:56下载
- 积分:1
-
qdtree-coding
this code descibe matlab code for quadtree decomposition in fractal image compression
- 2012-03-27 15:56:55下载
- 积分:1
-
BayesFisher
Bayes分类器和Fisher分类器的设计仿真(Bayesian classifier and Fisher classifier design simulation)
- 2006-08-16 16:42:01下载
- 积分:1
-
pi4dqpsk
pi/4-dqpsk 调制解调 的 matlab 仿真,通过srrc滤波器实现16倍的上采样(pi/4-dqpsk modulation and demodulation matlab simulation, through srrc filter to achieve 16 times the sampling)
- 2021-01-11 09:28:50下载
- 积分:1
-
SR_myex
软件无线电源代码,是<Telecommunication Breakdown>这本书的所有源代码,非常有参考价值.(matlab progroms for the book, <telecommunication breakdown>.)
- 2015-02-06 09:50:36下载
- 积分:1
-
duanshishiyuchuli
matlab写的语音短时时域处理的代码。
里面有详细的介绍和要求。(matlab written speech short time domain processing code)
- 2013-11-19 12:46:06下载
- 积分:1
-
Controller_designsimulink
he modeling equation of this system is
MD2X+bDX+kX = F
The transfer function between the displacement X(s) and the input F(s) then becomes
X(s) / F(s) = 1 / (Ms2 + bs +k)
- 2013-12-20 14:32:51下载
- 积分:1
-
MultiCarrierDigitalCommunicationsTheoryandApplica
Multi-Carrier Digital Communications Theory and Applications of OFDM
Second Edition
Multi-carrier modulation‚ Orthogonal Frequency Division Multiplexing
(OFDM) particularly‚ has been successfully applied to
a wide variety of digital communications applications over the past
several years. Although OFDM has been chosen as the physical layer
standard for a diversity of important systems‚ the theory‚ algorithms‚
and implementation techniques remain subjects of current interest.
This is clear from the high volume of papers appearing in technical
journals and conferences.
Multi-carrier modulation continues to evolve rapidly. It is hoped
that this book will remain a valuable summary of the technology‚ providing
an understanding of new advances as well as the present core
technology.
- 2010-06-09 06:39:32下载
- 积分:1