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

R语言 SII包 SII-package()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-30 02:15:20 | 显示全部楼层 |阅读模式
SII-package(SII)
SII-package()所属R语言包:SII

                                         Calculate ANSI S3.5-1997 Speech Intelligibility Index
                                         计算ANSI S3.5-1997的语音清晰度指数

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

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

This package calculates ANSI S3.5-1997 Speech Intelligibility Index (SII), a standard method for computing the intelligibility of speech from acoustical measurements of speech, noise, and hearing thresholds. This package includes data frames corresponding to Tables 1 - 4 in the ANSI standard as well as a function utilizing these tables and user-provided hearing threshold and noise level measurements to compute the SII score.  The methods implemented here extend the standard computations to allow calculation of SII when the measured frequencies do not match those required by the standard by applying interpolation to obtain values for the required frequencies.
这个包计算ANSI S3.5-1997的语音清晰度指数(SII),一个标准的方法来计算声学测量的言论,噪音和听力阈值的语音可懂度。这个软件包包括数据框对应表1  - 表4中的ANSI标准,以及使用这些表格和用户提供的听力阈值和噪声电平的测量计算SII得分。这里实施的方法扩展的标准计算,允许计算SII,当所测量的频率不符合这些标准所要求的通过施加以获得所需的频率值的内插。


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



Gregory R. Warnes <a href="mailto:greg@warnes.net">greg@warnes.net</a>




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

ANSI S3.5-1997, "American National Standard Methods for  Calculation of the Speech Intelligibility Index" American National Stan-  dards Institute, New York.
Other software programs for calculating SII are available from http://www.sii.to/html/programs.html.

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


## Example C.1 from ANSI S3.5-1997 Annex C[ANSI S3.5-1997#示例C.1附件C]
sii.C1 <- sii(
              speech   = c(50.0, 40.0, 40.0, 30.0, 20.0,  0.0),
              noise    = c(70.0, 65.0, 45.0, 25.0,  1.0,-15.0),
              threshold= c( 0.0,  0.0,  0.0,  0.0,  0.0,  0.0),
              method="octave"
              )
sii.C1                        # rounded to 2 digits by default[默认情况下,四舍五入到2位]
print(sii.C1$sii, digits=20)  # full precision[全精度]
summary(sii.C1)               # full details[详细资料]
plot(sii.C1)                  # plot[图]
## The value given in the Standard is $0.504$.[#标准中给定的值是0.504美元元。]

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-5-23 02:34 , Processed in 0.024304 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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