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)

edwbaker/SonicScrewdriveR documentation built on Feb. 14, 2025, 2:45 p.m.