资源简介
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神经网络逼近非线性函数
评论
共有 条评论