I am trying to export frequency simulation data (rather, manipulate simulation data) that was performed using an adaptive sweep; However, I need my data to be uniformly sampled. Is there a way to interpolate the data accessed by getResult() so it is uniformly sampled? I imagine there must be, since it can be plotted continuously.
I know I can do this if I bring my S2P files into ADS, read the files in and run a linear frequency sweep, and then write the files back out, but the whole reason I need my data uniformly sampled is to circumvent using ADS for data processing. If I have to use ADS anyways, there is no point, especially since EMPro cannot read S2P files back in.
I think I found a reference to in in the Python Lab Reference Solutions - pgs 16 & 17, recipes 3.9 & 3.10