How do I export 8 lists of S-parameters into one s2p file?
14 次查看(过去 30 天)
显示 更早的评论
Hello, i have a Program, that measures all the S-Parameters of a 2 Port Network Analyzer and I want to export the data in the s2p format.
The Data is split up in 8 Lists: S11 Imag(inary), S11 Real, S12 Imag, S12 Real, S21I, S21R, S22 I and S22R. Another list contains the Frequencies that get measured. Using python I want to export the data into the s2p format.
Any help would be greatly appreciated.
0 个评论
采纳的回答
Abderrahim. B
2022-9-6
编辑:Abderrahim. B
2022-9-6
Hi!
Using python I want to export the data into the s2p format . Assuming you wanted to say Using MATLAB.....
Use rfwrite, check learn below for more details:
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Call Python from MATLAB 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!