Ray Tracing getting rays on each individual array element

조회 수: 3 (최근 30일)
Stavros Tsimpoukis
Stavros Tsimpoukis 2023년 9월 6일
댓글: Stavros Tsimpoukis 2023년 10월 1일
Hello, I'd like to ask the following: Lets suppose that we have a ray tracing problem in matlab where the receiver antenna in rxsite is an array/ phased array etc. Is it possible to acquire the rays that reach each individual element of the array in the ray tracing propagation problem ? (not the rays that arrive in the rxsite but specifically the rays on each element).
Thank you

답변 (1개)

Gowtham
Gowtham 2023년 9월 22일
편집: Gowtham 2023년 9월 27일
Hello Stavros,
I understand that you want to know if it is possible to acquire the rays of each individual element of the array (in the receiver antenna in txsite) in a ray tracing propagation problem.
Let us consider the txsite (transmitter) that has an antenna, which can be accessed through the Antenna property. The antenna can be represented in the form of an array.
To display the 3-D antenna radiation pattern for the transmitter site, we can utilize the pattern function from the Antenna Toolbox. This function can be applied to a specific antenna.
Moreover, if we wish to access the propagation path, we can use the raytrace method from the Antenna Toolbox, which returns a Ray configuration.
Kindly refer to the following MATLAB documentation for further understanding on txsite, pattern and raytrace
Hope this helps.
Best Regards,
Gowtham
  댓글 수: 1
Stavros Tsimpoukis
Stavros Tsimpoukis 2023년 10월 1일
Sorry for the misunderstanding, my mistake. I would like to acquire the rays arriving at each individual array element on the receiver antenna-rxsite.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Propagation and Channel Models에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by