Learn R Programming

sonar (version 1.0.2)

SpeedOfSoundHumidAir: Speed of sound in Humid air at sea level air density and one atmosphere pressure

Description

Returns the speed of sound in Humid air at sea level air density and one atmosphere pressure

Usage

SpeedOfSoundHumidAir(temperatureC, Hr)

Arguments

temperatureC
numeric, temperature in degrees Celsius in the range -30 C to 43 C
Hr
numeric, relative humidity, accurate to within 0.1% for temperatures

Value

the speed of sound (m/s)

References

Kleeman L. & Kuc R., 2008 Springer Handbook of Robotics, Bruno Siciliano, Oussama Khatib (Eds.) Springer-Verlag Berlin Heidelberg, pp.496 eq (21.7).

Examples

Run this code
#Speed of sound (Humid air, at sea level air density, one atmosphere pressure)
#temperature 20 C, 90\% relative humidity
SpeedOfSoundHumidAir(20, 0.9)

Run the code above in your browser using DataLab