plotting impedance with smith chart
11 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
Johnny Himbele
2022 年 12 月 20 日
S = read(rfckt.amplifier,'passive.s2p');
ports = [1,1;1,2];
s = smithplot(S,ports);
s.TitleTop = 'title'
回答 (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!