COMP Sound Simulation Final Project Report Generating Synthetic Sound of Thunder

Size: px
Start display at page:

Download "COMP Sound Simulation Final Project Report Generating Synthetic Sound of Thunder"

Transcription

1 COMP Sound Simulation Final Project Report Generating Synthetic Sound of Thunder Sang Woo Lee 1. Introduction Thunder and lightning is most exciting and astonishing nature phenomenon. It is also a dangerous and frequent natural event. It was even a major element of nature worship for ancient people, and the symbols of numerous Gods. Understanding the thunder and lightning is very important for numerous purposes. The most important purpose is preventing damage from the lightning. Recently, for the computer graphics, it is important that to simulating the visual of the lightning and sound of the thunder. To simulate natural event in virtual world, the lightning and thunder are very important element because it is dramatic and frequent. There are various researches for simulating lightning, like [1] in Gamma lab at UNC. However, there are a few papers ([2], [3], [5]) related to simulating sound of the thunder. Therefore, this project s goal is simple: generating physically based sound of thunder. Similar to other sound simulation, it is quite changing and needs dense computation. 2. Previous works In [2] and [3], The Digital Ceraunoscope: Synthetic Thunder and Lightning, the author generated thunder sound which is based on the geometry of lightning bolt. This papers modeling of thunder sound is mainly based on [4], and their reasoning is useful for determining a shape of hidden lightning bolt. Because the thunder sound is consisted by shock wave from lightning heating, it is reasonable to consider lightning geometry to simulate thunder sound. Moreover, we can use this algorithm for designing lightning and thunder as we design. There are so many variables to be considered to simulate the sound of thunder, like atmosphere disturbance, absorption, refraction, wind shear, and [4] mainly denoted about air refraction by temperature, and air absorption. In [5], they introduced simple and fast algorithm to generate lightning geometry in real time using GPU. They associate their lightning algorithm with [3] s sound of thunder generating algorithm, which is based on WMwave. 3. Methods 3.1 Generating lightning geometry I implemented my lightning geometry mainly based on [2] s algorithm, because its lightning structure is based on [4] s research, which is most suitable for my project. However, there are some missing links in the paper [2], so I should find some hidden values and added some of my own algorithms and optimization. In [2], there are two pass algorithms: first pass is generating large scale structure, and second pass is generating small scale tortuosity from the first pass large scale structure. One first large scale structure, he used parameterized values for the length of the lightning stroke line segment with height, and used it as a probability density function. However, his function was not suitable for PDF, because it is not converge when you integrate it from infinity to infinity, and also has minus values in its range. I asked Glassner about this, but he didn t remember how he had done. Therefore, I just used my own reasoning to make it useful and reasonable. I found the graph of the parametric function in [2], and I would choose values of start and end closed to them. I found that when I cut the function from y=1 to 7, it approximated the original graph in [2]

2 close enough. It is also reasonable because the average height of lightning cloud is 6km, so using y with 6 ranges is reasonable for me. I also set and used a threshold from the maximum length, because without maximum length threshold, the randomized line segments are sometimes over 1 km and over. I used Google image searches to find 67 lightning pictures, and I found the length of large line segments are not over the 1.0km approximately. Therefore, I used 1.0km as the threshold value for the first pass large scale line segments for this. I used same method to advance the dart leader, using the average vector of previous four line segments and using the 30 degree cone to find the next advancing point with randomized selection. He also didn t explain the dart leaders splitting clearly. With his explanation, the generated lightning shape should be binary tree, which could not be the shape of lightning. Therefore, I also limited the maximum branch number of lightning tree, and it works great. I found the value 8 is most suitable and similar to the shape of real lightning shape. For small scale tortuosity, the small line segments size should have mean value of 3m. Glassner used a radius of 25% length cone to find next advance points, but with just selecting random points, it became unrealistic shape. Glassner didn t announce the values for the proximity for the next advance point clearly, so I found my own optimized one. I used 30 degree cone same method as used in the large scale shapes, and it works fine. 3.2 Generating sound of thunder It seems trivial to generate sound of thunder from the lightning shape, but there are also some of hazards. In [4], they simulated sound of thunder using WM wave. They modeling with spherical impulsive sound sources along the lightning line segments, each emits shockwave simulated by N wave. We can approximate the sum of N waves emitted by the point sound sources along lightning line segments using WM wave. In [4], they considered about two main factors: air refraction and air absorption. Air refraction could be simulated by large curvature due to the temperature differences. The increased flight time of WM wave can be simulated changing Phi and B values in the equation of WM waveform. Air absorption could be simulated by low pass filter, but it seems to be changed by the distance between lightning and observer. There are some experiment data in [6], but it does not clearly state the function of distance and air absorption. According to [6], almost no frequencies over 500Hz cannot propagate to observer. I found that thunder sound from distance lightning could be easily simulated by simple low pass filter, but it is difficult to determine how to cut off highfrequency waves from different distance. I used simple low pass filter of butter in MATLAB, but it seems to cut too many peaks in waves, so I used sound program to cut off for various frequency thresholds. The most difficulty of generating sound from lightning geometry was density of computation. It is too slow to calculate WM wave for all the small scale line segments! For 6km height lightning, the length of wave file length for 3km distance listener is about 20s, and there are 5000~10000 segments for the lightning geometry. Therefore, it should calculate about 20*44100*10000 double precious floating points! It takes over 2 hours from my desktop computer, and eats up over 1 Giga bytes of virtual memory. Intel and AMD have no choice but to love this super computational process! 4. Result 4.1 Straight lightning channel Using 3m segment Segment Number: 1660

