-
Microchip
Microchip - PICDEM 2 PLUS
Use C18 Compiler to woking with LCD-Microchip- PICDEM 2 PLUS
Use C18 Compiler to woking with LCD
- 2022-10-22 20:30:04下载
- 积分:1
-
编译原理NFA到DFA的转换源码
编译原理NFA到DFA的转换源码-compiler theory NFA to the DFA source conversion
- 2022-04-30 00:29:25下载
- 积分:1
-
MATLAB牛顿法求解非线性方程组 源程序代码
matlab中只有fsolve求解非线性方程组的方法,求解其他非线性方程组需要自己编程(In matlab, only fsolve solves nonlinear equations. To solve other nonlinear equations, you need to program yourself.)
- 2018-10-27 13:26:51下载
- 积分: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
-
oscilloscope
说明: 一个用LabVIEW编写的模拟示波器程序,有很好看的界面哦(An analog oscilloscope program written by LabVIEW has a good interface.)
- 2019-04-25 13:28:14下载
- 积分:1
-
java版本的迷宫游戏
也可以自动设置迷宫图案
java版本的迷宫游戏
也可以自动设置迷宫图案-java version of the maze game can also be automatically set up a maze pattern
- 2022-03-18 03:02:03下载
- 积分:1
-
手机版俄罗斯方块,在展讯平台上调试通过。使用方便 支持触摸屏...
手机版俄罗斯方块,在展讯平台上调试通过。使用方便 支持触摸屏-Mobile phone version of Tetris in Spreadtrum platform debugging through. Supporting user-friendly touch screen
- 2022-04-30 23:05:24下载
- 积分:1
-
100种Java算法源码大全
Java算法大全,收集了近100种Java常见算法代码实例,绝对值得收藏的Java源码资料,包括了各种算法的运用实例源码,尤其是编程新手,更需要这些算法资料。
- 2022-05-21 17:58:44下载
- 积分:1
-
Student Information Management System for C language programming, including data...
学籍信息管理系统C语言编程,包含数据录入,读取删除,添加,排序等功能-Student Information Management System for C language programming, including data entry, read, delete, add, sorting and other functions
- 2022-01-26 02:53:39下载
- 积分:1
-
dianzinaozhong
电子闹钟实现两个闹钟时间的设置,和闹铃,结合音乐的奏乐(Alarm Clock HD Pro )
- 2012-08-07 14:05:01下载
- 积分:1