代码搜索:Plot
找到约 10,000 项符合「Plot」的源代码
代码结果 10,000
www.eeworm.com/read/427909/8913273
m plot_ellipse.m
% PLOT_ELLIPSE
% h=plot_ellipse(x,y,theta,a,b)
%
% This routine plots an ellipse with centre (x,y), axis lengths a,b
% with major axis at an angle of theta radians from the horizontal.
%
% Aut
www.eeworm.com/read/427909/8913345
m plot_matrix.m
function plot_matrix(G, bw)
% PLOT_MATRIX Plot a 2D matrix as a grayscale image, and label the axes
%
% plot_matrix(M)
%
% For 0/1 matrices (eg. adjacency matrices), use
% plot_matrix(M,1)
if
www.eeworm.com/read/427909/8913705
m plot_polygon.m
function out=plot_polygon(p, args, close_loop)
% PLOT_POLYGON
% function handle=plot_polygon(p, args, close_loop)
% p(1,i), p(2,i) are the x/y coords of point i.
% If non-empty, args are passed th
www.eeworm.com/read/186716/8914538
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/186716/8914592
m psd_plot.m
function psd_plot(Px,arg1)
% PSD_PLOT ..... Plot the output of the PSD function.
%
% PSD_PLOT(Pxx) plots the power spectral density Pxx.
%
% PSD_PLOT(Pxx,[f_start,f_stop]) plots Pxx over the fr
www.eeworm.com/read/427470/8942395
m mud_plot.m
%在DS-spread spectrum系统中,噪声为加性高斯白噪声,传统单用户检测,线性解相关多用户检测和最小均方误差多用户检测的性能比较
clear all
close all
clc;
%prompt={'Enter the numbers of user:','Enter the length of user code:','Enter the power of the user code
www.eeworm.com/read/186227/8951690
m plot_img.m
function plot_img(x,y,img,scope)
%x,y:指定x,y坐标
%img:二维复数矩阵
%scope:显示动态范围0~120dB
%NUDT,Hezhihua
%E-mail:skynismile@yahoo.com.cn
%last update:23/6/2005
G=20*log10(abs(img)+1e-6);
gm=max(max(G))
www.eeworm.com/read/186227/8951719
m plot_img.m
function plot_img(x,y,img,scope)
%x,y:指定x,y坐标
%img:二维复数矩阵
%scope:显示动态范围0~120dB
%NUDT,Hezhihua
%E-mail:skynismile@yahoo.com.cn
%last update:23/6/2005
G=20*log10(abs(img)+1e-6);
gm=max(max(G))
www.eeworm.com/read/186227/8951768
m plot_img.m
function plot_img(x,y,img,scope)
%x,y:指定x,y坐标
%img:二维复数矩阵
%scope:显示动态范围0~120dB
%NUDT,Hezhihua
%E-mail:skynismile@yahoo.com.cn
%last update:23/6/2005
G=20*log10(abs(img)+1e-6);
gm=max(max(G))