資源簡介
MATLAB史密斯圓圖
代碼片段和文件信息
%Victor?Aprea?Cornell?University?6/27/02
%
%Usage: plotsmithchart(ZlZo)
% where?Zl?is?the?Load?Impedence?(possibly?complex)
% and?Zo?is?the?Characteristic?Line?Impedence?
% Plots?a?smith?chart?along?with?the?reflection?coefficient?circle
% and?the?line?of?intersection?with?resistive?component?equal?to?1.
% plotsmithchart
% Without?any?parameters?draws?a?blank?smith?chart.
% Wavelengths?toward?the?generator?are?labeled?around?the?perimeter
%
%For?example: plotsmithchart(2550)
% Draws?a?smithchart?calculates?and?plots?the?reflection?coefficient
% for?a?characteristic?impedence?of?50?ohms?and?a?load?impedence?of?25?ohms
% and?draws?the?line?of?intersection?with?the?R=1?circle.
function?answer?=?plotSmithChart(ZlZo);
constant?=?linspace(0105);
phaseAngle
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????16039??2016-04-01?13:28??plotSmithChart.m
?????文件????????1312??2016-04-01?13:28??license.txt
- 上一篇:MATLAB NIT工具箱
- 下一篇:BP神經網絡逼近非線性函數
評論
共有 條評論