Developing Excel Macros for Solving Heat Diffusion Problems

Size: px
Start display at page:

Download "Developing Excel Macros for Solving Heat Diffusion Problems"

Transcription

1 Session 50 Developing Exel Maros for Solving Heat Diffusion Problems N. N. Sarker and M. A. Ketkar Department of Engineering Tehnology Prairie View A&M University Prairie View, TX Abstrat This paper desribes the use of Mirosoft Exel Spreadsheet and Maro in solving diffusion problems. A one dimensional heat diffusion equation was transformed into a finite differene solution for a vertial grain storage bin. Crank-Niholson method was added in the time dimension for a stable solution. The Exel spreadsheet has numerous tools that an solve differential equation transformed into finite differene form for both steady and unsteady boundary onditions. Its iterative sheme is easy in solving a problem with steady boundary ondition. This paper desribes a method to solve heat diffusion problem with unsteady boundary onditions using Exel based maros. Results obtained from the solution agreed well with the measured produt temperature distribution for a period of two and half years. Introdution Commerial software or ustom programs are usually used in studying omplex problems. A ommerial program may have limitations to ertain onditions of a problem. A ustom program requires adequate programming skills of the researhers. Mirosoft Exel spreadsheet together with its maro apabilities, on the other hand, is a handy tool that an easily be programmed to suit the needs of solving diversified problems. Ketkar and Reddy used Mirosoft Exel for numerial solution of an unsteady state heat equation. In this study a heat diffusion problem was solved using the Exel spreadsheet. The time varying boundary ondition of the problem did not follow any pattern. This dynamially hanging behavior of the boundary ondition was taken are of by interfaing some Exel maros with values in the spreadsheet. Bala et al wrote an elaborate omputer program in BASIC language to simulate temperatures of wheat stored for two and a half years in a onrete bin of m3 apaity with a diameter of 5.5m and a height of 33.5m loated in Cheney, Kansas. This paper used their data but solved the same problem using Mirosoft Exel maros interfaed with Exel spreadsheet. Finite Differene Model for Heat Flow The following partial differential equation desribes transient heat transfer in the radial diretion. where T T T t r r r Proeedings of the 004 Amerian Soiety for Engineering Eduation Annual Conferenes & Exposition Copyright 004, Amerian Soiety for Engineering Eduation () Page 9.40.

2 T = temperature, o C t = storage time, hour r = radial distane from the enter of bin, m = thermal diffusivities of grain, bin wall materials, and air, m /hour Analytial solution of this equation is diffiult due to the fat that the diffusivity of grain, bin wall materials and ambient air are different and the boundary ondition also varied irregularly. A finite differene method was developed using the following assumptions: The heat flow pattern was assumed to be symmetri around the vertial axis of the bin There was no heat flow in the vertial diretion The physial and thermal properties of grain was uniform throughout the bin There was no heat generation within the grain mass. The finite differene method determines temperatures at disrete grid (node) points in the bin. Temperature at eah grid or node is based on previous temperature at the node and urrent and previous temperature at it neighboring nodes. The method, embedding the Crank-Niholson s 3 impliit tehnique, yielded equations (), (3), (4) and (5). Considering n number of nodes and designating the entral node as node number 0 and hene the bin outside wall node number to be (n-), the equation for the entral node is: where t t t t T 0, T, T 0, T, r r r () r = diffusivity of grain, m /h r = nodal distane, m T 0, = Temperature at node 0 at time, o K t = time differene in between two alulations, h Equation at any node exluding nodes at the enter and within the bin materials is t r t r i i T T i, i, t T r t T r i, i, t r t r i i T T i, i, (3) For the node ust outside the bin wall (node, n-), the equation is t r t r 3 T (n ) 3 T (n ) n, n, t r t r T n, t r t r 3 Tn, Tn, 3 T (n ) (n ) Proeedings of the 004 Amerian Soiety for Engineering Eduation Annual Conferenes & Exposition Copyright 004, Amerian Soiety for Engineering Eduation n, (4) Page 9.40.

3 where = diffusivity for the materials in between the node (n-) and node n = = diffusivity of grain 3 = diffusivity for materials in between the node (n-) and node n Equation for node n, ust outside the bin wall, is: t r t r ( ( )T )T n, n, t r t r t r h k rh k rh k 33 (T n a, T a, ) 33 rh n k 33 rh n k T T n, n, (5) where = diffusivity of air = diffusivity of materials in between node (n-) and node n 33 = diffusivity of materials in between node (n-) and a node in air away from node n Finite Differene Nodes In this study the radial dimension of the bin was disretized into 9 equal setions with 0 nodes. These nodes, as mentioned in equations (), (3), (4) and (5), are shown in Figure. Figure. Disrete nodes along radial diretion of the bin Aording to the priniple of the finite differene method, the temperature at the next step time (at time +) at node i will be estimated based on the urrent temperatures at nodes (i-), i, and at (i+). Tri-diagonal Matrix Equation Equations (), (3), (4) and (5) form a tri-diagonal matrix equation with onstant matrix, time varying fore vetor and unknown nodal temperatures. For 0 nodes, the finite differene method yields 0 equations find 0 unknown temperatures at time t + t. The known nodal temperatures and outside air temperature at time t are used to find temperatures at time t + t. Proeedings of the 004 Amerian Soiety for Engineering Eduation Annual Conferenes & Exposition Copyright 004, Amerian Soiety for Engineering Eduation Page

4 This matrix equation an be produed in the following format: AT = H where A = tri-diagonal onstant matrix as funtion of the thermal diffusion properties of grain, bin wall materials and outside air, T = vetor of unknown nodal temperatures at time, t + t (i.e. time, +) H = known vetor as funtion of the thermal diffusion of grain, bin wall materials and outside air temperatures and known nodal temperatures at time, t (i.e. time ) Use of Mirosoft Exel Spreadsheet Individual elements of matrix A and vetor H are alulated from the grain, bin materials, nodal positions and distanes and air temperatures. These properties are entered in the spreadsheet. As shown in Figure, the elements in the matrix are represented by a, b, and. The elements of vetor H are represented by h. Eah value of h is alulated from the values of e, f, and g. The three oeffiients at time are shown in three olumns right before the olumn for vetor H. The spreadsheet multiplies these oeffiients with orresponding known temperatures at nodes, inluding the air temperatures for the surfae equation, to determine the individual entries of vetor H. Equation () for the node at the enter of the bin has two oeffiients eah at time and time +. Therefore, the first row of matrix A has two entries b and. Likewise vetor H has two entries f and g. As for examples, the following oeffiients are extrated from equation (). t b, r t, r t f, r g t r For eah of the intermediate nodes as seen in Equation (3), there are three entries, a k, b k and k for matrix A and three entries, e k, f k, and g k for vetor H. The Equation (5) for node n has two oeffiients at time +. Therefore, the last row of matrix A has two entries. However, the vetor H has three entries beause the third one omes from the oeffiients of ambient air temperatures at time and at time +. Based on appropriate equations, the spreadsheet alulates all elements (represented by a, b,, e, f, g and h) from the basi parameters of grain, bin materials, and nodal values. The last line inludes the air parameters, air temperature and surfae ondutivity. Proeedings of the 004 Amerian Soiety for Engineering Eduation Annual Conferenes & Exposition Copyright 004, Amerian Soiety for Engineering Eduation Page

