代码搜索:plotting
找到约 1,607 项符合「plotting」的源代码
代码结果 1,607
www.eeworm.com/read/384566/8860290
bak deluxeplotgraph0.bak
package DeApp1.plot;
import java.awt.*; // Import all classes from the java.awt package
// AWT is the Abstract Window Toolkit. The AWT
import java.io.*;
import
www.eeworm.com/read/184267/9114014
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/371748/9537872
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/424063/10499057
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/424063/10504089
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/424063/10504120
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)=smldP510(SNRindB(i));
end;
% Plott
www.eeworm.com/read/424063/10504181
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/423552/10550607
m mfbox_sompnl.m
function [S,P]=mfbox_sompnl(X,varargin)
%mfbox_sompnl - pnl ica algo using a som
%
% [S,P]=mfbox_sompnl(X[,argID,value[...]]);
%
% Copyright by Peter Gruber
% Signal Processing & Information Theory gr
www.eeworm.com/read/423536/10552712
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/423536/10553271
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);