codes to import touchstone files into matlab?
33 次查看(过去 30 天)
显示 更早的评论
imp_file = 'TSO.s2p'; S_parameter_obj sparameters(imp_file);
0 个评论
采纳的回答
Walter Roberson
2016-7-5
https://www.mathworks.com/matlabcentral/answers/258865-is-rf-toolbox-able-to-read-touchstone-v2-ts-files
0 个评论
更多回答(2 个)
Shashwat Bajpai
2021-6-11
Touchstone files can be imported into MATLAB by using the
sparameters function.
spar = sparameters('default.s2p')
The below Links give more insight about this:
0 个评论
Jay Kurland
2021-7-12
i am having trouble importing S parameter files from a netwark analyzer. How should the s parameter file be formated and what should put into matlab to load id.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Visualization and Data Export 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!