Monte Carlo (MC) Model of Light Transport in Turbid Media

Size: px
Start display at page:

Download "Monte Carlo (MC) Model of Light Transport in Turbid Media"

Transcription

1 Monte Carlo (MC) Model of Light Transport in Turbid Media M. Talib Department of Physics, University of AL Qadisiya Al Yahoo. Com Abstract: Monte Carlo method was implemented to simulation Random Photon Transport in turbid media. In this papaer provided formulas necessary to utilized Q Basic program to simulate transport laser in turbid media. The formulas necessary for implementation of the (MC) method in computer code are provided where this paper discusses internal reflection of photon at boundary, shows how the phase function may be used to generated new scattering angle. and calculated of photon (absorbed, scattered, reflected and transmited) to achieve the optimum operational circumstances for desirable change in the turbid medium. 1 Introduction Monte Carlo (MC) refers to technique first proposed by metropolis and Ulam to simulated physical processes using stochastic model (1). In irradiative a transport problem, The Monte Carlo method consist of recording photons histories as they are scattered and absorbed (2) This paper describes the (MC) method for modeling light transport in turbid media. The formulas necessary for implementation of the (MC) method in computer code are provided where this paper discusses internal reflection of photon at boundary, and shows how the phase function may be used to generated new scattering angle. 1

2 Q Basic program have been written according to (MC) method to simulate the interaction of laser with turbid medium; The out put results of the program have been compared with those published to insure the accuracy of the method. 2 Simulation Photon Propagation Once launched, The photon is moved distance S where it may be scattering, absorbed, propagation nudist, Internally reflected, or transmitted out of the media. The photon is repeatedly moved until it either escapes from or is absorbed by the turbid media. If the photon escapes from the media, The reflection or Transmission of the photon is recorded. If the photon is absorbed, The position and a new photon is lunched (3). This process is described in the flowing flowchart: 2

3 3

4 3 Computer program Although multiple research groups have implemented (MC) simulations in various computer languages, Our standard Q Basic implementation of MC modeling of photon transport in turbid medium. 3 1 Steps of Computer program Step 1 Input parameters: The parameter of simulation shown in table 1. Step 2 The photon is injected orthogonally on to the medium at the origin. The photon position (x, y, z) is initialized to (0,0,0). Step 3 In this step the Randomized (RND) is ready. Step 4 In this step the direction cosines (µ x, µ y, µ z ) are set to (0,0,1) where the direction cosine are specified by taking the cosine of the angle that photons direction makes with each axis µ x = r. x^ (1 1a) µ y = r. y^ (1 1b) µ z = r. z^ (1 1c) where x, y, z are unite victor along axis (2) Step 5 If there is a refractive index mismatched interface between the medium and the ambient medium then some specular reflectance(r sp ) will occur. If the refractive indices of the outside medium and medium (n 1 ) and (n 2 ) respectively then the specular reflectance is specified: R sp = (n 1 n 2 ) 2 / (n 1 + n 2 ) 2 (1 2) 4

5 The photon weight, Initialized to (1), Is decreased by (R sp )for the photon packet to enter the medium : W = 1 R sp...(1 3) Step 6 The distance that photon will travel before interaction ( through absorption or scattering) with the turbid medium is generated as: S = S/ µ t..(1 4) S = Ln ζ Where S and ζ are the random distance and random number is uniformly disruption (Zero) and (One), µ t is total attenuation coefficient. µ t = (µa + µs) (1 5) S is the step size of photon (4). Step 7 The new coordinates of photon traveling distance S in the direction (µ x, µ y, µ z ) are given in this step by : x = x + µ x S..(1 6a) y = y + µ y S..(1 6b) z = z + µ z S..(1 6c) where (x, y, z) are the old photon position. Step 8 We decide whether the random (S) distance is greeted then db: db µ t S.(1 7) where S = Ln ζ (1 8) db is the distance between the current photon location (x, y, z) and the boundary of the current layer in the direction of the photon propagation is computed: (z 0 z) / µ z if µ z < 0 db = if µ z = 0 (1 9) (5) (z 1 z) / µ z if µ z > 0 5

6 Where (z o ),(z 1 ) and (z) are the coordinates of the upper, lower boundary and direction of photon propegation. Step 9 By Fresnel's formulas the internal reflectance (R(α i )) is calculated : (R(α i )) =½[sin 2 (α i α t )/sin 2 (α i + α t )+tan 2 (α i α t )/tan 2 (α i + α t ) ] (1 10) Where α i and α t are angle of incident and angle of transmission respectively. The value of α i is calculated: α i = cos 1 ( µ z ) (1 11) and the value of α t is given by Snell's low: n i sinα i = n t sinα t (1 12) The new photon direction (µ' x, µ' y, µ' z ) is: (µ' x, µ' y, µ' z ) = (µ x, µ y, µ z ) where µ x and µ y remain unchanged Step 10 We determine whether the photon is internally reflected or transmitted by generating random number(ζ) and comparing it with the internal reflectance, i.e. : If ζ R(α i ) then the photon is internally reflected If ζ > R(α i ) then the photon is transmited. Step 11 This step show that the photon is either absorbed or scattered, The probability that it is scattered is equal to the ratio of the scattering coefficient to the sum of the absorption and scattering coefficients ( albedo,a). If ζ is a random number uniformly distributed between (Zero) and (One), Then the photon is scattered if : ζ<µ a / µ a + µ s = a.(1 13) (2) Where a = µ a / µ a + µ s otherwise, the photon is absorbed. If the photon is scattered then a new photon direction is chosen based on the phase function, otherwise the photon is absorbed and the probability of photon absorption is: 6

