フィルターのクリア

can someone explain the following code?

1 回表示 (過去 30 日間)
Greg Biyu
Greg Biyu 2019 年 2 月 1 日
コメント済み: Greg Biyu 2019 年 2 月 3 日
file name res.m
load vi.txt
zl=47:16:415;
imp=vi(:1)./vi(:2);
imp=app;
zz=zl*cos(48.0*pi/180);
rr=zl*sin(48.0*pi/180);
res=zeros(11,21)*NaN;
mm=0;
  5 件のコメント
David Goodmanson
David Goodmanson 2019 年 2 月 3 日
Hi Greg,
I guess that's why he's a supervisor. :)
The v/v line should be
vi(:,1)./vi(:,2)
and appears to be impedance = voltage/current, divided term-by-term. However, the very next line replaces imp with something else.
Greg Biyu
Greg Biyu 2019 年 2 月 3 日
hi David
yeah you are right i've omitted it,it is vi(:,1)./vi(:,2)

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeStartup and Shutdown についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by