3 <Left : Lightning structure, Right : Waveform of 0.5km distance observer> < Waveform of 3km distance observer> As expected, the straight light channel has just one big thunder clap and small rumbles. Small rumbles are due to the small scale tortuosity, which generated from pass two. As you can see, the result is quite different from 0.5km to 3km. For 0.5km observer, the big thunder clap attenuates very fast, but for 3.0km observer, there are thunder clap is attenuates slowly and lasts long. I tested no refraction in 0.5km, 1km, 3km, but there is almost a very slight difference with result using refraction. Because the refraction is removes small scale tortuosity around the ground, so there are no significant difference for perception. 4.2 Various lightning structures Using 5m segments, 6 maximum branches Segment Number: 5514 <Left : Lightning structure, Right : Waveform of 1km distance observer> < Waveform of 2km distance observer>

4 < Waveform of 3km distance observer> The waveforms are quite different from different observer, due to the difference of angles from observer to line segments. For short 4.3. Various lightning structures Using 5m segments, 8 maximum branches Segment Number: 7435 < Waveform of 0.5km distance observer from North> < Waveform of 1.0km distance observer from East> < Waveform of 2.0km distance observer from East>

5 < Waveform of 2.0km distance observer from West> < Waveform of 3.0km distance observer from East> < Waveform of 3.0km distance observer from South> As we can expected easily, not only the distance but also the orientation of observer affects the result waveform Various lightning structures Using 5m segments, 8 maximum branches Segment Number: 7515

6 < Waveform of 0.5km distance observer> < Waveform of 1.0km distance observer> < Waveform of 3.0km distance observer> 4.5. Various lightning structures Using 5m segments, 8 maximum branches Segment Number: 8472

7 < Waveform of 0.5km distance observer> 4.6. Various lightning structures Using 3m segments, 6 maximum branches Segment Number: 9530 < Waveform of 1.0km distance observer> 5. Conclusion Generating realistic thunder sound is quite difficult and need dense computation. I compared my result to real thunder sound and the result from [5]. Actually, generated sound seems to be perceptional thunder sound from distance. For close distance like 0.5km, it should include more high frequency waves, but determining the threshold for low pass filtering is difficult. It seems that real thunder seems to be more clear, and [5] s result is less clearer than real ones but clearer than my waves. That might be they use more filters than I used, which is just a low pass filtering. Otherwise, they might use more accurate and dense lightning structure than mine. I looked into waveforms, and I think that their waveform has more segments than mine. Because the number of segment determines the detailed thunder signature, it is important to make enough segments. For my result, it seems that lightning structure using more segments generate more fluent sound. However, all of my result are using more than 5000, and if the [4] s reasoning is correct, my lightning already has enough segments. Also, there are no significant perceptional difference between segments 5000 lightning and lightning. Therefore, I could not figure out clearly what the cause of the difference. Also, it is very difficult process to distinguish sound difference between similar patterns. 6. References:

