skrf.vectorFitting.VectorFitting.poles
- VectorFitting.poles
Instance variable holding the list of fitted poles. It will be initialized by
vector_fit()orauto_fit(). This array is 1-dimensional with shape \((K)\), where \(K_{real} + K_{complex}\) is the number of real and complex-conjugate poles. This implies that only one part of a complex-conjugate pair is stored in this array (the one with the positive imaginary part). When calculating the model response in pole-residue form, the missing part of each complex-conjugate pair has to be added manually. See the source code ofget_model_response()as an example.