フィルターのクリア

Definition of ground reflection coefficient in phased.Tworaychannel

3 ビュー (過去 30 日間)
Dominic Ruh
Dominic Ruh 2018 年 10 月 12 日
編集済み: Dominic Ruh 2018 年 10 月 15 日
Hello,
assuming the propagation of a purely vertical polarised FMCW radar uses the phased.TwoRayChannel. Is it correct to calculate the ground reflection coefficient used by the phased.TwoRayChannel property: GroundReflectionCoefficient as
Gamma_v = epsilon_r * sind(tgt_ang) - sqrt(epsilon_r - cosd(tgt_ang).^2)./ ... (epsilon_r * sind(tgt_ang)+ sqrt(epsilon_r - cosd(tgt_ang).^2));
where tgt_ang reflects the grazing angle (90°-angle of incidence) calculated by Matlabs rangeangle function? Since the E-Fields are vertically polarized only I do not want to start using polarization throughout my simulation.
Thank you! Dominic

採用された回答

Honglei Chen
Honglei Chen 2018 年 10 月 12 日
This is a valid equation and it could work. Since this is for parallel incidence, i.e., the signal is in the incidence plane, you want to make sure that your signal satisfy that requirement.
HTH
  2 件のコメント
Dominic Ruh
Dominic Ruh 2018 年 10 月 15 日
編集済み: Dominic Ruh 2018 年 10 月 15 日
just in case someone else will ever use the equation given above. There was one brace lacking that I corrected in here:
Gamma_v = (epsilon_r_medium2 * sind(tgt_ang(2,2:2:end)) - sqrt(epsilon_r_medium2 - cosd(tgt_ang(2,2:2:end)).^2))./ ...
(epsilon_r_medium2 * sind(tgt_ang(2,2:2:end))+ sqrt(epsilon_r_medium2 - cosd(tgt_ang(2,2:2:end)).^2));
Dominic Ruh
Dominic Ruh 2018 年 10 月 15 日
編集済み: Dominic Ruh 2018 年 10 月 15 日
the section on "Ground Reflection and Propagation Loss" from here:
https://de.mathworks.com/help/phased/ref/phased.tworaychannel-system-object.html?s_tid=doc_ta#buw2tng
helped me a lot...

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSignal Radiation and Collection についてさらに検索

製品


リリース

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by