代码搜索:Capacity
找到约 2,190 项符合「Capacity」的源代码
代码结果 2,190
www.eeworm.com/read/203104/15365458
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/203104/15365460
asv capacity_plot.asv
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/390607/8457207
h heat_capacity_ratio.h
//---------------------------------------------------------------------------
// Project: FlowLive
// Module: thermo
/*!\file heat_capacity_ratio.h
\brief
www.eeworm.com/read/431770/8655330
asv capacity_plot_main.asv
function z=capacity(M,corr,value,XPD,alpha,output)
%**************************************************************************
%This program works with "capacity_plot_main.m" file.Figs
%2.6,2.7,2
www.eeworm.com/read/285659/8825201
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/183383/9160660
m capacity_ccdf_batch.m
%% Channel Capacity of MIMO
clear;
clc;
Re_CorrelationMatrix=zeros(4,4);
for mm=1:4
Re_CorrelationMatrix(mm,mm)=1;
end
MyAngleSpread=5;
Capacity_ccdf;
XXX=0:0.1:7;
plot (XXX,ccd
www.eeworm.com/read/355209/10285427
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/421857/10689212
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/421857/10691318
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/350558/10732177
m capacity_voice_users.m
clear all
for i=1:200;
n(i)=i;
t(i)=n(i)*12.2*1024+(1-0.005*n(i))*128*1024/0.0029;
end
plot(n,t)
xlabel('语音用户数')
ylabel('容量(bps)')