micsens(seewave)
micsens()所属R语言包:seewave
Microphone sensitivity and conversion
麦克风的灵敏度和转换
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function converts microphone sensitivity from mV/Pa to dB.
此功能将麦克风灵敏度从mV / PA分贝。
用法----------Usage----------
micsens(x, sref = 1, inverse = FALSE)
参数----------Arguments----------
参数:x
a measured sensitivity in mV/Pa (or in dB if inverse is TRUE)
以mV / PA的测量灵敏度(以dB为单位inverse如果是TRUE)
参数:sref
the sensitivity reference (by default equals to 1 V/Pa)
灵敏度参考(默认情况下为1 V / PA)
参数:inverse
logical, if TRUE, the inverse conversion from dB to mV/Pa is computed.
逻辑,如果TRUE,逆变换计算分贝毫伏/帕。
Details
详细信息----------Details----------
The sensitivity S in dB is calculated according to:<br>
以dB灵敏度的计算依据:参考
with s the measured sensitivity in mv/Pa and sref the reference sensitivity (by default 1 mV/Pa).
的测量灵敏度,以mV / Pa和SREF参考灵敏度(默认为1毫伏/帕)。
值----------Value----------
A numeric value in dB re 1V/Pa with default settings, in mV/Pa if inverse is set to FALSE.
的数值以dB为单位重新1V/Pa使用默认设置,在毫伏/帕inverse如果设置为FALSE的。
(作者)----------Author(s)----------
Jerome Sueur <a href="mailto:sueur@mnhn.fr">sueur@mnhn.fr</a>
参见----------See Also----------
convSPL
convSPL
实例----------Examples----------
# conversion of a sensitivity of 2 mV/Pa[转换的灵敏度为2 mV / Pa以下]
micsens(2)
# conversion of a sensitivity of -54 dB re 1V/Pa[重新1V/Pa的灵敏度为-54 dB的转换]
micsens(-54,inverse=TRUE)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|