compute_complex_admitance
- nrv.utils.compute_complex_admitance(f: float, g: float, fc: float) 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