代码搜索:ip核

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

代码结果 10,000
www.eeworm.com/read/306478/13744650

m ip_06_01.m

% MATLAB script for Illustrative Problem 6.1. clear 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/306478/13744652

m ip_06_12.m

% MATLAB script for Illustrative Problem 6.12. clear 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.088
www.eeworm.com/read/306478/13744654

m ip_07_06.m

% MATLAB script for Illustrative Problem 7.6. clear echo on SNRindB1=0:2:15; SNRindB2=0:0.1:15; M=16; k=log2(M); for i=1:length(SNRindB1), smld_err_prb(i)=cm_sm41(SNRindB1(i)); % simulated e
www.eeworm.com/read/306478/13744656

m ip_05_10.m

% MATLAB script for Illustrative Problem 5.10. clear echo on SNRindB=0:2:10; for i=1:length(SNRindB), % simulated error rate smld_err_prb(i)=smldp510(SNRindB(i)); echo off;
www.eeworm.com/read/306478/13744661

m ip_04_11.m

% ip_04_11.m for spar clear ip_04_10; [Y,I]=sort(a); plot(Y,a_quan(I))
www.eeworm.com/read/306478/13744662

m ip_08_09.m

% MATLAB script for Illustrative Problem 8.9. clear echo on k=11; for i=1:2^k for j=k:-1:1 if rem(i-1,2^(-j+k+1))>=2^(-j+k) u(i,j)=1; else u(i,j)=0; end echo o
www.eeworm.com/read/306478/13744663

m ip_06_10.m

% MATLAB script for Illustrative Problem 6.10. clear 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_x
www.eeworm.com/read/306478/13744671

m ip_03_04.m

% MATLAB script for Illustrative Problem 3.4. % Demonstration script for LSSB-AM modulation. The message signal % is +1 for 0 < t < t0/3, -2 for t0/3 < t < 2t0/3, and zero otherwise. clear echo o
www.eeworm.com/read/306478/13744672

m ip_05_09.m

% MATLAB script for Illustrative Problem 5.9. clear 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)=smldpe59(SNRi
www.eeworm.com/read/306478/13744673

m ip_03_02.m

% MATLAB script for Illustrative Problem 3.2. % Matlab demonstration script for DSB-AM modulation. The message signal % is m(t)=sinc(100t). clear echo on t0=.2; % signal du