代码搜索:ip核

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

代码结果 10,000
www.eeworm.com/read/313956/13578518

m ip_05_07.m

% MATLAB script for Illustrated Problem 7, Chapter 5. echo on n0=random('norm',0,0.5,100,1); n1=random('norm',0,0.5,100,1); n2=random('norm',0,0.5,100,1); n3=random('norm',0,0.5,100,1); x1=1.+n0
www.eeworm.com/read/313956/13578521

m ip_05_05.m

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

m ip_05_10.m

% MATLAB script for Illustrative Problem 10, Chapter 5. echo on SNRindB=0:2:10; for i=1:length(SNRindB), % simulated error rate smld_err_prb(i)=smldPe59(SNRindB(i)); end; % Plo
www.eeworm.com/read/312592/13608466

m ip_04_09.m

% MATLAB script for Illustrative Problem 9, Chapter 4 echo on t=[0:0.01:10]; a=sin(t); [sqnr8,aquan8,code8]=u_pcm(a,8); [sqnr16,aquan16,code16]=u_pcm(a,16); pause % Press a key to see the SQNR
www.eeworm.com/read/312592/13608481

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
www.eeworm.com/read/312592/13608485

m ip_04_04.m

% MATLAB script for Illustrative Problem 4, Chapter 4. a=[-10,-5,-4,-2,0,1,3,5,10]; for i=1:length(a)-1 y(i)=centroid('normal',a(i),a(i+1),0.001,0,1); end
www.eeworm.com/read/312592/13608487

m ip_04_10.m

% MATLAB script for Illustrative Problem 10, Chapter 4 echo on a=randn(1,500); n=64; [sqnr,a_quan,code]=u_pcm(a,64); pause % Press a key to see the SQNR sqnr pause % Press a key to see the fi
www.eeworm.com/read/312588/13608607

m ip_02_07.m

% MATLAB script for Illustrative Problem 7, Chapter 2. echo on N=256; % number of samples deltaf=0.1; % frequency separation f=[0:deltaf:(N/2)*deltaf, -(N/2-1)*deltaf:deltaf:-deltaf];
www.eeworm.com/read/312588/13608610

m ip_02_08.m

% MATLAB script for Illustrative Problem 8, Chapter 2. delta_w=2*pi/100; w=-pi:delta_w:pi; % one period of Sy Sy=1./(1.9025-1.9*cos(w)); % plotting command follows plot(w,Sy);
www.eeworm.com/read/312588/13608611

m ip_02_03.m

% MATLAB script for Illustrative Problem 3, Chapter 2. echo on rho=0.95; X0=0; N=1000; X=gaus_mar(X0,rho,N); M=50; Rx=Rx_est(X,M); % p