Skip to contents

Provides typical values of the speed of sound in a given medium (air, sea water, freshwater).

Usage

soundSpeedMedium(medium = "air")

Arguments

medium

Propagation medium (default is "air")

Value

Typical value of the speed of sound in m/s for the medium

Examples

soundSpeedMedium("air")
#> [1] 343
soundSpeedMedium("sea water")
#> [1] 1500