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

Johnny Himbele
Johnny Himbele 2022년 12월 20일
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일

댓글:

2022년 12월 20일

Community Treasure Hunt

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

Start Hunting!

Translated by