5 Figure. The onstant tri-diagonal matrix and the known vetor H derived from the thermal diffusion properties of gain, bin wall materials and air Visual Basi Maros of Mirosoft Exel To determine grain temperatures as a funtion of the outside temperature, an iterative sheme is required. The Exel spreadsheet an perform suh iterations for stati boundary ondition. However, this sheme ould not be used beause of the dynami nature of the outside air temperature whih varied irregularly over the period of storage duration. This irregular boundary ondition was aommodated using the maro apability of the Mirosoft Exel. Maro was used to interpolate missing air temperatures and as well as to solve the tri-diagonal matrix and to populate spreadsheet ells with nodal grain temperatures at eah time step. The tridiagonal matrix was solved using the Thomas method as desribed by Sastry 4. The air temperatures outside the bin were measured at an interval of 5 days (360 hours) for a period of two and a half years. Any temperature in between two measured temperatures was determined using straight-line interpolation method using Exel maro. Unknown grain temperatures at time + were alulated based on known grain temperatures at time and known air temperatures at times and +. Maro was written suh that grain temperatures an be predited at any time interval (t) of,, 4, 36, 7 or 360 hours. However, the predited temperatures were written bak to the spreadsheet ells at an interval of 360 hours for all time intervals. As an example, with t = h, 360 intermediate iterations are made to write only one set of nodal grain temperatures on the spreadsheet ells. Figure 3 shows the flowhart for the development of the maro as desribed above. Proeedings of the 004 Amerian Soiety for Engineering Eduation Annual Conferenes & Exposition Copyright 004, Amerian Soiety for Engineering Eduation Page

6 Simulate 360 h Interval Printing Over? Yes Stop No Print at 360 h Time Interval Yes Intermediate Solutions Over? No Update Matrix Elements Solve for Nodal Temperatures Figure 3. Flowhart for maro development Results and Disussion Figure 4 shows a partial view of simulated temperatures at 0 nodal points. Grain was assumed to store at a uniform temperature of 6.67 o C. As the button labeled, Simulate is pressed, the simulation starts and the designated ells are populated with the simulated temperatures of the grain at nodal points for the duration of storage. The spreadsheet was designed to simulate grain temperatures with reasonable auray for all time steps of,, 4, 36, 7 and 360 hours for the duration of storage of two and a half years (780 days). Figure 5 shows good agreement between the measured and the simulated grain temperatures at a distane of.39 m from bin enter using 360 h as the time step. Outside air temperature is superimposed to ompare it with the grain temperature. This Figure also shows how the grain temperature always lags behind the air temperature. Proeedings of the 004 Amerian Soiety for Engineering Eduation Annual Conferenes & Exposition Copyright 004, Amerian Soiety for Engineering Eduation Page

7 Figure 4. Simulated grain temperature at nodal points. The button, Simulate, starts simulation. Figure 5 Grain temperature response to the outside air temperature variations at.39m from the enter of the bin wall. The use of t = 360 hours as time step requires a total of only 53 preditions for the total period of storage. The use of t = hour as time step requires 360 intermediate preditions for every 5 days resulting in a total of 8,70 preditions for the same period of storage. This extra fineness (t = hour) does not produe any appreiable improvement in the simulation result exept the exat air temperature at the surfae of the bin. In other words, the time step of t = 360 hours is good enough to obtain the desired predition result. The variation between the predited and Proeedings of the 004 Amerian Soiety for Engineering Eduation Annual Conferenes & Exposition Copyright 004, Amerian Soiety for Engineering Eduation Page

8 measured temperatures may be attributed to other fators, suh as, assumptions used in this study, possible errors in measurement of temperatures, unounted external temperature variations between two suessive measurement at an interval of 5 days, et. Conlusions Mirosoft Exel spreadsheet is a very handy tool in quik alulations of parameters. Maro apability is an added tool to ustomize its use in aordane with diversified requirements. A ommand button an be added to a spreadsheet from the Tools menu. A single lik on it opens a Visual Basi IDE with subroutine template. Students an easily use the spreadsheet and maro ombination as may be required. The smaller values of time step, t, allow finer temperature predition. Likewise, smaller values of nodal step, r, have the potential to improve the similar auray. However, any hange in r, auses a orresponding hange in the number of equations to solve. Thus it requires a total redesign of the spreadsheet. An alternative to implement this modifiation is to write subroutines in the maro. This redues the size of the spreadsheet at the ost of inreasing the programming effort. Thus the more flexibility is added to the Exel solution, the more the spreadsheet loses its share in alulation by beoming ust a sheet for keeping reords of alulation. Referenes. Ketkar, M. A. and G. B. Reddy Mirosoft Exel-based numerial solution of linear, homogeneous D transient partial differential equations. Pro. of Amerian Soiety of Engineering Eduation Annual Conferene & Exposition. Nashville, Tennessee. June -4, Bala, B. K., N.N. Sarker, M. A. Basunia and M. M. Alam J. Stored Prod. Res. Vol. 6, No., pp Crank J. and Niholson, P A pratial method for numerial evaluation of solutions of partial differential equations of the heat ondution types. Pro. Camb. Phil. So. Biol. Si. 43. pp Sastry, S. S Introdutory Methods of Numerial Analysis. Prentie Hall, India. Biographial Information NRIPENDRA N. SARKER is urrently Leturer in the Department of Engineering Tehnology of the Prairie View A&M University, TX. He also worked at universities in Bangladesh, Japan and UT at San Antonio and at software industries. He reeived his Master s and PhD degrees from the Texas A&M University at College Station, TX. His researh interests inlude simulation, algorithm development, and omputer networking. MOHAN A. KETKAR is an Assistant Professor of Eletrial Engineering Tehnology at the Prairie View A&M University, TX. He reeived his masters and dotorate in Eletrial Engineering from University of Wisonsin- Madison. He has served on the faulty at the University of Houston and the Lake Superior State University, MI. His researh areas inlude ommuniation eletronis, instrumentation, RF iruits and numerial methods. Proeedings of the 004 Amerian Soiety for Engineering Eduation Annual Conferenes & Exposition Copyright 004, Amerian Soiety for Engineering Eduation Page

General Closed-form Analytical Expressions of Air-gap Inductances for Surfacemounted Permanent Magnet and Induction Machines

General Closed-form Analytical Expressions of Air-gap Inductances for Surfacemounted Permanent Magnet and Induction Machines General Closed-form Analytial Expressions of Air-gap Indutanes for Surfaemounted Permanent Magnet and Indution Mahines Ronghai Qu, Member, IEEE Eletroni & Photoni Systems Tehnologies General Eletri Company

