代码搜索:Capacity
找到约 2,190 项符合「Capacity」的源代码
代码结果 2,190
www.eeworm.com/read/350558/10732187
m capacity_data_users.m
clear all
for i=1:344;
n(i)=i;
t(i)=12.2*1024*200*(1-0.0029*n(i))+128*1024*n(i);
end
plot(n,t)
xlabel('数据业务用户数')
ylabel('容量(bps)')
www.eeworm.com/read/418731/10934070
txt data capacity of cds [tutorial].txt
Data Capacity of CDs [Tutorial]
Abstract
You can fit on a S/VCD without overburning:
- approx. 735 MB of MPEG data onto a 74min/650MB disc
- approx. 795 MB of MPEG data onto an 80min/700MB disc
www.eeworm.com/read/470619/6905110
m capacity_plot_main.m
function z=capacity_plot_main(M,corr,value,XPD,alpha,output)
%**************************************************************************
%This program works with "capacity_plot_main.m" file.Figs
www.eeworm.com/read/270427/7149163
m simulation_capacity_users.m
function [SNR] = simulation_capacity_users
% Shows the BER as a function of the number of users in the system
% AWGN channel
% single path
SNR = 8;
N = 16; % the length of spread code
T = 5000
www.eeworm.com/read/451487/7462881
m capacity_plot_main.m
function z=capacity_plot_main(M,corr,value,XPD,alpha,output)
%**************************************************************************
%This program works with "capacity_plot_main.m" file.Figs
www.eeworm.com/read/437170/7754036
pdf asymptotic capacity of infrastructure.pdf
www.eeworm.com/read/299955/7818796
m capacity_plot_main.m
function z=capacity_plot_main(M,corr,value,XPD,alpha,output)
%**************************************************************************
%This program works with "capacity_plot_main.m" file.Figs
www.eeworm.com/read/299946/7819405
m capacity_ccdf_batch.m
%% Channel Capacity of MIMO
%这是求ccdf的一个例子,得到的是信道容量的ccdf分布,即互补累计分布函数
clear;
clc;
Re_CorrelationMatrix=zeros(4,4);
for mm=1:4
Re_CorrelationMatrix(mm,mm)=1;
end
MyAngleSpread=5;
Capa
www.eeworm.com/read/314881/13557172
m capacity_plot_main.m
function z=capacity_plot_main(M,corr,value,XPD,alpha,output)
%**************************************************************************
%This program works with "capacity_plot_main.m" file.Figs
www.eeworm.com/read/431771/6311872
asv capacity_plot_main.asv
function z=capacity_plot_main(M,corr,value,XPD,alpha,output)
%**************************************************************************
%This program works with "capacity_plot_main.m" file.Figs