powered by
Calculates the frequency of a sound wave given the wavelength and speed of sound in that medium.
frequencySound(wl, s = soundSpeed(medium = "air"))
Frequency of the sound in Hertz
Wavelength
Speed of sound (defaults to the speed of sound in air)
f <- frequencySound(wl=100, s=343)
Run the code above in your browser using DataLab