-
LLC
simulink设计的一个简单的LLC仿真,初学者可以借鉴(Simulink design of a simple LLC simulation, beginners can draw on)
- 2020-09-23 17:07:50下载
- 积分:1
-
C语言编程产生离散单元斜边序列,序列的门…
用C语言编程产生离散单位斜边序列、门序列、指数衰减序列,实现三者卷积,并在显示器上观察到相关序列或卷积的图形。比较经典的卷积C源码-C language programming produce discrete units hypotenuse sequence, the gate sequence, exponential decay sequence, the realization of the three convolution, and observed in the display sequence, or convolution-related graphics.This is the classical convolution C original code
- 2022-02-02 22:38:30下载
- 积分:1
-
2G压成64K的剧作。
很强筋,一般的计算机就可以播放,全3D效果。彗星撞地球。...
2G压成64K的剧作。
很强筋,一般的计算机就可以播放,全3D效果。彗星撞地球。-2G pressure into play 64K. Very strong gluten, the average computer can play, full 3D effect.彗星撞地球.
- 2022-03-15 18:28:33下载
- 积分:1
-
太赫兹
说明: 对太赫兹的性能进行了仿真比较,适合对比着学习(The performance of terahertz is simulated and compared, which is suitable for comparative learning)
- 2021-03-19 17:38:12下载
- 积分:1
-
Gerber_bare pcb_20190710110627
说明: sch knock sensor module
- 2020-06-24 01:00:02下载
- 积分:1
-
常用晶振封装PCB
AD环境下常用有源晶振的原理图库和封装库(AD environment commonly used active crystal package library and schematic library)
- 2017-12-12 09:53:58下载
- 积分: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
-
数字滤波器 labview程序
数字滤波器 labview程序-Digital Filter
- 2022-02-13 17:20:33下载
- 积分:1
-
用VC++编写c++源程序,正则表达式,链表实现
用VC++编写c++源程序,正则表达式,链表实现
-Using VC to prepare c source code, regular expressions, realize List
- 2022-10-06 21:45:02下载
- 积分:1
-
快速固定
fast fixed-point ICA算法的Matlab实现-fast fixed-point algorithms ICA Matlab
- 2022-02-14 09:24:48下载
- 积分:1