是的,正常化是个问题。
以下是保存S2P数据时发生的情况:S2P数据被定义为S11,S21,S12,S22。
在分析仪上,您可以使用S11获得多个不同的迹线,一些具有数据/存储器,一些具有幅度偏移,一些具有相位偏移,等等。
但是我们只能保存一个S2P文件,因此我们必须选择一个。
为了简化实现,我们选择做的是:采取主动跟踪,将参数更改为S11,保存数据,更改为S21,保存,更改为S12,保存,更改为S22更改,将其返回到
原始参数。
如果原始参数上有数据/ mem,则所有参数都会选择它。
这是S2P文件中的限制,但是否则用户实现会复杂得多。
标准化应用于S11数据,这会使其变坏。
如果要保存4个数据跟踪并希望每个数据具有单独的偏移量,内存规范化等,则尝试将保存数据用作csv,保存显示的跟踪,并仅显示所需的4个s参数跟踪。
如果你必须有S2P文件,有标准化的痕迹,你可以做一些后门技巧的东西来做到这一点,这很乏味,但是回复后我会告诉你秘密公式。
你可能不会喜欢它。
编辑:p.s.
这是在帮助文件中:-)“重要 - 使用与活动测量相同的格式和设置(跟踪数学,偏移,延迟等)保存所有有效数据。这可能导致为此保存的数据
非活动测量与显示的数据显着不同。例如,保存S2P文件时,如果活动S11测量设置为数据/存储(数据除以存储器),则保存所有4个S参数
使用数据/存储器。数据/存储器操作中使用的存储器跟踪与活动(S11)测量中使用的存储器跟踪相同。“编辑者:Dr_joel于2015年2月6日上午12:06
以上来自于谷歌翻译
以下为原文
Yup, normalization is the problem.
Here's what happens when you save S2P data: S2P data is defined to be exactly S11, S21, S12, S22. On the analyzer, you can have several different traces wtih S11, some with data/mem, some with magnitude offsets, some with phase offsets, whatever. But we can only save one S2P file, so we have to choose one.
To make the implementation simple, what we chose to do is this: Take the active trace, change the parameter to S11, save the data, change to S21, save, change to S12, save, chagne to S22 change, return it to the original parameter.
If you have data/mem on the original parameter, all the parameters will pick it it. It is a limitation in S2P file, but otherwise the user implemenation would be much more complicated. The normalization is applied to your S11 data and that makes it go bad.
If you want to save 4 traces of data and want each one to have individual offsets, memory normalization, etc, then try using save data as csv, save displayed traces, and only show the 4 s-parameter traces that you want.
If you must have S2P files, with normalized traces, there is a back-door tricky bit of stuff you can do to get to it, tedious to do, but post back and I will tell you the secret formula. you probably won't like it.
edit: p.s. This is in the help file :-)
"IMPORTANT - ALL valid data is saved using the same format and settings (trace math, offset, delay, and so forth) as the active measurement. This can cause the data that is saved for the non-active measurements to be dramatically different from the data that is displayed. For example, when saving an S2P file, if the active S11 measurement is set to Data/Mem (data divided by memory), then ALL 4 S-parameters are saved using Data/Mem. The memory trace that is used in the Data/Mem operation is the same as that used in the active (S11) measurement."
Edited by: Dr_joel on Feb 6, 2015 12:06 AM
是的,正常化是个问题。
以下是保存S2P数据时发生的情况:S2P数据被定义为S11,S21,S12,S22。
在分析仪上,您可以使用S11获得多个不同的迹线,一些具有数据/存储器,一些具有幅度偏移,一些具有相位偏移,等等。
但是我们只能保存一个S2P文件,因此我们必须选择一个。
为了简化实现,我们选择做的是:采取主动跟踪,将参数更改为S11,保存数据,更改为S21,保存,更改为S12,保存,更改为S22更改,将其返回到
原始参数。
如果原始参数上有数据/ mem,则所有参数都会选择它。
这是S2P文件中的限制,但是否则用户实现会复杂得多。
标准化应用于S11数据,这会使其变坏。
如果要保存4个数据跟踪并希望每个数据具有单独的偏移量,内存规范化等,则尝试将保存数据用作csv,保存显示的跟踪,并仅显示所需的4个s参数跟踪。
如果你必须有S2P文件,有标准化的痕迹,你可以做一些后门技巧的东西来做到这一点,这很乏味,但是回复后我会告诉你秘密公式。
你可能不会喜欢它。
编辑:p.s.
这是在帮助文件中:-)“重要 - 使用与活动测量相同的格式和设置(跟踪数学,偏移,延迟等)保存所有有效数据。这可能导致为此保存的数据
非活动测量与显示的数据显着不同。例如,保存S2P文件时,如果活动S11测量设置为数据/存储(数据除以存储器),则保存所有4个S参数
使用数据/存储器。数据/存储器操作中使用的存储器跟踪与活动(S11)测量中使用的存储器跟踪相同。“编辑者:Dr_joel于2015年2月6日上午12:06
以上来自于谷歌翻译
以下为原文
Yup, normalization is the problem.
Here's what happens when you save S2P data: S2P data is defined to be exactly S11, S21, S12, S22. On the analyzer, you can have several different traces wtih S11, some with data/mem, some with magnitude offsets, some with phase offsets, whatever. But we can only save one S2P file, so we have to choose one.
To make the implementation simple, what we chose to do is this: Take the active trace, change the parameter to S11, save the data, change to S21, save, change to S12, save, chagne to S22 change, return it to the original parameter.
If you have data/mem on the original parameter, all the parameters will pick it it. It is a limitation in S2P file, but otherwise the user implemenation would be much more complicated. The normalization is applied to your S11 data and that makes it go bad.
If you want to save 4 traces of data and want each one to have individual offsets, memory normalization, etc, then try using save data as csv, save displayed traces, and only show the 4 s-parameter traces that you want.
If you must have S2P files, with normalized traces, there is a back-door tricky bit of stuff you can do to get to it, tedious to do, but post back and I will tell you the secret formula. you probably won't like it.
edit: p.s. This is in the help file :-)
"IMPORTANT - ALL valid data is saved using the same format and settings (trace math, offset, delay, and so forth) as the active measurement. This can cause the data that is saved for the non-active measurements to be dramatically different from the data that is displayed. For example, when saving an S2P file, if the active S11 measurement is set to Data/Mem (data divided by memory), then ALL 4 S-parameters are saved using Data/Mem. The memory trace that is used in the Data/Mem operation is the same as that used in the active (S11) measurement."
Edited by: Dr_joel on Feb 6, 2015 12:06 AM
举报