代码搜索:ip核
找到约 10,000 项符合「ip核」的源代码
代码结果 10,000
www.eeworm.com/read/303558/13812504
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/303558/13812507
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/303558/13812509
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
www.eeworm.com/read/303558/13812512
m ip_08_02.m
% MATLAB script for Illustrative Problem 8.2.
clear
echo on
pn0_db=[-20:0.1:30];
pn0=10.^(pn0_db./10);
capacity=3000.*log2(1+pn0/3000);
pause % Press a key to see a plot of channel capacity vs.
www.eeworm.com/read/303558/13812518
m ip_03_07.m
% MATLAB script for Illustrative Problem 3.7.
% Demonstration script for LSSB-AM demodulation. The message signal
% is +1 for 0 < t < t0/3, -2 for t0/3 < t < 2t0/3, and zero otherwise.
clear
echo
www.eeworm.com/read/303558/13812519
m ip_07_05.m
% MATLAB script for Illustrative Problem 7.5.
clear
echo on
SNRindB1=0:2:12;
SNRindB2=0:0.1:12;
for i=1:length(SNRindB1),
smld_err_prb(i)=cm_sm34(SNRindB1(i)); %simulated error rate
echo of
www.eeworm.com/read/303558/13812520
m ip_01_04.m
% MATLAB script for Illustrative Problem 4, Chapter 1.
clear
echo on
n=[-20:1:20];
% Fourier series coefficients of x(t) vector
x=.5*(sinc(n/2)).^2;
% sampling interval
ts=1/40;
% time vector
www.eeworm.com/read/303558/13812522
m ip_02_07.m
% MATLAB script for Illustrative Problem 2.7.
clear
echo on
N=256; % number of samples
deltaf=0.1; % frequency separation
f=[0:deltaf:(N/2)*deltaf, -(N/2-1)*deltaf:de
www.eeworm.com/read/303558/13812523
m ip_06_04.m
% MATLAB script for Illustrative Problem 6.4.
clear
echo on
Length=101;
Fs=10000;
W=2000;
Ts=1/Fs;
n=-(Length-1)/2:(Length-1)/2;
t=Ts*n;
h=2*W*sinc(2*W*t);
% The rectangular windowed
www.eeworm.com/read/303558/13812527
m ip_08_12.m
% MATLAB script for Illustrative Problem 8.12.
clear
[p_err_ha,gamma_b]=p_e_hd_a(7,13,11,15,3);
[p_err_ho,gamma_b]=p_e_hd_o(7,13,11,15,3);
[p_err_so,gamma_b]=p_e_sd_o(7,13,11,15,3);
[p_err_sa,gam