compute_complex_admitance nrv.utils.compute_complex_admitance(f: float | ndarray, g: float | ndarray, fc: float | ndarray) → complex[source] compute the complex admitance of a first oder system (of cutoff frequency fc and conductivity g) at a given frequency f Parameters: f (float or np.array) – frequency or frequencies for which the admitance should be computed g (float) – conductivity of the system fc (float) – cutoff frequency of the system Returns: complex admitance Return type: complex