More information

Advances in Radio Science

Advances in Radio Science Advanes in adio Siene 2003) 1: 99 104 Copernius GmbH 2003 Advanes in adio Siene A hybrid method ombining the FDTD and a time domain boundary-integral equation marhing-on-in-time algorithm A Beker and V

More information

Stabilization of the Precision Positioning Stage Working in the Vacuum Environment by Using the Disturbance Observer

Stabilization of the Precision Positioning Stage Working in the Vacuum Environment by Using the Disturbance Observer Proeedings of the 4th IIAE International Conferene on Industrial Appliation Engineering 216 Stabilization of the Preision Positioning Stage Working in the Vauum Environment by Using the Disturbane Observer

More information

Advanced Computational Fluid Dynamics AA215A Lecture 4

Advanced Computational Fluid Dynamics AA215A Lecture 4 Advaned Computational Fluid Dynamis AA5A Leture 4 Antony Jameson Winter Quarter,, Stanford, CA Abstrat Leture 4 overs analysis of the equations of gas dynamis Contents Analysis of the equations of gas

More information

Q2. [40 points] Bishop-Hill Model: Calculation of Taylor Factors for Multiple Slip

Q2. [40 points] Bishop-Hill Model: Calculation of Taylor Factors for Multiple Slip 27-750, A.D. Rollett Due: 20 th Ot., 2011. Homework 5, Volume Frations, Single and Multiple Slip Crystal Plastiity Note the 2 extra redit questions (at the end). Q1. [40 points] Single Slip: Calulating

More information

Wave Propagation through Random Media

Wave Propagation through Random Media Chapter 3. Wave Propagation through Random Media 3. Charateristis of Wave Behavior Sound propagation through random media is the entral part of this investigation. This hapter presents a frame of referene

More information

Applying CIECAM02 for Mobile Display Viewing Conditions

Applying CIECAM02 for Mobile Display Viewing Conditions Applying CIECAM2 for Mobile Display Viewing Conditions YungKyung Park*, ChangJun Li*, M.. Luo*, Youngshin Kwak**, Du-Sik Park **, and Changyeong Kim**; * University of Leeds, Colour Imaging Lab, UK*, **

More information

Determination of the Aerodynamic Characteristics of Flying Vehicles Using Method Large Eddy Simulation with Software ANSYS

Determination of the Aerodynamic Characteristics of Flying Vehicles Using Method Large Eddy Simulation with Software ANSYS Automation, Control and Intelligent Systems 15; 3(6): 118-13 Published online Deember, 15 (http://www.sienepublishinggroup.om//ais) doi: 1.11648/.ais.1536.14 ISSN: 38-5583 (Print); ISSN: 38-5591 (Online)

More information

23.1 Tuning controllers, in the large view Quoting from Section 16.7:

23.1 Tuning controllers, in the large view Quoting from Section 16.7: Lesson 23. Tuning a real ontroller - modeling, proess identifiation, fine tuning 23.0 Context We have learned to view proesses as dynami systems, taking are to identify their input, intermediate, and output

More information

An Integrated Architecture of Adaptive Neural Network Control for Dynamic Systems

An Integrated Architecture of Adaptive Neural Network Control for Dynamic Systems An Integrated Arhiteture of Adaptive Neural Network Control for Dynami Systems Robert L. Tokar 2 Brian D.MVey2 'Center for Nonlinear Studies, 2Applied Theoretial Physis Division Los Alamos National Laboratory,

More information

Final Review. A Puzzle... Special Relativity. Direction of the Force. Moving at the Speed of Light

Final Review. A Puzzle... Special Relativity. Direction of the Force. Moving at the Speed of Light Final Review A Puzzle... Diretion of the Fore A point harge q is loated a fixed height h above an infinite horizontal onduting plane. Another point harge q is loated a height z (with z > h) above the plane.

More information

MATHEMATICAL AND NUMERICAL BASIS OF BINARY ALLOY SOLIDIFICATION MODELS WITH SUBSTITUTE THERMAL CAPACITY. PART II

MATHEMATICAL AND NUMERICAL BASIS OF BINARY ALLOY SOLIDIFICATION MODELS WITH SUBSTITUTE THERMAL CAPACITY. PART II Journal of Applied Mathematis and Computational Mehanis 2014, 13(2), 141-147 MATHEMATICA AND NUMERICA BAI OF BINARY AOY OIDIFICATION MODE WITH UBTITUTE THERMA CAPACITY. PART II Ewa Węgrzyn-krzypzak 1,

More information

Speed-feedback Direct-drive Control of a Low-speed Transverse Flux-type Motor with Large Number of Poles for Ship Propulsion

Speed-feedback Direct-drive Control of a Low-speed Transverse Flux-type Motor with Large Number of Poles for Ship Propulsion Speed-feedbak Diret-drive Control of a Low-speed Transverse Flux-type Motor with Large Number of Poles for Ship Propulsion Y. Yamamoto, T. Nakamura 2, Y. Takada, T. Koseki, Y. Aoyama 3, and Y. Iwaji 3

More information

Lecture 3 - Lorentz Transformations

Lecture 3 - Lorentz Transformations Leture - Lorentz Transformations A Puzzle... Example A ruler is positioned perpendiular to a wall. A stik of length L flies by at speed v. It travels in front of the ruler, so that it obsures part of the

More information

Nonreversibility of Multiple Unicast Networks

Nonreversibility of Multiple Unicast Networks Nonreversibility of Multiple Uniast Networks Randall Dougherty and Kenneth Zeger September 27, 2005 Abstrat We prove that for any finite direted ayli network, there exists a orresponding multiple uniast

More information

INTERNATIONAL JOURNAL OF CIVIL AND STRUCTURAL ENGINEERING Volume 2, No 4, 2012

INTERNATIONAL JOURNAL OF CIVIL AND STRUCTURAL ENGINEERING Volume 2, No 4, 2012 INTERNATIONAL JOURNAL OF CIVIL AND STRUCTURAL ENGINEERING Volume, No 4, 01 Copyright 010 All rights reserved Integrated Publishing servies Researh artile ISSN 0976 4399 Strutural Modelling of Stability

More information

A Spatiotemporal Approach to Passive Sound Source Localization

A Spatiotemporal Approach to Passive Sound Source Localization A Spatiotemporal Approah Passive Sound Soure Loalization Pasi Pertilä, Mikko Parviainen, Teemu Korhonen and Ari Visa Institute of Signal Proessing Tampere University of Tehnology, P.O.Box 553, FIN-330,

More information

COMBINED PROBE FOR MACH NUMBER, TEMPERATURE AND INCIDENCE INDICATION

COMBINED PROBE FOR MACH NUMBER, TEMPERATURE AND INCIDENCE INDICATION 4 TH INTERNATIONAL CONGRESS OF THE AERONAUTICAL SCIENCES COMBINED PROBE FOR MACH NUMBER, TEMPERATURE AND INCIDENCE INDICATION Jiri Nozika*, Josef Adame*, Daniel Hanus** *Department of Fluid Dynamis and

More information

Control Theory association of mathematics and engineering

Control Theory association of mathematics and engineering Control Theory assoiation of mathematis and engineering Wojieh Mitkowski Krzysztof Oprzedkiewiz Department of Automatis AGH Univ. of Siene & Tehnology, Craow, Poland, Abstrat In this paper a methodology

More information

Millennium Relativity Acceleration Composition. The Relativistic Relationship between Acceleration and Uniform Motion

Millennium Relativity Acceleration Composition. The Relativistic Relationship between Acceleration and Uniform Motion Millennium Relativity Aeleration Composition he Relativisti Relationship between Aeleration and niform Motion Copyright 003 Joseph A. Rybzyk Abstrat he relativisti priniples developed throughout the six

More information

7.1 Roots of a Polynomial

7.1 Roots of a Polynomial 7.1 Roots of a Polynomial A. Purpose Given the oeffiients a i of a polynomial of degree n = NDEG > 0, a 1 z n + a 2 z n 1 +... + a n z + a n+1 with a 1 0, this subroutine omputes the NDEG roots of the

More information

Measuring & Inducing Neural Activity Using Extracellular Fields I: Inverse systems approach

Measuring & Inducing Neural Activity Using Extracellular Fields I: Inverse systems approach Measuring & Induing Neural Ativity Using Extraellular Fields I: Inverse systems approah Keith Dillon Department of Eletrial and Computer Engineering University of California San Diego 9500 Gilman Dr. La

More information

Research Letter Distributed Source Localization Based on TOA Measurements in Wireless Sensor Networks

Research Letter Distributed Source Localization Based on TOA Measurements in Wireless Sensor Networks Researh Letters in Eletronis Volume 2009, Artile ID 573129, 4 pages doi:10.1155/2009/573129 Researh Letter Distributed Soure Loalization Based on TOA Measurements in Wireless Sensor Networks Wanzhi Qiu

More information

Adaptive Numerical and Computational Methods for Temperature Profiling of a Cylindrical Nuclear Fuel Rod

Adaptive Numerical and Computational Methods for Temperature Profiling of a Cylindrical Nuclear Fuel Rod Adaptive Numerial and Computational Methods for emperature Profiling of a Cylinial Nulear Fuel Rod N. Anand, P. Aharya, V. Agrawal, S. Banerjee, N. Parmar, and R. Kothari Abstrat Aurate predition of temperature

More information

A Differential Equation for Specific Catchment Area

A Differential Equation for Specific Catchment Area Proeedings of Geomorphometry 2009. Zurih, Sitzerland, 3 ugust - 2 September, 2009 Differential Equation for Speifi Cathment rea J. C. Gallant, M. F. Huthinson 2 CSIRO Land and Water, GPO Box 666, Canberra

More information

MultiPhysics Analysis of Trapped Field in Multi-Layer YBCO Plates

MultiPhysics Analysis of Trapped Field in Multi-Layer YBCO Plates Exerpt from the Proeedings of the COMSOL Conferene 9 Boston MultiPhysis Analysis of Trapped Field in Multi-Layer YBCO Plates Philippe. Masson Advaned Magnet Lab *7 Main Street, Bldg. #4, Palm Bay, Fl-95,

More information

Part G-4: Sample Exams

Part G-4: Sample Exams Part G-4: Sample Exams 1 Cairo University M.S.: Eletronis Cooling Faulty of Engineering Final Exam (Sample 1) Mehanial Power Engineering Dept. Time allowed 2 Hours Solve as muh as you an. 1. A heat sink

More information

A simple expression for radial distribution functions of pure fluids and mixtures

A simple expression for radial distribution functions of pure fluids and mixtures A simple expression for radial distribution funtions of pure fluids and mixtures Enrio Matteoli a) Istituto di Chimia Quantistia ed Energetia Moleolare, CNR, Via Risorgimento, 35, 56126 Pisa, Italy G.

