代码搜索:Capacity
找到约 2,190 项符合「Capacity」的源代码
代码结果 2,190
www.eeworm.com/read/491039/6439411
txt readme.txt
This chapter contains sample programs for determining capacity. The reader is advised to go through the coding. The
file "capacity_water.m" is for measuring the waterfilling capacity. It should be ma
www.eeworm.com/read/342210/12034874
txt readme.txt
This chapter contains sample programs for determining capacity. The reader is advised to go through the coding. The
file "capacity_water.m" is for measuring the waterfilling capacity. It should be ma
www.eeworm.com/read/342210/12035169
txt readme.txt
This chapter contains sample programs for determining capacity. The reader is advised to go through the coding. The
file "capacity_water.m" is for measuring the waterfilling capacity. It should be ma
www.eeworm.com/read/337087/12392238
txt readme.txt
This chapter contains sample programs for determining capacity. The reader is advised to go through the coding. The
file "capacity_water.m" is for measuring the waterfilling capacity. It should be ma
www.eeworm.com/read/414146/11126249
txt readme.txt
This chapter contains sample programs for determining capacity. The reader is advised to go through the coding. The
file "capacity_water.m" is for measuring the waterfilling capacity. It should be ma
www.eeworm.com/read/203304/15362696
txt readme.txt
This chapter contains sample programs for determining capacity. The reader is advised to go through the coding. The
file "capacity_water.m" is for measuring the waterfilling capacity. It should be ma
www.eeworm.com/read/203104/15365456
txt readme.txt
This chapter contains sample programs for determining capacity. The reader is advised to go through the coding. The
file "capacity_water.m" is for measuring the waterfilling capacity. It should be ma
www.eeworm.com/read/161559/5551254
sgml endpointconfig.sgml
Per-Endpoint Configuration
In addition to the standard configuration file options, per-endpoint configuration
settings can be specified in the config file. The syntax i
www.eeworm.com/read/431770/8655328
m tu2_10.m
SNR=0:20;
% SNR=[0.0001,SNR];
M=4;
k=0.8;
for i=1:length(SNR)
output1(i)=capacity_water(SNR(i),M);
output2(i)=capacity_rician(SNR(i),M,k,'out');
end
plot(SNR,output1,'b-^',SNR,output2,'k-^');
www.eeworm.com/read/431770/8655340
m tu2_8.m
SNR=0:10;
% SNR=[0.0001,SNR];
M=4;
k=0.8;
for i=1:length(SNR)
output1(i)=capacity_water(SNR(i),M);
output2(i)=capacity_rician(SNR(i),M,k,'erg');
end
plot(SNR,output1,'b-^',SNR,output2,'k-^');