8 [1] T. Kim and M. Lin, Physically Based Animation and Rendering of Lightning, Proceeding of Pacific Graphics, 2004 [2] Glassner, A., The Digital Ceraunoscope: Synthetic Thunder and Lightning, part1, IEEE computer graphics and applications, 20(2), pp , 2000 [3] Glassner, A., The Digital Ceraunoscope: Synthetic Thunder and Lightning, part2, IEEE computer graphics and applications, 20(3), pp , 2000 [4] H.S. Ribner and D. Roy, Acoustics of Thunder: A Quasilinear Model for Tortuous Lightning, J. Acoustical Society of America, Vol. 72, No. 6, Dec. 1982, pp [5] Matsuyama, K. et al., Real time Sound Generation of Spark Discharge, pg, pp , 15th Pacific Conference on Computer Graphics and Applications (PG'07), 2007 [6] H. E. Bass, The Propagation of Thunder through the Atmosphere, J. Acoust. Soc., Am 67, 1959~1966 (1980)

Chapter 21. Lightning Facts. Lightning Facts 4/12/17. Lightning

Chapter 21. Lightning Facts. Lightning Facts 4/12/17. Lightning Chapter 21 Lightning Lightning Facts How many lightning strikes occur each second around the planet? How is it derived? Where do most occur and what regions are most prone to strikes? How many CG strikes

More information

Lightning. Electricity and Charge. Primary types of lightning. Primary types of lightning. How do clouds gain a charge?

Lightning. Electricity and Charge. Primary types of lightning. Primary types of lightning. How do clouds gain a charge? Lightning is good, thunder is impressive; but it is lightning that does the work. --Mark Twain-- Dr. Christopher M. Godfrey University of North Carolina at Asheville Photo: NOAA Electricity and Charge

More information

3 Severe Weather. Critical Thinking

3 Severe Weather. Critical Thinking CHAPTER 2 3 Severe Weather SECTION Understanding Weather BEFORE YOU READ After you read this section, you should be able to answer these questions: What are some types of severe weather? How can you stay

More information

The negative charge of the cloud repels electrons on the surface of the earth.

The negative charge of the cloud repels electrons on the surface of the earth. Lightning Lightning Lightning is a very large static charge. How is this static charge created? A thundercloud can become became charged by friction. Due to high winds, air molecules can rub against water

More information

Lightning in Florida. Henry E. Fuelberg Department of Meteorology Florida State University

Lightning in Florida. Henry E. Fuelberg Department of Meteorology Florida State University Lightning in Florida Henry E. Fuelberg Department of Meteorology Florida State University Lightning Facts ~ 20 million cloud to ground flashes in U.S. each year Half have more than one strike point 30

More information

VolksMeter with one as opposed to two pendulums

VolksMeter with one as opposed to two pendulums VolksMeter with one as opposed to two pendulums Preface In all of the discussions that follow, remember that a pendulum, which is the seismic element used in the VolksMeter, responds only to horizontal

More information

2. The spectrum of visible light bounds the region of intensity of light emitted by the Sun. a. maximum b. minimum

2. The spectrum of visible light bounds the region of intensity of light emitted by the Sun. a. maximum b. minimum CHAPTER 14 LIGHT AND SOUND IN THE ATMOSPHERE MULTIPLE CHOICE QUESTIONS 1. As the Sun s rays travel through the atmosphere, they are by cloud droplets or ice crystals, or by raindrops. a. scattered b. reflected

More information

Introduction to Acoustics Exercises

Introduction to Acoustics Exercises . 361-1-3291 Introduction to Acoustics Exercises 1 Fundamentals of acoustics 1. Show the effect of temperature on acoustic pressure. Hint: use the equation of state and the equation of state at equilibrium.

More information

PHYSICS. Chapter 16 Lecture FOR SCIENTISTS AND ENGINEERS A STRATEGIC APPROACH 4/E RANDALL D. KNIGHT Pearson Education, Inc.

PHYSICS. Chapter 16 Lecture FOR SCIENTISTS AND ENGINEERS A STRATEGIC APPROACH 4/E RANDALL D. KNIGHT Pearson Education, Inc. PHYSICS FOR SCIENTISTS AND ENGINEERS A STRATEGIC APPROACH 4/E Chapter 16 Lecture RANDALL D. KNIGHT 2017 Pearson Education, Inc. Chapter 16 Traveling Waves IN THIS CHAPTER, you will learn the basic properties

More information

AP Physics-B ElectroStatics Electric Charges: Subatomic Particles and Electricity: atoms subatomic particles protons neutrons electrons nucleus

AP Physics-B ElectroStatics Electric Charges: Subatomic Particles and Electricity: atoms subatomic particles protons neutrons electrons nucleus AP Physics-B ElectroStatics Electric Charges: It made my hair stand on end! Perhaps you are familiar with this expression, which is often used to describe a frightening or startling experience. According

More information

Dr. Kim D. Coder, Professor of Tree Biology & Health Care, Warnell School, UGA

Dr. Kim D. Coder, Professor of Tree Biology & Health Care, Warnell School, UGA Lightning Ground Strike For orma mation Events Dr. Kim D. Coder, Professor of Tree Biology & Health Care, Warnell School, UGA The formation of a negative polarity cloud to ground lightning strike containing

More information

Electric Charge. Positive and Negative Charge

Electric Charge. Positive and Negative Charge Positive and Negative Charge Atoms contain particles called protons, neutrons, and electrons. Protons and electrons have electric charge, and neutrons have no electric charge. Positive and Negative Charge

More information

Air Masses, Fronts & Storms

Air Masses, Fronts & Storms Air Masses, Fronts & Storms Air Masses and Fronts Bell Work Define Terms (page 130-135) Vocab Word Definition Picture Air Mass A huge body of air that has smilier temperature, humidity and air pressure

More information

Graphing and Density

Graphing and Density Graphing and Density In addition to values that you can directly measure like length, mass, or volume, chemistry is filled with values that must be calculated. The most common of these is density. Density

More information

4 Forecasting Weather

4 Forecasting Weather CHAPTER 2 4 Forecasting Weather SECTION Understanding Weather BEFORE YOU READ After you read this section, you should be able to answer these questions: What instruments are used to forecast weather? How

More information

Thunderstorms. Section. Overview of Thunderstorms

Thunderstorms. Section. Overview of Thunderstorms Section 3 3. SC.92.E.7.: Predict future weather conditions based on present observations and conceptual models and recognize limitations and uncertainties of such predictions. SC.92.E.7.6: Relate the formation

More information

5/26/2010. Hailstone Formation and Growth Lightning Stroke Downburst Formation, Structure, and Type

5/26/2010. Hailstone Formation and Growth Lightning Stroke Downburst Formation, Structure, and Type Chapters 20-22: 22: Hailstorms, Lightning, Downbursts Hail Hailstone Formation and Growth Lightning Stroke Downburst Formation, Structure, and Type Hail is one of the most spectacular phenomena associated

More information

DIRECT STROKE LIGHTNING PROTECTION DESIGN

DIRECT STROKE LIGHTNING PROTECTION DESIGN International Journal of Research in Engineering and Applied Sciences(IJREAS) Available online at http://euroasiapub.org/journals.php Vol. 7 Issue 1,January7, pp. 1~12cv ISSN (O): 2249-3905, ISSN(P) :

More information

Thunderstorms, Hurricanes, Tornados

Thunderstorms, Hurricanes, Tornados Thunderstorms, Hurricanes, Tornados Vocabulary Surface Winds typical west wind at this latitude prevailing wind from east below Florida's latitude high altitude, high speed river of air path of a storm

More information

Chem 6, 10 Section Spring Exam 2 Solutions

Chem 6, 10 Section Spring Exam 2 Solutions Exam 2 Solutions 1. (4 + 6 + 5 points) Dartmouth s FM radio station, WDCR, broadcasts by emitting from its antenna photons of frequency 99.3 MHz (99.3 10 6 Hz). (a) What is the energy of a single WDCR

More information

General Physics (PHY 2130)

General Physics (PHY 2130) General Physics (PHY 2130) Lecture XII Sound sound waves Doppler effect Standing waves Light Reflection and refraction Lightning Review Last lecture: 1. Vibration and waves Hooke s law Potential energy

More information

THUNDERSTORMS. Convective heavy rain accompanied by lightning and thunder. Ahrens

THUNDERSTORMS. Convective heavy rain accompanied by lightning and thunder. Ahrens THUNDERSTORMS Convective heavy rain accompanied by lightning and thunder Ahrens Thunderstorms About 1,800 T-storms occur around the world at any instant Where do they occur the most? National Lightning

More information

On the Perception of Crackle in Noise Radiated from Military Jet Aircraft

On the Perception of Crackle in Noise Radiated from Military Jet Aircraft 12th AIAA/CEAS Aeroacoustics Conference (27th AIAA Aeroacoustics Conference) 8-10 May 2006, Cambridge, Massachusetts AIAA 2006-2530 On the Perception of Crackle in Noise Radiated from Military Jet Aircraft

More information

Section 9: Using a Charged Electroscope to Determine the Charge on Another Object. Examples:

Section 9: Using a Charged Electroscope to Determine the Charge on Another Object. Examples: Section 9: Using a Charged Electroscope to Determine the Charge on Another Object Examples: 1. When an unknown charge is brought near a positively charge electroscope, the electroscope s leaves first collapse

More information

General Physics (PHY 2130)

General Physics (PHY 2130) General Physics (PHY 2130) Lecture XII Sound sound waves Doppler effect Standing waves Light Reflection and refraction http://www.physics.wayne.edu/~apetrov/phy2130/ Lightning Review Last lecture: 1. Vibration

More information

Leader fields due to a lightning channel with an inclined upper section

Leader fields due to a lightning channel with an inclined upper section Sri Lankan Journal of Physics, Vol. () 3-4 Institute of Physics - Sri Lanka Leader fields due to a lightning channel with an inclined upper section C. Gomes,* and V. Cooray Department of Physics, University

More information

1. The nucleus of a certain isotope of tin contains 68 neutrons and 50 protons. Which symbol correctly represents this isotope? A.

1. The nucleus of a certain isotope of tin contains 68 neutrons and 50 protons. Which symbol correctly represents this isotope? A. Page 1 of 6 1. The nucleus of a certain isotope of tin contains 68 neutrons and 50 protons. Which symbol correctly represents this isotope? A. B. C. D. E. 2. A guitar string produces 4 beats/s when sounded

More information

Lightning Phenomenon, Effects and Protection of Structures from Lightning

Lightning Phenomenon, Effects and Protection of Structures from Lightning IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 11, Issue 3Ver. I (May. Jun. 2016), PP 44-50 www.iosrjournals.org Lightning Phenomenon, Effects

More information

Thunderstorm. Thunderstorms result from the rapid upward movement of warm, moist air.

Thunderstorm. Thunderstorms result from the rapid upward movement of warm, moist air. Severe Weather Thunderstorm A thunderstorm (aka an electrical storm, a lightning storm, or a thundershower) is a type of storm characterized by the presence of lightning and its acoustic effect, thunder.

More information

LECTURE #15: Thunderstorms & Lightning Hazards

LECTURE #15: Thunderstorms & Lightning Hazards GEOL 0820 Ramsey Natural Disasters Spring, 2018 LECTURE #15: Thunderstorms & Lightning Hazards Date: 1 March 2018 (lecturer: Dr. Shawn Wright) I. Severe Weather Hazards focus for next few weeks o somewhat

More information

P1 REVISION CHAPTER 1a Energy Tfr by Heating

P1 REVISION CHAPTER 1a Energy Tfr by Heating P1 REVISION CHAPTER 1a Energy Tfr by Heating Infrared Radiation What gives off infrared radiation? What is a vacuum? Surfaces & Radiation What surfaces are good absorbers of infrared radiation? What surfaces

More information

EOSC114 spring summary of PRS responses

EOSC114 spring summary of PRS responses EOSC114 Clicker questions spring 2008 1 of 20 EOSC114 spring 2008 - summary of PRS responses Introduction This page contains all questions generated in Spring term 2008 for use as in-class clicker questions.

More information

Today s lecture. Charge separation in clouds Lightning and thunder

Today s lecture. Charge separation in clouds Lightning and thunder Today s lecture Charge separation in clouds Lightning and thunder Warming up knowledge Storm - convective precipitation (from cumulus and cumulonimbus (Cb) clouds) Prerequisite for a storm - cloud particles

More information

Hunting for Anomalies in PMU Data

Hunting for Anomalies in PMU Data Hunting for Anomalies in PMU Data BRETT AMIDAN JAMES FOLLUM JEFFERY DAGLE Pacific Northwest National Laboratory NASPI Presentation (October 23, 2014) November 3, 2014 b.amidan@pnnl.gov 1 Big Picture Objective

More information

(part I) Dr. Kim D. Coder. Professor of Tree Biology & Health Care Warnell School, University of Georgia

(part I) Dr. Kim D. Coder. Professor of Tree Biology & Health Care Warnell School, University of Georgia (part I) Dr. Kim D. Coder Professor of Tree Biology & Health Care Warnell School, University of Georgia Disclaimer 1.No financial interests or conflicts of interest 2. NOT lightning system installation

More information

National Weather Service Morristown, Tennessee Lightning and Weather - What Every Trail Rider Needs to Know to Protect Themselves

National Weather Service Morristown, Tennessee Lightning and Weather - What Every Trail Rider Needs to Know to Protect Themselves National Weather Service Morristown, Tennessee Lightning and Weather - What Every Trail Rider Needs to Know to Protect Themselves by David Gaffin Senior Forecaster Lightning Nature s Awesome Power Lightning

More information

ROOM RESONANCES USING WAVE BASED GEOMET- RICAL ACOUSTICS (WBGA)

ROOM RESONANCES USING WAVE BASED GEOMET- RICAL ACOUSTICS (WBGA) ROOM RESONANCES USING WAVE BASED GEOMET- RICAL ACOUSTICS (WBGA) Panos Economou, Panagiotis Charalampous P.E. Mediterranean Acoustics Research & Development Ltd, Cyprus email: panos@pemard.com Geometrical

More information

Thunderstorms. Ordinary Cell Thunderstorms. Ordinary Cell Thunderstorms. Ordinary Cell Thunderstorms 5/2/11

Thunderstorms. Ordinary Cell Thunderstorms. Ordinary Cell Thunderstorms. Ordinary Cell Thunderstorms 5/2/11 A storm containing lightning and thunder; convective storms Chapter 14 Severe thunderstorms: At least one: large hail wind gusts greater than or equal to 50 kt Tornado 1 2 Ordinary Cell Ordinary Cell AKA

More information

Your Task: Read each slide then use the underlined red or underlined information to fill in your organizer.

Your Task: Read each slide then use the underlined red or underlined information to fill in your organizer. Severe Weather: Tornadoes and Hurricanes Thunderstorms and Lightning S6E4 d. Construct an explanation of the relationship between air pressure, weather fronts, and air masses and meteorological events

More information

The Electromagnetic Spectrum

The Electromagnetic Spectrum Physics 25 Chapter 24 Dr. Alward Electromagnetic Waves Electromagnetic (EM) waves consist of traveling electric and magnetic disturbances. One source of electromagnetic waves are electric charges oscillating

More information

R E C E N T P R O G R E S S A N D F U T U R E O P P O R T U N I T I E S I N V O L C A N O M O N I T O R I N G U S I N G I N F R A S O U N D

R E C E N T P R O G R E S S A N D F U T U R E O P P O R T U N I T I E S I N V O L C A N O M O N I T O R I N G U S I N G I N F R A S O U N D R E C E N T P R O G R E S S A N D F U T U R E O P P O R T U N I T I E S I N V O L C A N O M O N I T O R I N G U S I N G I N F R A S O U N D D A V I D F E E G E O P H Y S I C A L I N S T I T U T E A L A

More information

8-1. Chapter 8 THE DOPPLER EFFECTS OF SOUND AND LIGHT. motion. These are the classical and empirical Doppler effects of sound waves, and the

8-1. Chapter 8 THE DOPPLER EFFECTS OF SOUND AND LIGHT. motion. These are the classical and empirical Doppler effects of sound waves, and the 8-1 Chapter 8 THE DOPPLER EFFECTS OF SOUND AND LIGHT The classical and empirical Doppler Effects of sound and of light both depend upon: 1) relative motion between the source body (which is emitting the

More information

SIGNALS AND SYSTEMS LABORATORY 4: Polynomials, Laplace Transforms and Analog Filters in MATLAB

SIGNALS AND SYSTEMS LABORATORY 4: Polynomials, Laplace Transforms and Analog Filters in MATLAB INTRODUCTION SIGNALS AND SYSTEMS LABORATORY 4: Polynomials, Laplace Transforms and Analog Filters in MATLAB Laplace transform pairs are very useful tools for solving ordinary differential equations. Most

More information

CMPT 889: Lecture 8 Digital Waveguides

CMPT 889: Lecture 8 Digital Waveguides CMPT 889: Lecture 8 Digital Waveguides Tamara Smyth, tamaras@cs.sfu.ca School of Computing Science, Simon Fraser University February 10, 2012 1 Motion for a Wave For the string, we are interested in the

More information

Frequency, Vibration, and Fourier

Frequency, Vibration, and Fourier Lecture 22: Frequency, Vibration, and Fourier Computer Graphics CMU 15-462/15-662, Fall 2015 Last time: Numerical Linear Algebra Graphics via linear systems of equations Why linear? Have to solve BIG problems

More information

In other words, we are interested in what is happening to the y values as we get really large x values and as we get really small x values.

In other words, we are interested in what is happening to the y values as we get really large x values and as we get really small x values. Polynomial functions: End behavior Solutions NAME: In this lab, we are looking at the end behavior of polynomial graphs, i.e. what is happening to the y values at the (left and right) ends of the graph.

More information

Distance in the Plane

Distance in the Plane Distance in the Plane The absolute value function is defined as { x if x 0; and x = x if x < 0. If the number a is positive or zero, then a = a. If a is negative, then a is the number you d get by erasing

More information

Guided Reading Chapter 18: Weather Patterns

Guided Reading Chapter 18: Weather Patterns Name Number Date Guided Reading Chapter 18: Weather Patterns 18-1: Air Masses and Fronts 1. What is an air mass? 2. Scientists classify air masses according to and 3. Is the following sentence true or

More information

Traffic and Weather. Soaring Safety Foundation. Tom Johnson CFIG

Traffic and Weather. Soaring Safety Foundation. Tom Johnson CFIG Traffic and Weather Soaring Safety Foundation Tom Johnson CFIG Weather Contents Weather Gathering Sources Weather Acquisition Enroute Weather Analysis Weather Hazards Weather in the Landing Pattern Basic

More information

Conceptual Physics Final Exam Review

Conceptual Physics Final Exam Review Useful Information Work and Energy W = F x W = work [J] F = force [N] x = displacement [m] U g = mgh U g = gravitational potential energy [J] m = mass [kg] h = height [m] g = 10 m/s 2 DC Circuits I =!!

More information

ASTRO Fall 2012 LAB #7: The Electromagnetic Spectrum

ASTRO Fall 2012 LAB #7: The Electromagnetic Spectrum ASTRO 1050 - Fall 2012 LAB #7: The Electromagnetic Spectrum ABSTRACT Astronomers rely on light to convey almost all of the information we have on distant astronomical objects. In addition to measuring

More information

PHYS-2020: General Physics II Course Lecture Notes Section VIII

PHYS-2020: General Physics II Course Lecture Notes Section VIII PHYS-2020: General Physics II Course Lecture Notes Section VIII Dr. Donald G. Luttermoser East Tennessee State University Edition 4.0 Abstract These class notes are designed for use of the instructor and

More information

Overview Physical processes PMT and electronics response Some results Plans

Overview Physical processes PMT and electronics response Some results Plans M atthew J ones/ Riei Ishiziki Purdue U niversity Overview Physical processes PMT and electronics response Some results Plans S eptember 27, 2004 A photon transport Monte Carlo was developed to interpret

More information

4 Forecasting Weather

4 Forecasting Weather CHAPTER 16 4 Forecasting Weather SECTION Understanding Weather BEFORE YOU READ After you read this section, you should be able to answer these questions: What instruments are used to forecast weather?

More information

Weather: Air Patterns

Weather: Air Patterns Weather: Air Patterns Weather: Air Patterns Weather results from global patterns in the atmosphere interacting with local conditions. You have probably experienced seasonal shifts, such as winter in New

More information

USEFULNESS OF LINEAR PREDICTIVE CODING IN HYDROACOUSTICS SIGNATURES FEATURES EXTRACTION ANDRZEJ ZAK

USEFULNESS OF LINEAR PREDICTIVE CODING IN HYDROACOUSTICS SIGNATURES FEATURES EXTRACTION ANDRZEJ ZAK Volume 17 HYDROACOUSTICS USEFULNESS OF LINEAR PREDICTIVE CODING IN HYDROACOUSTICS SIGNATURES FEATURES EXTRACTION ANDRZEJ ZAK Polish Naval Academy Smidowicza 69, 81-103 Gdynia, Poland a.zak@amw.gdynia.pl

More information

Personalised Learning Checklists AQA Physics Paper 2

Personalised Learning Checklists AQA Physics Paper 2 4.5.1 Forces and their interactions 4.5.2 Work done and energy AQA Physics (8463) from 2016 Topics P4.5. Forces Topic Student Checklist R A G Identify and describe scalar quantities and vector quantities

More information

Will Volcanoes Erupt in New England? Mantle upwelling at the edge of the North American Continent. Lecture to the 2017 Summer Interns by Bill Menke

Will Volcanoes Erupt in New England? Mantle upwelling at the edge of the North American Continent. Lecture to the 2017 Summer Interns by Bill Menke Will Volcanoes Erupt in New England? Mantle upwelling at the edge of the North American Continent Lecture to the 2017 Summer Interns by Bill Menke I was a LDEO Summer Intern in 1975 My interest in volcanism

More information

The Language of Motion

The Language of Motion The Language of Motion PowerPoint 8.1 How would you describe the motion in each of the images below? Motion of the something floating through space Motion of the pucks Motion of the cars 1 Size does matter,

More information

Key Concept Weather results from the movement of air masses that differ in temperature and humidity.

Key Concept Weather results from the movement of air masses that differ in temperature and humidity. Section 2 Fronts and Weather Key Concept Weather results from the movement of air masses that differ in temperature and humidity. What You Will Learn Differences in pressure, temperature, air movement,

More information

Chapter 8 Review, Understanding pages Knowledge

Chapter 8 Review, Understanding pages Knowledge Chapter 8 Review, pages 408 413 Knowledge 1. (b) 2. (c) 3. (d) 4. (a) 5. (c) 6. (b) 7. (c) 8. (a) 9. (b) 10. (d) 11. (d) 12. (c) 13. (a) 14. (a) (iv) (b) (ii) (c) (v) (d) (iii) (e) (i) 15. Answers may

More information

Doppler Effect and Sonic

Doppler Effect and Sonic Doppler Effect and Sonic Booms Bởi: OpenStaxCollege The characteristic sound of a motorcycle buzzing by is an example of the Doppler effect. The high-pitch scream shifts dramatically to a lower-pitch roar

More information

The Binary System VV Cephei Eclipse Campaign 2017/2019 OHP-Meeting July 2017

The Binary System VV Cephei Eclipse Campaign 2017/2019 OHP-Meeting July 2017 The Binary System VV Cephei Eclipse Campaign 2017/2019 OHP-Meeting July 2017 Ernst Pollmann International Working Group Active Spectroscopy in Astronomy http://astrospectroscopy.de 3 One of the best known

More information

9 June 15. Horst Rademacher. Lect 4: Seismic Waves. Summer Session 2015

9 June 15. Horst Rademacher. Lect 4: Seismic Waves.  Summer Session 2015 9 June 15 2 Summer Session 2015 Horst Rademacher HH Lect 4: Seismic Waves http://seismo.berkeley.edu/summersession/eps20/ Class Organization Thursday s class (June 11) 10am-12:30pm My office hours: Tuesdays

More information

Mark Scheme (Results) January International GCSE Physics (4PH0) Paper 2P. Edexcel Level 1/Level 2 Certificate Physics (KPH0) Paper 2P

Mark Scheme (Results) January International GCSE Physics (4PH0) Paper 2P. Edexcel Level 1/Level 2 Certificate Physics (KPH0) Paper 2P Mark Scheme (Results) January 013 International GCSE Physics (4PH0) Paper P Edexcel Level 1/Level Certificate Physics (KPH0) Paper P Edexcel and BTEC Qualifications Edexcel and BTEC qualifications come

More information

Traveling Waves. Why there is reflection? The one-dimensional (1D) case. A traveling wave is the propagation of motion (disturbance) in a medium.

Traveling Waves. Why there is reflection? The one-dimensional (1D) case. A traveling wave is the propagation of motion (disturbance) in a medium. The one-dimensional (1D) case Traveling Waves A traveling wave is the propagation of motion (disturbance) in a medium. Reflection Why there is reflection? The perturbation propagates on. Traveling Wave

More information

An integrated approach to Acoustics - sound propagation and the phenomena affecting it

An integrated approach to Acoustics - sound propagation and the phenomena affecting it An integrated approach to Acoustics - sound propagation and the phenomena affecting it IOA LONDON BRANCH EVENING MEETING, WSP PARSONS BRINCKERHOFF PRESENTATION BY PANOS ECONOMOU OF PEMARD, 19 TH APRIL

More information

P2.2 REDUCING THE IMPACT OF NOISE ABATEMENT PRACTICES ON AIRPORT CAPACITY BY FORECASTING SITUATIONAL DEPENDENT AIRCRAFT NOISE PROPAGATION

P2.2 REDUCING THE IMPACT OF NOISE ABATEMENT PRACTICES ON AIRPORT CAPACITY BY FORECASTING SITUATIONAL DEPENDENT AIRCRAFT NOISE PROPAGATION P2.2 REDUCING THE IMPACT OF NOISE ABATEMENT PRACTICES ON AIRPORT CAPACITY BY FORECASTING SITUATIONAL DEPENDENT AIRCRAFT NOISE PROPAGATION R. Sharman* and T. Keller Research Applications Program National

More information

1 What Is Climate? TAKE A LOOK 2. Explain Why do areas near the equator tend to have high temperatures?

1 What Is Climate? TAKE A LOOK 2. Explain Why do areas near the equator tend to have high temperatures? CHAPTER 17 1 What Is Climate? SECTION Climate BEFORE YOU READ After you read this section, you should be able to answer these questions: What is climate? What factors affect climate? How do climates differ

More information

Experimental and numerical studies on reverberation characteristics in a rectangular room with unevenly distributed absorbers

Experimental and numerical studies on reverberation characteristics in a rectangular room with unevenly distributed absorbers Acoust. Sci. & Tech. 7, () PAPER Experimental and numerical studies on reverberation characteristics in a rectangular room with unevenly distributed absorbers Yosuke Yasuda ;, Ayumi Ushiyama ;y, Shinichi

More information

ATS 351, Spring 2010 Lab #11 Severe Weather 54 points

ATS 351, Spring 2010 Lab #11 Severe Weather 54 points ATS 351, Spring 2010 Lab #11 Severe Weather 54 points Question 1 (10 points): Thunderstorm development a) Sketch and describe the stages of development of a single cell thunderstorm. About how long does

More information

Decay Mechanisms. The laws of conservation of charge and of nucleons require that for alpha decay, He + Q 3.1

Decay Mechanisms. The laws of conservation of charge and of nucleons require that for alpha decay, He + Q 3.1 Decay Mechanisms 1. Alpha Decay An alpha particle is a helium-4 nucleus. This is a very stable entity and alpha emission was, historically, the first decay process to be studied in detail. Almost all naturally

More information

AQA Physics /7408

AQA Physics /7408 AQA Physics - 7407/7408 Module 10: Medical physics You should be able to demonstrate and show your understanding of: 10.1 Physics of the eye 10.1.1 Physics of vision The eye as an optical refracting system,

More information

Unit 5 Part 2 Test PPT

Unit 5 Part 2 Test PPT Unit 5 Part 2 Test PPT Standard 1: Air Masses Air Mass An air mass is an immense body of air that is characterized by similar temperatures and amounts of moisture at any given altitude When an air mass

More information

Map Activity. A map shows cities. A map shows rivers. A map shows mountains. Lesson 5. Ancient Earth Journey to the Center of the Earth

Map Activity. A map shows cities. A map shows rivers. A map shows mountains. Lesson 5. Ancient Earth Journey to the Center of the Earth Lesson 5 Map Activity A map shows mountains. A map shows rivers. A map shows cities. Lesson 5 1 2 Find the map. Find the mountain. Iceland is an island. There is water all around an island. An island is

More information

EXPERIMENT 5A RC Circuits

EXPERIMENT 5A RC Circuits EXPERIMENT 5A Circuits Objectives 1) Observe and qualitatively describe the charging and discharging (decay) of the voltage on a capacitor. 2) Graphically determine the time constant for the decay, τ =.

