naturalFrequency | R Documentation |
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.
naturalFrequency(L, C = "default", R)
L |
Inductance |
C |
Capacitance, by default IUPAC standard pressure. |
R |
Resistance |
For isothermal compression, the bulk modulus is equal to the pressure. The default value of C therefore is the IUPAC standard pressure.
naturalFrequency(L=20,R=0.5)
naturalFrequency(L=20,C=1/4,R=0.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.