• 大小: 4KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-02
  • 语言: Matlab
  • 标签:

资源简介

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

评论

共有 条评论

相关资源