代码搜索:Distance
找到约 8,736 项符合「Distance」的源代码
代码结果 8,736
www.eeworm.com/read/150238/12302985
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/336521/12439369
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/230739/14276547
c explode.c
/*
Copyright (c) 1990-2002 Info-ZIP. All rights reserved.
See the accompanying file LICENSE, version 2000-Apr-09 or later
(the contents of which are also included in unzip.h) for terms of use.
www.eeworm.com/read/228372/14387864
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/223158/14651426
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/116795/14954619
h encoder.h
/*! \file encoder.h \brief Quadrature Encoder reader/driver. */
//*****************************************************************************
//
// File Name : 'encoder.h'
// Title : Quadrature
www.eeworm.com/read/215197/15070952
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/214970/15081645
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/472665/6861836
c rp6base_move_03.c
/*
* ****************************************************************************
* RP6 ROBOT SYSTEM - ROBOT BASE EXAMPLES
* ********************************************************************
www.eeworm.com/read/295070/8188141
m metric.m
function distance=metric(x,y)
% 求x和y的汉明距
if x==y
distance=0;
else
distance=1;
end