naturalFrequency: Calculate the natural frequency

Description Usage Arguments Details Examples

View source: R/frequency.R

Description

Calculates the natural frequency given the inductance, capacitance and resistance. In the acoustic case the inductance is inertia or mass, the capacitance is elasticity (bulk modulus) and resistance is composed of air resistance and related quantities. All units are SI.

Usage

1
naturalFrequency(L, C = "default", R)

Arguments

L

Inductance

C

Capacitance, by default IUPAC standard pressure.

R

Resistance

Details

For isothermal compression, the bulk modulus is equal to the pressure. The default value of C therefore is the IUPAC standard pressure.

Examples

1
f <- naturalFrequency(L=1, C=140, R=12)

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