electricpy.natfreq¶
-
electricpy.natfreq(C, L, Hz=
True
)[source]¶ Natural Frequency Evaluator.
Evaluates the natural frequency (resonant frequency) of a circuit given the circuit’s C and L values. Defaults to returning values in Hz, but may also return in rad/sec.
\[freq=\frac{1}{\sqrt{L*C}*(2*\pi)}\]