More information

Physical Modeling Synthesis

Physical Modeling Synthesis Physical Modeling Synthesis ECE 272/472 Audio Signal Processing Yujia Yan University of Rochester Table of contents 1. Introduction 2. Basics of Digital Waveguide Synthesis 3. Fractional Delay Line 4.

More information

Mechanical Turbulence Wind forms eddies as it blows around hanger, stands of trees or other obstructions

Mechanical Turbulence Wind forms eddies as it blows around hanger, stands of trees or other obstructions Turbulence Low-level Turbulence below 15,000 feet consists of Mechanical Turbulence Convective Turbulence Frontal Turbulence Wake Turbulence Mechanical Turbulence Wind forms eddies as it blows around hanger,

More information

Waves Problem Booklet

Waves Problem Booklet Getting Started Success involves doing many different kinds of problems which help improve your knowledge and understanding of the ideas in the course and your ability to solve problems. In order to get

More information

GEOL 309 Laboratory Activity: Euler Poles. Name

GEOL 309 Laboratory Activity: Euler Poles. Name GEOL 309 Laboratory Activity: Euler Poles Name Instructions: Follow the directions given. Take a picture (with your phone) of your work showing final pole locations on the globe. Print pictures and turn

More information

LAB 3: GLOBAL SEISMOLOGY

