attenuation(seewave)
attenuation()所属R语言包:seewave
Generate sound intensity attenuation data
产生声音的强度衰减数据
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function generates dB data following theoretical spherical attenuation of sound.
这个函数生成理论球形的声音衰减的分贝数据。
用法----------Usage----------
attenuation(lref, dref = 1, dstop, n, plot = TRUE,
xlab = "Distance (m)", ylab = "dB", type = "l", ...)
参数----------Arguments----------
参数:lref
reference intensity or pressure level (in dB).
基准强度或压力水平(以dB为单位)。
参数:dref
reference distance corresponding to lref (in m.) (by default = 1).
参考距离lref(米)(默认值= 1)。
参数:dstop
maximal distance of propagation (in m.).
传播的最大距离(米)。
参数:n
number of points generated between dref and dstop.
数点之间dref和dstop。
参数:plot
logical, if TRUE plots attenuation against distance of propagation (by default TRUE).
逻辑,如果TRUE图对传播距离衰减(默认情况下,TRUE)。
参数:xlab
title of the x axis.
x轴的标题。
参数:ylab
title of the y axis.
y轴的标题。
参数: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”线)。
参数:...
other plot graphical parameters. </table>
其他plot图形参数。 </ TABLE>
值----------Value----------
If plot is FALSE return a numeric vector with the data generated.
plot如果是FALSE返回一个数字矢量生成的数据。
注意----------Note----------
Sound attenuation in a free, unbounded medium behaves in accordance with the inverse square law. attenuation generates data following this rule from a reference point where sound intensity level (SIL) or sound pressure level (SPL) is known. Such theoretical data can be compared with
在一个自由的,无限介质的声衰减的行为按照平方反比定律。 attenuation遵守这个规则,从声强级(SIL)或声压等级(SPL)被称为一个参考点产生的数据。这样的理论数据进行比较
(作者)----------Author(s)----------
Jerome Sueur <a href="mailto:sueur@mnhn.fr">sueur@mnhn.fr</a>
参考文献----------References----------
<h3>See Also</h3>
实例----------Examples----------
# theoretical attenuation up to 150 m of a 100 dB/1m sound source[高达150米的一个100 dB/1m的声源的理论衰减]
attenuation(lref=100,dstop=150,n=200)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|