7 P{absorption} ~ µ a S.(1 14) Similarly, the probability that the photon will scattering this distance is : P{scattering} ~ µ s S.(1 15) Step 12 Assuming three disjoint events in this step: (a) Absorption. (b) Scattering. (c) No interaction between the turbid medium and the photon. Where the sum of the three events equals unity. This implicitly assumes that the photon cannot be scattered and absorbed in the same propagation step. T0 determine if a photon is a scattered or absorbed random number ζ uniformly distributed between (Zero) and (One) is generated and compared with the probability of absorption if ζ < {absorption} Then the photon is absorbed and new photon is launched. The fraction the packet that is absorbed is fraction absorbed = µ a / (µ a + µ s ) = 1 (µ s / (µ a + µ s )) (1 16) P {absorption} ζ P {absorption} + P {scattering} = 1 a (2) then the photon is scattered and a new photon direction is chosen based on the phase function for the medium. (P(µ) = 1 g 2 / 2(1 + g 2 2gµ) 3/2 (1 17) Where µ = 1/2g [ 1 + g 2 [1 g 2 / 1 g + 2gζ] 2 ] (1 18a) for g 0 µ = 2ζ 1 (1 18b) for g = 0 where g and µ are unisotropic factor and the direction cosine If the photon is neither scattered nor absorbed then the photon has propagation the distance S without interaction. The new direction of photon scattered are : µ' x = Sinα i / [( 1 µ z ) 1/2 (µ x µ z CosΦ µ y SinΦ) + µ x Cosα i ].(1 19a) µ' y = Sinα i / [( 1 µ z ) 1/2 (µ y µ z CosΦ µ x SinΦ) + µ y Cosα i ].(1 19b) µ' z = Sinα i CosΦ ( 1 µ z ) 1/2 + µ x Cosα i.(1 19c) where Φ is the azimuthal angle (uniformly distributed within the interval [0,2π] thus we have : Φ = 2πζ..(1 20) (4) 7

8 Step 13 Russian roulette technique used to termination a photon in this step, when the weight falls below minimum (e.g.,0.001). The Russian roulette technique gives such a photon (with weight W) One chance in (m) (e.g., 10) of surviving with a weight (mw) or else its weight is reduced to Zero. Step 14 Up data results Step 15 Print results 4 result and discussion The optical Properties of the turbid medium which used in simulation are shown in table (1). Table (1):optical Properties of the turbid medium (6) Turbid medium λ (nm) µ a (cm 1 ) µ s (cm 1 ) g n t d (cm) Mussel rabbit A variable step size weighted MC model has been implemented and validated by comparison with published value, The result of simulation shown in table (2). 8

9 Table 2: Result of simulated photon in turbid media by Monte Carlo (MC) model. Photons simulated Published value (6) Relative percentage error Absorbed % Scattered % Reflected % transmitted % The output results of the program show that, there is relative percentage error of (5% as upper limit in the Reflected photons & 0.5% as lower limit in the Transmitted photons), Fifty thousand initial photons have been used in the simulation at initial weight equals One on the axis z and parallel to both on the x axis and y axis at original point (0, 0, 0). 9

10 References [1] S. Jacques, History of Monte Carlo Method.1990 [2] S. h. Prahl, Ph.D thesis, University of Texas at Austin, 1988, [3] S. h. Prahl, M. Keijzer, S. Jacques & A.J. Welch,,Proc.SPIE Is5(1989), [4] Sramachandran, Monte Carlo Techniques, (2003), 1, 2. [5] L. Wang & S. L. Jacques & L. Zheng, Meth.Prog.Biol, 1995, 47, [6] L. Oliveira & A. Lage, Monte Carlo Simulation for the Optical Transmittance in Biological Tissues during the Action of Osmotic- Agent

11 نموذج مونتي كارلو النتقال الفوتون في الوسط المضطرب مشتاق طالب الخالصة: استعملت طريقة مونتي كارلو لمحاكاة انتقال الفوتون عشوائيا في األوسااط المطابر ة ه اااا ال حاط يعباي التفاصيل األساسية ل ناء رنامج لمحاكاة تفاعل الليزر مع األوساط المطبر ةه حيط تم ناء رنامج حاسو ي لغة ال يسك المتقدم Basic) Q) لدراسة االنعكاس الداخلي عند حدود الوسط المتفاعل معه اإلشعاع وكاالك دراساة كيفية استخدام دالة البور لتوليد زوايا االستبارة كما تم حساب كام الفوتوناا) لالممات و المساتبار و المانعك و النافا( هدف التوصل إلى ظروف التشغيل المثلى إلحداث التأثير المرغوب في الوسط المطبربه 11

Introduction to the Monte Carlo method

Introduction to the Monte Carlo method Some history Simple applications Radiation transport modelling Flux and Dose calculations Variance reduction Easy Monte Carlo Pioneers of the Monte Carlo Simulation Method: Stanisław Ulam (1909 1984) Stanislaw

More information

MCRT: L6. Initial weight of packet: W = L / N MC At each interaction multiply weight by probability of scattering: W = a W

MCRT: L6. Initial weight of packet: W = L / N MC At each interaction multiply weight by probability of scattering: W = a W MCRT: L6 Variance reduction techniques improve signal-to-noise of simulation using same number of MC packets Examples of where MCRT is inefficient optically thin (need lots of photons) Weights keep packet

More information

Biomedical Optics Theory

Biomedical Optics Theory Introduction Biomedical Optics Theory Diffuse reflectance spectroscopy (DRS) and Laser Doppler Flowmetry (LDF) are booth optical techniques that can quantify a number of microcirculatory parameters. Prof

More information

GLOBAL COLLEGE OF ENGINEERING &TECHNOLOGY: YSR DIST. Unit VII Fiber Optics Engineering Physics

GLOBAL COLLEGE OF ENGINEERING &TECHNOLOGY: YSR DIST. Unit VII Fiber Optics Engineering Physics Introduction Fiber optics deals with the light propagation through thin glass fibers. Fiber optics plays an important role in the field of communication to transmit voice, television and digital data signals

More information

Optical Communications

Optical Communications Optical Communications Telecommunication Engineering School of Engineering University of Rome La Sapienza Rome, Italy 2005-2006 Lecture #2, May 2 2006 The Optical Communication System BLOCK DIAGRAM OF

More information

PHOTON mapping is a practical approach for computing global illumination within complex

PHOTON mapping is a practical approach for computing global illumination within complex 7 The Photon Mapping Method I get by with a little help from my friends. John Lennon, 1940 1980 PHOTON mapping is a practical approach for computing global illumination within complex environments. Much

More information

Spectroscopic Ellipsometry:

Spectroscopic Ellipsometry: Spectroscopic : What it is, what it will do, and what it won t do by Harland G. Tompkins Introduction Fundamentals Anatomy of an ellipsometric spectrum Analysis of an ellipsometric spectrum What you can

More information

Let s consider a homogeneous medium characterized by the extinction coefficient β ext, single scattering albedo ω 0 and phase function P(µ, µ').

Let s consider a homogeneous medium characterized by the extinction coefficient β ext, single scattering albedo ω 0 and phase function P(µ, µ'). Lecture 22. Methods for solving the radiative transfer equation with multiple scattering. Part 4: Monte Carlo method. Radiative transfer methods for inhomogeneous ouds. Objectives: 1. Monte Carlo method.

More information

What are Fibre Optics?

What are Fibre Optics? Fibre Optics Fibre Optics? Fibre optics (optical fibres) are the guiding channels through which light energy propagates. These are long, thin strands of very pure glass about the diameter of a human hair

More information

Permanent City Research Online URL: http://openaccess.city.ac.uk/13270/

Permanent City Research Online URL: http://openaccess.city.ac.uk/13270/ Chatterjee, S., Phillips, J. P. & Kyriacou, P. A. (2015). Differential pathlength factor estimation for brain-like tissue from a single-layer Monte Carlo model. 37th Annual International Conference of

More information

Calculation of Source-detector Solid Angle, Using Monte Carlo Method, for Radioactive Sources with Various Geometries and Cylindrical Detector

Calculation of Source-detector Solid Angle, Using Monte Carlo Method, for Radioactive Sources with Various Geometries and Cylindrical Detector International Journal of Pure and Applied Physics ISSN 0973-1776 Volume 3, Number 2 (2007), pp. 201 208 Research India Publications http://www.ripublication.com/ijpap.htm Calculation of Source-detector

More information

Fiber Optics: Fiber Basics

Fiber Optics: Fiber Basics Photonics Technical Note # 21 Fiber Optics Fiber Optics: Fiber Basics Optical fibers are circular dielectric wave-guides that can transport optical energy and information. They have a central core surrounded

More information

Monte Carlo Simulation of Light Scattering on a Sound Wave

Monte Carlo Simulation of Light Scattering on a Sound Wave Monte Carlo Simulation of Light Scattering on a Sound Wave Dissertation zur Erlangung des Grades Doktor-Ingenieurin der Fakultät für Maschinenbau der Ruhr - Universität Bochum von Alina Mykhaylovska aus

More information

2 Absorbing Solar Energy

2 Absorbing Solar Energy 2 Absorbing Solar Energy 2.1 Air Mass and the Solar Spectrum Now that we have introduced the solar cell, it is time to introduce the source of the energy the sun. The sun has many properties that could

More information

Polarization of Light

Polarization of Light Polarization of Light References Halliday/Resnick/Walker Fundamentals of Physics, Chapter 33, 7 th ed. Wiley 005 PASCO EX997A and EX999 guide sheets (written by Ann Hanks) weight Exercises and weights

More information

Application Note: Absorbance

Application Note: Absorbance Units Units Theory of absorbance Light absorption occurs when atoms or molecules take up the energy of a photon of light, thereby reducing the transmission of light as it is passed through a sample. Light

More information

Computer Graphics Global Illumination (2): Monte-Carlo Ray Tracing and Photon Mapping. Lecture 15 Taku Komura

Computer Graphics Global Illumination (2): Monte-Carlo Ray Tracing and Photon Mapping. Lecture 15 Taku Komura Computer Graphics Global Illumination (2): Monte-Carlo Ray Tracing and Photon Mapping Lecture 15 Taku Komura In the previous lectures We did ray tracing and radiosity Ray tracing is good to render specular

More information

VARIANCE REDUCTION TECHNIQUES FOR IMPLICIT MONTE CARLO SIMULATIONS

VARIANCE REDUCTION TECHNIQUES FOR IMPLICIT MONTE CARLO SIMULATIONS VARIANCE REDUCTION TECHNIQUES FOR IMPLICIT MONTE CARLO SIMULATIONS An Undergraduate Research Scholars Thesis by JACOB TAYLOR LANDMAN Submitted to Honors and Undergraduate Research Texas A&M University

More information

Limiting factors in fiber optic transmissions

Limiting factors in fiber optic transmissions Limiting factors in fiber optic transmissions Sergiusz Patela, Dr Sc Room I/48, Th. 13:00-16:20, Fri. 9:20-10:50 sergiusz.patela@pwr.wroc.pl eportal.pwr.wroc.pl Copying and processing permitted for noncommercial

More information

Fundamentals of modern UV-visible spectroscopy. Presentation Materials

Fundamentals of modern UV-visible spectroscopy. Presentation Materials Fundamentals of modern UV-visible spectroscopy Presentation Materials The Electromagnetic Spectrum E = hν ν = c / λ 1 Electronic Transitions in Formaldehyde 2 Electronic Transitions and Spectra of Atoms

More information

Lecture L3 - Vectors, Matrices and Coordinate Transformations

Lecture L3 - Vectors, Matrices and Coordinate Transformations S. Widnall 16.07 Dynamics Fall 2009 Lecture notes based on J. Peraire Version 2.0 Lecture L3 - Vectors, Matrices and Coordinate Transformations By using vectors and defining appropriate operations between

More information

OPTICAL RADIATION SAFETY INFORMATION Application Note

OPTICAL RADIATION SAFETY INFORMATION Application Note OPTICAL RADIATION SAFETY INFORMATION Application Note General Direct viewing the intensive optical radiation from the laser diode (LD) may cause damage to the eye. The potential optical hazard depends

More information

Solutions to Problems in Goldstein, Classical Mechanics, Second Edition. Chapter 7

Solutions to Problems in Goldstein, Classical Mechanics, Second Edition. Chapter 7 Solutions to Problems in Goldstein, Classical Mechanics, Second Edition Homer Reid April 21, 2002 Chapter 7 Problem 7.2 Obtain the Lorentz transformation in which the velocity is at an infinitesimal angle

More information

Optical Fibres. Introduction. Safety precautions. For your safety. For the safety of the apparatus

Optical Fibres. Introduction. Safety precautions. For your safety. For the safety of the apparatus Please do not remove this manual from from the lab. It is available at www.cm.ph.bham.ac.uk/y2lab Optics Introduction Optical fibres are widely used for transmitting data at high speeds. In this experiment,

More information

Module 13 : Measurements on Fiber Optic Systems

Module 13 : Measurements on Fiber Optic Systems Module 13 : Measurements on Fiber Optic Systems Lecture : Measurements on Fiber Optic Systems Objectives In this lecture you will learn the following Measurements on Fiber Optic Systems Attenuation (Loss)

More information

Diffraction of a Circular Aperture

Diffraction of a Circular Aperture Diffraction of a Circular Aperture Diffraction can be understood by considering the wave nature of light. Huygen's principle, illustrated in the image below, states that each point on a propagating wavefront

More information

Reflectance Characteristics of Accuflect Light Reflecting Ceramic

Reflectance Characteristics of Accuflect Light Reflecting Ceramic Reflectance Characteristics of Accuflect Light Reflecting Ceramic Copyright July 1 Accuratus Corporation 35 Howard Street Phillipsburg, NJ 8865 USA +1.98.13.77 http://accuratus.com SUMMARY Accuflect is

More information

ABHELSINKI UNIVERSITY OF TECHNOLOGY

ABHELSINKI UNIVERSITY OF TECHNOLOGY Basic of Propagation Theory S-72.333 Physical Layer Methods in Wireless Communication Systems Fabio Belloni Helsinki University of Technology Signal Processing Laboratory fbelloni@wooster.hut.fi 23 November

More information

Interference and Diffraction

Interference and Diffraction Chapter 14 nterference and Diffraction 14.1 Superposition of Waves... 14-14. Young s Double-Slit Experiment... 14-4 Example 14.1: Double-Slit Experiment... 14-7 14.3 ntensity Distribution... 14-8 Example

More information

Synthetic Sensing: Proximity / Distance Sensors

Synthetic Sensing: Proximity / Distance Sensors Synthetic Sensing: Proximity / Distance Sensors MediaRobotics Lab, February 2010 Proximity detection is dependent on the object of interest. One size does not fit all For non-contact distance measurement,

More information

An introduction to Global Illumination. Tomas Akenine-Möller Department of Computer Engineering Chalmers University of Technology

An introduction to Global Illumination. Tomas Akenine-Möller Department of Computer Engineering Chalmers University of Technology An introduction to Global Illumination Tomas Akenine-Möller Department of Computer Engineering Chalmers University of Technology Isn t ray tracing enough? Effects to note in Global Illumination image:

More information

Convention Paper Presented at the 118th Convention 2005 May 28 31 Barcelona, Spain

Convention Paper Presented at the 118th Convention 2005 May 28 31 Barcelona, Spain Audio Engineering Society Convention Paper Presented at the 118th Convention 2005 May 28 31 Barcelona, Spain This convention paper has been reproduced from the author s advance manuscript, without editing,

More information

Reflection and Refraction

Reflection and Refraction Equipment Reflection and Refraction Acrylic block set, plane-concave-convex universal mirror, cork board, cork board stand, pins, flashlight, protractor, ruler, mirror worksheet, rectangular block worksheet,

More information

Monte Carlo Simulation for Solid Angle Calculations in Alpha Particle Spectrometry

Monte Carlo Simulation for Solid Angle Calculations in Alpha Particle Spectrometry Monte Carlo Simulation for Solid Angle Calculations in Alpha Particle Spectrometry John Keightley NSUF 18 May 2010 Acknowledgement: Several discussions with Stefaan Pommé, IRMM, EC-JRC, Geel Some diagrams

More information

Light Control and Efficacy using Light Guides and Diffusers

Light Control and Efficacy using Light Guides and Diffusers Light Control and Efficacy using Light Guides and Diffusers LEDs 2012 Michael Georgalis, LC Marketing Manager, Fusion Optix October 11, 2012 Agenda Introduction What Is Light Control? Improves Application

More information

VECTORIAL ELECTRIC FIELD MONTE CARO SIMULA- TIONS FOR FOCUSED LASER BEAMS (800 nm 2220 nm) IN A BIOLOGICAL SAMPLE

VECTORIAL ELECTRIC FIELD MONTE CARO SIMULA- TIONS FOR FOCUSED LASER BEAMS (800 nm 2220 nm) IN A BIOLOGICAL SAMPLE Progress In Electromagnetics Research, Vol. 142, 667 681, 2013 VECTORIAL ELECTRIC FIELD MONTE CARO SIMULA- TIONS FOR FOCUSED LASER BEAMS (800 nm 2220 nm) IN A BIOLOGICAL SAMPLE Fuhong Cai 1, Jiaxin Yu

More information

Solar Cell Parameters and Equivalent Circuit

Solar Cell Parameters and Equivalent Circuit 9 Solar Cell Parameters and Equivalent Circuit 9.1 External solar cell parameters The main parameters that are used to characterise the performance of solar cells are the peak power P max, the short-circuit

More information

General Sampling Methods

General Sampling Methods General Sampling Methods Reference: Glasserman, 2.2 and 2.3 Claudio Pacati academic year 2016 17 1 Inverse Transform Method Assume U U(0, 1) and let F be the cumulative distribution function of a distribution

More information

Biasing. 7 th FLUKA Course NEA Paris, Sept.29-Oct.3, 2008

Biasing. 7 th FLUKA Course NEA Paris, Sept.29-Oct.3, 2008 Biasing 7 th FLUKA Course NEA Paris, Sept.29-Oct.3, 2008 Overview General concepts: Analog vs. biased Monte Carlo calculation Biasing options (only the most important / common options available in FLUKA)

More information

Question based on Refraction and Refractive index. Glass Slab, Lateral Shift.

Question based on Refraction and Refractive index. Glass Slab, Lateral Shift. Question based on Refraction and Refractive index. Glass Slab, Lateral Shift. Q.What is refraction of light? What are the laws of refraction? Ans: Deviation of ray of light from its original path when

More information

Refractive Index Measurement Principle

Refractive Index Measurement Principle Refractive Index Measurement Principle Refractive index measurement principle Introduction Detection of liquid concentrations by optical means was already known in antiquity. The law of refraction was

More information

Confidence Intervals for the Difference Between Two Means

Confidence Intervals for the Difference Between Two Means Chapter 47 Confidence Intervals for the Difference Between Two Means Introduction This procedure calculates the sample size necessary to achieve a specified distance from the difference in sample means

More information

Trigonometry Review with the Unit Circle: All the trig. you ll ever need to know in Calculus

Trigonometry Review with the Unit Circle: All the trig. you ll ever need to know in Calculus Trigonometry Review with the Unit Circle: All the trig. you ll ever need to know in Calculus Objectives: This is your review of trigonometry: angles, six trig. functions, identities and formulas, graphs:

More information

TOPIC 4: DERIVATIVES

TOPIC 4: DERIVATIVES TOPIC 4: DERIVATIVES 1. The derivative of a function. Differentiation rules 1.1. The slope of a curve. The slope of a curve at a point P is a measure of the steepness of the curve. If Q is a point on the

More information

Solar Radiation. ELEG620: Solar Electric Systems University of Delaware, ECE Spring 2009 S. Bremner

Solar Radiation. ELEG620: Solar Electric Systems University of Delaware, ECE Spring 2009 S. Bremner Solar Radiation Solar Radiation Outline Properties of radiation: Summary of equations, terms, concepts Solar Spectra Terrestrial Solar Radiation: Effects of atmosphere, angular dependence of radiation,

More information

High-Concentration Submicron Particle Size Distribution by Dynamic Light Scattering

High-Concentration Submicron Particle Size Distribution by Dynamic Light Scattering High-Concentration Submicron Particle Size Distribution by Dynamic Light Scattering Power spectrum development with heterodyne technology advances biotechnology and nanotechnology measurements. M. N. Trainer

More information

Overview. What is EMR? Electromagnetic Radiation (EMR) LA502 Special Studies Remote Sensing

Overview. What is EMR? Electromagnetic Radiation (EMR) LA502 Special Studies Remote Sensing LA502 Special Studies Remote Sensing Electromagnetic Radiation (EMR) Dr. Ragab Khalil Department of Landscape Architecture Faculty of Environmental Design King AbdulAziz University Room 103 Overview What

More information

Stanford Rock Physics Laboratory - Gary Mavko. Basic Geophysical Concepts

Stanford Rock Physics Laboratory - Gary Mavko. Basic Geophysical Concepts Basic Geophysical Concepts 14 Body wave velocities have form: velocity= V P = V S = V E = K + (4 /3)µ ρ µ ρ E ρ = λ + µ ρ where ρ density K bulk modulus = 1/compressibility µ shear modulus λ Lamé's coefficient

More information

WAVELENGTH OF LIGHT - DIFFRACTION GRATING

WAVELENGTH OF LIGHT - DIFFRACTION GRATING PURPOSE In this experiment we will use the diffraction grating and the spectrometer to measure wavelengths in the mercury spectrum. THEORY A diffraction grating is essentially a series of parallel equidistant

More information

Σ _. Feedback Amplifiers: One and Two Pole cases. Negative Feedback:

Σ _. Feedback Amplifiers: One and Two Pole cases. Negative Feedback: Feedback Amplifiers: One and Two Pole cases Negative Feedback: Σ _ a f There must be 180 o phase shift somewhere in the loop. This is often provided by an inverting amplifier or by use of a differential

More information

Chapter 18 Static Equilibrium

Chapter 18 Static Equilibrium Chapter 8 Static Equilibrium 8. Introduction Static Equilibrium... 8. Lever Law... Example 8. Lever Law... 4 8.3 Generalized Lever Law... 5 8.4 Worked Examples... 7 Example 8. Suspended Rod... 7 Example

More information

MECHANICAL PRINCIPLES OUTCOME 4 MECHANICAL POWER TRANSMISSION TUTORIAL 1 SIMPLE MACHINES

MECHANICAL PRINCIPLES OUTCOME 4 MECHANICAL POWER TRANSMISSION TUTORIAL 1 SIMPLE MACHINES MECHANICAL PRINCIPLES OUTCOME 4 MECHANICAL POWER TRANSMISSION TUTORIAL 1 SIMPLE MACHINES Simple machines: lifting devices e.g. lever systems, inclined plane, screw jack, pulley blocks, Weston differential

More information

Chapter 17. Orthogonal Matrices and Symmetries of Space

Chapter 17. Orthogonal Matrices and Symmetries of Space Chapter 17. Orthogonal Matrices and Symmetries of Space Take a random matrix, say 1 3 A = 4 5 6, 7 8 9 and compare the lengths of e 1 and Ae 1. The vector e 1 has length 1, while Ae 1 = (1, 4, 7) has length

More information

Optical Fibers Fiber Optic Cables Indoor/Outdoor

Optical Fibers Fiber Optic Cables Indoor/Outdoor presents Optical Fibers Fiber Optic Cables Indoor/Outdoor Content Optical fiber function, types optical effects applications production of optical fibre Cable - general types Indoor Indoor / outdoor Outdoor

More information

Confidence Intervals for One Standard Deviation Using Standard Deviation

Confidence Intervals for One Standard Deviation Using Standard Deviation Chapter 640 Confidence Intervals for One Standard Deviation Using Standard Deviation Introduction This routine calculates the sample size necessary to achieve a specified interval width or distance from

More information

Antennas & Propagation. CS 6710 Spring 2010 Rajmohan Rajaraman

Antennas & Propagation. CS 6710 Spring 2010 Rajmohan Rajaraman Antennas & Propagation CS 6710 Spring 2010 Rajmohan Rajaraman Introduction An antenna is an electrical conductor or system of conductors o Transmission - radiates electromagnetic energy into space o Reception

More information

Acoustic Terms, Definitions and General Information

Acoustic Terms, Definitions and General Information Acoustic Terms, Definitions and General Information Authored by: Daniel Ziobroski Acoustic Engineer Environmental and Acoustic Engineering GE Energy Charles Powers Program Manager Environmental and Acoustic

More information

Digital Modulation. David Tipper. Department of Information Science and Telecommunications University of Pittsburgh. Typical Communication System

Digital Modulation. David Tipper. Department of Information Science and Telecommunications University of Pittsburgh. Typical Communication System Digital Modulation David Tipper Associate Professor Department of Information Science and Telecommunications University of Pittsburgh http://www.tele.pitt.edu/tipper.html Typical Communication System Source

More information

Path Tracing. Michael Doggett Department of Computer Science Lund university. 2012 Michael Doggett

Path Tracing. Michael Doggett Department of Computer Science Lund university. 2012 Michael Doggett Path Tracing Michael Doggett Department of Computer Science Lund university 2012 Michael Doggett Outline Light transport notation Radiometry - Measuring light Illumination Rendering Equation Monte Carlo

More information

Reflection & Transmission of EM Waves

Reflection & Transmission of EM Waves Reflection & Transmission of EM Waves Reading Shen and Kong Ch. 4 Outline Everyday Reflection Reflection & Transmission (Normal Incidence) Reflected & Transmitted Power Optical Materials, Perfect Conductors,

More information

ISI Theodolite Calculations

ISI Theodolite Calculations ISI Theodolite Calculations Ken Tatebe July 11, 2006 After changing baselines the positions of the telescopes must be measured in order to allow the computer to calculate the position angle, spatial frequency,

More information

Development of Optical Wave Microphone Measuring Sound Waves with No Diaphragm

Development of Optical Wave Microphone Measuring Sound Waves with No Diaphragm Progress In Electromagnetics Research Symposium Proceedings, Taipei, March 5 8, 3 359 Development of Optical Wave Microphone Measuring Sound Waves with No Diaphragm Yoshito Sonoda, Takashi Samatsu, and

More information

Automation for the process of the spectral simulations of the light reflection of the human skins

Automation for the process of the spectral simulations of the light reflection of the human skins Automation for the process of the spectral simulations of the light reflection of the human skins J. A. Delgado Atencio, E. E. Rodríguez Vázquez, H. Zúñiga de Rodríguez, M. Cunil Rodríguez Photo-Health

More information

5.33 Lecture Notes: Introduction to Spectroscopy

5.33 Lecture Notes: Introduction to Spectroscopy 5.33 Lecture Notes: ntroduction to Spectroscopy What is spectroscopy? Studying the properties of matter through its interaction with different frequency components of the electromagnetic spectrum. Latin:

More information

Derivation of the Laplace equation

Derivation of the Laplace equation Derivation of the Laplace equation Svein M. Skjæveland October 19, 2012 Abstract This note presents a derivation of the Laplace equation which gives the relationship between capillary pressure, surface

More information

WHITE PAPER. Source Modeling for Illumination Design. Zemax A Radiant Zemax Company

WHITE PAPER. Source Modeling for Illumination Design. Zemax A Radiant Zemax Company Source Modeling for Illumination Design Source Modeling for Illumination Design Authored by: Ronald F. Rykowski and C. Benjamin Wooley Abstract As computation speeds have increased dramatically over the

More information

v w is orthogonal to both v and w. the three vectors v, w and v w form a right-handed set of vectors.

v w is orthogonal to both v and w. the three vectors v, w and v w form a right-handed set of vectors. 3. Cross product Definition 3.1. Let v and w be two vectors in R 3. The cross product of v and w, denoted v w, is the vector defined as follows: the length of v w is the area of the parallelogram with

More information

Interference. Physics 102 Workshop #3. General Instructions

Interference. Physics 102 Workshop #3. General Instructions Interference Physics 102 Workshop #3 Name: Lab Partner(s): Instructor: Time of Workshop: General Instructions Workshop exercises are to be carried out in groups of three. One report per group is due by

More information

Understanding Poles and Zeros

Understanding Poles and Zeros MASSACHUSETTS INSTITUTE OF TECHNOLOGY DEPARTMENT OF MECHANICAL ENGINEERING 2.14 Analysis and Design of Feedback Control Systems Understanding Poles and Zeros 1 System Poles and Zeros The transfer function

More information

Optical Customisation of Touch Screens and Display Front Surfaces

Optical Customisation of Touch Screens and Display Front Surfaces Optical Customisation of Touch Screens and Display Front Surfaces Society for Information Display March 2013 Rob Bennett Europe Summary Performance characteristics that can be altered : contrast and readability

More information

Crystal Optics of Visible Light

Crystal Optics of Visible Light Crystal Optics of Visible Light This can be a very helpful aspect of minerals in understanding the petrographic history of a rock. The manner by which light is transferred through a mineral is a means

More information

Using Monte Carlo method for simulation of electromagnetic radiation penetration in body ' s tissues

Using Monte Carlo method for simulation of electromagnetic radiation penetration in body ' s tissues Journal of mathematics and computer science 9 (2014), 41-45 Using Monte Carlo method for simulation of electromagnetic radiation penetration in body ' s tissues S. A. Mahdipour 1, H. R. Abdi Roknabadi

More information

Explanation of Reflection Features in Optical Fiber as Sometimes Observed in OTDR Measurement Traces

Explanation of Reflection Features in Optical Fiber as Sometimes Observed in OTDR Measurement Traces Explanation of Reflection Features in Optical Fiber as Sometimes Observed in OTDR Measurement Traces WP1281 Issued: November 2015 Supersedes: 2012 Author: Dr. Russell Ellis ISO 9001 Registered Background

More information

I. Pointwise convergence

I. Pointwise convergence MATH 40 - NOTES Sequences of functions Pointwise and Uniform Convergence Fall 2005 Previously, we have studied sequences of real numbers. Now we discuss the topic of sequences of real valued functions.

More information

Appendix A. An Overview of Monte Carlo N-Particle Software

Appendix A. An Overview of Monte Carlo N-Particle Software Appendix A. An Overview of Monte Carlo N-Particle Software A.1 MCNP Input File The input to MCNP is an ASCII file containing command lines called "cards". The cards provide a description of the situation

More information

A Guide to Acousto-Optic Modulators

A Guide to Acousto-Optic Modulators A Guide to Acousto-Optic Modulators D. J. McCarron December 7, 2007 1 Introduction Acousto-optic modulators (AOMs) are useful devices which allow the frequency, intensity and direction of a laser beam

More information

SECTION 2 Transmission Line Theory

SECTION 2 Transmission Line Theory SEMICONDUCTOR DESIGN GUIDE Transmission Line Theory SECTION 2 Transmission Line Theory Introduction The ECLinPS family has pushed the world of ECL into the realm of picoseconds. When output transitions

More information

Improved predictive modeling of white LEDs with accurate luminescence simulation and practical inputs

Improved predictive modeling of white LEDs with accurate luminescence simulation and practical inputs Improved predictive modeling of white LEDs with accurate luminescence simulation and practical inputs TracePro Opto-Mechanical Design Software s Fluorescence Property Utility TracePro s Fluorescence Property

More information

APPLICATION NOTE ULTRASONIC CERAMIC TRANSDUCERS

APPLICATION NOTE ULTRASONIC CERAMIC TRANSDUCERS APPLICATION NOTE ULTRASONIC CERAMIC TRANSDUCERS Selection and use of Ultrasonic Ceramic Transducers The purpose of this application note is to aid the user in the selection and application of the Ultrasonic

More information

One advantage of this algebraic approach is that we can write down

One advantage of this algebraic approach is that we can write down . Vectors and the dot product A vector v in R 3 is an arrow. It has a direction and a length (aka the magnitude), but the position is not important. Given a coordinate axis, where the x-axis points out

More information

Proceedings of Meetings on Acoustics

Proceedings of Meetings on Acoustics Proceedings of Meetings on Acoustics Volume 19, 013 http://acousticalsociety.org/ ICA 013 Montreal Montreal, Canada - 7 June 013 Underwater Acoustics Session 1pUW: Seabed Scattering: Measurements and Mechanisms

More information

Chapter 3 RANDOM VARIATE GENERATION

Chapter 3 RANDOM VARIATE GENERATION Chapter 3 RANDOM VARIATE GENERATION In order to do a Monte Carlo simulation either by hand or by computer, techniques must be developed for generating values of random variables having known distributions.

More information

Lecture 3: Fibre Optics

Lecture 3: Fibre Optics Lecture 3: Fibre Optics Lecture aims to explain: 1. Fibre applications in telecommunications 2. Principle of operation 3. Single- and multi-mode fibres 4. Light losses in fibres Fibre is a transparent

More information

v = fλ PROGRESSIVE WAVES 1 Candidates should be able to :

v = fλ PROGRESSIVE WAVES 1 Candidates should be able to : PROGRESSIVE WAVES 1 Candidates should be able to : Describe and distinguish between progressive longitudinal and transverse waves. With the exception of electromagnetic waves, which do not need a material

More information

Review for Test 3. Polarized light. Action of a Polarizer. Polarized light. Light Intensity after a Polarizer. Review for Test 3.

Review for Test 3. Polarized light. Action of a Polarizer. Polarized light. Light Intensity after a Polarizer. Review for Test 3. Review for Test 3 Polarized light No equation provided! Polarized light In linearly polarized light, the electric field vectors all lie in one single direction. Action of a Polarizer Transmission axis

More information

CHAPTER 24 GAUSS S LAW

CHAPTER 24 GAUSS S LAW CHAPTER 4 GAUSS S LAW 4. The net charge shown in Fig. 4-40 is Q. Identify each of the charges A, B, C shown. A B C FIGURE 4-40 4. From the direction of the lines of force (away from positive and toward

More information

Rotation of Axes 1. Rotation of Axes. At the beginning of Chapter 5 we stated that all equations of the form

Rotation of Axes 1. Rotation of Axes. At the beginning of Chapter 5 we stated that all equations of the form Rotation of Axes 1 Rotation of Axes At the beginning of Chapter we stated that all equations of the form Ax + Bx + C + Dx + E + F =0 represented a conic section, which might possibl be degenerate. We saw

More information

Blackbody radiation. Main Laws. Brightness temperature. 1. Concepts of a blackbody and thermodynamical equilibrium.

Blackbody radiation. Main Laws. Brightness temperature. 1. Concepts of a blackbody and thermodynamical equilibrium. Lecture 4 lackbody radiation. Main Laws. rightness temperature. Objectives: 1. Concepts of a blackbody, thermodynamical equilibrium, and local thermodynamical equilibrium.. Main laws: lackbody emission:

More information

where h = 6.62 10-34 J s

where h = 6.62 10-34 J s Electromagnetic Spectrum: Refer to Figure 12.1 Molecular Spectroscopy: Absorption of electromagnetic radiation: The absorptions and emissions of electromagnetic radiation are related molecular-level phenomena

More information

The Evaluation of Barrier Option Prices Under Stochastic Volatility. BFS 2010 Hilton, Toronto June 24, 2010

The Evaluation of Barrier Option Prices Under Stochastic Volatility. BFS 2010 Hilton, Toronto June 24, 2010 The Evaluation of Barrier Option Prices Under Stochastic Volatility Carl Chiarella, Boda Kang and Gunter H. Meyer School of Finance and Economics University of Technology, Sydney School of Mathematics

More information

Energy Transport. Focus on heat transfer. Heat Transfer Mechanisms: Conduction Radiation Convection (mass movement of fluids)

Energy Transport. Focus on heat transfer. Heat Transfer Mechanisms: Conduction Radiation Convection (mass movement of fluids) Energy Transport Focus on heat transfer Heat Transfer Mechanisms: Conduction Radiation Convection (mass movement of fluids) Conduction Conduction heat transfer occurs only when there is physical contact

More information

INTRODUCTION TO RENDERING TECHNIQUES

INTRODUCTION TO RENDERING TECHNIQUES INTRODUCTION TO RENDERING TECHNIQUES 22 Mar. 212 Yanir Kleiman What is 3D Graphics? Why 3D? Draw one frame at a time Model only once X 24 frames per second Color / texture only once 15, frames for a feature

More information

Section 5.0 : Horn Physics. By Martin J. King, 6/29/08 Copyright 2008 by Martin J. King. All Rights Reserved.

Section 5.0 : Horn Physics. By Martin J. King, 6/29/08 Copyright 2008 by Martin J. King. All Rights Reserved. Section 5. : Horn Physics Section 5. : Horn Physics By Martin J. King, 6/29/8 Copyright 28 by Martin J. King. All Rights Reserved. Before discussing the design of a horn loaded loudspeaker system, it is

More information

5. Reflection, refraction and polarization

5. Reflection, refraction and polarization 5. Reflection, refraction and polarization Figure 5.1 illustrates what happens when electromagnetic radiation encounters a smooth interface between dielectric media. We see two phenomena: reflection and

More information

Geometric Transformation CS 211A

Geometric Transformation CS 211A Geometric Transformation CS 211A What is transformation? Moving points (x,y) moves to (x+t, y+t) Can be in any dimension 2D Image warps 3D 3D Graphics and Vision Can also be considered as a movement to

More information

Robot Perception Continued

Robot Perception Continued Robot Perception Continued 1 Visual Perception Visual Odometry Reconstruction Recognition CS 685 11 Range Sensing strategies Active range sensors Ultrasound Laser range sensor Slides adopted from Siegwart

More information

FTIR Instrumentation

FTIR Instrumentation FTIR Instrumentation Adopted from the FTIR lab instruction by H.-N. Hsieh, New Jersey Institute of Technology: http://www-ec.njit.edu/~hsieh/ene669/ftir.html 1. IR Instrumentation Two types of instrumentation

More information

Suppression of Four Wave Mixing in 8 Channel DWDM System Using Hybrid Modulation Technique

Suppression of Four Wave Mixing in 8 Channel DWDM System Using Hybrid Modulation Technique International Journal of Electronic and Electrical Engineering. ISSN 0974-2174, Volume 7, Number 2 (2014), pp. 97-108 International Research Publication House http://www.irphouse.com Suppression of Four

More information

12.5: CHI-SQUARE GOODNESS OF FIT TESTS

12.5: CHI-SQUARE GOODNESS OF FIT TESTS 125: Chi-Square Goodness of Fit Tests CD12-1 125: CHI-SQUARE GOODNESS OF FIT TESTS In this section, the χ 2 distribution is used for testing the goodness of fit of a set of data to a specific probability

More information