-
Achieving point by point comparison of the assembler for 8031 micro
实现逐点比较法的汇编程序,适用于8031单片机-Achieving point by point comparison of the assembler for 8031 micro-
- 2022-06-21 22:03:39下载
- 积分:1
-
自动配色
说明: 自动配色印花行业自动配色软件,一流技术水平,很方便(Automatic color matching software in automatic color matching printing industry, first-class technical level, very convenient)
- 2019-03-19 12:34:00下载
- 积分:1
-
AT24C02 EEPROM
在此代码中,我们发现如何写入和读取从 AT24C02,是两线汽车串行 EEPROM
它也是有用的 AT24C01A/04/08/16,只需要改变设备地址
- 2023-09-03 03:50:03下载
- 积分:1
-
一个VC++串口通讯类调用实例
一个VC++串口通讯类调用实例,我的电脑不知何故为打开串口失败,如果成功的话,会有提示,并将文本框中的一段落发送到串口,进行数据通信,可能是我的电脑有问题,里面的串口操作类可用在其它的VC++应用程序中。
- 2022-03-04 22:47:18下载
- 积分:1
-
breakout
game of breakout for nitendo GBA platform(breakout on for nitendo GBA platform)
- 2011-08-23 21:49:13下载
- 积分:1
-
在本案例中所描述的源代码比300行的限制,我..
本例的源描述超过了演示版限制的300行,
如果您需要对其进行编译与模拟,请与北京理工大学
ASIC研究所联系,获取Talent系统的完全版本.
联系方法:
电话:010-68912434
信函:北京理工大学ASIC研究所 刘明业 教授收
邮编:100081-The source described in this case than the demo version of the 300 line limit, if you need to be compiled with the simulation, please contact ASIC Institute of Beijing Institute of Technology to obtain the complete version of Talent system. Contact: Tel :010-68912434 letter : Research Institute of Beijing Institute of Technology Professor Liu Mingye ASIC received Postcode: 100081
- 2022-04-29 11:36:49下载
- 积分:1
-
aToI
这是一个工程,包括了所有组成aToI 应用的文件。可以直接在编译器里运行。(This file contains a summary of what you will find in each of the files that
make up your aToI application.)
- 2011-05-20 08:06:56下载
- 积分:1
-
ET199改客户号和ATR
说明: 修改ET199锁的客户号和ATR值,适用于模拟的ET199锁。(Modify the customer number and ATR of ET199 lock)
- 2019-04-10 09:03:33下载
- 积分:1
-
09-MIMO系统容量仿真程序
说明: function C=capacity(SNR,Nt,Nr)
%SNR=0; %定义信噪比为0HZ
A=10^(SNR/10); %信噪比的单位转换关系式
Im=eye(min(Nr,Nt)); %这里的"1"为发射天线和接收天线两者数目少的根数
sum=0; %初始化sum为0
for i=1:10000 %程序循环10000次
H=randn(Nr,Nt); %产生高斯信号源
if Nr<Nt
Q=H*H'; %求威沙特矩阵
else
Q=H'*H;
end
sum=sum+log2(det(Im+A*Q/Nt)); %10000次循环得到的信道容量总和
end
C=sum/10000 %10000次循环的平均值(function C=capacity(SNR,Nt,Nr)
%SNR = 0;% defines SNR as 0Hz
A = 10 ^ (SNR / 10);% s / N unit conversion relation
Im = eye (min (NR, NT));% here "1" is the number of the less number of transmitting antenna and receiving antenna
Sum = 0;% initialize sum to 0
For I = 1:10000% program cycles 10000 times
H = randn (NR, NT);% produces Gaussian signal source
if Nr<Nt
Q = h * H ';% to find the weissard matrix
else
Q=H'*H;
End
Sum = sum + log2 (DET (IM + A * q / NT));% sum of channel capacity from 10000 cycles
End
C = sum / 10000% average of 10000 cycles)
- 2020-09-12 04:39:02下载
- 积分:1
-
will automatically delete the directory of debug
will automatically delete the directory of debug
- 2022-08-08 18:47:59下载
- 积分:1