代码搜索:Plot

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

代码结果 10,000
www.eeworm.com/read/384411/2602073

m plot_hmm.m

load hmmpoligonos load parampoligonos vlcp for ic=1:nc for ig=1:ng, % we etiquate all the repetitions for each class for ir=1:nr
www.eeworm.com/read/380709/2652911

tcl rtm_plot.tcl

# # routines to perform post processing, mostly for plotting # Class PostProcess PostProcess instproc init { l lf lg gf gg bf bg } { $self instvar linkflowfile_ linkgraphfile_ $self
www.eeworm.com/read/380709/2653267

g plot-bw.g

set xrange [2:44] set yrange [0:*] set xlabel "Number of stations" set ylabel "Gain on bandwith(%)" set term postscript solid "Helvetica" 17 set output "bandwith-all.ps" plot "Gain-lowbw-total" t "V
www.eeworm.com/read/380709/2653380

g plot-bw.g

set xrange [2:44] set yrange [0:*] set xlabel "Number of stations" set ylabel "Gain on bandwith(%)" set term postscript solid "Helvetica" 17 set output "bandwith-all.ps" plot "Gain-lowbw-total" t "V
www.eeworm.com/read/373367/2764687

py plot_data.py

# # Copyright 2007,2008 Free Software Foundation, Inc. # # This file is part of GNU Radio # # GNU Radio is free software; you can redistribute it and/or modify # it under the terms of the GNU Genera
www.eeworm.com/read/372575/2771855

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/372575/2771859

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/372575/2771893

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/372575/2771897

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/371704/2779086

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