代码搜索:plotting

找到约 1,607 项符合「plotting」的源代码

代码结果 1,607
www.eeworm.com/read/414455/11111557

m ip_06_02.m

% MATLAB script for Illustrative Problem 6.2. clear echo on T=1; delta_f=1/(100*T); f=-5/T:delta_f:5/T; Sv=2*(cos(pi*f*T).*sinc(f*T)).^2; % Plotting command follows. plot(f,Sv);
www.eeworm.com/read/414455/11111565

m ip_05_11.m

% MATLAB script for Illustrative Problem 5.11. clear echo on SNRindB=0:2:10; for i=1:length(SNRindB), % simulated error rate smld_err_prb(i)=smldp511(SNRindB(i)); echo off; en
www.eeworm.com/read/414455/11111580

m ip_02_08.m

% MATLAB script for Illustrative Problem 2.8. clear delta_w=2*pi/100; w=-pi:delta_w:pi; % one period of Sy Sy=1./(1.9025-1.9*cos(w)); % Plotting command follows. plot(w,Sy);
www.eeworm.com/read/268231/11148845

m ip_06_02.m

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

m ip_05_10.m

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

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)=smldP511(SNRindB(i)); echo off; end; ec
www.eeworm.com/read/268231/11149021

m ip_02_08.m

% MATLAB script for Illustrative Problem 8, Chapter 2. delta_w=2*pi/100; w=-pi:delta_w:pi; % one period of Sy Sy=1./(1.9025-1.9*cos(w)); % plotting command follows plot(w,Sy);
www.eeworm.com/read/335807/12496942

m ip_06_02.m

% MATLAB script for Illustrative Problem 6.2. echo on T=1; delta_f=1/(100*T); f=-5/T:delta_f:5/T; Sv=2*(cos(pi*f*T).*sinc(f*T)).^2; % Plotting command follows. plot(f,Sv);
www.eeworm.com/read/335805/12497588

m ip_05_10.m

% MATLAB script for Illustrative Problem 5.10. echo on SNRindB=0:2:10; for i=1:length(SNRindB), % simulated error rate smld_err_prb(i)=smldP510(SNRindB(i)); echo off; end; e
www.eeworm.com/read/335805/12497614

m ip_05_11.m

% MATLAB script for Illustrative Problem 5.11. echo on SNRindB=0:2:10; for i=1:length(SNRindB), % simulated error rate smld_err_prb(i)=smldP511(SNRindB(i)); echo off; end; ech