代码搜索:plot

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

代码结果 10,000
www.eeworm.com/read/410378/11289687

m tfplot.m

function tfplot(s, fs, name, plottitle) % TFPLOT Time and frequency plot % TFPLOT(S, FS, NAME, TITLE) displays a figure window with two subplots. % Above, the signal S is plotted in time domain;
www.eeworm.com/read/264747/11302920

m prog81.m

% % Program 8.1, p511. m-file for the analog filter design % (Example 8.19) % program name: prog81.m % FN=1000/2; fc=300; % cut offf frequency N=5; % filter order [z, p, k]=butta
www.eeworm.com/read/264747/11302935

m prog8b8.m

% % m-file for the design Example 8B.8 (Program 8B.8, p576) % Program Name: prog8b8.m % Ap=0.25; As=45; Fs=100000; Wp=[20500/50000, 23500/50000]; % Band edge frequencies Ws=[19000/50000, 250
www.eeworm.com/read/264747/11302937

m remez1.m

% % Program name - REMEZ1.m % Fs=15000; % sampling frequency N=41; % Filter length WT=[10 3 10]; % Weights of the deviations in the bands Hd=[0 0 1 1 0 0]; % Desir
www.eeworm.com/read/264746/11302973

m prog7b3.m

% % Program name - prog7b3.m, p446 % m-file for calculating optimal FIR filter coefficients and % plotting frequency response % Fs=10000; % Sampling frequency N=41; % Filter
www.eeworm.com/read/409980/11305632

m samp7_8.m

%Samp7_8 clf;N=300;Fs=1000; %数据总数和采样频率 Order=100; %滤波器阶数 n=[0:N-1];t=n/Fs; %时间序列 wn=[100 200]/(Fs/2); %边界频率转换为归一化频率,据6-19式 b=fir1(Order,wn,'stop'); % 设计 100 阶的带阻滤波器 figur
www.eeworm.com/read/409851/11310406

m shili14.m

function shili14 h0=figure('toolbar','none',... 'position',[200 150 450 250],... 'name','实例14'); axis([0 10 0 10]); hold on x=[]; y=[]; n=0; disp('单击鼠标左键点取需要的点'); disp('单击鼠标右键点取最后一个点
www.eeworm.com/read/409851/11310499

m shili33.m

h0=figure('toolbar','none',... 'position',[200 150 450 250],... 'name','实例33'); x=0:0.5:2*pi; y=sin(x); h=plot(x,y); grid on huidiao=[... 'if i==1,',... 'i=0;,',... 'y=co
www.eeworm.com/read/409851/11310545

m shili36.m

h0=figure('toolbar','none',... 'position',[200 150 450 250],... 'name','实例36'); x=0:0.5:2*pi; y=sin(x); h=plot(x,y); grid on hm=uicontrol(gcf,'style','popupmenu',... 'string',...
www.eeworm.com/read/409477/11321546

m resplot.m

% RESPLOT.M (RESult PLOTing) % % This function plots some results during computation. % % Syntax: resplot(Chrom,IndAll,ObjV,Best,gen) % % Input parameters: % Chrom - Matrix contai