代码搜索:ESTIMATION

找到约 3,786 项符合「ESTIMATION」的源代码

代码结果 3,786
www.eeworm.com/read/287770/8670576

m find_f0.m

function f0 = find_f0(x) % FIND_F0 Find fundamental frequency % % F0 = FIND_F0(X) % % Find the fundamental frequency of signal X. % By default, FIND_F0 uses the YIN method for F0 estimation
www.eeworm.com/read/163924/10139751

m vgg_x_from_xp_lin.m

%vgg_X_from_xP_lin Estimation of 3D point from image matches and camera matrices, linear. % X = vgg_X_from_xP_lin(x,P,imsize) computes projective 3D point X (column 4-vector) % from its project
www.eeworm.com/read/163924/10139759

m vgg_line3d_from_lp_lin.m

% vgg_line3d_linear Linear estimation of 3d line from image lines and camera matrices. % % SYNOPSIS % L = vgg_line3d_from_lP_lin(s,P [,imsize]), where % % s ... cell(K) of double(3,3), inv. cova
www.eeworm.com/read/163924/10139804

m vgg_line3d_from_lp_nonlin.m

% vgg_line3d_from_lP_nonlin Non-linear estimation of (possibly constrained) 3D line segment from image line segments. % % SYNOPSIS % L = vgg_line3d_from_lP_nonlin(s,P [,imsize] [,L0] [,X] [,nonlin
www.eeworm.com/read/350392/10745240

c jbig_tab.c

/* * Probability estimation tables for the arithmetic encoder/decoder * given by ITU T.82 Table 24. * * $Id: jbig_tab.c,v 1.6 1998-04-05 18:36:19+01 mgk25 Rel $ */ short jbg_lsz[113] = { 0x
www.eeworm.com/read/462846/7194326

m prob9_11.m

% Author: Xiaofeng Xu, Polytechnic University 4/21/2002 %Predict Motion Vectors [Target_Img,Anchor_Img,Predict_Img,ox,oy,px,py,PSNR]=Motion_Estimation_2D('foreman66.Y','foreman69.Y',352,288,[1
www.eeworm.com/read/462846/7194330

m prob9_12.m

% Author: Xiaofeng Xu, Polytechnic University 4/21/2002 %Predict Motion Vectors [Target_Img,Anchor_Img,Predict_Img,ox,oy,px,py,PSNR]=Motion_Estimation_2D('foreman66.Y','foreman69.Y',352,288,[1
www.eeworm.com/read/449504/7502126

m tvp_garch.m

function result = tvp_garch(y,x,parm,info) % PURPOSE: time-varying parameter estimation with garch(1,1) errors % y(t) = X(t)*B(t) + e(t), e(t) = N(0,h(t)) % B(t) = B(t-1) + v(t),
www.eeworm.com/read/245836/12778438

m spec_cmp.m

% 2D Amplification Ratio from SPECFEM data % compared to 1D estimation % -> contour plots % H. Rendon and J.P. Ampuero - Sept. 2001 % % USES: rock_ampli.m, spec1D.m clear disp('This script plots 2D s
www.eeworm.com/read/323582/13335181

c jbig_tab.c

/* * Probability estimation tables for the arithmetic encoder/decoder * given by ITU T.82 Table 24. * * Id: jbig_tab.c,v 1.6 1998-04-05 18:36:19+01 mgk25 Rel $ * $Id: jbig_tab.c,v 1.3 2004/06