代码搜索:corresponding

找到约 4,250 项符合「corresponding」的源代码

代码结果 4,250
www.eeworm.com/read/283938/8978721

m d_tder.m

%D_TDER HOSA Demo: Time-delay estimation using cross-correlation (tder) % echo off % A. Swami Oct 18, 1997. % Copyright (c) 1991-2001 by United Signals & Systems, Inc. % $Revision
www.eeworm.com/read/283938/8978744

m d_tde.m

%D_TDE HOSA Demo: Time Delay Estimation using cross-cumulant method (tde) echo off % A. Swami April 15, 1993 % Copyright (c) 1991-2001 by United Signals & Systems, Inc. % $Revision: 1.7
www.eeworm.com/read/185152/9054784

m dltpoints.m

function points = DLTpoints(DLT, icoords, z) %DEVELOPMENT PHASE % %get the point corresponding to the image positions icoords with the given z %coordinate % %DLT ... 3 x 4 %icoords ... n x 2 %default
www.eeworm.com/read/184417/9101813

html stencilmask.html

NAME glStencilMask - control the writing of individual bits in the stencil planes C SPECIFICATION
www.eeworm.com/read/184417/9101996

html indexmask.html

NAME glIndexMask - control the writing of individual bits in the color index buffers C SPECIFICATION
www.eeworm.com/read/184417/9102416

html fglstencilmask.html

NAME fglStencilMask - control the writing of individual bits in the stencil planes FORTRAN SPECIFICATIO
www.eeworm.com/read/184417/9102642

html fglindexmask.html

NAME fglIndexMask - control the writing of individual bits in the color index buffers FORTRAN SPECIFICA
www.eeworm.com/read/184267/9114053

m analytic.m

function z=analytic(x) % z=analytic(x) %ANALYTIC Returns the analytic signal corresponding to signal x. % z=hilbert(x);
www.eeworm.com/read/184267/9114115

m analytic.m

function z=analytic(x) % z=analytic(x) %ANALYTIC Returns the analytic signal corresponding to signal x. % z=hilbert(x);
www.eeworm.com/read/181714/9240347

m lufac.m

function [L,U, p] = lufac(A) % LU factorization of the matrix A, corresponding to Gaussian % elimination with partial pivoting. % p holds the final row ordering % Version 11.12.2003. INCBOX