frequencySound: Get the frequency from wavelength and speed of sound

View source: R/frequency.R

frequencySoundR 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)

sonicscrewdriver documentation built on May 29, 2024, 3:39 a.m.