代码搜索:Plot

找到约 10,000 项符合「Plot」的源代码

代码结果 10,000
www.eeworm.com/read/342210/12035167

m capacity_plot.m

function output=capacity_plot(SNR,M,corr,value,XPD,alpha,output) %********************************************************************* %This program works with "capacity_plot_main.m" file.Figs %
www.eeworm.com/read/342008/12046981

m plot2.m

%PLOT2 Plot row 1 against row 2 % % plot2(x,s) % % Plot x(1,:) against x(2,:) with plotstring s. plot2 returns the % returns of plot. Defaults s = 'b-'. This command is useful for % plotting roc-
www.eeworm.com/read/153188/12053113

m plot_p.m

% remake figure 5.17 figure load run5;plot(mean(Wx'), '--'); hold on mu=rp.mu; n=1:5000; a=-0.99; lambda=abs(a); Ew1=-a+a*(1-mu*lambda).^n; a=0.99; lambda=abs(a); Ew2=-a+a*(1-mu*lambda).^n;
www.eeworm.com/read/153187/12053161

m plot_mvdr.m

function plot_mvdr(name) eval(['load ' name]); % test vectors for spatially sampled response W_H = conj(W(Ndata, :)); st = -1 : 0.025 : 1; est = exp(-j*pi*[0:(rp.p-1)]'*st);
www.eeworm.com/read/153185/12053207

m make_plot.m

function make_plot(v, w, rp, Nlevs, xlim, ylim, str1, str2) % function make_plot(w, v, rp, Nlevs, xlim, ylim) r0 = 1; r1 = -(rp.a1/(1+rp.a2)); R = [r0 r1; r1 r0]; wo = [-rp.a1; -rp.a2];
www.eeworm.com/read/152755/12087469

m acf_plot.m

function acf_plot(Rxx,arg1) % ACF_PLOT ..... Plot the autocorrelation function from ACF. % % ACF_PLOT(Rxx) plots the autocorrelation function Rxx using normalized % sampling period, Ts = 1. %
www.eeworm.com/read/340659/12140940

m capacity_plot.m

function output=capacity_plot(SNR,M,corr,value,XPD,alpha,output) %********************************************************************* %This program works with "capacity_plot_main.m" file.Figs %
www.eeworm.com/read/151552/12201733

m plot_proc.m

%plot_proc is used to change properties of a user selected curves % % plot_proc(nTask,arg1,arg2) %where % nTask -- curve manipulation code % 1 display dialog box for preference %
www.eeworm.com/read/151304/12221319

m cav_plot.m

www.eeworm.com/read/151143/12232642

m s_plot.m

function s_plot(seismic) % "Quick-look" plot of seismic data. Color plot if there are more than % S4M.ntr_wiggle2color (usually 101) traces; otherwise wiggle trace plot %.For more sophisticated pl