代码搜索:Capacity
找到约 2,190 项符合「Capacity」的源代码
代码结果 2,190
www.eeworm.com/read/355209/10285420
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/355209/10285423
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/425367/10360346
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/350558/10732184
m capacity_distance.m
clear all
B=10000;
r0=10000;
for i=1:30;
r(i)=i-0.9;
c(i)=B*log(1+r0/r(i)^4)/log(2);
end
plot(r,c)
xlabel('距离(m)')
ylabel('容量(bps)')
www.eeworm.com/read/349632/10810438
m capacity_mimo.m
clear all;
M=5;K=5;P=1:100:1001;
C=M*log2(1+P);
plot(10*log10(P),C)
www.eeworm.com/read/470619/6905106
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/470619/6905108
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/470619/6905109
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/455223/7375772