代码搜索:plot

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

代码结果 10,000
www.eeworm.com/read/421516/10733245

m m5.m

% M-file for Project 5 on some non-zero v_sg conditions in Chapter 6 % m5.m sets up the motor parameters and initial values in % the MATLAB workspace for the SIMULINK files: s5a.m and s5b.m. % I
www.eeworm.com/read/350461/10741870

m qiyizhi.m

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

m holder.m

function h=holder(tfr,f,n1,n2,t,pl) %HOLDER Estimate the Holder exponent through an affine TFR. % H=HOLDER(TFR,F,N1,N2,T) estimates the Holder exponent of a % function through an affine time-frequenc
www.eeworm.com/read/350382/10745979

m 6-9.m

%例程6-9 方波信号的离散小波变换 % e.g.6-9.m for example6-9; %test the function of wavedec. clear all; t=0:.01*pi:10*pi; x=square(t,80); X=x+randn(size(x))/10; subplot(5,2,1:2); plot(t,X); xlabel('Time
www.eeworm.com/read/350382/10745984

m 6-7.m

%例程6-7 方波信号的连续小波变换 % e.g.6-7.m for example6-7; %test the function of cwt clear all; t=0:.01*pi:10*pi; x=square(t,80); %The duty cycle(占空比) is 80% of the period in which the signal is positive
www.eeworm.com/read/350382/10746085

m 3-9.m

%例程3-9 产生非周期方波 t=-1:1/1E3:1; x=tripuls(t,0.3); y=tripuls(t,0.3,-0.8); subplot(2,1,1); plot(t,x); subplot(2,1,2); plot(t,y);
www.eeworm.com/read/421052/10758848

m testmeanecgextraction.m

% % Test program for mean ECG beat extraction. % % Dependencies: The baseline wander and ECG filtering toolboxes of the Open Source ECG Toolbox % % Open Source ECG Toolbox, version 1.0, November
www.eeworm.com/read/421052/10758852

m testphaseshifting.m

% % Test program for phase shifting function. % % Dependencies: The baseline wander and ECG filtering toolboxes of the Open Source ECG Toolbox % % Open Source ECG Toolbox, version 1.0, November 2
www.eeworm.com/read/421052/10758859

m testphasecalculation.m

% % Test program for phase calculation of ECG signals. % % Dependencies: The baseline wander and ECG filtering toolboxes of the Open Source ECG Toolbox % % Open Source ECG Toolbox, version 1.0, N
www.eeworm.com/read/421048/10758917

m testbaseline.m

% % Test program for removing baseline wander from ECG signals using % different techniques. % % Dependencies: The baseline wander toolbox of the Open Source ECG Toolbox % % Open Source ECG Tool