代码搜索:plotting

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

代码结果 1,607
www.eeworm.com/read/252197/12294220

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/218391/14922951

m pr3_36.m

%Problem 3.36; %Simulates the RAKE algorithm on the example of LFM bit pulse. clear all; close all; t=[1:3000]/500; N=length(t); %time scale; WD=40; %deviation of LFM bit pulse; S=exp(i*pi*WD*(
www.eeworm.com/read/216268/15021388

m pr3_36.m

%Problem 3.36; %Simulates the RAKE algorithm on the example of LFM bit pulse. clear all; close all; t=[1:3000]/500; N=length(t); %time scale; WD=40; %deviation of LFM bit pulse; S=exp(i*pi*WD*(
www.eeworm.com/read/216045/15028811

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;
www.eeworm.com/read/216045/15028912

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/216045/15028928

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/216045/15028954

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/213940/15121842

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/213940/15121918

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/210158/15205793

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);