LAB 3: GLOBAL SEISMOLOGY NAME: LAB TIME: LAB 3: GLOBAL SEISMOLOGY This lab will introduce you to the basic concepts of global seismology and the Earth s interior structure. This is a hybrid assignment: some aspects can be done

More information

Experiment 2 Electric Field Mapping

Experiment 2 Electric Field Mapping Experiment 2 Electric Field Mapping I hear and I forget. I see and I remember. I do and I understand Anonymous OBJECTIVE To visualize some electrostatic potentials and fields. THEORY Our goal is to explore

More information

Severe Weather. Copyright 2006 InstructorWeb

Severe Weather. Copyright 2006 InstructorWeb Severe Weather People need to know what the weather is going to do. Sometimes severe weather can happen. Severe weather can cause property damage, injuries to people and animals, and even loss of life.

More information

Corso di Laurea in Fisica - UNITS ISTITUZIONI DI FISICA PER IL SISTEMA TERRA. Wave propagation FABIO ROMANELLI

Corso di Laurea in Fisica - UNITS ISTITUZIONI DI FISICA PER IL SISTEMA TERRA. Wave propagation FABIO ROMANELLI Corso di Laurea in Fisica - UNITS ISTITUZIONI DI FISICA PER IL SISTEMA TERRA Wave propagation FABIO ROMANELLI Department of Mathematics & Geosciences University of Trieste romanel@units.it http://moodle2.units.it/course/view.php?id=887

