代码搜索:plot

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

代码结果 10,000
www.eeworm.com/read/425637/10342957

m exa080901_dct1.m

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

m exa030203.m

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

m exa080901_dct1_test.m

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

m exa070901_fir1.m

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

m exa090300_2.m

%----------------------------------------------------------------------------- % exa090300_2.m, for fig. 9.3.2, %----------------------------------------------------------------------------- clea
www.eeworm.com/read/425637/10343161

m exa020502.m

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

m exa031101_conv.m

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

m exa090501.m

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

m exa030202.m

%---------------------------------------------------------------------------- % exa030202, for example 3.2.2 and fig 3.2.4 % to explain how to unwrap the phase %------------------------------------
www.eeworm.com/read/161995/10348487

m f12_1.m

%读信号 load noisbump x = noisbump; %3层小波包分解 t = wpdec(x,3,'db2'); %显示小波包树结构 fig = plot(t);