codes to import touchstone files into matlab?
古いコメントを表示
imp_file = 'TSO.s2p'; S_parameter_obj sparameters(imp_file);
採用された回答
その他の回答 (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:
Jay Kurland
2021 年 7 月 12 日
0 投票
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.
カテゴリ
ヘルプ センター および 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!