代码搜索:CAPACITY
找到约 2,190 项符合「CAPACITY」的源代码
代码结果 2,190
www.eeworm.com/read/453655/7415815
m capacity_4.m
clear
%%%%%%%%%%%%%%%%%%%%%%%%%%% 4x4
Nt=4;
Nr=4;
max_snr=30;
c44=zeros(1,max_snr+1);
H=RayleighCH(Nr,Nt);
w=H*H';
u=eye(Nr,Nr);
for snr_in_db=0:max_snr
SNR=10^(snr_in_db/10);
v=u+w/Nt*SNR;
delt=d
www.eeworm.com/read/453655/7415820
m capacity_2.m
clear
%%%%%%%%%%%%%%%%%%%%%%%%%%% 2x2
Nt=2;
Nr=2;
max_snr=30;
c22=zeros(1,max_snr+1);
H=RayleighCH(Nr,Nt);
w=H*H';
u=eye(Nr,Nr);
for snr_in_db=0:max_snr
SNR=10^(snr_in_db/10);
v=u+w/Nt*SNR;
delt=d
www.eeworm.com/read/451487/7462877
m capacity_plot.m
function output=capacity_plot(SNR,M,corr,value,XPD,alpha,output)
%*********************************************************************
%This program works with "capacity_plot_main.m" file.Figs
%
www.eeworm.com/read/451487/7462879
m capacity_water.m
function output=capacity_water(SNR,M)
%**************************************************************************
%This program implements equation (2.26) using the waterfilling
%algorithm.The eq
www.eeworm.com/read/451487/7462880
m capacity_rician.m
function outage=capacity_rician(SNR,M,k,output)
%**************************************************************************
%This program illustrates the coding for determining the capacity in the
www.eeworm.com/read/299955/7818787
m capacity_plot.m
function output=capacity_plot(SNR,M,corr,value,XPD,alpha,output)
%*********************************************************************
%This program works with "capacity_plot_main.m" file.Figs
%
www.eeworm.com/read/299955/7818793
m capacity_water.m
function output=capacity_water(SNR,M)
%**************************************************************************
%This program implements equation (2.26) using the waterfilling
%algorithm.The eq
www.eeworm.com/read/299955/7818794
m capacity_rician.m
function outage=capacity_rician(SNR,M,k,output)
%**************************************************************************
%This program illustrates the coding for determining the capacity in the
www.eeworm.com/read/299946/7819369
m capacity_ccdf.m
%% Channel Capacity of MIMO
%quad(fun,a,b)函数是对表达式fun在a到b的范围内积分
temp=MyAngleSpread/2/180*pi;%这是把扩展角的一半转换成弧度的形式,后面作为扩展角积分的范围
Coefficient_1_2=quad(@CorrCoe_1d,-temp,temp)/2/temp; %在扩展角范围内进行积分,得到
C
www.eeworm.com/read/298994/7901103
m capacity_33.m
%clear all
%clc
hold on
Nr=3;
Nt=Nr;
t=10;
[corrRT]=mimo_channel(Nr, Nt,t);
[power]=generator_power(Nr);
T=corrRT.*power;
C=chol(T);
N=500;
w1=randn(1,N);
w2=randn(1,N);
w3=randn(1,N);
w