微波EDA网,见证研发工程师的成长!
首页 > 研发问答 > 微波和射频技术 > 天线设计和射频技术 > How to plot touchstone files using matlab (Urgent, please help)

How to plot touchstone files using matlab (Urgent, please help)

时间:04-04 整理:3721RD 点击:
I am completely new to this. I have a .s2p file, and i need to plot them into a smith chart. there are 10006 values, and i do not know how to do this. Can someone please tell me how to, and give me the code. i need a little bit of coaching as i have never done this before so i need a little guidance. please please help. Thanks in advance!

If you have RF Toobox, do the following.
]

Code:
measured_data=read(rfdata.data, 'f150m_a.s2p');

s11_hid = smith(measured_data, 'S11');
set(s11_hid, 'color', 'r', 'LineWidth', 2)
hold on

s22_hid = smith(measured_data, 'S22');
set(s22_hid, 'color', 'b', 'LineWidth', 2)

There are many free tools for touchstone/SYZ viewing. Teledyne Lecroy has an excellent viewer SI Studio. It is freeware.

Copyright © 2017-2020 微波EDA网 版权所有

网站地图

Top