代码搜索:plotting
找到约 1,607 项符合「plotting」的源代码
代码结果 1,607
www.eeworm.com/read/321160/13411617
m ss42.m
% MATLAB script for Illustrative Problem
echo on
rho_b=0:2:24; % rho in dB
for i=1:length(rho_b),
smld_err_prb(i)=ss_Pe42(rho_b(i)); % simulated error rate
end;
% Plotting commands follow
www.eeworm.com/read/321160/13411626
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 rate
www.eeworm.com/read/321050/13412777
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/321050/13412783
m ss42.m
% MATLAB script for Illustrative Problem
echo on
rho_b=0:2:24; % rho in dB
for i=1:length(rho_b),
smld_err_prb(i)=ss_Pe42(rho_b(i)); % simulated error rate
end;
% Plotting commands follo
www.eeworm.com/read/321050/13412917
m ip_09_07.m
% MATLAB scripit for Illustrative Problem 9.7.
clear
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 ra
www.eeworm.com/read/313963/13577663
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/313963/13577669
m ss42.m
% MATLAB script for Illustrative Problem
echo on
rho_b=0:2:24; % rho in dB
for i=1:length(rho_b),
smld_err_prb(i)=ss_Pe42(rho_b(i)); % simulated error rate
end;
% Plotting commands follo
www.eeworm.com/read/313963/13577803
m ip_09_07.m
% MATLAB scripit for Illustrative Problem 9.7.
clear
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 ra
www.eeworm.com/read/313956/13577859
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
www.eeworm.com/read/313956/13577936
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