-
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
-
read_grd2
将弹性波模拟得到的grd格式的数据读取到matlab中,可以读取二进制格式和ASCII格式的数据。(read*.grd files into matlab)
- 2012-04-10 17:20:02下载
- 积分:1
-
MultiScale_Structural_Similarity_Index
需要参考图像的图像质量评测算法(MS-SSIM)(Multi-Scale Structural Similarity Index (MS-SSIM). )
- 2010-10-28 23:16:56下载
- 积分:1
-
zishiying
是一个自适应滤波器程序,用matlab编写,简单易用,大家试试哦(Is an adaptive filter program, written in matlab, easy to use, you try oh
)
- 2015-01-28 09:56:26下载
- 积分:1
-
endpointdetecting(matlab)
语音端点检测,有助于除去语音信号中的噪音部分,留下有用的携带信息的部分,有利于提取其中有用的语音特征参数,从而提高识别率。(Endpoint detection, helps remove the noise part of the speech signal, leaving useful information-bearing part, is conducive to extract the speech feature useful to improve the recognition rate.)
- 2010-10-21 21:16:43下载
- 积分:1
-
mls拟合
说明: 移动最小二乘的MATLAB程序 用于简单的散点曲线拟合(MATLAB Program of Moving Least Squares for Simple Spot Curve Fitting)
- 2019-04-02 11:59:03下载
- 积分:1
-
径向基函数网络与反馈网络
说明: 关于径向基函数神经网络、两个典型的反馈神经网络Hopfield网络、Elman网络的简单示例,适合初学者掌握径向基函数网络和反馈网络的神经网络工具箱函数,为全面学习这两类网络打下基础。(The simple examples of radial basis function neural network, two typical feedback neural networks Hopfield network and Elman network are suitable for beginners to master the neural network toolbox functions of radial basis function network and feedback network, which lays a foundation for comprehensive learning of these two types of networks.)
- 2020-01-11 21:07:54下载
- 积分:1
-
rainflow
雨流计数法,采用时间轴转成竖直向下,然后依据下雨流水的模式计算各极值,形成局部循环(Rain-flow counting method, using the timeline into a vertically downward, and then based on the pattern of rain water each extremal form a partial circle)
- 2008-06-04 21:52:43下载
- 积分:1
-
Neural-network-design-of-source
说明: 各种神经网络设计的源码,通过MATLAB验证
(The source of various neural network design, verification by MATLAB)
- 2010-04-12 20:17:41下载
- 积分:1
-
RSana
使用rescaled range analysis 算 hurst指数(use rescaled range analysis to calculate hurst)
- 2013-03-03 23:55:42下载
- 积分:1