代码搜索:IP

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

代码结果 10,000
www.eeworm.com/read/317371/13505588

m data_exp_ip.m

%------------------------------------------------------------------------ % data_exp_ip.m % Design and Development of Closed Loop Control for INVERTED PENDULUM % By IIEE Visionaries % Copyright 20
www.eeworm.com/read/317371/13505591

m analysis_uc_ip.m

%----------------------------------------------------------------------------- % analysis_uc_ip.m % Design and Development of Closed Loop Control for INVERTED PENDULUM % By IIEE Visionaries % Copy
www.eeworm.com/read/317371/13505594

mat func_ip_comp.mat

www.eeworm.com/read/317371/13505595

m analysis_comp_ip.m

%----------------------------------------------------------------------------- % analysis_comp_ip.m % Design and Development of Closed Loop Control for INVERTED PENDULUM % By IIEE Visionaries % Co
www.eeworm.com/read/317371/13505598

mat func_ip_uc.mat

www.eeworm.com/read/315806/13536074

c get_ip_code.c

/* 文件名字:get_ip_code.c */ #include "pcap.h" /* ----------------------------------------------------------------------------------------------------------------------- Libpcap头文件 ; 下面是以太网协议格式 ----
www.eeworm.com/read/313965/13577517

m ip_05_05.m

% MATLAB script for Illustrated Problem 5, Chapter 5. clear all echo on SNRindB1=0:1:10; SNRindB2=0:10; for i=1:length(SNRindB1), % simulated error rate smld_err_prb(i)=smldPe55(SNRindB1(i)
www.eeworm.com/read/313963/13577663

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/313963/13577666

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/313963/13577667

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