skrf.network.Network.interpolate_self_npoints

Network.interpolate_self_npoints(npoints, **kwargs)

interpolate network based on a new number of frequency points

Parameters :

npoints : int

number of frequency points

**kwargs : keyword arguments

passed to scipy.interpolate.interp1d() initializer.

See also

interpolate_self
same functionality but takes a Frequency object
interpolate
same functionality but takes a Frequency object and returns a new Network, instead of updating itself.

Previous topic

skrf.network.Network.interpolate_self

Next topic

skrf.network.inv

This Page