frequencySound: Get the frequency from wavelength and speed of sound

Description Usage Arguments Value Examples

View source: R/frequency.R

Description

Calculates the frequency of a sound wave given the wavelength and speed of sound in that medium.

Usage

1

Arguments

wl

Wavelength

s

Speed of sound (defaults to the speed of sound in air)

Value

Frequency of the sound in Hertz

Examples

1
f <- frequencySound(wl=100, s=343)

sonicscrewdriver documentation built on May 2, 2021, 5:06 p.m.