More information

Complexity of Regularization RBF Networks

Complexity of Regularization RBF Networks Complexity of Regularization RBF Networks Mark A Kon Department of Mathematis and Statistis Boston University Boston, MA 02215 mkon@buedu Leszek Plaskota Institute of Applied Mathematis University of Warsaw

More information

MOLECULAR ORBITAL THEORY- PART I

MOLECULAR ORBITAL THEORY- PART I 5.6 Physial Chemistry Leture #24-25 MOLECULAR ORBITAL THEORY- PART I At this point, we have nearly ompleted our rash-ourse introdution to quantum mehanis and we re finally ready to deal with moleules.

More information

Wavetech, LLC. Ultrafast Pulses and GVD. John O Hara Created: Dec. 6, 2013

Wavetech, LLC. Ultrafast Pulses and GVD. John O Hara Created: Dec. 6, 2013 Ultrafast Pulses and GVD John O Hara Created: De. 6, 3 Introdution This doument overs the basi onepts of group veloity dispersion (GVD) and ultrafast pulse propagation in an optial fiber. Neessarily, it

More information

Three-dimensional morphological modelling in Delft3D-FLOW

Three-dimensional morphological modelling in Delft3D-FLOW Three-dimensional morphologial modelling in Delft3D-FLOW G. R. Lesser, J. van Kester, D.J.R. Walstra and J.A. Roelvink WL delft hydraulis email: giles.lesser@ldelft.nl Abstrat Computer modelling of sediment

More information

Discrete Bessel functions and partial difference equations

Discrete Bessel functions and partial difference equations Disrete Bessel funtions and partial differene equations Antonín Slavík Charles University, Faulty of Mathematis and Physis, Sokolovská 83, 186 75 Praha 8, Czeh Republi E-mail: slavik@karlin.mff.uni.z Abstrat

More information

Active Magnetic Bearings for Frictionless Rotating Machineries

