代码搜索:plot

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

代码结果 10,000
www.eeworm.com/read/476907/6754345

m fm2.m

% fm2.m % Matlab demonstration script for frequency modulation. The message signal % is m(t)=sinc(100t). echo on t0=.2; % signal duration ts=0.001;
www.eeworm.com/read/476907/6754384

m ip_03_04.m

% MATLAB script for Illustrative Problem 3.4. % Demonstration script for LSSB-AM modulation. The message signal % is +1 for 0 < t < t0/3, -2 for t0/3 < t < 2t0/3, and zero otherwise. clear echo o
www.eeworm.com/read/476907/6754386

m ip_03_02.m

% MATLAB script for Illustrative Problem 3.2. % Matlab demonstration script for DSB-AM modulation. The message signal % is m(t)=sinc(100t). clear echo on t0=.2; % signal du
www.eeworm.com/read/476907/6754408

m ip_03_11.m

% MATLAB script for Illustrative Problem 3.11. % Demonstration script for frequency modulation. The message signal % is m(t)=sinc(100t). clear echo on t0=.2; % sign
www.eeworm.com/read/476907/6754444

m ip_03_09.m

% MATLAB script for Illustrative Problem 3.9. % Demonstration script for envelope detection. The message signal % is +1 for 0 < t < t0/3, -2 for t0/3 < t < 2t0/3, and zero otherwise. clear echo on
www.eeworm.com/read/476530/6755572

m chap3_10.m

%PD Type Fuzzy Controller Design clear all; close all; ts=0.001; sys=tf(133,[1,25,0]); dsys=c2d(sys,ts,'z'); [num,den]=tfdata(dsys,'v'); e_1=0; u_1=0;u_2=0; y_1=0;y_2=0; for k=1:1:10
www.eeworm.com/read/476392/6759310

m exa20.m

t0= 0; tfinal =5; % time interval x0 = [1, 0]; % initial conditions % [t,x] = ode23('pendulum', t0, tfinal, x0); % use with MATLAB 4 tspan = [t0, tfinal];
www.eeworm.com/read/476392/6759543

m barcycle.m

% This function obtains a plot of the load cycle for a given interval. % The demand interval and the load must be defined by the variable data % in a three-column matrix. The first two columns are
www.eeworm.com/read/476228/6764232

m qrs1.m

clear all close all; load aa1; y=aa1; n=(0:0.004:60)'; y=y(1:1000); n=n(1:1000); subplot(3,1,1) plot(n,y); title('原始心电信号');axis([0.5 4 800 1400]); wn=0.3; N=3; [b,a]=butter(N,wn,'low'
www.eeworm.com/read/410656/11272791

m kdrange_demo.m

%% Demo of the KDRANGEQUERY function. %% %% Guy Shechter %% guy at jhu dot edu %% June 2004 %% Generate a set of 1000 reference datapoints in R^2 ReferencePts = rand(1000,2); %%% Build the