logspec.dist(seewave)
logspec.dist()所属R语言包:seewave
Log-spectral distance
登录谱距离
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Compare two distributions (e.g. two frequency spectra) by
比较两个分布(例如,两个频谱)
用法----------Usage----------
logspec.dist(spec1, spec2)
参数----------Arguments----------
参数:spec1
any distribution, especially a spectrum obtained with spec or meanspec (not in dB). This can be either a two-column matrix (col1 = frequency, col2 = amplitude) or a vector (amplitude).
任何分布,特别是spec或meanspec(不以dB为单位)所获得的频谱。这可以是一个两列的矩阵(col1的=频率,col2上=振幅),或一个矢量(振幅)。
参数:spec2
any distribution, especially a spectrum obtained with spec or meanspec (not in dB). This can be either a two-column matrix (col1 = frequency, col2 = amplitude) or a vector (amplitude).
任何分布,特别是spec或meanspec(不以dB为单位)所获得的频谱。这可以是一个两列的矩阵(col1的=频率,col2上=振幅),或一个矢量(振幅)。
Details
详细信息----------Details----------
The distance is computed according to:<br>
的距离,根据计算的:参考
值----------Value----------
A numeric vector of length 1 returning the D distance.
返回一个数值向量的长度为1的距离D。
注意----------Note----------
The distance is symmetric.
的距离是对称的。
(作者)----------Author(s)----------
Jerome Sueur
参见----------See Also----------
ks.dist, kl.dist,
ks.dist,kl.dist,
实例----------Examples----------
# Comparison of two spectra[比较两个光谱]
data(tico)
tico1 <- spec(tico, at=0.65, plot=FALSE)
tico2 <- spec(tico, at=1.1, plot=FALSE)
logspec.dist(tico1, tico2)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|