代码搜索:Plot

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

代码结果 10,000
www.eeworm.com/read/449504/7502498

m td_plot.m

function []=td_plot(res) % PURPOSE: Generate graphic output of temporal disaggregation methods % ------------------------------------------------------------ % SYNTAX: td_plot(res); % ------------
www.eeworm.com/read/449130/7517954

m truss_plot.m

function truss_plot(bars, nodes, option, nodes2) % % plot a truss. % % input: % % bars integer( m, 2) % The i-th row contains information for bar i in the following form: % [ label
www.eeworm.com/read/448526/7532064

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/448526/7532068

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/448526/7532102

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/448526/7532106

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/448162/7539707

m plot_mimo.m

% Plots the impulse responses, the PDPs, the correlation properties % and the Doppler spectra of the MIMO channel stored in the global % variable H produced by script example_MIMO.m. plot_MIMO.m als
www.eeworm.com/read/448162/7539712

m plot_gaussian.m

function plot_gaussian(number_clusters, power, AOA_deg, sigma_deg, ... delta_phi_deg, plot_number) % plot_gaussian(number_clusters, power, AOA_deg, sigma_deg, % delta_phi_deg,
www.eeworm.com/read/448162/7539720

m plot_laplacian.m

function plot_laplacian(number_clusters, power, AOA_deg, sigma_deg, ... delta_phi_deg, plot_number) % plot_laplacian(number_clusters, power, AOA_deg, sigma_deg, % delta_phi_d
www.eeworm.com/read/448162/7539728

m plot_uniform.m

function plot_uniform(number_clusters, amplitude, AOA, AS, ... plot_number) % plot_uniform(number_clusters, amplitude, AOA, AS, plot_number) % % Plots the multi-cluster uniform PAS % %