找回密码
 注册
查看: 354|回复: 0

R语言 seewave包 simspec()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-30 00:19:32 | 显示全部楼层 |阅读模式
simspec(seewave)
simspec()所属R语言包:seewave

                                        Similarity between two frequency spectra
                                         两个频谱之间的相似

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

This function estimates the similarity between
此函数估计之间的相似性


用法----------Usage----------


simspec(spec1, spec2, f = NULL, plot = FALSE, type = "l",
lty1 = 1, lty2 = 2,
lty3 = 3, col1 = 2, col2 = 4, col3 = 1, flab = "Frequency (kHz)",
alab = "Amplitude (percentage)", flim = c(0, f/2000),
alim = c(0, 100),
legend = TRUE, ...)



参数----------Arguments----------

参数:spec1
a first data set resulting of a spectral analysis 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
a first data set resulting of a spectral analysis 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上=振幅),或一个矢量(振幅)。


参数:f
sampling frequency of waves used to obtain spec1 and spec2 (in Hz). Not necessary if spec1 and/or spec2 is a two columns matrix obtained with spec or meanspec.
用于获取spec1和spec2(赫兹)的波的采样频率。没有必要的,如果spec1和/或spec2是一个两列的矩阵得到spec或meanspec。


参数:plot
logical, if TRUE plots both spectra and similarity function  (by default FALSE).
逻辑,如果TRUE图谱和相似的功能(默认情况下FALSE)。


参数:type
if plot is TRUE, type of plot that should be drawn. See plot for details (by default "l" for lines).
如果plot是TRUE,应该得出的图。见plot的详细信息(默认情况下,“L”线)。


参数:lty1
line type of spec1 if type="l".
线路类型spec1如果type=“L”。


参数:lty2
line type of spec2 if type="l".
线路类型spec2如果type=“L”。


参数:lty3
line type of the similarity function if type="l".
线如果type=“L”型的相似功能。


参数:col1
colour of spec1.
颜色的spec1。


参数:col2
colour of spec2.
颜色的spec2。


参数:col3
colour of the similarity function.
色的相似度函数。


参数:flab
title of the frequency axis.
在频率轴上的标题。


参数:alab
title of the amplitude axis.
标题的振幅轴。


参数:flim
the range of frequency values.
的范围内的频率值。


参数:alim
range of amplitude axis.
范围的振幅轴。


参数:legend
logical, if TRUE adds a legend to the plot.
逻辑,如果TRUE添加图例的图。


参数:...
other plot graphical parameters.
其他plot图形参数。


Details

详细信息----------Details----------

Spectra similarity is assessed according to:<br>
光谱相似性进行评估依据:参考

with S in %.
s,在%。


值----------Value----------

The similarity index is returned. This value is in %.<br> When plot is TRUE, both spectra and the similarity function are plotted on the same graph. The similarity index is the mean of this function.
返回的相似性指数。这个值是在%。<br>当plot是TRUE,光谱和相似的功能是绘制在同一张图上。的相似性指数是该函数的平均值。


(作者)----------Author(s)----------


Jerome Sueur <a href="mailto:sueur@mnhn.fr">sueur@mnhn.fr</a>



参考文献----------References----------

bioacoustic signals: avoiding perceptual pitfalls. Journal of the Acoustical

参见----------See Also----------

spec, meanspec, corspec, diffspec, diffenv,  kl.dist,
spec,meanspec,corspec,diffspec,diffenv,kl.dist,


实例----------Examples----------


a<-noisew(f=8000,d=1)
b<-synth(f=8000,d=1,cf=2000)
c<-synth(f=8000,d=1,cf=1000)
d<-noisew(f=8000,d=1)
speca<-spec(a,f=8000,at=0.5,plot=FALSE)
specb<-spec(b,f=8000,at=0.5,plot=FALSE)
specc<-spec(c,f=8000,at=0.5,plot=FALSE)
specd<-spec(d,f=8000,at=0.5,plot=FALSE)
simspec(speca,speca)
simspec(speca,specb)
simspec(speca,specc,plot=TRUE)
simspec(specb,specc,plot=TRUE)
#[1] 12.05652[[1] 12.05652]
simspec(speca,specd,plot=TRUE)

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-30 14:31 , Processed in 0.023535 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表