-
利用morlet小波变换提取小波脊线,进而利用小波脊线完成2FSK解调...
利用morlet小波变换提取小波脊线,进而利用小波脊线完成2FSK解调-the demodulation of 2FSK signal
- 2022-01-28 21:00:05下载
- 积分:1
-
Packet
C51 写的 SX12xx 驱动程序(The C51 write the SX12xx of driver)
- 2012-06-07 16:14:59下载
- 积分:1
-
本代码是基于labview的UDP点对点通信程序,已经在局域网内测试通过...
本代码是基于labview的UDP点对点通信程序,已经在局域网内测试通过-The code is based on the LabVIEW UDP peer-to-peer communication program has been tested in the LAN
- 2023-03-19 22:55:03下载
- 积分:1
-
7f48ffc14c827dc8a61609f9b83f2b40
wince 下的C++画图程序,可看一下(C++ drawing program under wince)
- 2018-02-26 09:23:20下载
- 积分:1
-
average
用于批量多组向量求平均,平均光谱个数必须是相等的,如所有光谱每三个求一个平均(The average number of spectra must be equal for each batch of vectors, such as the average of every three of them)
- 2017-11-09 10:22:52下载
- 积分:1
-
密码算法库的用户界面
Crypto Library User Interface
- 2023-06-03 17:20:03下载
- 积分:1
-
use of SolidWorks in the secondary development. Is a standard part of a thread a...
使用VB对SolidWorks进行的二次开发。主要是建立了一个螺纹标准件库以及螺纹计算方法。-use of SolidWorks in the secondary development. Is a standard part of a thread and the thread is calculated.
- 2022-05-28 11:02:32下载
- 积分:1
-
IRST_Intel_Skylake_Win10_64_VER14501081
说明: IRST_Intel_Skylake_Win10_64_VER14501081
- 2019-05-08 13:55:14下载
- 积分:1
-
lid-driver
说明: D2G9模型,(D2g9 model,)
- 2021-04-23 23:38:48下载
- 积分: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