代码搜索:plot

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

代码结果 10,000
www.eeworm.com/read/199778/7823019

m program_10_3.m

% Program 10_3 % Effect of Up-sampling in the Frequency Domain % Use fir2 to create a bandlimited input sequence freq = [0 0.45 0.5 1]; mag = [0 1 0 0]; x = fir2(99, freq, mag); % Evaluate and p
www.eeworm.com/read/199778/7823033

m program_10_4.m

% Program 10_4 % Effect of Down-sampling in the Frequency Domain % Use fir2 to create a bandlimited input sequence freq = [0 0.42 0.48 1]; mag = [0 1 0 0]; x = fir2(101, freq, mag); % Evaluate a
www.eeworm.com/read/199774/7823270

m program_05_2.m

% Program 5_2 % Program to Design Butterworth Lowpass Filter % % Type in the filter order and passband edge frequency colordef black; N = input('Type in filter order = '); Wn = input('3-dB cutof
www.eeworm.com/read/199774/7823295

m program_10_3.m

% Program 10_3 % Effect of Up-sampling in the Frequency Domain % Use fir2 to create a bandlimited input sequence freq = [0 0.45 0.5 1]; mag = [0 1 0 0]; x = fir2(99, freq, mag); % Evaluate and p
www.eeworm.com/read/199774/7823321

m program_04_1.m

% Program 4_1 % Generate the filter coefficients colordef black h1 = ones(1,5)/5; h2 = ones(1,14)/14;h3 = ones(1,200)/200; w = 0:pi/255:pi; % Compute the frequency responses H1 = freqz(h1, 1, w
www.eeworm.com/read/199774/7823335

m program_10_4.m

% Program 10_4 % Effect of Down-sampling in the Frequency Domain % Use fir2 to create a bandlimited input sequence freq = [0 0.42 0.48 1]; mag = [0 1 0 0]; x = fir2(101, freq, mag); % Evaluate a
www.eeworm.com/read/199746/7825396

asv main_gp.asv

x=[];%时间序列的输入 n=length(x); t=3;%t(time dely) de=0.5;%error threshold DD(I)=0; m1=0; for m=2:8 N=n-(m-1) * t; for i=1:N for I=I:m y(i,l)=x(i+(l-I)*t);
www.eeworm.com/read/299869/7827436

m exa080901_dct1.m

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

m exa030203.m

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

m exa080901_dct1_test.m

%--------------------------------------------------------------------------- % exa080901_dct1_test, for exa8.9.1 % to call function exa080901_dct1; %------------------------------------------------