critical: Constants Tables for ANSI S3.5-1997 Speech Intelligibility...

Description Usage Format Details Source References Examples

Description

Tables of constants for ANSI S3.5-1997 Speech Intelligibility Index (SII)

Usage

1
2
3
4
5

Format

Each data frames has 6-21 observations and a subset of the following variables:

fi

Center frequency of SII band, Hz

li

Lower limit of frequency band, Hz

hi

Upper limit of frequency band, Hz

Deltai

Band width adjustment, dB

Ii

Band importance function

normal, raised, loud and shout

Standard spectrum levels for vocal effort levels "normal", "raised", "loud", and "shout", respectively, dB

Xi

Spectrum level of internal noise, dB

Fi

Band importance function (weight)

Details

These data objects provide constant tables 1 – 4 from the ANSI S3.5-1997.

critical

Table 1: Critical band SII procedure constants

equal

Table 2:Equally contributing (17 band) critical band SII

onethird

Table 3: One-third octave band SII procedure constants

octave

Table 4: Octave band SII procedure constants

overall.spl

Overall sound pressure level (SPL) for the for vocal effort levels "normal", "raised", "loud", and "shout", in dB

Source

ANSI S3.5-1997, "American National Standard Methods for Calculation of the Speech Intelligibility Index" American National Standards Institute, New York.

References

ANSI S3.5-1997, "American National Standard Methods for Calculation of the Speech Intelligibility Index" American National Standards Institute, New York.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
data(critical)
critical # show entire table

data(equal)
names(equal)
equal$fi # extract just the frequency band centers

data(onethird)
barplot(onethird$Ii) # plot band importance function (weights)

data(octave)
round(octave, digits=2) # just 2 digits

data(overall.spl)
overall.spl

warnes/SII documentation built on June 21, 2019, 10:51 p.m.