frequencySound {sonicscrewdriver} | R Documentation |
Get the frequency from wavelength and speed of sound
Description
Calculates the frequency of a sound wave given the wavelength and speed of sound in that medium.
Usage
frequencySound(wl, s = soundSpeed(medium = "air"))
Arguments
wl |
Wavelength |
s |
Speed of sound (defaults to the speed of sound in air) |
Value
Frequency of the sound in Hertz
Examples
f <- frequencySound(wl=100, s=343)
[Package sonicscrewdriver version 0.0.7 Index]