plotting impedance with smith chart

I have two questions
first how i plot impedance on smithchart . I have a vector of impedance values against a vector of frequency
i used smithplot(freq,zin) but smith chart has a radius of 1 so I divided zin/max(zin). Is there another way
second question how to add title to smithplot figure
title('impedance') doesn't work

1 个评论

You can add the title of smithplot using SmithPlot Properties. For example,
S = read(rfckt.amplifier,'passive.s2p');
ports = [1,1;1,2];
s = smithplot(S,ports);
s.TitleTop = 'title'

请先登录,再进行评论。

回答(0 个)

类别

帮助中心File Exchange 中查找有关 Visualization and Data Export 的更多信息

产品

版本

R2021b

提问:

2022-12-14

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by