More information

ESCI 1010 Lab 1 Introduction to Weather Data

ESCI 1010 Lab 1 Introduction to Weather Data ESCI 1010 Lab 1 Introduction to Weather Data Before Lab: Review pages 1-51 in your Weather and Climate textbook. Pay special attention to the sections entitled Location and Time on Earth and Some Weather

More information

7.2.1 Seismic waves. Waves in a mass- spring system

7.2.1 Seismic waves. Waves in a mass- spring system 7..1 Seismic waves Waves in a mass- spring system Acoustic waves in a liquid or gas Seismic waves in a solid Surface waves Wavefronts, rays and geometrical attenuation Amplitude and energy Waves in a mass-

More information

Light. Mike Maloney Physics, SHS

Light. Mike Maloney Physics, SHS Light Mike Maloney Physics, SHS 1 Light What is LIGHT? WHERE DOES IT COME FROM? 2003 Mike Maloney 2 What is Light? Light is a wave, or rather acts like a wave. How do we know since we cannot see it? We

More information

THREE DIMENSIONAL INVERSE SCATTERING FOR THE CLASSICAL WAVE EQUATION WITH

THREE DIMENSIONAL INVERSE SCATTERING FOR THE CLASSICAL WAVE EQUATION WITH THREE DIMENSIONAL INVERSE SCATTERING FOR THE CLASSICAL WAVE EQUATION WITH VARIABLE SPEED Margaret Cheney, James H. Rose, and Brian DeFacio Department of Mathematics, Duke University, Durham, NC 27706 Ames

