代码搜索:plotting
找到约 1,607 项符合「plotting」的源代码
代码结果 1,607
www.eeworm.com/read/101557/15827437
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)=smldPe59(SNRindB(i));
end;
% Plo
www.eeworm.com/read/431626/8664605
m ip_06_01.m
% MATLAB script for Illustrative Problem 6.1.
echo on
T=1;
delta_f=1/(100*T);
f=-5/T:delta_f:5/T;
sgma_a=1;
Sv=sgma_a^2*sinc(f*T).^2;
% Plotting command follows.
plot(f,Sv);
www.eeworm.com/read/287843/8665431
m ip_06_01.m
% MATLAB script for Illustrative Problem 6.1.
clear
echo on
T=1;
delta_f=1/(100*T);
f=-5/T:delta_f:5/T;
sgma_a=1;
Sv=sgma_a^2*sinc(f*T).^2;
% Plotting command follows.
plot(f,Sv);
www.eeworm.com/read/371748/9537853
m ip_06_01.m
% MATLAB script for Illustrative Problem 6.1.
clear
echo on
T=1;
delta_f=1/(100*T);
f=-5/T:delta_f:5/T;
sgma_a=1;
Sv=sgma_a^2*sinc(f*T).^2;
% Plotting command follows.
plot(f,Sv);
www.eeworm.com/read/424063/10504106
m ip_06_01.m
% MATLAB script for Illustrative Problem 1, Chapter 6.
echo on
T=1;
delta_f=1/(100*T);
f=-5/T:delta_f:5/T;
sgma_a=1;
Sv=sgma_a^2*sinc(f*T).^2;
% plotting command follows
plot(f,Sv);
www.eeworm.com/read/423536/10553294
m ip_06_01.m
% MATLAB script for Illustrative Problem 1, Chapter 6.
echo on
T=1;
delta_f=1/(100*T);
f=-5/T:delta_f:5/T;
sgma_a=1;
Sv=sgma_a^2*sinc(f*T).^2;
% plotting command follows
plot(f,Sv);
www.eeworm.com/read/271244/11002206
m hist.m
function h=hist(c,i,j,bins);
% COMPONENTS/HIST plots histograms of components in a Components structure
%
% Usage: (brackets indicate optional parameters)
% h=hist(c,[i],[j],[bins]);
%
% Input:
www.eeworm.com/read/467324/7009859
m ip_06_01.m
% MATLAB script for Illustrative Problem 1, Chapter 6.
echo on
T=1;
delta_f=1/(100*T);
f=-5/T:delta_f:5/T;
sgma_a=1;
Sv=sgma_a^2*sinc(f*T).^2;
% plotting command follows
plot(f,Sv);
www.eeworm.com/read/463748/7175936
m ip_06_01.m
% MATLAB script for Illustrative Problem 6.1.
echo on
T=1;
delta_f=1/(100*T);
f=-5/T:delta_f:5/T;
sgma_a=1;
Sv=sgma_a^2*sinc(f*T).^2;
% Plotting command follows.
plot(f,Sv);
www.eeworm.com/read/456354/7351293
m ip_06_01.m
% MATLAB script for Illustrative Problem 1, Chapter 6.
echo on
T=1;
delta_f=1/(100*T);
f=-5/T:delta_f:5/T;
sgma_a=1;
Sv=sgma_a^2*sinc(f*T).^2;
% plotting command follows
plot(f,Sv);