-
大小: 4KB文件類(lèi)型: .zip金幣: 1下載: 0 次發(fā)布日期: 2021-01-02
- 語(yǔ)言: Matlab
- 標(biāo)簽:
資源簡(jiǎn)介
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
?屬性????????????大小?????日期????時(shí)間???名稱(chēng)
-----------?---------??----------?-----??----
?????文件???????16039??2016-04-01?13:28??plotSmithChart.m
?????文件????????1312??2016-04-01?13:28??license.txt
評(píng)論
共有 條評(píng)論