More information

Ozone in the Atmosphere

Ozone in the Atmosphere Ozone in the Atmosphere Why are we concerned with ozone? This simple molecule affects us in very important ways. It protects us, as well as all animals and plants on our planet, from the harm that ultraviolet

More information

Fluid Mechanics Prof. S.K. Som Department of Mechanical Engineering Indian Institute of Technology, Kharagpur

Fluid Mechanics Prof. S.K. Som Department of Mechanical Engineering Indian Institute of Technology, Kharagpur Fluid Mechanics Prof. S.K. Som Department of Mechanical Engineering Indian Institute of Technology, Kharagpur Lecture - 42 Flows with a Free Surface Part II Good morning. I welcome you to this session

More information

On ball lightning. LIANG XiFeng (Department of Physics, Qingdao Technological University, ) N 2

On ball lightning. LIANG XiFeng (Department of Physics, Qingdao Technological University, ) N 2 On ball lightning LIAG XiFeng (Department of Physics Qingdao Technological University 66603) Abstract: Ball lightning is a kind of nature phenomenon that is not understood in long time. It has been put

More information

What does the speed of a wave depend on?

What does the speed of a wave depend on? Today s experiment Goal answer the question What does the speed of a wave depend on? Materials: Wave on a String PHeT Simulation (link in schedule) and Wave Machine Write a CER in pairs. Think about the

