代码搜索:Distance

找到约 8,736 项符合「Distance」的源代码

代码结果 8,736
www.eeworm.com/read/372550/9504027

m distitpf.m

function d=distitpf(pf1,pf2,mode) %DISTITPF calculates the Itakura spectral distance between power spectra D=(PF1,PF2,MODE) % % Inputs: PF1,PF2 Power spectra to be compared. Each row represents
www.eeworm.com/read/371255/9559169

m fitline.m

% FITLINE - Least squares fit of a line to a set of points % % Usage: [C, dist] = fitline(XY) % % Where: XY - 2xNpts array of xy coordinates to fit line to data of % the form %
www.eeworm.com/read/371255/9559176

m ransacfitaffinefund.m

% RANSACFITAFFINEFUND - fits affine fundamental matrix using RANSAC % % Usage: [F, inliers] = ransacfitaffinefund(x1, x2, t) % % Arguments: % x1 - 2xN or 3xN set of homogeneous points. If
www.eeworm.com/read/365161/9876646

m distitpf.m

function d=distitpf(pf1,pf2,mode) %DISTITPF calculates the Itakura spectral distance between power spectra D=(PF1,PF2,MODE) % % Inputs: PF1,PF2 Power spectra to be compared. Each row represents
www.eeworm.com/read/168118/9937751

m distinc.m

function s=distinc(x,y) % s=distinc(x,y) % % This function computes the incremental distance between each pair of points % represented by the vectors x and y. See also distcum distpoint and distreac
www.eeworm.com/read/168118/9937791

m distpoint.m

function s=distpoint(x,y,xnot,ynot) % s=distpoint(x,y,xnot,ynot) % % This function computes the distance between each pair of points represented % by the vectors x and y and the single point xnot,yno
www.eeworm.com/read/467759/7000784

m distitpf.m

function d=distitpf(pf1,pf2,mode) %DISTITPF calculates the Itakura spectral distance between power spectra D=(PF1,PF2,MODE) % % Inputs: PF1,PF2 Power spectra to be compared. Each row represents
www.eeworm.com/read/236873/7119015

m distitpf.m

function d=distitpf(pf1,pf2,mode) %DISTITPF calculates the Itakura spectral distance between power spectra D=(PF1,PF2,MODE) % % Inputs: PF1,PF2 Power spectra to be compared. Each row represents
www.eeworm.com/read/458010/7314127

m distchar.m

function d=distchar(ar1,ar2,mode) %DISTCHAR calculates the cosh spectral distance between AR coefficients D=(AR1,AR2,MODE) % % Inputs: AR1,AR2 AR coefficient sets to be compared. Each row conta
www.eeworm.com/read/455115/7377686

m fitline.m

% FITLINE - Least squares fit of a line to a set of points % % Usage: [C, dist] = fitline(XY) % % Where: XY - 2xNpts array of xy coordinates to fit line to data of % the form %