Active Magnetic Bearings for Frictionless Rotating Machineries Ative Magneti Bearings for Fritionless Rotating Mahineries Joga Dharma Setiawan Abstrat Ative magneti bearing (AMB systems an support a rotor without physial ontat and enable users to preisely ontrol rotor

More information

DIGITAL DISTANCE RELAYING SCHEME FOR PARALLEL TRANSMISSION LINES DURING INTER-CIRCUIT FAULTS

DIGITAL DISTANCE RELAYING SCHEME FOR PARALLEL TRANSMISSION LINES DURING INTER-CIRCUIT FAULTS CHAPTER 4 DIGITAL DISTANCE RELAYING SCHEME FOR PARALLEL TRANSMISSION LINES DURING INTER-CIRCUIT FAULTS 4.1 INTRODUCTION Around the world, environmental and ost onsiousness are foring utilities to install

More information

A Heuristic Approach for Design and Calculation of Pressure Distribution over Naca 4 Digit Airfoil

A Heuristic Approach for Design and Calculation of Pressure Distribution over Naca 4 Digit Airfoil IOSR Journal of Engineering (IOSRJEN) ISSN (e): 2250-3021, ISSN (p): 2278-8719 PP 11-15 www.iosrjen.org A Heuristi Approah for Design and Calulation of Pressure Distribution over Naa 4 Digit Airfoil G.

More information

Where as discussed previously we interpret solutions to this partial differential equation in the weak sense: b

Where as discussed previously we interpret solutions to this partial differential equation in the weak sense: b Consider the pure initial value problem for a homogeneous system of onservation laws with no soure terms in one spae dimension: Where as disussed previously we interpret solutions to this partial differential

More information

Fiber Optic Cable Transmission Losses with Perturbation Effects

Fiber Optic Cable Transmission Losses with Perturbation Effects Fiber Opti Cable Transmission Losses with Perturbation Effets Kampanat Namngam 1*, Preeha Yupapin 2 and Pakkinee Chitsakul 1 1 Department of Mathematis and Computer Siene, Faulty of Siene, King Mongkut

More information

General Equilibrium. What happens to cause a reaction to come to equilibrium?

General Equilibrium. What happens to cause a reaction to come to equilibrium? General Equilibrium Chemial Equilibrium Most hemial reations that are enountered are reversible. In other words, they go fairly easily in either the forward or reverse diretions. The thing to remember

More information

LATTICE BOLTZMANN METHOD FOR MICRO CHANNEL AND MICRO ORIFICE FLOWS TAIHO YEOM. Bachelor of Science in Mechanical Engineering.

LATTICE BOLTZMANN METHOD FOR MICRO CHANNEL AND MICRO ORIFICE FLOWS TAIHO YEOM. Bachelor of Science in Mechanical Engineering. LATTICE BOLTZMANN METHOD FOR MICRO CHANNEL AND MICRO ORIFICE FLOWS By TAIHO YEOM Bahelor of Siene in Mehanial Engineering Ajou University Suwon, South Korea 2005 Submitted to the Faulty of the Graduate

More information

Document Version Publisher s PDF, also known as Version of Record (includes final page, issue and volume numbers)

Document Version Publisher s PDF, also known as Version of Record (includes final page, issue and volume numbers) A omparison between ylindrial and ross-shaped magneti vibration isolators : ideal and pratial van Casteren, D.T.E.H.; Paulides, J.J.H.; Lomonova, E. Published in: Arhives of Eletrial Engineering DOI: 10.1515/aee-2015-0044

More information

Simplified Buckling Analysis of Skeletal Structures

Simplified Buckling Analysis of Skeletal Structures Simplified Bukling Analysis of Skeletal Strutures B.A. Izzuddin 1 ABSRAC A simplified approah is proposed for bukling analysis of skeletal strutures, whih employs a rotational spring analogy for the formulation

More information

Maximum Entropy and Exponential Families

Maximum Entropy and Exponential Families Maximum Entropy and Exponential Families April 9, 209 Abstrat The goal of this note is to derive the exponential form of probability distribution from more basi onsiderations, in partiular Entropy. It

More information

Effect of magnetization process on levitation force between a superconducting. disk and a permanent magnet

Effect of magnetization process on levitation force between a superconducting. disk and a permanent magnet Effet of magnetization proess on levitation fore between a superonduting disk and a permanent magnet L. Liu, Y. Hou, C.Y. He, Z.X. Gao Department of Physis, State Key Laboratory for Artifiial Mirostruture

More information

Determination of the reaction order

Determination of the reaction order 5/7/07 A quote of the wee (or amel of the wee): Apply yourself. Get all the eduation you an, but then... do something. Don't just stand there, mae it happen. Lee Iaoa Physial Chemistry GTM/5 reation order

More information

UTC. Engineering 329. Proportional Controller Design. Speed System. John Beverly. Green Team. John Beverly Keith Skiles John Barker.

UTC. Engineering 329. Proportional Controller Design. Speed System. John Beverly. Green Team. John Beverly Keith Skiles John Barker. UTC Engineering 329 Proportional Controller Design for Speed System By John Beverly Green Team John Beverly Keith Skiles John Barker 24 Mar 2006 Introdution This experiment is intended test the variable

More information

div v(x) = 0, n terr = 0, v terr = v t,

div v(x) = 0, n terr = 0, v terr = v t, Proeedings of the Ceh Japanese Seminar in Applied Mathematis 6 Ceh Tehnial University in Prague, September 4-7, 6 pp. 4 8 FLOW AND POLLUTION TRANSPORT IN THE STREET CANYON PETR BAUER, AND ZBYŇEK JAŇOUR

More information

A NONLILEAR CONTROLLER FOR SHIP AUTOPILOTS

A NONLILEAR CONTROLLER FOR SHIP AUTOPILOTS Vietnam Journal of Mehanis, VAST, Vol. 4, No. (), pp. A NONLILEAR CONTROLLER FOR SHIP AUTOPILOTS Le Thanh Tung Hanoi University of Siene and Tehnology, Vietnam Abstrat. Conventional ship autopilots are

More information

Variation Based Online Travel Time Prediction Using Clustered Neural Networks

Variation Based Online Travel Time Prediction Using Clustered Neural Networks Variation Based Online Travel Time Predition Using lustered Neural Networks Jie Yu, Gang-Len hang, H.W. Ho and Yue Liu Abstrat-This paper proposes a variation-based online travel time predition approah

More information

An Electrothermal Model Based Adaptive Control of Resistance Spot Welding Process

An Electrothermal Model Based Adaptive Control of Resistance Spot Welding Process Intelligent Control and utomation, 05, 6, 34-46 Published Online May 05 in SiRes. http://www.sirp.org/journal/ia http://dx.doi.org/0.436/ia.05.604 n Eletrothermal Model Based daptive Control of Resistane

More information

Heat propagation and stability in a small high T superconductor. coil

Heat propagation and stability in a small high T superconductor. coil Ž. Physia C 310 1998 372 376 Heat propagation and stability in a small high T superondutor oil T. Kiss a,), V.S. Vysotsky a, H. Yuge a, H. Saho a, Yu.A. Ilyin a, M. Takeo a, K. Watanabe b, F. Irie a Graduate

More information

BINARY RANKINE CYCLE OPTIMIZATION Golub, M., Koscak-Kolin, S., Kurevija, T.

BINARY RANKINE CYCLE OPTIMIZATION Golub, M., Koscak-Kolin, S., Kurevija, T. BINARY RANKINE CYCLE OPTIMIZATION Golub, M., Kosak-Kolin, S., Kurevija, T. Faulty of Mining, Geology and Petroleum Engineering Department of Petroleum Engineering Pierottijeva 6, Zagreb 0 000, Croatia

More information

Development of Fuzzy Extreme Value Theory. Populations

Development of Fuzzy Extreme Value Theory. Populations Applied Mathematial Sienes, Vol. 6, 0, no. 7, 58 5834 Development of Fuzzy Extreme Value Theory Control Charts Using α -uts for Sewed Populations Rungsarit Intaramo Department of Mathematis, Faulty of

