plotting two complex numbers points on smith chart
3 ビュー (過去 30 日間)
古いコメントを表示
Hello , i have two complex numbers 7.12 +j*0.324 6.04 +j*3.15 i want to plot these two points on a smith chart (normalized to 50). i have tried the following code but its just gives me empty chart.
Thanks
z = 7.12 + 1j*(0.324);
figure
smithchart(z)
0 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Equivalent Baseband Simulation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!