More information

Natural Processes. Were you prepared for the fast approaching storm? Were you able to take shelter? What about pets, livestock or plants?

Natural Processes. Were you prepared for the fast approaching storm? Were you able to take shelter? What about pets, livestock or plants? Have you ever been caught in a storm? You are outside on a summer night and all of a sudden here come the wind, lightning and heavy rain. It starts raining so hard that you can hardly see in front of you.

More information

Waves. If you are a bit "taken for geometry", the Cabalist Leon offers you these simple observations that you can explain to your grandmother too.

Waves. If you are a bit taken for geometry, the Cabalist Leon offers you these simple observations that you can explain to your grandmother too. Waves Waves explained to the grandmother. If you are a bit "taken for geometry", the Cabalist Leon offers you these simple observations that you can explain to your grandmother too. A wave is an oscillation

More information

Nicholas J. Giordano. Chapter 13 Sound

Nicholas J. Giordano.  Chapter 13 Sound Nicholas J. Giordano www.cengage.com/physics/giordano Chapter 13 Sound Sound Sounds waves are an important example of wave motion Sound is central to hearing, speech, music and many other daily activities

More information

Lilypad Percolation. Enrique Treviño. April 25, 2010

Lilypad Percolation. Enrique Treviño. April 25, 2010 Lilypad Percolation Enrique Treviño April 25, 2010 Abstract Let r be a nonnegative real number. Attach a disc of radius r to infinitely many random points (including the origin). Lilypad percolation asks

More information

GCSE PHYSICS REVISION LIST

GCSE PHYSICS REVISION LIST GCSE PHYSICS REVISION LIST OCR Gateway Physics (J249) from 2016 Topic P1: Matter P1.1 Describe how and why the atomic model has changed over time Describe the structure of the atom and discuss the charges

More information

Prediction of Sound Propagation From Power Transmission Plant

Prediction of Sound Propagation From Power Transmission Plant Prediction of Sound Propagation From Power Transmission Plant Jingchao Sun Stockholm, 2013 Thesis for the degree of Master of Science, 30 Hp Department of Sound and Vibration The Marcus Wallenberg Laboratory

More information

Music 206: Digital Waveguides

Music 206: Digital Waveguides Music 206: Digital Waveguides Tamara Smyth, trsmyth@ucsd.edu Department of Music, University of California, San Diego (UCSD) January 22, 2016 1 Motion for a Wave The 1-dimensional digital waveguide model

More information

Lab 20. Predicting Hurricane Strength: How Can Someone Predict Changes in Hurricane Wind Speed Over Time?

Lab 20. Predicting Hurricane Strength: How Can Someone Predict Changes in Hurricane Wind Speed Over Time? Predicting Hurricane Strength How Can Someone Predict Changes in Hurricane Wind Speed Over Time? Lab Handout Lab 20. Predicting Hurricane Strength: How Can Someone Predict Changes in Hurricane Wind Speed

More information