代码搜索:plot

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

代码结果 10,000
www.eeworm.com/read/151613/12187340

m example6_1.m

%首先装载一原始信号 load nearbrk; s=nearbrk; %=========================== %画出该信号的波形图 subplot(4,2,1); plot(s); Ylabel('s'); title('原始信号s和信号的近似a、细节d'); %=========================== %用小波
www.eeworm.com/read/151608/12188155

m exm07231_1.m

%exm07231_1.m t=0:2*pi/99:2*pi; x=1.15*cos(t);y=3.25*sin(t); subplot(2,3,1),plot(x,y),axis normal,grid on, title('Normal and Grid on') subplot(2,3,2),plot(x,y),axis equal,grid on,title('Equal')
www.eeworm.com/read/151561/12200866

m ex3050.m

Wp=0.2*pi;Ws=0.3*pi;Rp=1;As=16; Ripple=10^(-Rp/20);Attn=10^(-As/20); [b,a]=afd_chb1(Wp,Ws,Rp,As); [C,B,A]=sdir2cas(b,a) [db,mag,pha,w]=freqs_m(b,a,0.5*pi); [ha,x,t]=impulse(b,a); % plots subplo
www.eeworm.com/read/151561/12201027

m a32.m

n=-5:10; x=sin(pi*n/2); k=-200:200; w=(pi/100)*k; X=x*(exp(-j*pi/100)).^(n'*k); [xe,xo,m]=evenodd(x,n); XE=xe*(exp(-j*pi/100)).^(m'*k); XO=xo*(exp(-j*pi/100)).^(m'*k); XR=real(X); XI=imag(X);
www.eeworm.com/read/151555/12201611

m touchtone.m

function touchtone(arg) % TOUCHTONE Use FFT to synthesize and analyze telephone dialing % % The dual tone multi-frequency (DTMF) standard specifies that the tone % generated by a button on a tele
www.eeworm.com/read/339665/12211944

m demglm2.m

%DEMGLM2 Demonstrate simple classification using a generalized linear model. % % Description % The problem consists of a two dimensional input matrix DATA and a % vector of classifications T. The da
www.eeworm.com/read/253521/12217564

m ex5_8.m

t=0:0.01:2*pi; x=exp(i*t); y=[x;2*x;3*x]'; plot(y) grid on; %加网格线 box on; %加坐标边框 axis equal %坐标轴采用等刻度
www.eeworm.com/read/151304/12221556

m f2_36.m

% f2_36: Use human_c disp 'Use human_c to plot Figure 2.36'
www.eeworm.com/read/253347/12228456

m fx.m

clear clc a=0; b=1; n=100; start=10;%最小分段数 x=sym('x','real'); f=x^2; jf=double(int(f,x,a,b)); % for i=10:n % cc=ft(a,b,i)-jf; % plot(i,cc,'*-r') % hold on % end c=zeros(
www.eeworm.com/read/151187/12230375

m askbpsk.m

%Run from editor Debug(F) %This m file(ASK.m) analyzes a coherent amplitute shift keyed(ASK) and a binary %phase shift keyed(BPSK) communication system. The receiver uses a correlator %(mixer-integ