代码搜索:plotting

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

代码结果 1,607
www.eeworm.com/read/303558/13812659

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/303558/13812666

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/303558/13812676

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/141300/5770859

c com_asciiplot.c

#include #include #include #include #include "plotting/plotit.h" #include "com_asciiplot.h" void com_asciiplot(wordlist *wl) { plotit(wl, (char *)
www.eeworm.com/read/141300/5770930

c com_plot.c

#include #include #include #include #include "plotting/plotit.h" #include "com_plot.h" /* plot name ... [xl[imit]] xlo xhi] [yl[imit ylo yhi] [vs xnam
www.eeworm.com/read/488470/6283212

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/488462/6487323

m ip_02_08.m

% MATLAB script for Illustrative Problem 2.8. 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/488466/6487401

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/488466/6487406

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
www.eeworm.com/read/476907/6754369

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;