Learn R Programming

sonar (version 1.0.2)

SpeedOfSoundKinslerEtal: Speed of sound (m/s) from Kinsler et al

Description

Returns the speed of sound (m/s) from Kinsler et al accurate to within 0.05% for 0

Usage

SpeedOfSoundKinslerEtal(PressureBar, temperatureC)

Arguments

PressureBar,
Pressure in bars (1 bar = 100 kPa)
temperatureC,
temperatureC in Celsius

Value

the speed of sound (m/s)

References

L. Kinsler, A. Frey, A. Coppens, J. Sanders, 1982 Fundamentals of Acoustics, Third Edition New York: John Wiley & Sons. pp. 121 (5.6.8)

Examples

Run this code
SpeedOfSoundKinslerEtal(1, 20)

Run the code above in your browser using DataLab