-
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
-
OOK_NonCoherent_ThresholdChoice
Threshold choice of non-coherent detection of on=-off keying (OOK) signal
- 2013-07-26 19:20:49下载
- 积分:1
-
ATGP
Matlab中的高光谱图像中的端元提取算法(An algorithm for the extraction of the end elements in hyperspectral images in MATLAB by Liuliu)
- 2021-04-19 20:18:51下载
- 积分:1
-
peizhun
一,
GUI界面,proj.m
图片选择窗口,testListBoxlj.m
二,最优化算法
PSO.m
POWELL.m
三,互信息尺度
MI.m
EMI.m
RMI.m
HiMI.m
GMI.m
FPMI.m
四,POWELL.m附属子程序
oneDimSearch.m
五,PSO.m附属子程序
myMI.m
六,配准结果检验程序
restore.m
七,
gobad.m对图像进行“平移”和“旋转”(First, GUI interface, proj.m picture selection window, testListBoxlj.m II optimization algorithm PSO.mPOWELL.m three or four MI.mEMI.mRMI.mHiMI.mGMI.mFPMI.m-scale mutual information, POWELL.m subsidiary sub- oneDimSearch.m five procedures, PSO.m subsidiary Subroutine myMI.m six, matching the results of testing procedures restore.m 7, gobad.m images )
- 2007-10-21 07:31:39下载
- 积分:1
-
OFDM_Final_Report
说明: 此PDF为一关于OFDM的文章,相当不错,而且带有实现的matlab程序。(here for a PDF of the article OFDM, which is pretty good, but with the realization of Matlab procedures.)
- 2006-05-13 22:54:38下载
- 积分:1
-
Leach
说明: leach算法的matlab源码实现,可以实现matlab环境下leach算法仿真,并且说明仿真结果
(the performance of leach arithmetic in matlab)
- 2011-04-17 13:27:30下载
- 积分:1
-
addadaadadadadadadadadadad
Under the assumption of absolutely no deterministic knowledge about the signal X(n), i.e., we assume that we know only the average power in the signal. In this case the optimal detector is energy detector or radiometer can be represented as [23]
- 2012-09-25 13:55:19下载
- 积分:1
-
PVmodel
MATLAB的光伏电池模型——采用MATLAB/simulink搭建的光伏电池模型(MATLAB PV cell model)
- 2012-11-09 16:05:25下载
- 积分:1
-
PID
本程序为《先进PID算法及其MATLAB实现》的matlab程序,验证好使(This program is the " advanced PID algorithm and MATLAB to achieve" the matlab program, verification so that)
- 2010-10-12 17:00:05下载
- 积分:1
-
parallel-asynchronous-pso_05
包括:用基本粒子群算法求解无约束优化问题,用带压缩因子的粒子群算法求解无约束优化问题,用线性递减权重粒子群优化算法求解无约束优化问题,用自适应权重粒子群优化算法求解无约束优化问题,用随机权重粒子群优化算法求解无约束优化问题,用学习因子同步变化的粒子群优化算法求解无约束优化问题,用学习因子异步变化的粒子群优化算法求解无约束优化问题,用二阶粒子群优化算法求解无约束优化问题,用二阶振荡粒子群优化算法求解无约束优化问题(Include: using the particle swarm algorithm for unconstrained optimization problems, with compression factor of particle swarm algorithm for solving unconstrained optimization problem with linear decreasing weight particle swarm optimization for unconstrained optimization problems, an adaptive weight particle swarm optimization unconstrained optimization problems, random weight particle swarm optimization algorithm for unconstrained optimization problems, with the learning factor synchronous change of particle swarm optimization algorithm for unconstrained optimization problems, with the learning factor asynchronous changes in particle swarm optimization algorithm for solving unconstrained optimization problem , with the second particle swarm optimization for unconstrained optimization problems, with the second-order oscillating particle swarm optimization algorithm for unconstrained optimization problem)
- 2011-04-25 13:30:49下载
- 积分:1