代码搜索:plot

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

代码结果 10,000
www.eeworm.com/read/399583/7846685

txt 新建 文本文档.txt

T=4;tao=2;w=2*pi/T; a0=quadl(@singrect,-2,2)/T; % 计算a0 N=10; an=zeros(1,N); bn=zeros(1,N); for k=1:N an(k)=quadl(@rectcos, -2, 2, [], [], k, w)*2/T; % 计算an. quadl中的[], []表示以默认精度进行数值积分,k,w为 % r
www.eeworm.com/read/399533/7849513

m exa080901_dct1.m

%-------------------------------------------------------------------------- % exa080901_dct1.m, for example 8.9.1 % to test dct.m; % 调用该程序的主程序是exa080901_dct1_test.m, %----------------------------
www.eeworm.com/read/399533/7849522

m exa030203.m

%---------------------------------------------------------------------------- % exa030203, for example 3.2.5 % to explain how to do DTFT %-----------------------------------------------------------
www.eeworm.com/read/399533/7849524

m exa080901_dct1_test.m

%--------------------------------------------------------------------------- % exa080901_dct1_test, for exa8.9.1 % to call function exa080901_dct1; %------------------------------------------------
www.eeworm.com/read/399533/7849539

m exa070901_fir1.m

%------------------------------------------------------------------------------- % exa070901_fir1.m , for example 7.9.1 and 7.1.1 % to test fir1.m, %------------------------------------------------
www.eeworm.com/read/399533/7849542

m exa090300_2.m

%----------------------------------------------------------------------------- % exa090300_2.m, for fig. 9.3.2, %----------------------------------------------------------------------------- clea
www.eeworm.com/read/399533/7849756

m exa020502.m

%------------------------------------------------------------------------- % exa020502.m, for example 2.5.2 and fig 2.5.6, %------------------------------------------------------------------------
www.eeworm.com/read/399533/7849809

m exa031101_conv.m

%---------------------------------------------------------------------------- % exa031101_conv.m, for example 3.11.1 % % 不使用“fftfilt"文件,自己编程实现一个长序列和一个短序列的卷积。 %------------------------------------
www.eeworm.com/read/399533/7849845

m exa090501.m

%---------------------------------------------------------------------------- % exa090501.m, for example 9.5.1, %---------------------------------------------------------------------------- clear;
www.eeworm.com/read/399533/7849874

m exa030202.m

%---------------------------------------------------------------------------- % exa030202, for example 3.2.2 and fig 3.2.4 % to explain how to unwrap the phase %------------------------------------