baba
Uploaded by
4 SLIDES
181 VUES
40LIKES

Modeling Ray Scatter and Reflection from a Point Source: A Study by Heidi Hansen

DESCRIPTION

This project explores the modeling of ray scattering and reflection from a point light source, focusing on the geometric considerations involving surfaces defined by tangent angles. The code provided, RayScatterFinal.m, along with helper functions compute_line.m and Y_of_surface.m, facilitates the simulation. The implementation takes into account the surface slopes and critical angles, allowing for accurate visualization of ray behavior against vertical walls and varying surface angles. Ensure the correct parameters are set for optimal performance in simulations.

1 / 4

Télécharger la présentation

Modeling Ray Scatter and Reflection from a Point Source: A Study by Heidi Hansen

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Modeling Ray Scatter andReflection about a Point Source By Heidi Hansen

  2. Bottom and Top Surface tan(x) = sin(x)/cos(x) = b/a = (m1 – m2) / (1 + m1*m2) x = theta = atand ((m1 – m2) / (1 + m1*m2)) For the top surface, m1 = 0 For the Vertical Walls wall length = sin(x)*ray length theta = asind(norm(wall) / norm(ray))

  3. Run my code with: RayScatterFinal.m. Be sure to have also downloaded compute_line.m and Y_of_surface.m

  4. Note: This is with *200 in line 12 rather than *30.

More Related