代码搜索:ip核

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

代码结果 10,000
www.eeworm.com/read/310810/13643454

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/308607/13698822

m ip_05_04.m

% MATLAB script for Illustrative Problem 5.4. echo on SNRindB1=0:1:12; SNRindB2=0:0.1:12; for i=1:length(SNRindB1), % simulated error rate smld_err_prb(i)=smldPe54(SNRindB1(i)); echo o
www.eeworm.com/read/308600/13699215

m ip_02_03.m

% MATLAB script for Illustrative Problem 2.3. echo on rho=0.95; X0=0; N=1000; X=gaus_mar(X0,rho,N); M=50; Rx=Rx_est(X,M); % Plottin
www.eeworm.com/read/308596/13699260

m ip_02_02.m

% MATLAB script for Illustrative Problem 2.2. 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:delta:3; f
www.eeworm.com/read/306676/13740019

pdf ip_ds_dac.pdf

www.eeworm.com/read/306478/13744549

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/306478/13744552

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/306478/13744553

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/306478/13744556

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/306478/13744558

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