代码搜索:ip核

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

代码结果 10,000
www.eeworm.com/read/456354/7351430

m ip_07_07.m

% MATLAB script for Illustrative Problem 7, Chapter 7. echo on Tb=1; f1=1000/Tb; f2=f1+1/Tb; phi=pi/4; N=5000; % number of samples t=0:Tb/(N-1):Tb; u1=cos(2*pi*f1*t); u2=cos(2*pi*f2*t); % assum
www.eeworm.com/read/456354/7351432

m ip_07_03.m

% MATLAB script for Illustrative Problem 3, Chapter 7. 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 rates
www.eeworm.com/read/456354/7351433

m ip_07_05.m

% MATLAB script for Illustrative Problem 5, Chapter 7. echo on SNRindB1=0:2:12; SNRindB2=0:0.1:12; for i=1:length(SNRindB1), smld_err_prb(i)=cm_sm34(SNRindB1(i)); % simulated error rate echo off ;
www.eeworm.com/read/456354/7351434

m ip_07_10.m

% MATLAB script for Illustrative Problem 10, Chapter 7. echo on alpha=0.4; T=1/4800; t=[-3*T:1.001*T/100:3*T]; x=sinc(t./T).*(cos(pi*alpha*t./T)./(1-4*alpha^2*t.^2/T^2)); pause % Press any key to see
www.eeworm.com/read/456354/7351456

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/456354/7351457

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/456354/7351458

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/456354/7351463

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/453632/7416281

doc ip113_41.doc

www.eeworm.com/read/452710/7436141

c name2ip.c

/* name2ip.c - name2ip, gname, resolve */ #include #include #include #include static IPaddr resolve(char *); static IPaddr gname(char *); /*-------