Hi,
if I take a look at your file and try to convert it to to Time Domain, I get the following warning in the console window:
WARNING ComputeTimeScale: Maximum frequency must be a multiple of the largest frequency step.
Your maximum frequency is 44000 MHz and your largest frequency step is 11.000250063 MHz.
If I divide those two numbers I get 3999.909 which is not an integer.
See appendix D Time Domain of the math reference of VNA Tools for additional information.
Workarounds:
At the moment you measured your data with N = 4000. I would remeasure that with N = 4400 then you have a df = 10.0 MHz. And 44000 MHz will be a multiple of 10.0 MHz.
or
Interpolate your existing measured data using a frequency list. Generate a text file with the extension *.fl. Each line is frequency point. It should contain the following content:
10e6
20e6
30e6
...
43980e6
43990e6
44000e6
So it should contain 4400 lines. Then you can selected this Freq List above the tree vies in the Data Explorer. If a frequency list is active, all selected files will be interpolated to those frequencies in the frequency list file.
Regards
Michael