sda.rlc.rl_circuit#
Classes#
Module Contents#
- class sda.rlc.rl_circuit.RL(R, L)#
- R#
- L#
- damping_ratio#
- static pulsed_signal(t, tau, V)#
Return a pulsed signal, serving as an input signal to the RLC circuit.
The pulse is defined here as step function that goes from 0 to V at t = 0, and stays at V for 0 < t <= tau. The pulse is 0 for t > tau.
- current(t, tau, V)#
Intensity across the RL circuit, in response to a pulsed signal.