plotting impedance with smith chart

4 vues (au cours des 30 derniers jours)
Mimo T
Mimo T le 14 Déc 2022
Commenté : Johnny Himbele le 20 Déc 2022
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 commentaire
Johnny Himbele
Johnny Himbele le 20 Déc 2022
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'

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Visualization and Data Export dans Help Center et File Exchange

Produits


Version

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by