代码搜索:plot
找到约 10,000 项符合「plot」的源代码
代码结果 10,000
www.eeworm.com/read/481596/6635902
m myplot.m
for i=1:6
fname=sprintf('mydata%d.dat',i);
load(fname);
end
j=1;
x=1:10;
usp=1:10;
for i=1:10
usp(i)=0.6;
end
y1=mydata1(j,:);
y2=mydata2(j,:);
y3=mydata3(j,:);
y4=mydata4(j,:);
y5=mydata5(j,:);
y
www.eeworm.com/read/481728/6637350
m exa080901_dct1.m
%--------------------------------------------------------------------------
% exa080901_dct1.m, for example 8.9.1
% to test dct.m;
% 调用该程序的主程序是exa080901_dct1_test.m,
%----------------------------
www.eeworm.com/read/481728/6637353
m exa030203.m
%----------------------------------------------------------------------------
% exa030203, for example 3.2.5
% to explain how to do DTFT
%-----------------------------------------------------------
www.eeworm.com/read/481728/6637354
m exa080901_dct1_test.m
%---------------------------------------------------------------------------
% exa080901_dct1_test, for exa8.9.1
% to call function exa080901_dct1;
%------------------------------------------------
www.eeworm.com/read/481728/6637357
m exa070901_fir1.m
%-------------------------------------------------------------------------------
% exa070901_fir1.m , for example 7.9.1 and 7.1.1
% to test fir1.m,
%------------------------------------------------
www.eeworm.com/read/481728/6637358
m exa090300_2.m
%-----------------------------------------------------------------------------
% exa090300_2.m, for fig. 9.3.2,
%-----------------------------------------------------------------------------
clea
www.eeworm.com/read/481728/6637416
m exa020502.m
%-------------------------------------------------------------------------
% exa020502.m, for example 2.5.2 and fig 2.5.6,
%------------------------------------------------------------------------
www.eeworm.com/read/481728/6637429
m exa031101_conv.m
%----------------------------------------------------------------------------
% exa031101_conv.m, for example 3.11.1
%
% 不使用“fftfilt"文件,自己编程实现一个长序列和一个短序列的卷积。
%------------------------------------
www.eeworm.com/read/481728/6637436
m exa090501.m
%----------------------------------------------------------------------------
% exa090501.m, for example 9.5.1,
%----------------------------------------------------------------------------
clear;
www.eeworm.com/read/481728/6637442
m exa030202.m
%----------------------------------------------------------------------------
% exa030202, for example 3.2.2 and fig 3.2.4
% to explain how to unwrap the phase
%------------------------------------