代码搜索:triangular

找到约 1,594 项符合「triangular」的源代码

代码结果 1,594
www.eeworm.com/read/362213/10012729

m fig4_31.m

% plots Fourier transform of triangular pulse % w = -50:.3:50; tau = 1; V = tau/2*sin(tau*w/4).^2./(tau*w/4).^2; % alternately, use V = tau/2*sinc(tau*w/4/pi).^2; clf subplot(211);plot(w,V) xl
www.eeworm.com/read/164634/10099480

m emd_triang.m

% EMD_TRIANG.M % % P. Flandrin, Mar. 13, 2003 % % computes and displays EMD for the sum of 2 triangular % waveforms + 1 tone % % produces Figure 2 in % % G. Rilling, P. Flandrin and P. Gon鏰lv鑣 % "On
www.eeworm.com/read/164260/10120781

m dijk.m

function D = dijk(A,s,t) %DIJK Shortest paths from nodes 's' to nodes 't' using Dijkstra algorithm. % D = dijk(A,s,t) % A = n x n node-node weighted adjacency matrix of arc lengths % (Note
www.eeworm.com/read/163246/10168755

m amtriang.m

function y = amtriang(N,t0,T); %AMTRIANG Generate triangular amplitude modulation. % Y = AMTRIANG(N,T0,T) generates a triangular amplitude modulation % centered on a time T0, and with a spread propor
www.eeworm.com/read/359005/10171557

m trimf.m

function y = trimf(x, params) %TRIMF Triangular membership function. % TRIMF(X, PARAMS) returns a matrix which is the triangular % membership function evaluated at X. PARAMS = [A B C] is a 3-el
www.eeworm.com/read/358191/10194433

cpp lower.cpp

// test lower triangular matrix class #include #include "lower.h" void main(void) { LowerMatrix X(20); X.Store(22,1,1).Store(44,5,3).Store(55,10,2).Store(0,8,5);
www.eeworm.com/read/426350/10257487

m 实例22.m

function shili22 h0=figure('toolbar','none',... 'position',[200 150 550 350],... 'name','实例22'); subplot(1,2,1) x=rand(1,20); y=rand(1,20); z=peaks(x,y*pi); t=delaunay(x,y); trimesh(t
www.eeworm.com/read/354575/10344907

m ahpmakemat.m

function m=ahpmakemat(a) %AHPMAKEMAT Turn a vector of comparisons into an AHP matrix. % M=AHPMAKEMAT(A) returns an AHP matrix M from an input vector A. % A must be a triangular number to cor
www.eeworm.com/read/161587/10394510

cpp lower.cpp

// test lower triangular matrix class #include #include "lower.h" void main(void) { LowerMatrix X(20); X.Store(22,1,1).Store(44,5,3).Store(55,10,2).Store(0,8,5);
www.eeworm.com/read/279420/10439233

m amtriang.m

function y = amtriang(N,t0,T); %AMTRIANG Generate triangular amplitude modulation. % Y = AMTRIANG(N,T0,T) generates a triangular amplitude modulation % centered on a time T0, and with a spread propor