Interpolates s-parameters from a frequency vector.
Given a frequency vector, and optionally a unit (see **kwargs) , interpolate the networks s-parameters linearly in real and imaginary components.
See interpolate() for more information.
Parameters : | new_frequency : Frequency
interp_kwargs : :
**kwargs : :
|
---|
See also
Notes
This creates a new Frequency, object using the method from_f(), and then calls interpolate_self().