代码搜索:plotting

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

代码结果 1,607
www.eeworm.com/read/168045/9941034

m hop_test.m

function [s, count, M]=hop_test(W,x,update) % function [s, count, M]=hop_test(W,x,update) % % s - output state vector % count - number of cyckes until stable state is reached % M - matrix conta
www.eeworm.com/read/448535/7531498

m plotplane.m

function [x,y] = plotplane(m,x0,startx,upx) % determine points in the plane m'(x-x0) = 0 for plotting purposes % % Copyright 1999 by Todd K. Moon if(m(2)==0) error('not set up to plot vertic
www.eeworm.com/read/327948/13054096

m pr3_34_ss_frequencydiversityprincipleillustration.m

%Problem 3.34; %Illustrates principle of frequency diversity; clear all; close all; t=[1:3000]/1000; %time scale; f0=[25.1,35.12]; %carrier frequency; S=ones(2,1)*exp(-16*(t-1.5).^2); Sbp=real(
www.eeworm.com/read/327948/13054103

m pr3_35_ss_multipathdiversityprincipleillustration.m

%Problem 3.35; %Shows principle of multipath diversity; clear all; close all; t=[1:3000]/500; N=length(t); %time scale; WD=[0,50]; %deviations of two bit pulses; S=exp(i*pi*WD'*(t(1:500)-0.5).^
www.eeworm.com/read/218391/14922907

m pr3_34.m

%Problem 3.34; %Illustrates principle of frequency diversity; clear all; close all; t=[1:3000]/1000; %time scale; f0=[25.1,35.12]; %carrier frequency; S=ones(2,1)*exp(-16*(t-1.5).^2); Sbp=real(
www.eeworm.com/read/218391/14922945

m pr3_35.m

%Problem 3.35; %Shows principle of multipath diversity; clear all; close all; t=[1:3000]/500; N=length(t); %time scale; WD=[0,50]; %deviations of two bit pulses; S=exp(i*pi*WD'*(t(1:500)-0.5).^
www.eeworm.com/read/216268/15021360

m pr3_34.m

%Problem 3.34; %Illustrates principle of frequency diversity; clear all; close all; t=[1:3000]/1000; %time scale; f0=[25.1,35.12]; %carrier frequency; S=ones(2,1)*exp(-16*(t-1.5).^2); Sbp=real(
www.eeworm.com/read/216268/15021386

m pr3_35.m

%Problem 3.35; %Shows principle of multipath diversity; clear all; close all; t=[1:3000]/500; N=length(t); %time scale; WD=[0,50]; %deviations of two bit pulses; S=exp(i*pi*WD'*(t(1:500)-0.5).^
www.eeworm.com/read/411382/11247724

m hop_test.m

function [s, count, M]=hop_test(W,x,update) % function [s, count, M]=hop_test(W,x,update) % % s - output state vector % count - number of cyckes until stable state is reached % M - matrix conta
www.eeworm.com/read/187764/8602352

java deluxeplotgraph0.java

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