zc Function

public pure elemental function zc(w, C) result(Z)

Compute the complex impedance for a capacitor.

Arguments

Type IntentOptional Attributes Name
real(kind=dp), intent(in) :: w

Angular frequencies in rad.s^-1.

real(kind=dp), intent(in) :: C

Capacitance in Farad.

Return Value complex(kind=dp)

Complex impedance in Ohms.


Called by

proc~~zc~~CalledByGraph proc~zc zc proc~z z proc~z->proc~zc proc~capi_z capi_z proc~capi_z->proc~z proc~mm mm proc~mm->proc~z