Atsushi Watanabe - Autonomous Mobile Robot Control and Navigation


Calculation of RC/LC circuit constant (JavaScript)

Impedance of capacitor

Z=|1/(j*2*pi*f*C)|
Z:ohm, C:F, f:Hz
Z,C -> f
Z,f -> C
C,f -> Z

Impedance of inductor

Z=|j*2*pi*f*L|

Z,L -> f
Z,f -> L
L,f -> Z

1st order RC filter

fc=1/(2*pi*C*R)

R,C -> fc
R,fc -> C
C,fc -> R

LC resonant circuit

f=1/(2*pi*sqrt(L*C))

L,C -> f
L,f -> C
C,f -> L