代码搜索:Compute

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

代码结果 10,000
www.eeworm.com/read/343492/11944458

m compute_empgrad.m

function v = compute_empgrad(fun,x,fx,scaling,empgradtype,varargin); % COMPUTE_EMPGRAD - computes the empirical gradient % empgradtype : 1 - d function evaulations % 2 - 2*d fu
www.eeworm.com/read/256612/11983147

m compute_codeword.m

function o=compute_codeword(position,s,jx) %实现计算码字滤波的框图功能 %输入---固定码本输出 %输出---码字矢量,得到c(n) c=zeros(1,40); for i=1:4 c(position(i))=s(i); end %c=c/2^15; o=c;
www.eeworm.com/read/255920/12046179

m alfa_compute.m

function alfa=alfa_compute(d,db) alfa=1-d./db;
www.eeworm.com/read/255310/12089920

vi juzhen_compute.vi

www.eeworm.com/read/152439/12113618

m compute_extrinsic.m

function [omckk,Tckk,Rckk,H,x,ex,JJ] = compute_extrinsic(x_kk,X_kk,fc,cc,kc,alpha_c,MaxIter,thresh_cond), %compute_extrinsic % %[omckk,Tckk,Rckk,H,x,ex] = compute_extrinsic(x_kk,X_kk,fc,cc,kc,alp
www.eeworm.com/read/152439/12113712

m compute_collineation.m

function [H,Hnorm,inv_Hnorm] = compute_collineation (a00, a10, a11, a01); % new formalism using homographies a00 = a00 / a00(3); a10 = a10 / a10(3); a11 = a11 / a11(3); a01 = a01 / a01(3);
www.eeworm.com/read/152439/12113738

m compute_homography.m

function [H,Hnorm,inv_Hnorm] = compute_homography(m,M); %compute_homography % %[H,Hnorm,inv_Hnorm] = compute_homography(m,M) % %Computes the planar homography between the point coordinates on t
www.eeworm.com/read/339620/12216824

m compute_extrinsic.m

function [omckk,Tckk,Rckk,H,x,ex,JJ] = compute_extrinsic(x_kk,X_kk,fc,cc,kc,alpha_c,MaxIter,thresh_cond), %compute_extrinsic % %[omckk,Tckk,Rckk,H,x,ex] = compute_extrinsic(x_kk,X_kk,fc,cc,kc,alp
www.eeworm.com/read/339620/12216983

m compute_collineation.m

function [H,Hnorm,inv_Hnorm] = compute_collineation (a00, a10, a11, a01); % new formalism using homographies a00 = a00 / a00(3); a10 = a10 / a10(3); a11 = a11 / a11(3); a01 = a01 / a01(3);