convSPL(seewave)
convSPL()所属R语言包:seewave
Convert sound pressure level in other units
转换在其他单位的声压水平
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function converts sound pressure level (in dB) in sound power (Watt), intensity (Watt/m2) and pressure (Pa). By default, these
这个函数转换音功率(瓦特),的强度(Watt/m2)和压力(Pa)的声压水平(以dB为单位)。默认情况下,这些
用法----------Usage----------
convSPL(x, d = 1, Iref = 10^-12, pref = 2*10^-5)
参数----------Arguments----------
参数:x
a numeric vector or a matrix describind SPL values (in dB).
一个数值向量或矩阵describind SPL值(以dB为单位)。
参数:d
the distance from the sound source where SPL values have been measured (in meter) (by default = 1m)
SPL值,已测(米),声源的距离(默认= 1M)
参数:Iref
reference intensity (in Watt/m2) (by default = 10e-12)
参考的强度(Watt/m2)(默认值= 10E-12)
参数:pref
reference pressure (in Pa) (by default = 2.10e-5)
参考压力(帕)(默认值= 2.10e-5)
值----------Value----------
convSPL returns a list containing three components:
convSPL返回一个列表,其中包含三个组成部分:
参数:P
data converted in sound power (in Watt).
数据转换成声功率(瓦)。
参数:I
data converted in sound intensity (in Watt/m2).
数据转换中声音强度(Watt/m2)。
参数:p
data converted in sound pressure (in Pa).
数据转换的声压(以Pa)。
注意----------Note----------
Iref and pref correspond to a 1 kHz sound in air.
Iref和pref对应于1 kHz的声音在空气中。
(作者)----------Author(s)----------
Jerome Sueur <a href="mailto:sueur@mnhn.fr">sueur@mnhn.fr</a>
参考文献----------References----------
<h3>See Also</h3>
实例----------Examples----------
# conversion of two SPL measurements taken at 0.5 m from the source[在0.5米的源转换的两个SPL测量]
convSPL(c(80,85),d=0.5)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|