代码搜索:IP

找到约 10,000 项符合「IP」的源代码

代码结果 10,000
www.eeworm.com/read/321160/13411619

m ip_09_05.m

% MATLAB script for Illustrative Problem 5, Chapter 9. echo on % first determine the maximal length shift register sequences % We'll take the initial shift register content as "00001". connections1=[1
www.eeworm.com/read/321160/13411623

m ip_09_06.m

% MATLAB script for Illustrative Problem 6, Chapter 9. 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 compu
www.eeworm.com/read/321160/13411626

m ip_09_07.m

% MATLAB scripit for Illustrative Problem 7, Chapter 9. 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
www.eeworm.com/read/321160/13411628

m ip_09_04.m

% MATLAB script for Illustrative Problem 4, Chapter 9. echo on Lc=20; % Number of chips per bit A1=3; % amplitude of the first sinusoidal interference A2=7; % amplitude of the second
www.eeworm.com/read/321050/13412777

m ip_02_03.m

% MATLAB script for Illustrative Problem 2.3. clear echo on rho=0.95; X0=0; N=1000; X=gaus_mar(X0,rho,N); M=50; Rx=rx_est(X,M); %
www.eeworm.com/read/321050/13412780

m ip_08_01.m

% MATLAB script for Illustrative Problem 8.1. clear echo on gamma_db=[-20:0.1:20]; gamma=10.^(gamma_db./10); p_error=q(sqrt(2.*gamma)); capacity=1.-entropy2(p_error); pause % Press a key to se
www.eeworm.com/read/321050/13412781

m ip_07_03.m

% MATLAB script for Illustrative Problem 7.3. clear echo on SNRindB1=0:2:10; SNRindB2=0:0.1:10; for i=1:length(SNRindB1), [pb,ps]=cm_sm32(SNRindB1(i)); % simulated bit and symbol error rat
www.eeworm.com/read/321050/13412784

m ip_07_08.m

% MATLAB script for Illustrative Problem 7.8. clear echo on SNRindB1=0:2:15; SNRindB2=0:0.1:15; for i=1:length(SNRindB1), smld_err_prb(i)=cm_sm52(SNRindB1(i)); % simulated error rate echo o
www.eeworm.com/read/321050/13412786

m ip_02_02.m

% MATLAB script for Illustrative Problem 2.2. clear echo on mx=[0 0]'; Cx=[1 1/2;1/2 1]; x=multi_gp(mx,Cx); % Computation of the pdf of (x1,x2) follows. delta=0.3; x1=-3:delta:3; x2=-3:delt