mm Subroutine

public subroutine mm(p, w, zout, n)

Compute the measurement model.

Arguments

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

Parameters.

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

Angular frequencies in rad.s-1

complex(kind=dp), intent(out) :: zout(:)

Complex impedance in Ohms.

integer(kind=int32), intent(in) :: n

Number of voigt elements.


Calls

proc~~mm~~CallsGraph proc~mm mm proc~z z proc~mm->proc~z proc~zc zc proc~z->proc~zc proc~zg zg proc~z->proc~zg proc~zl zl proc~z->proc~zl proc~zo zo proc~z->proc~zo proc~zq zq proc~z->proc~zq proc~zr zr proc~z->proc~zr proc~zt zt proc~z->proc~zt proc~zw zw proc~z->proc~zw