필터 지우기
필터 지우기

how to do ray tracing?

조회 수: 10 (최근 30일)
bsd
bsd 2011년 8월 30일
댓글: Rohith Tammineni 2018년 2월 20일
Dear sir/madam,
I am working lens antennas. Here the incoming plane waves first enter the lens, and come out of the lens and then impinge on the antenna. I need to work out on the path traced by the wave or ray after passing through the lens and finally on the antenna. I also need to find the points at which the ray intersects on the lens at the time of intersection on the lens, and also at the time of leaving the lens. How could I do this ray tracing in matlab? Looking forward to hearing from you soon.
Thanking you, BSD

답변 (1개)

Rick Rosson
Rick Rosson 2011년 8월 30일
You can use MATLAB to perform the matrix computations that support ray tracing. For example, you can represent the lens in MATLAB as a 2 x 2 matrix, and each ray as a 2 x 1 column vector. You can then multiply the matrix representing the lens by the vector representing the incoming ray to compute the outgoing ray.
HTH.
Rick
  댓글 수: 1
Rohith Tammineni
Rohith Tammineni 2018년 2월 20일
Is it possible to do the same with 3D-lens, Tracing the lens in 3d environment??

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

카테고리

Help CenterFile Exchange에서 Antenna and Array Analysis에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by