代码搜索:plotting
找到约 1,607 项符合「plotting」的源代码
代码结果 1,607
www.eeworm.com/read/442444/7651671
m ip_02_03.m
% MATLAB script for Illustrative Problem 2.3.
echo on
rho=0.95;
X0=0;
N=1000;
X=gaus_mar(X0,rho,N);
M=50;
Rx=Rx_est(X,M);
% Plottin
www.eeworm.com/read/439811/7701374
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/439811/7701380
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/439811/7701514
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/244937/12830575
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/244937/12830600
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/244937/12831096
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/323949/13306871
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/323949/13306899
m ip_09_07.m
% MATLAB scripit for Illustrative Problem 9.7.
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
e
www.eeworm.com/read/321160/13411537
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);
% plotting