skrf.vectorFitting.VectorFitting.get_model_order

static VectorFitting.get_model_order(poles)[source]

Returns the model order calculated with \(N_{real} + 2 N_{complex}\) for a given set of poles.

Parameters:

poles (ndarray) – The poles of the model as a list or NumPy array.

Returns:

order

Return type:

int