More information

Likelihood-confidence intervals for quantiles in Extreme Value Distributions

Likelihood-confidence intervals for quantiles in Extreme Value Distributions Likelihood-onfidene intervals for quantiles in Extreme Value Distributions A. Bolívar, E. Díaz-Franés, J. Ortega, and E. Vilhis. Centro de Investigaión en Matemátias; A.P. 42, Guanajuato, Gto. 36; Méxio

More information

THE EFFECT OF CONSOLIDATION RATIOS ON DYNAMIC SHEAR MODULUS OF SOIL

THE EFFECT OF CONSOLIDATION RATIOS ON DYNAMIC SHEAR MODULUS OF SOIL Otober 12-17, 28, Beijing, China THE EFFECT OF CONSOLIDATION RATIOS ON DYNAMIC SHEAR MODULUS OF SOIL J. Sun 1 and X.M. Yuan 2 1 Assoiate Professor, Institute of Civil Engineering, Heilongjiang University,

More information

3 Tidal systems modelling: ASMITA model

3 Tidal systems modelling: ASMITA model 3 Tidal systems modelling: ASMITA model 3.1 Introdution For many pratial appliations, simulation and predition of oastal behaviour (morphologial development of shorefae, beahes and dunes) at a ertain level

More information

FACTS device allocation for Transmission Congestion Management in Deregulated Power Market

FACTS device allocation for Transmission Congestion Management in Deregulated Power Market FACTS devie alloation for Transmission Congestion Management in Deregulated Power Market Dipak S.Yeole 1, Dr.P.K.Katti 1 Department of Eletrial Engineering, Dr.Basaheb Ambedkar Tehnologial University,

More information

THE DISCHARGE COEFFICIENT OF A CENTRE- PIVOT ROOF WINDOW

THE DISCHARGE COEFFICIENT OF A CENTRE- PIVOT ROOF WINDOW THE DISCHARGE COEFFICIENT OF A CENTRE- PIVOT ROOF WINDOW Ahsan Iqbal 1, Alireza Afshari 1, P.V.Neilsen 2 and P. Heiselberg 2 1 Danish Building Researh Institute Aalborg University Dr Neergaards Vej 15

More information

Generalized Dimensional Analysis

Generalized Dimensional Analysis #HUTP-92/A036 7/92 Generalized Dimensional Analysis arxiv:hep-ph/9207278v1 31 Jul 1992 Howard Georgi Lyman Laboratory of Physis Harvard University Cambridge, MA 02138 Abstrat I desribe a version of so-alled

More information

A Queueing Model for Call Blending in Call Centers

A Queueing Model for Call Blending in Call Centers A Queueing Model for Call Blending in Call Centers Sandjai Bhulai and Ger Koole Vrije Universiteit Amsterdam Faulty of Sienes De Boelelaan 1081a 1081 HV Amsterdam The Netherlands E-mail: {sbhulai, koole}@s.vu.nl

More information

Singular Event Detection

Singular Event Detection Singular Event Detetion Rafael S. Garía Eletrial Engineering University of Puerto Rio at Mayagüez Rafael.Garia@ee.uprm.edu Faulty Mentor: S. Shankar Sastry Researh Supervisor: Jonathan Sprinkle Graduate

More information

A. Shirani*and M. H. Alamatsaz

A. Shirani*and M. H. Alamatsaz IJST (013) A1: 9-34 Iranian Journal of Siene & Tehnology http://www.shirazu.a.ir/en Calulion of exposure buildup fators for point isotropi gamma ray soures in strified spherial shields of wer surrounded

More information

Einstein s Three Mistakes in Special Relativity Revealed. Copyright Joseph A. Rybczyk

Einstein s Three Mistakes in Special Relativity Revealed. Copyright Joseph A. Rybczyk Einstein s Three Mistakes in Speial Relativity Revealed Copyright Joseph A. Rybzyk Abstrat When the evidene supported priniples of eletromagneti propagation are properly applied, the derived theory is

More information

Planning with Uncertainty in Position: an Optimal Planner

Planning with Uncertainty in Position: an Optimal Planner Planning with Unertainty in Position: an Optimal Planner Juan Pablo Gonzalez Anthony (Tony) Stentz CMU-RI -TR-04-63 The Robotis Institute Carnegie Mellon University Pittsburgh, Pennsylvania 15213 Otober

More information

Recursive integral time extrapolation methods for scalar waves Paul J. Fowler*, Xiang Du, and Robin P. Fletcher, WesternGeco

Recursive integral time extrapolation methods for scalar waves Paul J. Fowler*, Xiang Du, and Robin P. Fletcher, WesternGeco Reursive integral time extrapolation methods for salar waves Paul J. Fowler*, Xiang Du, and Robin P. Flether, WesternGeo Summary We derive and ompare a variety of algorithms for reursive time extrapolation

More information

Time Domain Method of Moments

Time Domain Method of Moments Time Domain Method of Moments Massahusetts Institute of Tehnology 6.635 leture notes 1 Introdution The Method of Moments (MoM) introdued in the previous leture is widely used for solving integral equations

More information

AC : A GRAPHICAL USER INTERFACE (GUI) FOR A UNIFIED APPROACH FOR CONTINUOUS-TIME COMPENSATOR DESIGN

AC : A GRAPHICAL USER INTERFACE (GUI) FOR A UNIFIED APPROACH FOR CONTINUOUS-TIME COMPENSATOR DESIGN AC 28-1986: A GRAPHICAL USER INTERFACE (GUI) FOR A UNIFIED APPROACH FOR CONTINUOUS-TIME COMPENSATOR DESIGN Minh Cao, Wihita State University Minh Cao ompleted his Bahelor s of Siene degree at Wihita State

More information

Collinear Equilibrium Points in the Relativistic R3BP when the Bigger Primary is a Triaxial Rigid Body Nakone Bello 1,a and Aminu Abubakar Hussain 2,b

Collinear Equilibrium Points in the Relativistic R3BP when the Bigger Primary is a Triaxial Rigid Body Nakone Bello 1,a and Aminu Abubakar Hussain 2,b International Frontier Siene Letters Submitted: 6-- ISSN: 9-8, Vol., pp -6 Aepted: -- doi:.8/www.sipress.om/ifsl.. Online: --8 SiPress Ltd., Switzerland Collinear Equilibrium Points in the Relativisti

More information

A Novel Process for the Study of Breakage Energy versus Particle Size

A Novel Process for the Study of Breakage Energy versus Particle Size Geomaterials, 2013, 3, 102-110 http://dx.doi.org/10.4236/gm.2013.33013 Published Online July 2013 (http://www.sirp.org/journal/gm) A Novel Proess for the Study of Breakage Energy versus Partile Size Elias

More information

Chapter 3 Lecture 7. Drag polar 2. Topics. Chapter-3

