Creating a Smith Chart with load impedance only
古いコメントを表示
Hello,
I'm currently working on generating a Smith chart and utilizing it to determine the reflection coefficient using MATLAB. The only information I have is the load impedance (ZL). I've attempted the following code, but it doesn't work and Smithplot needs more information:
ZL = 3; % Normalized
figure;
smithchart;
addSmithMarker(ZL, 'o', 'Load Z_L = 3\Omega');
Can someone please help?
Thank you in advance.
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および 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!
