代码搜索:triangular

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

代码结果 1,594
www.eeworm.com/read/431596/8666373

m lambdaab.m

function y=lambdaab(x,a,b) % y=lambdaab(x) triangular function of width 2b centered at a (b>0) % y=(x/b+(b-a)/b).*((x>(a-b)) & (x=a) & (x
www.eeworm.com/read/283135/9040660

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/283135/9041009

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/184267/9114121

m lambdaab.m

function y=lambdaab(x,a,b) % y=lambdaab(x) triangular function of width 2b centered at a (b>0) % y=(x/b+(b-a)/b).*((x>(a-b)) & (x=a) & (x
www.eeworm.com/read/381017/9115194

m mat2cov.m

function P = mat2cov(Pmat,idx) % MAT2COV Extract covariance matrix from vector of upper triangular elements. % % P = mat2cov(Pvec) returns the (quadratic) covariance matrix when given a %
www.eeworm.com/read/183070/9179543

m mat2cov.m

function P = mat2cov(Pmat,idx) % MAT2COV Extract covariance matrix from vector of upper triangular elements. % % P = mat2cov(Pvec) returns the (quadratic) covariance matrix when given a %
www.eeworm.com/read/378182/9248562

cu ssymv.cu

/* * Copyright 1993-2008 NVIDIA Corporation. All rights reserved. * * NOTICE TO USER: * * This source code is subject to NVIDIA ownership rights under U.S. and * international Copyright laws
www.eeworm.com/read/179921/9331424

m lambdaab.m

function y=lambdaab(x,a,b) % y=lambdaab(x) triangular function of width 2b centered at a (b>0) % y=(x/b+(b-a)/b).*((x>(a-b)) & (x=a) & (x
www.eeworm.com/read/163924/10139947

m vgg_rq.m

% [R,Q] = vgg_rq(S) Just like qr but the other way around. % % If [R,Q] = vgg_rq(X), then R is upper-triangular, Q is orthogonal, and X==R*Q. % Moreover, if S is a real matrix, then det(Q)>0. %
www.eeworm.com/read/359519/10140766

m veclt.m

% VECLT - change a vector into a lower-triangular matrix % Copyright (c) 1998, Harvard University. Full copyright in the file Copyright % % [M] = ltvec(V) % % V = vector argument % % M = square, sy