Chapter 3 Lecture 7. Drag polar 2. Topics. Chapter-3 hapter 3 eture 7 Drag polar Topis 3..3 Summary of lift oeffiient, drag oeffiient, pithing moment oeffiient, entre of pressure and aerodynami entre of an airfoil 3..4 Examples of pressure oeffiient distributions

More information

INFLUENCE OF OPERATING AND CONSTRUCTION PARAMETERS ON THE BEHAVIOR OF HYDRAULIC CYLINDER SUBJECTED TO JERKY MOTION

INFLUENCE OF OPERATING AND CONSTRUCTION PARAMETERS ON THE BEHAVIOR OF HYDRAULIC CYLINDER SUBJECTED TO JERKY MOTION Proeedings of ICFDP 8: 8 th International Congress of Fluid Dynamis & Propulsion Deember 14-17, 006, Sharm El-Shiekh, Sinai, Egypt ICFDP8-EG-154 INFLUENCE OF OPERATING AND CONSTRUCTION PARAMETERS ON THE

More information

An iterative least-square method suitable for solving large sparse matrices

An iterative least-square method suitable for solving large sparse matrices An iteratie least-square method suitable for soling large sparse matries By I. M. Khabaza The purpose of this paper is to report on the results of numerial experiments with an iteratie least-square method

More information

Geometry of Transformations of Random Variables

Geometry of Transformations of Random Variables Geometry of Transformations of Random Variables Univariate distributions We are interested in the problem of finding the distribution of Y = h(x) when the transformation h is one-to-one so that there is

More information

Robust Flight Control Design for a Turn Coordination System with Parameter Uncertainties

Robust Flight Control Design for a Turn Coordination System with Parameter Uncertainties Amerian Journal of Applied Sienes 4 (7): 496-501, 007 ISSN 1546-939 007 Siene Publiations Robust Flight ontrol Design for a urn oordination System with Parameter Unertainties 1 Ari Legowo and Hiroshi Okubo

More information

GUIDED WAVE ENERGY DISTRIBUTION ANALYSIS IN INHOMOGENEOUS PLATES

GUIDED WAVE ENERGY DISTRIBUTION ANALYSIS IN INHOMOGENEOUS PLATES GUDED WAVE ENERGY DSTRBUTON ANALYSS N NHOMOGENEOUS PLATES Krishnan Balasubramaniam and Yuyin Ji Department of Aerospae Engineering and Mehanis Mississippi State University, Mississippi State, MS 39762

More information

ON THE MOVING BOUNDARY HITTING PROBABILITY FOR THE BROWNIAN MOTION. Dobromir P. Kralchev

ON THE MOVING BOUNDARY HITTING PROBABILITY FOR THE BROWNIAN MOTION. Dobromir P. Kralchev Pliska Stud. Math. Bulgar. 8 2007, 83 94 STUDIA MATHEMATICA BULGARICA ON THE MOVING BOUNDARY HITTING PROBABILITY FOR THE BROWNIAN MOTION Dobromir P. Kralhev Consider the probability that the Brownian motion

More information

QCLAS Sensor for Purity Monitoring in Medical Gas Supply Lines

QCLAS Sensor for Purity Monitoring in Medical Gas Supply Lines DOI.56/sensoren6/P3. QLAS Sensor for Purity Monitoring in Medial Gas Supply Lines Henrik Zimmermann, Mathias Wiese, Alessandro Ragnoni neoplas ontrol GmbH, Walther-Rathenau-Str. 49a, 7489 Greifswald, Germany

More information

Measurements of aerosol phase function and vertical backscattering coefficient using a charge-coupled device side-scatter lidar

Measurements of aerosol phase function and vertical backscattering coefficient using a charge-coupled device side-scatter lidar Measurements of aerosol phase funtion and vertial baksattering oeffiient using a harge-oupled devie side-satter lidar Zongming Tao, 1,2 ong Liu, 2,* Zhenhu Wang, 2 Xiaomin Ma, 1 Qinge Zhang, 1 Chenbo Xie,

More information

arxiv:gr-qc/ v2 6 Feb 2004

arxiv:gr-qc/ v2 6 Feb 2004 Hubble Red Shift and the Anomalous Aeleration of Pioneer 0 and arxiv:gr-q/0402024v2 6 Feb 2004 Kostadin Trenčevski Faulty of Natural Sienes and Mathematis, P.O.Box 62, 000 Skopje, Maedonia Abstrat It this

More information

Improving the worthiness of the Elder problem as a benchmark for buoyancy driven convection models

Improving the worthiness of the Elder problem as a benchmark for buoyancy driven convection models Improving the worthiness of the Elder problem as a benhmark for buoyany driven onvetion models Maarten van Reeuwijk, Simon A. Mathias The Department of Civil and Environmental Engineering Imperial College

More information

Non-Markovian study of the relativistic magnetic-dipole spontaneous emission process of hydrogen-like atoms

Non-Markovian study of the relativistic magnetic-dipole spontaneous emission process of hydrogen-like atoms NSTTUTE OF PHYSCS PUBLSHNG JOURNAL OF PHYSCS B: ATOMC, MOLECULAR AND OPTCAL PHYSCS J. Phys. B: At. Mol. Opt. Phys. 39 ) 7 85 doi:.88/953-75/39/8/ Non-Markovian study of the relativisti magneti-dipole spontaneous

More information

Chapter 2 Lecture 8 Longitudinal stick fixed static stability and control 5 Topics

Chapter 2 Lecture 8 Longitudinal stick fixed static stability and control 5 Topics Flight dynamis II Stability and ontrol hapter 2 Leture 8 Longitudinal stik fied stati stability and ontrol 5 Topis 2.6 ontributions of power plant to mg and mα 2.6.1 Diret ontributions of powerplant to

More information

Effect of Different Types of Promoters on Bed Expansion in a Gas-Solid Fluidized Bed with Varying Distributor Open Areas

Effect of Different Types of Promoters on Bed Expansion in a Gas-Solid Fluidized Bed with Varying Distributor Open Areas Journal of Chemial Engineering of Japan, Vol. 35, No. 7, pp. 681 686, 2002 Short Communiation Effet of Different Types of Promoters on Bed Expansion in a Gas-Solid Fluidized Bed with Varying Distributor

More information

Inter-fibre contacts in random fibrous materials: experimental verification of theoretical dependence on porosity and fibre width

Inter-fibre contacts in random fibrous materials: experimental verification of theoretical dependence on porosity and fibre width J Mater Si (2006) 41:8377 8381 DOI 10.1007/s10853-006-0889-7 LETTER Inter-fibre ontats in random fibrous materials: experimental verifiation of theoretial dependene on porosity and fibre width W. J. Bathelor

More information

THE EQUATION CONSIDERING CONCRETE STRENGTH AND STIRRUPS FOR DIAGONAL COMPRESSIVE CAPACITY OF RC BEAM

