-
jpeg-code-matlab
JPEG matlab code each and every function commented
- 2011-04-27 12:30:46下载
- 积分:1
-
GUI
gui编程实例,内含35个实例,并有pdf说明介绍各例子(35 matlab examples of GUI)
- 2011-06-30 10:13:09下载
- 积分:1
-
GPIB
GPIB material881234231
- 2010-05-15 22:41:20下载
- 积分:1
-
相关干涉仪测向方法的matlab仿真
程序为相关干涉仪测向方法的matlab仿真。以5元圆天线阵列为接收阵列,计算两元间的相位差,形成标准库,并通过相关的方式测得信号来波方向。运行untitled1,输入相关参数即可实现功能(Matlab simulation of the method of correlation interferometer direction finding. With 5 element circular array antenna for receiving array to calculate phase difference between two dollars, forming the standard library, and by means of the measured signal direction of arrival. Run untitled1, input the relevant parameters to achieve the function)
- 2021-01-04 09:58:56下载
- 积分:1
-
matlabfunction
这是一本对MATLAB函数语句进行说明的一本电子书(This is one pairs of MATLAB statements illustrate the function of an e-book)
- 2009-12-06 22:57:02下载
- 积分:1
-
Smart-Antenna-Codes-of-MATLAB
智能天线Matlab版的全部源代码,大家可以进行参考,以便更好的学习和互相交流。(Smart Antenna Matlab version of the full source code, we can refer to, in order to better learn and interact with each other.)
- 2020-12-06 16:29:22下载
- 积分:1
-
LTE-phy_modeling-Macro-Femto
这是我们做的LTE 物理层系统仿真模型及宏蜂窝 微蜂窝的仿真Macro和Femto两方面功能(This is what we do LTE physical layer system simulation model and simulation Macro macrocell and microcell Femto two functions)
- 2014-04-05 11:02:28下载
- 积分:1
-
Genetic
说明: 使用GA遗传优化算法优化RBF-BP网络,提高精度(Using GA to optimize RBF BP network)
- 2019-12-03 16:01:11下载
- 积分:1
-
bp
说明: 电子血压计的显示程序,用MATLAB编写()
- 2007-08-27 09:02:24下载
- 积分:1
-
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