代码搜索:plot
找到约 10,000 项符合「plot」的源代码
代码结果 10,000
www.eeworm.com/read/257806/11911519
m exa010201b.m
%---------------------------------------------------------------------------------------
% exa010201b.m, for example 1.2.3
% 说明信号的子带分解;
%----------------------------------------------------------
www.eeworm.com/read/257806/11911573
m exa090702.m
% -------------------------------------------------------------------
% exa090702.m, for example 9.7.2 and fig 9.7.2
% 连续小波变换。noissin 是MATLAB中带噪声的正弦信号。
% 本程序给出的是连续小波变换的灰度图表示。
%--------------------
www.eeworm.com/read/257806/11911624
m exa120502.m
%--------------------------------------------------------------------------
% exa120502.m, for example 12.5.2 and fig12.5.4
%-----------------------------------------------------------------------
www.eeworm.com/read/257806/11911673
m exa010201a.m
%---------------------------------------------------------------------------------------
% exa010201a.m, for example 1.2.2
% 说明信号的子带分解;
%----------------------------------------------------------
www.eeworm.com/read/154930/11918172
m exe32.m
echo off
n=[0:10];
in=sin(0.2*pi*n);
out1=zhe13(in);
[out_,code]=u_pcm(out1, 64); %线性编码
subplot(2, 1, 1);
plot(in, out_,'-bo'); %量化输入输出关系
title('输入输出关系');xlabel('in');ylabel('out');
subplot
www.eeworm.com/read/257588/11920155
m ex5_8.m
t=0:0.01:2*pi;
x=exp(i*t);
y=[x;2*x;3*x]';
plot(y)
grid on; %加网格线
box on; %加坐标边框
axis equal %坐标轴采用等刻度
www.eeworm.com/read/154880/11920937
asv cirshift.asv
N=20;
m=10;
n=0:1:N-1;
x=0.5*0.1.^n;
n1=mod((n+m),N);
xm=x(n1+1);
sub
plot(n,x);
hold on
plot(n,xm)
www.eeworm.com/read/343762/11928513
m invfdemo.m
% invfdemo demonstrates Inverse Filtering
% $Id: invfdemo.m 5090 2008-06-05 08:12:04Z schloegl $
% Copyright (C) 1997-2002,2008 by Alois Schloegl
%
% This program is free sof
www.eeworm.com/read/154760/11928527
m sinc.m
function y = sinc(x)
% SINC Sinc Function.
%
% Y=SINC(X) generates sin(pi*x)/(pi*x)
%
% SINC (with no input arguments) invokes the following example:
%
% % Evaluate and plot si
www.eeworm.com/read/154760/11928688
m afd.m
function [nal,dal,nn,dd] = afd(ty,ty1,a,pb,sb,w3d,pl)
%AFD Classical analog filter design
%
% [N,D,NP.DP] = afd(ty,ty1,a,fp,fs,f3,pl) ANALOG FILTER DESIGN
% ty is 'bw','c1','c2',or'el' ty1