THE EQUATION CONSIDERING CONCRETE STRENGTH AND STIRRUPS FOR DIAGONAL COMPRESSIVE CAPACITY OF RC BEAM - Tehnial Paper - THE EQUATION CONSIDERING CONCRETE STRENGTH AND STIRRUPS FOR DIAGONAL COMPRESSIE CAPACITY OF RC BEAM Patarapol TANTIPIDOK *, Koji MATSUMOTO *, Ken WATANABE *3 and Junihiro NIWA *4 ABSTRACT

More information

Adaptive neuro-fuzzy inference system-based controllers for smart material actuator modelling

Adaptive neuro-fuzzy inference system-based controllers for smart material actuator modelling Adaptive neuro-fuzzy inferene system-based ontrollers for smart material atuator modelling T L Grigorie and R M Botez Éole de Tehnologie Supérieure, Montréal, Quebe, Canada The manusript was reeived on

More information

Frequency Domain Analysis of Concrete Gravity Dam-Reservoir Systems by Wavenumber Approach

Frequency Domain Analysis of Concrete Gravity Dam-Reservoir Systems by Wavenumber Approach Frequeny Domain Analysis of Conrete Gravity Dam-Reservoir Systems by Wavenumber Approah V. Lotfi & A. Samii Department of Civil and Environmental Engineering, Amirkabir University of Tehnology, Tehran,

More information

7 Max-Flow Problems. Business Computing and Operations Research 608

7 Max-Flow Problems. Business Computing and Operations Research 608 7 Max-Flow Problems Business Computing and Operations Researh 68 7. Max-Flow Problems In what follows, we onsider a somewhat modified problem onstellation Instead of osts of transmission, vetor now indiates

More information

Two Points Hybrid Block Method for Solving First Order Fuzzy Differential Equations

Two Points Hybrid Block Method for Solving First Order Fuzzy Differential Equations Journal of Soft Computing and Appliations 2016 No.1 (2016) 43-53 Available online at www.ispas.om/jsa Volume 2016, Issue 1, Year 2016 Artile ID jsa-00083, 11 Pages doi:10.5899/2016/jsa-00083 Researh Artile

More information

Comparison of Alternative Equivalent Circuits of Induction Motor with Real Machine Data

Comparison of Alternative Equivalent Circuits of Induction Motor with Real Machine Data Comparison of Alternative Equivalent Ciruits of Indution Motor with Real Mahine Data J. radna, J. auer, S. Fligl and V. Hlinovsky Abstrat The algorithms based on separated ontrol of the motor flux and

More information

On the Bit Error Probability of Noisy Channel Networks With Intermediate Node Encoding I. INTRODUCTION

On the Bit Error Probability of Noisy Channel Networks With Intermediate Node Encoding I. INTRODUCTION 5188 IEEE TRANSACTIONS ON INFORMATION THEORY, VOL. 54, NO. 11, NOVEMBER 2008 [8] A. P. Dempster, N. M. Laird, and D. B. Rubin, Maximum likelihood estimation from inomplete data via the EM algorithm, J.

More information

FINITE WORD LENGTH EFFECTS IN DSP

FINITE WORD LENGTH EFFECTS IN DSP FINITE WORD LENGTH EFFECTS IN DSP PREPARED BY GUIDED BY Snehal Gor Dr. Srianth T. ABSTRACT We now that omputers store numbers not with infinite preision but rather in some approximation that an be paed

More information

IDENTIFICATION AND CONTROL OF ACOUSTIC RADIATION MODES

IDENTIFICATION AND CONTROL OF ACOUSTIC RADIATION MODES IDENTIFICATION AND CONTROL OF ACOUSTIC RADIATION MODES Arthur P. Berkhoff University of Twente, Faulty of Eletrial Engineering, P.O. Box 217, 7 AE Enshede, The Netherlands email: a.p.berkhoff@el.utwente.nl

More information

KINETICS OF IRON OXIDE DIRECT REDUCTION BY COAL E.R. ABRIL 1

KINETICS OF IRON OXIDE DIRECT REDUCTION BY COAL E.R. ABRIL 1 KINETICS OF IRON OXIDE DIRECT REDUCTION BY COAL E.R. ABRIL 1 CIMM- Av.Velez Sarsfield 1561 C.P.5000 Córdoba, Argentina. aabril@intiemor.gov.ar Abstrat - A new interpretation to the kinetis of iron oxide

More information

MODE I FATIGUE DELAMINATION GROWTH ONSET IN FIBRE REINFORCED COMPOSITES: EXPERIMENTAL AND NUMERICAL ANALYSIS

MODE I FATIGUE DELAMINATION GROWTH ONSET IN FIBRE REINFORCED COMPOSITES: EXPERIMENTAL AND NUMERICAL ANALYSIS 21 st International Conferene on Composite Materials Xi an, 20-25 th August 2017 MODE I FATIUE DELAMINATION ROWTH ONSET IN FIBRE REINFORCED COMPOSITES: EXPERIMENTAL AND NUMERICAL ANALYSIS Man Zhu 1,3,

More information

A NORMALIZED EQUATION OF AXIALLY LOADED PILES IN ELASTO-PLASTIC SOIL

A NORMALIZED EQUATION OF AXIALLY LOADED PILES IN ELASTO-PLASTIC SOIL Journal of Geongineering, Vol. Yi-Chuan 4, No. 1, Chou pp. 1-7, and April Yun-Mei 009 Hsiung: A Normalized quation of Axially Loaded Piles in lasto-plasti Soil 1 A NORMALIZD QUATION OF AXIALLY LOADD PILS

More information

Canimals. borrowed, with thanks, from Malaspina University College/Kwantlen University College

Canimals. borrowed, with thanks, from Malaspina University College/Kwantlen University College Canimals borrowed, with thanks, from Malaspina University College/Kwantlen University College http://ommons.wikimedia.org/wiki/file:ursus_maritimus_steve_amstrup.jpg Purpose Investigate the rate of heat

More information

Perturbation Analyses for the Cholesky Factorization with Backward Rounding Errors

Perturbation Analyses for the Cholesky Factorization with Backward Rounding Errors Perturbation Analyses for the holesky Fatorization with Bakward Rounding Errors Xiao-Wen hang Shool of omputer Siene, MGill University, Montreal, Quebe, anada, H3A A7 Abstrat. This paper gives perturbation

More information

Array Design for Superresolution Direction-Finding Algorithms

Array Design for Superresolution Direction-Finding Algorithms Array Design for Superresolution Diretion-Finding Algorithms Naushad Hussein Dowlut BEng, ACGI, AMIEE Athanassios Manikas PhD, DIC, AMIEE, MIEEE Department of Eletrial Eletroni Engineering Imperial College

More information

Finite Element Analysis on Pulsed Laser Forming of Sheet Metal

Finite Element Analysis on Pulsed Laser Forming of Sheet Metal 5 th International & 26 th All India Manufaturing Tehnology, Design and Researh Conferene (AIMTDR 214) Deember 12 th 14 th, 214, IIT Guwahati, Assam, India Finite Element Analysis on Pulsed Laser Forming

More information