フィルターのクリア

Plot of S11 in Antenna Toolbox

29 ビュー (過去 30 日間)
Anant
Anant 2023 年 6 月 21 日
コメント済み: Anant 2023 年 6 月 21 日
How To Find S11 Plot in Antenna Toolbox?

採用された回答

MANIK
MANIK 2023 年 6 月 21 日
編集済み: MANIK 2023 年 6 月 21 日
As per my knowledge, you are trying to plot S11 of an antenna.
To find out the S11 of an antenna, you can use sparameters function from MATLAB. And, to plot it you can use rfplot function.
Here's a sample code which can give you a better understanding about the two functions.
p=patchMicrostrip;
d=design(p,4e9); %to design a patch micrsotrip antenna at 4GHz
sobj=sparameters(d,linspace(3e9,5e9,51)); %to find out the S11 of the antenna d within a range of 3GHz to 5GHz
rfplot(sobj) %to plot the S11 parameters
  1 件のコメント
Anant
Anant 2023 年 6 月 21 日
Thanks

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

その他の回答 (1 件)

Angelo Yeo
Angelo Yeo 2023 年 6 月 21 日
hs = sparameters('default.s2p');
rfplot(hs,1,1)

カテゴリ

Help Center および File ExchangeAnalysis, Benchmarking, and Verification についてさらに検索

タグ

製品


リリース

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by