Interpolate network based on a new number of frequency points
| Parameters : | npoints : int 
 **kwargs : keyword arguments 
 | 
|---|
See also
Notes
The function resample() is an alias for interpolate_self_npoints().
Examples
In [2]: n = rf.data.ring_slot 
In [3]: n
Out[3]: 2-Port Network: 'ring slot',  75-110 GHz, 501 pts, z0=[ 50.+0.j  50.+0.j]
In [4]: n.resample(501) # resample is an alias
In [5]: n
Out[5]: 2-Port Network: 'ring slot',  75-110 GHz, 501 pts, z0=[ 50.+0.j  50.+0.j]