代码搜索:ip核

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

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

m ip_06_10.m

% MATLAB script for Illustrative Problem 10, Chapter 6. echo on T=1; Fs=2/T; Ts=1/Fs; c_opt=[-2.2 4.9 -3 4.9 -2.2]; t=-5*T:T/2:5*T; x=1./(1+((2/T)*t).^2); % sampled pulse equalized
www.eeworm.com/read/313956/13578504

m ip_06_05.m

% MATLAB script for Illustrative Problem 5, Chapter 6. echo on p=0.99; N=1000; d=5; % The filter is described by the vectors A and B below... A=[1 -2*p p^2]; B=(1-p)^2; for i=1:N, [white_n
www.eeworm.com/read/313956/13578505

m ip_06_08.m

% MATLAB script for Illustrative Problem 8, Chapter 6. echo on N=31; T=1; W=1/(2*T); n=-(N-1)/2:(N-1)/2; % The indeces for g_T % The expression for g_T is obtained next for i=1:length(n),
www.eeworm.com/read/313956/13578506

m ip_06_01.m

% MATLAB script for Illustrative Problem 1, Chapter 6. echo on T=1; delta_f=1/(100*T); f=-5/T:delta_f:5/T; sgma_a=1; Sv=sgma_a^2*sinc(f*T).^2; % plotting command follows plot(f,Sv);
www.eeworm.com/read/313956/13578507

m ip_06_12.m

% MATLAB script for Illustrative Problem 12, Chapter 6. echo on N=500; % length of the information sequence K=5; actual_isi=[0.05 -0.063 0.088 -0.126 -0.25 0.9047 0.25 0 0.126 0.038 0.0
www.eeworm.com/read/313956/13578508

m ip_05_11.m

% MATLAB script for Illustrative Problem 11, Chapter 5. echo on SNRindB=0:2:10; for i=1:length(SNRindB), % simulated error rate smld_err_prb(i)=smldP510(SNRindB(i)); end; % Plott
www.eeworm.com/read/313956/13578509

m ip_05_08.m

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

m ip_05_06.m

% MATLAB script for Illustrative Problem 6, Chapter 5. echo on SNRindB1=0:1:15; SNRindB2=0:0.1:15; for i=1:length(SNRindB1), smld_err_prb(i)=smldPe56(SNRindB1(i)); % simulated error rate e
www.eeworm.com/read/313956/13578515

m ip_05_04.m

% MATLAB script for Illustrative Problem 4, Chapter 5. 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));
www.eeworm.com/read/313956/13578516

m ip_05_09.m

% MATLAB script for Illustrative Problem 9, Chapter 5. echo on SNRindB1=5:1:25; SNRindB2=5:0.1:25; M=16; for i=1:length(SNRindB1), % simulated error rate smld_err_prb(i)=smldPe58(SN