代码搜索:IP
找到约 10,000 项符合「IP」的源代码
代码结果 10,000
www.eeworm.com/read/323950/13306839
m ip_08_10.m
% MATLAB script for Illustrative Problem 8.10.
[p_err_ha,gamma_b]=p_e_hd_a(10,16,11,15,3);
semilogy(gamma_b,p_err_ha)
www.eeworm.com/read/323950/13306842
m ip_08_05.m
% MATLAB script for Illustrative Problem 8.5.
echo off
w=[1:5:20,25:20:100,130:50:300,400:100:1000,1250:250:5000,5500:500:10000];
pn0_db=[-20:1:30];
pn0=10.^(pn0_db/10);
for i=1:45
for j=1:51
www.eeworm.com/read/323950/13306856
m ip_08_06.m
% MATLAB script for Illustrative Problem 8.6.
echo on
p_db=[-20:1:20];
np_db=p_db;
p=10.^(p_db/10);
np=p;
for i=1:41
for j=1:41
c(i,j)=0.5*log2(1+p(i)/np(j));
echo off ;
end
en
www.eeworm.com/read/323950/13306862
m ip_08_11.m
% MATLAB script for Illustrative Problem 8.11.
echo on
gamma_b_db=[-4:1:14];
gamma_b=10.^(gamma_b_db/10);
qq=q(sqrt(0.733.*gamma_b));
p_err=2047*qq.^2.*(3-2.*qq);
pause % Press a key to see p_e
www.eeworm.com/read/323949/13306878
m ip_09_05.m
% MATLAB script for Illustrative Problem 9.5.
echo on
% First determine the maximal length shift-register sequences.
% Assume the initial shift-register content as "00001".
connections1=[1 0 1 0 0
www.eeworm.com/read/323949/13306888
m ip_09_06.m
% MATLAB script for Illustrative Problem 9.6.
echo on
rho_b1=0:5:35; % rho in dB for the simulated error rate
rho_b2=0:0.1:35; % rho in dB for theoretical error rate computation
www.eeworm.com/read/323949/13306899
m ip_09_07.m
% MATLAB scripit for Illustrative Problem 9.7.
echo on
rho_b=0:2:24; % rho in dB
for i=1:length(rho_b),
smld_err_prb(i)=ss_Pe97(rho_b(i)); % simulated error rate
e
www.eeworm.com/read/323949/13306905
m ip_09_04.m
% MATLAB script for Illustrative Problem 9.4.
echo on
Lc=20; % number of chips per bit
A1=3; % amplitude of the first sinusoidal interference
A2=7; % amplitude of the second sinu
www.eeworm.com/read/238869/13317899
vbp 获取本机ip地址.vbp
Type=Exe
Form=Form1.frm
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINNT\system32\stdole2.tlb#OLE Automation
IconForm="Form1"
Startup="Form1"
HelpFile=""
Title="获取本机ip地址"
ExeN
www.eeworm.com/read/238869/13317906