A Practical Guide to Biospeckle Laser Analysis

Size: px
Start display at page:

Download "A Practical Guide to Biospeckle Laser Analysis"

Transcription

1 to Biospeckle Laser Analysis Theory and Software Pujaico Rivera 1 and Roberto Alves Braga 1 1 Universidade Federal de Lavras Aula

2 Datapack Datapack

3 Datapack Loading a Datapack Loading a Datapack 1.bmp 2.bmp 3.bmp... 9.bmp 10.bmp 11.bmp 12.bmp bmp IMAGESDIR='~/data/cafe-biospeckle/sem1'; DATA=datapack(IMAGESDIR,'',1,128,'bmp');

4 Datapack Loading a Datapack cafe1.bmp cafe2.bmp cafe3.bmp... cafe9.bmp cafe10.bmp cafe11.bmp cafe12.bmp... cafe128.bmp Loading a Datapack (Pg. 69) IMAGESDIR='~/data/cafe-biospeckle/sem2'; DATA=datapack(IMAGESDIR,'cafe',1,128,'bmp');

5 Datapack Loading a Datapack cafe001.bmp cafe002.bmp cafe003.bmp... cafe009.bmp cafe010.bmp cafe011.bmp cafe012.bmp... cafe128.bmp Loading a Datapack (Pg. 69) IMAGESDIR='~/data/cafe-biospeckle/sem3'; DATA=datapack(IMAGESDIR,'cafe%03d',1,128,'bmp');

6 Datapack Saving a datapack 1.bmp 2.bmp 3.bmp... 9.bmp... cafe128.bmp Saving a datapack (Pg. 70) IMAGESDIR='~/data/cafe-biospeckle/sem1'; DATA=datapack(IMAGESDIR,'',1,128,'bmp'); Frames=20; Ts=0.5; datapack_to_gif(data,'datapack.gif',frames,gray,ts); colormap( list ) autumn bone gray... jet... winter

7 Numerical Numerical

8 THSP Numerical Creating a THSP (Pg. 71) IMAGESDIR='~/data/cafe-biospeckle/sem1'; DATA=datapack(IMAGESDIR,'',1,128,'bmp'); THSP=thsp(DATA,'column',240); imagesc(thsp);colormap gray;

9 COM Numerical Creating a COM (Pg. 72) IMAGESDIR='~/data/cafe-biospeckle/sem1'; DATA=datapack(IMAGESDIR,'',1,128,'bmp'); THSP=thsp(DATA,'line',240); COM=coom(THSP); imagesc(com);colormap gray;

10 IM Numerical Where the IM moment [3] (IM 1 ) is: E[(i j) 2 ] = ij COM(i,j) lm COM(l,m)(i j)2. (1) And, the IM moment following [2] (IM 2 ) is presented as in the Equation (2), E Ariz. [(i j) 2 ] = ij COM(i,j) m COM(i,m)(i j)2. (2)

11 IM Numerical Calculating the IM value (Pg. 75) IMAGESDIR='~/data/cafe-biospeckle/sem1'; DATA=datapack(IMAGESDIR,'',1,128,'bmp'); THSP=thsp(DATA,'line',240); COM=coom(THSP); [IM1 IM2]=inertiamoment(COM,2) IM1 = IM2 = e +05

12 AVD Numerical Where the AVD first moment [3] (AVD 1 ) is: E[ i j ] = ij lm The AVD second moment (AVD 2 ) is: E[(i j) 2 ] = ij COM(i,j) j (3) COM(l,m) i COM(i,j) lm COM(l,m)(i j)2 (4) The AVD second central moment (AVD 3 ) is: Var[ i j ] = E[(i j) 2 ] E[ i j ] 2 (5) And the AVD first moment following [2] (AVD 4 ) is: E Ariz. [ i j ] = ij m COM(i,j) j (6) COM(i,m) i

13 AVD Numerical Calculating the AVD value (Pg. 76) IMAGESDIR='~/data/cafe-biospeckle/sem1'; DATA=datapack(IMAGESDIR,'',1,128,'bmp'); THSP=thsp(DATA,'line',240); COM=coom(THSP); [AVD1 AVD2 AVD3 AVD4]=avd(COM,2,3,4) AVD1 = AVD2 = AVD3 = AVD4 =

14 NUMAD Numerical Where the first moment (NUMAD 1 ) is: [ ] i j E = COM(i,j) i j i +j ij lm COM(l,m) i +j (7) And the second moment (NUMAD 2 ) is: [ ( i ) ] j 2 E = i +j ij COM(i,j) lm COM(l,m) ( ) i j 2 (8) i +j

15 NUMAD Numerical Calculating the NUMAD value (Pg. 80) IMAGESDIR='~/data/cafe-biospeckle/sem1'; DATA=datapack(IMAGESDIR,'',1,128,'bmp'); THSP=thsp(DATA,'line',240); COM=coom(THSP); [NUMAD1 NUMAD2]=numad(COM,2) NUMAD1 = NUMAD2 =

16 Numerical Correlation The correlation C il [10] (Equation 9) is calculated between all pixels THSP(:,i) in the instant i and the pixels THSP(:,i +j) in the instant i +j, C il = corr(thsp(:,i),thsp(:,i +l)). (9) The function finally returns, C l (Equation 10), the mean value of this correlations for a lag of l, C l = NTIMES/2 1 C il. (10) NTIMES/2 i=1

17 Numerical Correlation Calculating the correlation value (Pg. 81) IMAGESDIR='~/data/cafe-biospeckle/sem1'; DATA=datapack(IMAGESDIR,'',1,128,'bmp'); THSP=thsp(DATA,'line',240); [C1 L1] = thsp2corr(thsp,1); plot(l1,c1,'-o');grid;xlabel('l1');ylabel('c1'); C L1

18 Numerical Spatial-Temporal Correlation The correlation C lτ k 0 [11] (Equation 11) is calculated between the image I k0 and the image I k0 +l, 1 k 0 +l NTIMES. Here it is assumed that the images were taken with sampling rate equal to τ. C lτ k 0 = corr(i k0,i k0 +l), (11)

19 Numerical Spatial-Temporal Correlation Calculating the spatial-temporal correlation value [11] (Pg. 82) IMAGESDIR='~/data/cafe-biospeckle/sem1'; DATA=datapack(IMAGESDIR,'',1,128,'bmp'); tau=1; [C T]=stscorr(DATA,tau,42); 1 Spatial-Temporal Speckle Correlation Technique: k0= Correlation coefficients k tau

20 Graphical Graphical

21 Fujii Graphical 1.bmp 2.bmp 3.bmp... 9.bmp... cafe128.bmp The function in Equation (12) [7, 6] is normalized to Equation (13): Where NTIMES=128. FUJII = NTIMES 1 k=1 Y = FUJII I k I k+1 I k +I k+1 +eps, (12) NTIMES 1. (13)

22 Fujii Graphical Fujii [7, 6] (Pg. 83) IMAGESDIR='~/data/cafe-biospeckle/sem1'; DATA=datapack(IMAGESDIR,'',1,128,'bmp'); FUJII=fujii(DATA); Fujii Method

23 GD Graphical 1.bmp 2.bmp 3.bmp... 9.bmp... cafe128.bmp This function implements the Generalized Difference (GD) technique (Equation 14) [1]. It uses, as input data, a 3D matrix (DATA) created by grouping intensity matrices I k DATA(:,:,k), 1 k NTIMES 128. GD = NTIMES 1 k=1 NTIMES k l=1 I k I k+l (14) The function is normalized to Y (Equation 15) with the number of elements in the sum. Y = GD ) (15) ( NTIMES 2

24 GD Graphical Generalized Difference (GD) [1] (Pg. 83) IMAGESDIR='~/data/cafe-biospeckle/sem1'; DATA=datapack(IMAGESDIR,'',1,128,'bmp'); Y = gendiff(data); Generalized Difference Method

25 C D E Graphical To get the temporal speckle contrast image [9], first it is necessary to get the temporal speckle mean matrix (Equation 16), µ, as NTIMES 1 µ = E[I k ] = I k, (16) NTIMES k=1 Then the temporal speckle standard deviation (Equation 17), σ, is calculates as σ = E[(I k µ) 2 ] = 1 NTIMES (I k E[I k ]) NTIMES 2. (17) k=1 The temporal speckle contrast image can be calculated as Contrast = σ µ (18)

26 C D E Graphical temporal speckle contrast image [9] (Pg. 84) IMAGESDIR='~/data/cafe-biospeckle/sem1'; DATA=datapack(IMAGESDIR,'',1,128,'bmp'); [C D E] = stdcont(data); Images: Speckle Mean Images: Speckle Standard Deviation Images: Speckle Contrast

27 Graphical Graphic IM 1.bmp 2.bmp 3.bmp... 9.bmp... cafe128.bmp The function graphim() uses, as input data, a 3D matrix (DATA) created by grouping intensity matrices I k DATA(:,:,k), 1 k NTIMES = 128. GIM = E[(I k I k+1 ) 2 ] = NTIMES 1 1 (I k I k+1 ) 2 (19) NTIMES 1 k=1

28 Graphical Graphic IM Calculating the IM in graphic mode (Pg. 85) IMAGESDIR='~/data/cafe-biospeckle/sem1'; DATA=datapack(IMAGESDIR,'',1,128,'bmp'); GIM = graphim(data); Graphic IM Method

29 Graphical Graphic AVD 1.bmp 2.bmp 3.bmp... 9.bmp... cafe128.bmp The function graphavd() uses, as input data, a 3D matrix (DATA) created by grouping intensity matrices I k DATA(:,:,k), 1 k NTIMES = 128. GAVD = E[ I k I k+1 ] = NTIMES 1 1 I k I k+1 (20) NTIMES 1 k=1

30 Graphical Graphic AVD Calculating the AVD in graphic mode (Pg. 85) IMAGESDIR='~/data/cafe-biospeckle/sem1'; DATA=datapack(IMAGESDIR,'',1,128,'bmp'); GIM = graphavd(data); Graphic AVD Method

31 MHI Graphical The calculus of MHI matrix [8, 5], that is the result of applying the MHI technique, can be seen in the Equations (21-24). being that S k = I k I k 1. (21) T k (i,j) = { 1 if S k (i,j) > U 0 if S k (i,j) U (22) NTIMES 2 MHI = 255 T NTIMES i h i, (23) i=0 h i = NTIMES 1 i M where NTIMES = 128 and M = NTIMES(NTIMES 1)/2. (24)

32 MHI Graphical Motion History Image [8, 5] (Pg. 90) IMAGESDIR='~/data/cafe-biospeckle/sem1'; DATA=datapack(IMAGESDIR,'',1,128,'bmp'); MHI=graphmhi(DATA,11); Motion History Image

33 Quality Test Quality Test

34 Quality Test Saturation Saturated and dark zones [4] (Pg. 91) IMAGESDIR='~/data/cafe-biospeckle/sem1'; DATA=datapack(IMAGESDIR,'',1,128,'bmp'); IMAGE1=DATA(:,:,1); WIDTH=8; HEIGHT=8; MINL=20; MAXL=150; PERCENT=50; [Img S D]=satdark(IMAGE1,WIDTH,HEIGHT,MINL,MAXL,PERCENT); Preview Saturation Zone Image Dark Zone Image

35 Contrast Quality Test All the pixels in analysis windows are filled with the contrast value C l [4], where and σ l = C l = σl µ l, (25) µ l =< W l > (26) < (W l µ l ) 2 >. (27)

36 Contrast Quality Test Contrast [4] (Pg. 92) IMAGESDIR='~/data/cafe-biospeckle/sem1'; DATA=datapack(IMAGESDIR,'',1,128,'bmp'); IMAGE1=DATA(:,:,1); WIDTH=8; HEIGHT=8; [C mc]=sscont(image1,width,height); Spatial speckle contrast method

37 Quality Test Homogeneity ( H(i,j) = C(i,j) ), (28) C max where the value C(i,j) is calculated as in the Equations (29), (30), (31), and (32), C(i,j) = σ Z (i,j), (29) µ Z (i,j) µ Z (i,j) = 1 Z (i,j) (l), (30) 5 l σ 2 = 1 (Z (i,j) (l) µ Z (i,j) 5 Z (i,j)) 2, (31) l Z (i,j) = {A(i,j 1) A(i 1,j) A(i,j) A(i +1,j) A(i,j +1)} {Z (i,j) (0) Z (i,j) (1) Z (i,j) (2) Z (i,j) (3) Z (i,j) (4)} (32)

38 Quality Test Homogeneity Homogeneity [4] (Pg. 92) IMAGESDIR='~/data/cafe-biospeckle/sem1'; DATA=datapack(IMAGESDIR,'',1,128,'bmp'); WIDTH=8; HEIGHT=8; [Y X]=homogeneity(DATA,WIDTH,HEIGHT,0);% 0 - IM Activity indicator: Inertia Moment Homogeneity test in analysis windows

39 Quality Test References I [1] Arizaga, R., Cap, N. L., Rabal, H. J., and Trivi, M. (2002). Display of local activity using dynamical speckle patterns. Optical Engineering, 41(2): [2] Arizaga, R., Trivi, M., and Rabal, H. J. (1999). Speckle time evolution characterization by the co-occurrence matrix analysis. Optics & Laser Technology, 31(2): [3] Cardoso, R. R. and Braga, R. A. (2014). Enhancement of the robustness on dynamic speckle laser numerical analysis. Optics and Lasers in Engineering, 63: [4] Cardoso, R. R., Braga, R. A., and Rabal, H. J. (2012). Alternative protocols on dynamic speckle laser analysis. Proc. SPIE, 8413:84131F 84131F 6.

40 Quality Test References II [5] Davis, J. W. (2001). Hierarchical motion history images for recognizing human motion. In Detection and Recognition of Events in Video, Proceedings. IEEE Workshop on, pages [6] Fujii, H. and Asakura, T. (1975). Statistical properties of image speckle patterns in partially coherent light. Nouvelle Revue d Optique, 6(1):5. [7] Fujii, H., Nohira, K., Yamamoto, Y., Ikawa, H., and Ohura, T. (1987). Evaluation of blood flow by laser speckle image sensing. part 1. Applied Optics, 26(24): [8] Godinho, R., Silva, M. M., Nozela, J. R., and Braga, R. A. (2012). Online biospeckle assessment without loss of definition and resolution by motion history image. Optics and Lasers in Engineering, 50:

41 Quality Test References III [9] Nothdurft, R. and Yao, G. (2005). Imaging obscured subsurface inhomogeneity using laser speckle. Optics Express, 13(25): [10] Xu, Z., Joenathan, C., and Khorana, B. M. (1995). Temporal and spatial properties of the time-varying speckles of botanical specimens. Optical Engineering, 34(5): [11] Zdunek, A., Muravsky, L. I., Frankevych, L., and Konstankiewicz, K. (2007). New nondestructive method based on spatial-temporal speckle correlation technique for evaluation of apples quality during shelf-life. International Agrophysics, 21(3):

Assessment of Fevicol (adhesive) Drying Process through Dynamic

Assessment of Fevicol (adhesive) Drying Process through Dynamic Manuscript submitted to: Volume 2, Issue 2, 49-59. AIMS Bioengineering DOI: 10.3934/bioeng.2015.2.49 Received date 17 February 2015, Accepted date 12 April 2015, Published date 20 April 2015 Research article

More information

Assessment of Seed Viability by Laser Speckle Techniques

Assessment of Seed Viability by Laser Speckle Techniques Biosystems Engineering (2003) 86(3), 287-294 doi: 10.1016/j.biosystcmseng.2003.08.005 AE Automation and Emerging Technologies Available online at www.sciencedirect.com Assessment of Seed Viability by Laser

More information

BIOSPECKLE SIZE AND CONTRAST MEASUREMENT APPLICATION IN PARTICLE SIZING AND CONCENTRATION ASSESSMENT

BIOSPECKLE SIZE AND CONTRAST MEASUREMENT APPLICATION IN PARTICLE SIZING AND CONCENTRATION ASSESSMENT BIOPHYSICS BIOSPECKLE SIZE AND CONTRAST MEASUREMENT APPLICATION IN PARTICLE SIZING AND CONCENTRATION ASSESSMENT D. CHICEA Lucian Blaga University, Faculty of Science, Dr. I. Ratiu Street, No. 5 7, 550024,

More information

Alternative speckle photography techniques for plastic deformation investigation

Alternative speckle photography techniques for plastic deformation investigation Alternative speckle photography techniques for plastic deformation investigation L.B. Zuev, V.V. Gorbatenko and K.V. Pavlichev Institute of Strength Physics and Materials Science, SB RAS /4, Academichesky

More information

Hadamard speckle contrast reduction

Hadamard speckle contrast reduction Published in OPTICS LETTERS 29, -3 (2004) Hadamard speckle contrast reduction Jahja I. Trisnadi Silicon Light Machines, 385 Moffett Park Drive, Sunnyvale, California 94089 The conditon for a diffuser to

More information

Numerical methods to compute optical errors due to stress birefringence

Numerical methods to compute optical errors due to stress birefringence Numerical methods to compute optical errors due to stress birefringence Keith B. Doyle Optical Research Associates, 8 West Park Drive, Westborough, MA Victor L. Genberg & Gregory J. Michels Sigmadyne,

More information

Combination of laser-optical methods for inline dough rheology monitoring

Combination of laser-optical methods for inline dough rheology monitoring Center of Life and Food Sciences Weihenstephan Lehrstuhl für Brau- und Getränketechnologie Univ.-Prof. Dr.-Ing. Thomas Becker Combination of laser-optical methods for inline dough rheology monitoring Perez

More information

PIV Basics: Correlation

PIV Basics: Correlation PIV Basics: Correlation Ken Kiger (UMD) SEDITRANS summer school on Measurement techniques for turbulent open-channel flows Lisbon, Portugal 2015 With some slides contributed by Christian Poelma and Jerry

More information

DESIGNING CNN GENES. Received January 23, 2003; Revised April 2, 2003

DESIGNING CNN GENES. Received January 23, 2003; Revised April 2, 2003 Tutorials and Reviews International Journal of Bifurcation and Chaos, Vol. 13, No. 10 (2003 2739 2824 c World Scientific Publishing Company DESIGNING CNN GENES MAKOTO ITOH Department of Information and

More information

Comparative Measurement in Speckle Interferometry using Fourier Transform

Comparative Measurement in Speckle Interferometry using Fourier Transform Egypt. J. Solids, Vol. (30), No. (2), (2007) 253 Comparative Measurement in Speckle Interferometry using Fourier Transform Nasser A. Moustafa Physics Department, Faculty of Science, Helwan University,

More information

Crack Detection of Ceramics based on Laser Speckle Photometry

Crack Detection of Ceramics based on Laser Speckle Photometry J. Ceram. Sci. Tech., 08 [01] 73-80 (2017) DOI: 10.4416/JCST2016-00090 available online at: http://www.ceramic-science.com 2017 Göller Verlag Crack Detection of Ceramics based on Laser Speckle Photometry

More information

Detection ad Tracking of Multiple Moving Objects in Video Sequence using Entropy Mask Method and Matrix Scan Method

Detection ad Tracking of Multiple Moving Objects in Video Sequence using Entropy Mask Method and Matrix Scan Method Proc. of Int. Conf. on Multimedia Processing, Communication& Info. Tech., MPCIT Detection ad Tracking of Multiple Moving Objects in Video Sequence using Entropy Mask Method and Matrix Scan Method Dhanesha

More information

A Portable Optical DSPI System for Residual Stresses Measurement by Hole Drilling Using the Integral Method in Terms of Displacement

A Portable Optical DSPI System for Residual Stresses Measurement by Hole Drilling Using the Integral Method in Terms of Displacement A Portable Optical DSPI System for Residual Stresses Measurement by Hole Drilling Using the Integral Method in Terms of Displacement Armando Albertazzi G. Jr. 1, a*, Matias Viotti 1, b, Celso Veiga 1,c

More information

A TWO-LAYER NON-NEGATIVE MATRIX FACTORIZATION MODEL FOR VOCABULARY DISCOVERY. MengSun,HugoVanhamme

A TWO-LAYER NON-NEGATIVE MATRIX FACTORIZATION MODEL FOR VOCABULARY DISCOVERY. MengSun,HugoVanhamme A TWO-LAYER NON-NEGATIVE MATRIX FACTORIZATION MODEL FOR VOCABULARY DISCOVERY MengSun,HugoVanhamme Department of Electrical Engineering-ESAT, Katholieke Universiteit Leuven, Kasteelpark Arenberg 10, Bus

More information

Learning Spa+otemporal Graphs of Human Ac+vi+es

Learning Spa+otemporal Graphs of Human Ac+vi+es Learning Spa+otemporal Graphs of Human Ac+vi+es William Brendel Sinisa Todorovic Our Goal Long Jump Triple Jump Recognize all occurrences of activities Identify the start and end frames Parse the video

More information

Parameter Prediction and Modelling Methods for Traction Motor of Hybrid Electric Vehicle

Parameter Prediction and Modelling Methods for Traction Motor of Hybrid Electric Vehicle Page 359 World Electric Vehicle Journal Vol. 3 - ISSN 232-6653 - 29 AVERE Parameter Prediction and Modelling Methods for Traction Motor of Hybrid Electric Vehicle Tao Sun, Soon-O Kwon, Geun-Ho Lee, Jung-Pyo

More information

CONVERSION OF COORDINATES BETWEEN FRAMES

CONVERSION OF COORDINATES BETWEEN FRAMES ECS 178 Course Notes CONVERSION OF COORDINATES BETWEEN FRAMES Kenneth I. Joy Institute for Data Analysis and Visualization Department of Computer Science University of California, Davis Overview Frames

More information

Mixture Models and EM

Mixture Models and EM Mixture Models and EM Goal: Introduction to probabilistic mixture models and the expectationmaximization (EM) algorithm. Motivation: simultaneous fitting of multiple model instances unsupervised clustering

More information

Motion estimation. Digital Visual Effects Yung-Yu Chuang. with slides by Michael Black and P. Anandan

Motion estimation. Digital Visual Effects Yung-Yu Chuang. with slides by Michael Black and P. Anandan Motion estimation Digital Visual Effects Yung-Yu Chuang with slides b Michael Black and P. Anandan Motion estimation Parametric motion image alignment Tracking Optical flow Parametric motion direct method

More information

Push-pull PDV analysis

Push-pull PDV analysis Push-pull PDV analysis Sub-fringe data reduction PDV workshop August 6-7, 27 Daniel H. Dolan and Scott Jones Sandia is a multiprogram laboratory operated by Sandia Corporation, a Lockheed Martin Company,

More information

STATICS Chapter 1 Introductory Concepts

STATICS Chapter 1 Introductory Concepts Contents Preface to Adapted Edition... (v) Preface to Third Edition... (vii) List of Symbols and Abbreviations... (xi) PART - I STATICS Chapter 1 Introductory Concepts 1-1 Scope of Mechanics... 1 1-2 Preview

More information

Research on Object-Oriented Geographical Data Model in GIS

Research on Object-Oriented Geographical Data Model in GIS Research on Object-Oriented Geographical Data Model in GIS Wang Qingshan, Wang Jiayao, Zhou Haiyan, Li Bin Institute of Information Engineering University 66 Longhai Road, ZhengZhou 450052, P.R.China Abstract

More information

GUJARAT TECHNOLOGICAL UNIVERSITY Information & Communication Technology (32) BE 1st To 8th Semester Exam Scheme & Subject Code

GUJARAT TECHNOLOGICAL UNIVERSITY Information & Communication Technology (32) BE 1st To 8th Semester Exam Scheme & Subject Code GUJARAT TECHNOLOGICAL UNIVERSITY Information & Communication Technology () BE 1st To 8th Semester Scheme & EVALUATION SCHEME () MAX MIN MAX MIN MAX MIN MAX MIN 20 8 10 4 23 X 50% of X 30 12 X 50% of X

More information

Image Characteristics

Image Characteristics 1 Image Characteristics Image Mean I I av = i i j I( i, j 1 j) I I NEW (x,y)=i(x,y)-b x x Changing the image mean Image Contrast The contrast definition of the entire image is ambiguous In general it is

More information

Non-Destructive Inspection of Brazed Joint by Pulsed Phase Thermography

Non-Destructive Inspection of Brazed Joint by Pulsed Phase Thermography Non-Destructive Inspection of Brazed Joint by Pulsed Phase Thermography Theerapol Sriyubol 1* and Udomkiat Nontakaew 2 1,2 Department of Mechanical and Aerospace Engineering, Faculty of Engineering, King

More information

TIME-RESOLVED INFRARED RADIOMETRY (TRIR) FOR CHARACIERIZATION OF

TIME-RESOLVED INFRARED RADIOMETRY (TRIR) FOR CHARACIERIZATION OF TIME-RESOLVED INFRARED RADIOMETRY (TRIR) FOR CHARACIERIZATION OF IMPACf DAMAGE IN COMPOSITE MATERIALS J. W. Maclachlan Spieer W. D. Kerns L. C. Aamodt and J. C. Murphy Center for NDE & Applied Physics

More information

Derivation of dual forces in robot manipulators

Derivation of dual forces in robot manipulators PERGAMON Mechanism and Machine Theory (1998) 141±148 Derivation of dual forces in robot manipulators V. Brodsky, M. Shoham Department of Mechanical Engineering, Technion Israel Institute of Technology,

More information

Appendix A Prototypes Models

Appendix A Prototypes Models Appendix A Prototypes Models This appendix describes the model of the prototypes used in Chap. 3. These mathematical models can also be found in the Student Handout by Quanser. A.1 The QUANSER SRV-02 Setup

More information

Ultrasonic and optical stimulation in IR thermographic NDT of impact damage in carbon composites

Ultrasonic and optical stimulation in IR thermographic NDT of impact damage in carbon composites More Info at Open Access Database www.ndt.net/?id=17683 Ultrasonic and optical stimulation in IR thermographic NDT of impact damage in carbon composites Abstract by V. Vavilov*, W. Świderski** and D. Derusova*

More information

Statistical Filters for Crowd Image Analysis

Statistical Filters for Crowd Image Analysis Statistical Filters for Crowd Image Analysis Ákos Utasi, Ákos Kiss and Tamás Szirányi Distributed Events Analysis Research Group, Computer and Automation Research Institute H-1111 Budapest, Kende utca

More information

Speckle phenomenon and its potential for metrology

Speckle phenomenon and its potential for metrology Joint International Physics Summer School Optics (Olomouc, August 28 September 01, 2017) Speckle phenomenon and its potential for metrology Pavel Horváth* & Petr Šmíd** *Palacký University, Faculty of

More information

BEAM DEFLECTION THE ELASTIC CURVE

BEAM DEFLECTION THE ELASTIC CURVE BEAM DEFLECTION Samantha Ramirez THE ELASTIC CURVE The deflection diagram of the longitudinal axis that passes through the centroid of each cross-sectional area of a beam. Supports that apply a moment

More information

Visualization of polarization state and its application in Optics classroom teaching

Visualization of polarization state and its application in Optics classroom teaching Visualization of polarization state and its application in Optics classroom teaching Bing Lei 1, *, Wei Liu 1, Jianhua Shi 1, Wei Wang 1, Tianfu Yao 1 and Shugang Liu 2 1 College of Optoelectronic Science

More information

Lab Partner(s) TA Initials (on completion) EXPERIMENT 7: ANGULAR KINEMATICS AND TORQUE

Lab Partner(s) TA Initials (on completion) EXPERIMENT 7: ANGULAR KINEMATICS AND TORQUE TA name Lab section Date TA Initials (on completion) Name UW Student ID # Lab Partner(s) EXPERIMENT 7: ANGULAR KINEMATICS AND TORQUE 117 Textbook Reference: Walker, Chapter 10-1,2, Chapter 11-1,3 SYNOPSIS

More information

Design and Implementation of Two-Degree-of-Freedom Nonlinear PID Controller for a Nonlinear Process

Design and Implementation of Two-Degree-of-Freedom Nonlinear PID Controller for a Nonlinear Process IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 23-3331, Volume 9, Issue 3 Ver. III (May Jun. 14), PP 59-64 Design and Implementation of Two-Degree-of-Freedom

More information

Estimation of linear non-gaussian acyclic models for latent factors

Estimation of linear non-gaussian acyclic models for latent factors Estimation of linear non-gaussian acyclic models for latent factors Shohei Shimizu a Patrik O. Hoyer b Aapo Hyvärinen b,c a The Institute of Scientific and Industrial Research, Osaka University Mihogaoka

More information

Online Identification And Control of A PV-Supplied DC Motor Using Universal Learning Networks

Online Identification And Control of A PV-Supplied DC Motor Using Universal Learning Networks Online Identification And Control of A PV-Supplied DC Motor Using Universal Learning Networks Ahmed Hussein * Kotaro Hirasawa ** Jinglu Hu ** * Graduate School of Information Science & Electrical Eng.,

More information

Study on Dahlin algorithm of Brushless DC motor based on Neural. Network

Study on Dahlin algorithm of Brushless DC motor based on Neural. Network Joint International Mechanical, Electronic and Information Technology Conference (JIMET 205) Study on Dahlin algorithm of Brushless DC motor based on Neural Network ZILONG HUANG DAN WANG2, LELE XI 3, YANKAI

More information

Energy Based Acoustic Source Localization

Energy Based Acoustic Source Localization Energy Based Acoustic Source Localization Xiaohong Sheng and Yu-Hen Hu University of Wisconsin Madison, Department of Electrical and Computer Engineering Madison WI 5376, USA, sheng@ece.wisc.edu, hu@engr.wisc.edu,

More information

We start by giving some examples of linear programs and how they are used in practice.

We start by giving some examples of linear programs and how they are used in practice. Chapter 1 Linear programming We start by giving some examples of linear programs and how they are used in practice. A healthy and low-priced diet Imagine you are going on a long vacation and you need to

More information

SINGLE CHANNEL SPEECH MUSIC SEPARATION USING NONNEGATIVE MATRIX FACTORIZATION AND SPECTRAL MASKS. Emad M. Grais and Hakan Erdogan

SINGLE CHANNEL SPEECH MUSIC SEPARATION USING NONNEGATIVE MATRIX FACTORIZATION AND SPECTRAL MASKS. Emad M. Grais and Hakan Erdogan SINGLE CHANNEL SPEECH MUSIC SEPARATION USING NONNEGATIVE MATRIX FACTORIZATION AND SPECTRAL MASKS Emad M. Grais and Hakan Erdogan Faculty of Engineering and Natural Sciences, Sabanci University, Orhanli

More information

Geometric probability based stereological corrections

Geometric probability based stereological corrections ANZIAM J. 45 (E) ppc618 C631, 2004 C618 Geometric probability based stereological corrections S. L. Gay J. M. Keith (Received 7 August 2003; revised 15 July 2004) Abstract In mineral processing, a classic

More information

VISUALIZATION OF PRESSURE WAVE GENERATED BY COLLAPSE OF CAVITATION CLOUD USING FRAME DIFFERENCE METHOD

VISUALIZATION OF PRESSURE WAVE GENERATED BY COLLAPSE OF CAVITATION CLOUD USING FRAME DIFFERENCE METHOD ISFV3-3 th International Symposium on Flow Visualization FLUVISU2-2 th French Congress on Visualization in Fluid Mechanics July -4, 28, Nice, France VISUALIZATION OF PRESSURE WAVE GENERATED BY COLLAPSE

More information

Multiplicative phase-shifting interferometry using optical flow

Multiplicative phase-shifting interferometry using optical flow Multiplicative phase-shifting interferometry using optical flow J. Vargas, 1, * J. Antonio Quiroga, 2 C. O. S. Sorzano, 1 J. C. Estrada, 3 and M. Servín 3 1 Biocomputing Unit, Centro Nacional de Biotecnología-CSIC,

More information

VELOCITY MEASUREMENTS IN CAPILLARIES

VELOCITY MEASUREMENTS IN CAPILLARIES VELOCITY MEASUREMENTS IN CAPILLARIES S. Bergeler 1, I. Menn, K. Michel 1 1 Institut für Allgemeine Elektrotechnik, University of Rostock, D-18051 Rostock, Germany Klinik und Poliklinik für Innere Medizin,

More information

Experiment: Torsion Test Expected Duration: 1.25 Hours

Experiment: Torsion Test Expected Duration: 1.25 Hours Course: Higher Diploma in Civil Engineering Unit: Structural Analysis I Experiment: Expected Duration: 1.25 Hours Objective: 1. To determine the shear modulus of the metal specimens. 2. To determine the

More information

Analysis of Markov Reward Models with Partial Reward Loss Based on a Time Reverse Approach

Analysis of Markov Reward Models with Partial Reward Loss Based on a Time Reverse Approach Analysis of Markov Reward Models with Partial Reward Loss Based on a Time Reverse Approach Gábor Horváth, Miklós Telek Technical University of Budapest, 1521 Budapest, Hungary {hgabor,telek}@webspn.hit.bme.hu

More information

Scholars Research Library

Scholars Research Library Available online at www.scholarsresearchlibrary.com Archives of Physics Research, 2011, 2 (3):23-28 (http://scholarsresearchlibrary.com/archive.html) ISSN : 0976-0970 CODEN (USA): APRRC7 Application of

More information

Model-based Correlation Measure for Gain and Offset Nonuniformity in Infrared Focal-Plane-Array Sensors

Model-based Correlation Measure for Gain and Offset Nonuniformity in Infrared Focal-Plane-Array Sensors Model-based Correlation Measure for Gain and Offset Nonuniformity in Infrared Focal-Plane-Array Sensors César San Martin Sergio Torres Abstract In this paper, a model-based correlation measure between

More information

MATRICES. a m,1 a m,n A =

MATRICES. a m,1 a m,n A = MATRICES Matrices are rectangular arrays of real or complex numbers With them, we define arithmetic operations that are generalizations of those for real and complex numbers The general form a matrix of

More information

Persistence and global stability in discrete models of Lotka Volterra type

Persistence and global stability in discrete models of Lotka Volterra type J. Math. Anal. Appl. 330 2007 24 33 www.elsevier.com/locate/jmaa Persistence global stability in discrete models of Lotka Volterra type Yoshiaki Muroya 1 Department of Mathematical Sciences, Waseda University,

More information

QUADRATIC FREQUENCY MODULATED THERMAL WAVE IMAGING FOR NON-DESTRUCTIVE TESTING. Ropar, Nangal Road, Rupnagar, Punjab , India

QUADRATIC FREQUENCY MODULATED THERMAL WAVE IMAGING FOR NON-DESTRUCTIVE TESTING. Ropar, Nangal Road, Rupnagar, Punjab , India Progress In Electromagnetics Research M, Vol. 26, 11 22, 2012 QUADRATIC FREQUENCY MODULATED THERMAL WAVE IMAGING FOR NON-DESTRUCTIVE TESTING G. V. Subbarao 1, and R. Mulaveesala 2, * 1 K L University,

More information

Video and Motion Analysis Computer Vision Carnegie Mellon University (Kris Kitani)

Video and Motion Analysis Computer Vision Carnegie Mellon University (Kris Kitani) Video and Motion Analysis 16-385 Computer Vision Carnegie Mellon University (Kris Kitani) Optical flow used for feature tracking on a drone Interpolated optical flow used for super slow-mo optical flow

More information

STUDY OF THE OPTICAL ABSORPTION COEFFICIENT VARIATION IN SODA-LIME AND BOROSILICATE GLASSES DUE TO THEIR EXPOSURE TO GAMMA-RAYS

STUDY OF THE OPTICAL ABSORPTION COEFFICIENT VARIATION IN SODA-LIME AND BOROSILICATE GLASSES DUE TO THEIR EXPOSURE TO GAMMA-RAYS STUDY OF THE OPTICAL ABSORPTION COEFFICIENT VARIATION IN SODA-LIME AND BOROSILICATE GLASSES DUE TO THEIR EXPOSURE TO GAMMA-RAYS M-R. IOAN Horia Hulubei National Institute of Physics and Nuclear Engineering

More information

APPLICATION OF MULTIVARIABLE PREDICTIVE CONTROL IN A DEBUTANIZER DISTILLATION COLUMN. Department of Electrical Engineering

APPLICATION OF MULTIVARIABLE PREDICTIVE CONTROL IN A DEBUTANIZER DISTILLATION COLUMN. Department of Electrical Engineering APPLICAION OF MULIVARIABLE PREDICIVE CONROL IN A DEBUANIZER DISILLAION COLUMN Adhemar de Barros Fontes André Laurindo Maitelli Anderson Luiz de Oliveira Cavalcanti 4 Elói Ângelo,4 Federal University of

More information

Calculus and linear algebra for biomedical engineering Week 3: Matrices, linear systems of equations, and the Gauss algorithm

Calculus and linear algebra for biomedical engineering Week 3: Matrices, linear systems of equations, and the Gauss algorithm Calculus and linear algebra for biomedical engineering Week 3: Matrices, linear systems of equations, and the Gauss algorithm Hartmut Führ fuehr@matha.rwth-aachen.de Lehrstuhl A für Mathematik, RWTH Aachen

More information

UNIT IV FLEXIBILTY AND STIFFNESS METHOD

UNIT IV FLEXIBILTY AND STIFFNESS METHOD SIDDHARTH GROUP OF INSTITUTIONS :: PUTTUR Siddharth Nagar, Narayanavanam Road 517583 QUESTION BANK (DESCRIPTIVE) Subject with Code : SA-II (13A01505) Year & Sem: III-B.Tech & I-Sem Course & Branch: B.Tech

More information

Robust Tracking with Weighted Online Structured Learning: Appendix

Robust Tracking with Weighted Online Structured Learning: Appendix Robust Tracking with Weighted Online Structured Learning: Appendix Rui Yao,2, Qinfeng Shi 2, Chunhua Shen 2, Yanning Zhang, and Anton van den Hengel 2 School of Computer Science, Northwestern Polytechnical

More information

Supplement: Statically Indeterminate Frames

Supplement: Statically Indeterminate Frames : Statically Indeterminate Frames Approximate Analysis - In this supplement, we consider another approximate method of solving statically indeterminate frames subjected to lateral loads known as the. Like

More information

Active Thermography for Quantitative NDT of CFRP Components

Active Thermography for Quantitative NDT of CFRP Components 2nd International Symposium on NDT in Aerospace 2010 - Mo.3.A.2 Active Thermography for Quantitative NDT of CFRP Components Christian SPIESSBERGER, Alexander DILLENZ, Thomas ZWESCHPER edevis GmbH, Handwerkstr.

More information

Codal Provisions IS 1893 (Part 1) 2002

Codal Provisions IS 1893 (Part 1) 2002 Abstract Codal Provisions IS 1893 (Part 1) 00 Paresh V. Patel Assistant Professor, Civil Engineering Department, Nirma Institute of Technology, Ahmedabad 38481 In this article codal provisions of IS 1893

More information

Design and Implementation of Sliding Mode Controller using Coefficient Diagram Method for a nonlinear process

Design and Implementation of Sliding Mode Controller using Coefficient Diagram Method for a nonlinear process IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 7, Issue 5 (Sep. - Oct. 2013), PP 19-24 Design and Implementation of Sliding Mode Controller

More information

N-mode Analysis (Tensor Framework) Behrouz Saghafi

N-mode Analysis (Tensor Framework) Behrouz Saghafi N-mode Analysis (Tensor Framework) Behrouz Saghafi N-mode Analysis (Tensor Framework) Drawback of 1-mode analysis (e.g. PCA): Captures the variance among just a single factor Our training set contains

More information

Spectrally controlled source for interferometric measurements of multiple surface cavities Jan Posthumus 1,2

Spectrally controlled source for interferometric measurements of multiple surface cavities Jan Posthumus 1,2 Spectrally controlled source for interferometric measurements of multiple surface cavities Jan Posthumus 1,2 Chase Salsbury 1,3, Artur Olszak 1 [1] Äpre Instruments, LLC [2] Laser Peak, GmbH [3] College

More information

Lucas-Kanade Optical Flow. Computer Vision Carnegie Mellon University (Kris Kitani)

Lucas-Kanade Optical Flow. Computer Vision Carnegie Mellon University (Kris Kitani) Lucas-Kanade Optical Flow Computer Vision 16-385 Carnegie Mellon University (Kris Kitani) I x u + I y v + I t =0 I x = @I @x I y = @I u = dx v = dy I @y t = @I dt dt @t spatial derivative optical flow

More information

Delay and Accessibility in Random Temporal Networks

Delay and Accessibility in Random Temporal Networks Delay and Accessibility in Random Temporal Networks 2nd Symposium on Spatial Networks Shahriar Etemadi Tajbakhsh September 13, 2017 Outline Z Accessibility in Deterministic Static and Temporal Networks

More information

1 Introduction Blind source separation (BSS) is a fundamental problem which is encountered in a variety of signal processing problems where multiple s

1 Introduction Blind source separation (BSS) is a fundamental problem which is encountered in a variety of signal processing problems where multiple s Blind Separation of Nonstationary Sources in Noisy Mixtures Seungjin CHOI x1 and Andrzej CICHOCKI y x Department of Electrical Engineering Chungbuk National University 48 Kaeshin-dong, Cheongju Chungbuk

More information

Composite versus multichannel binary phase-only filtering

Composite versus multichannel binary phase-only filtering Composite versus multichannel binary phase-only filtering J. L. de Bougrenet de la Tocnaye, E. Quémener, and Y. Pétillot Multichannel filtering and its inherent capacity for the implementation of data-fusion

More information

An IDL Based Image Deconvolution Software Package

An IDL Based Image Deconvolution Software Package An IDL Based Image Deconvolution Software Package F. Városi and W. B. Landsman Hughes STX Co., Code 685, NASA/GSFC, Greenbelt, MD 20771 Abstract. Using the Interactive Data Language (IDL), we have implemented

More information

Degeneracies, Dependencies and their Implications in Multi-body and Multi-Sequence Factorizations

Degeneracies, Dependencies and their Implications in Multi-body and Multi-Sequence Factorizations Degeneracies, Dependencies and their Implications in Multi-body and Multi-Sequence Factorizations Lihi Zelnik-Manor Michal Irani Dept. of Computer Science and Applied Math The Weizmann Institute of Science

More information

Physics 110. Electricity and Magnetism. Professor Dine. Spring, Handout: Vectors and Tensors: Everything You Need to Know

Physics 110. Electricity and Magnetism. Professor Dine. Spring, Handout: Vectors and Tensors: Everything You Need to Know Physics 110. Electricity and Magnetism. Professor Dine Spring, 2008. Handout: Vectors and Tensors: Everything You Need to Know What makes E&M hard, more than anything else, is the problem that the electric

More information

Empirical Analysis of Invariance of Transform Coefficients under Rotation

Empirical Analysis of Invariance of Transform Coefficients under Rotation International Journal of Engineering Research and Development e-issn: 2278-67X, p-issn: 2278-8X, www.ijerd.com Volume, Issue 5 (May 25), PP.43-5 Empirical Analysis of Invariance of Transform Coefficients

More information

Developments in Visual and Other NDE Methods II

Developments in Visual and Other NDE Methods II Developments in Visual and Other NDE Methods II Defect Detection using Dual-Beam Shearography and Lock-in Infrared Thermography S-W. La, K-S. Kim, H-C. Jung, H-S.Chang, S-O. Jang, K-S. Kim, Chosun University,

More information

Optimisation using measured Green s function for improving spatial coherence in acoustic measurements

Optimisation using measured Green s function for improving spatial coherence in acoustic measurements Ultrasonics 42 (2004) 205 212 www.elsevier.com/locate/ultras Optimisation using measured Green s function for improving spatial coherence in acoustic measurements Matthew Clark *, Steve D. Sharples, Mike

More information

Aperture-Averaging - Theory and Measurements

Aperture-Averaging - Theory and Measurements Aperture-Averaging - Theory and Measurements N. Perlot, D. Fritzsche German Aerospace Center (DLR), D-834 Wessling, Germany ABSTRACT Atmospheric laser communications using direct-detection systems do suffer

More information

Sliding Window Test vs. Single Time Test for Track-to-Track Association

Sliding Window Test vs. Single Time Test for Track-to-Track Association Sliding Window Test vs. Single Time Test for Track-to-Track Association Xin Tian Dept. of Electrical and Computer Engineering University of Connecticut Storrs, CT 06269-257, U.S.A. Email: xin.tian@engr.uconn.edu

More information

Seasonal and annual variation of Temperature and Precipitation in Phuntsholing

Seasonal and annual variation of Temperature and Precipitation in Phuntsholing easonal and annual variation of Temperature and Precipitation in Phuntsholing Leki Dorji Department of Civil Engineering, College of cience and Technology, Royal University of Bhutan. Bhutan Abstract Bhutan

More information

Unknown Input Observer Based Detection of Sensor Faults in a Wind Turbine

Unknown Input Observer Based Detection of Sensor Faults in a Wind Turbine Unknown Input Observer Based Detection of Sensor Faults in a Wind Turbine Peter F Odgaard, Member, IEEE and Jakob Stoustrup, Senior Member IEEE Abstract in this paper an unknown input observer is designed

More information

Image Compression Based on Visual Saliency at Individual Scales

Image Compression Based on Visual Saliency at Individual Scales Image Compression Based on Visual Saliency at Individual Scales Stella X. Yu 1 Dimitri A. Lisin 2 1 Computer Science Department Boston College Chestnut Hill, MA 2 VideoIQ, Inc. Bedford, MA November 30,

More information

Monitoring foam coarsening using a computer optical mouse as a dynamic laser speckle measurement sensor

Monitoring foam coarsening using a computer optical mouse as a dynamic laser speckle measurement sensor PRAMANA c Indian Academy of Sciences Vol. 81, No. 6 journal of December 2013 physics pp. 987 994 Monitoring foam coarsening using a computer optical mouse as a dynamic laser speckle measurement sensor

More information

Causality Considerations for Missing Data Reconstruction in Image Sequences. 2. The 3D Autoregressive Reconstruction Model

Causality Considerations for Missing Data Reconstruction in Image Sequences. 2. The 3D Autoregressive Reconstruction Model International Conference on Information, Communications and Signal Processing ICICS 97 Singapore, 9-12 September 1997 3D2.5 Causality Considerations for Missing Data Reconstruction in Image Sequences Wooi-Boon

More information

Lecture 35: The Inertia Tensor

Lecture 35: The Inertia Tensor Lecture 35: The Inertia Tensor We found last time that the kinetic energy of a rotating obect was: 1 Trot = ωω i Ii where i, ( I m δ x x x i i, k, i, k So the nine numbers represented by the I i tell us

More information

Simulation of Quantum Cascade Lasers

Simulation of Quantum Cascade Lasers Lighting up the Semiconductor World Simulation of Quantum Cascade Lasers 2005-2010 Crosslight Software Inc. Lighting up the Semiconductor World A A Contents Microscopic rate equation approach Challenge

More information

Towards a 6-beam fringe tracker for SPICA

Towards a 6-beam fringe tracker for SPICA Towards a 6-beam fringe tracker for SPICA F. Cassaing Onera, the French aerospace Lab DOTA/HRA, Châtillon Frederic.Cassaing@onera.fr Département Optique et Techniques Associées, Unité Haute Résolution

More information

CS 4300 Computer Graphics. Prof. Harriet Fell Fall 2011 Lecture 11 September 29, 2011

CS 4300 Computer Graphics. Prof. Harriet Fell Fall 2011 Lecture 11 September 29, 2011 CS 4300 Computer Graphics Prof. Harriet Fell Fall 2011 Lecture 11 September 29, 2011 October 8, 2011 College of Computer and Information Science, Northeastern Universit 1 Toda s Topics Linear Algebra Review

More information

Elaborazione delle Immagini Informazione multimediale - Immagini. Raffaella Lanzarotti

Elaborazione delle Immagini Informazione multimediale - Immagini. Raffaella Lanzarotti Elaborazione delle Immagini Informazione multimediale - Immagini Raffaella Lanzarotti OPTICAL FLOW Thanks to prof. Mubarak Shah,UCF 2 Video Video: sequence of frames (images) catch in the time Data: function

More information

Random matrix theory applied to acoustic backscattering and imaging in complex media

Random matrix theory applied to acoustic backscattering and imaging in complex media Random matrix theory applied to acoustic backscattering and imaging in complex media Alexandre Aubry(1,2), Arnaud Derode(2) (1) John Pendry's group, Imperial College London, United Kingdom (2) Mathias

More information

ELECIRONIC SPECKLE PATTERN INTERFEROMETRY IN CHARACTERIZING

ELECIRONIC SPECKLE PATTERN INTERFEROMETRY IN CHARACTERIZING ELECIRONIC SPECKLE PATTERN INTERFEROMETRY IN CHARACTERIZING ROCK FRACTURE A. K. Maji and J. L. Wang Department of Civil Engineering University of New Mexico Albuquerque, NM 87131 INTRODUCTION The fracture

More information

Introduction to Nonlinear Image Processing

Introduction to Nonlinear Image Processing Introduction to Nonlinear Image Processing 1 IPAM Summer School on Computer Vision July 22, 2013 Iasonas Kokkinos Center for Visual Computing Ecole Centrale Paris / INRIA Saclay Mean and median 2 Observations

More information

The statistics of ocean-acoustic ambient noise

The statistics of ocean-acoustic ambient noise The statistics of ocean-acoustic ambient noise Nicholas C. Makris Naval Research Laboratory, Washington, D.C. 0375, USA Abstract With the assumption that the ocean-acoustic ambient noise field is a random

More information

ME 354 MECHANICS OF MATERIALS LABORATORY STRESSES IN STRAIGHT AND CURVED BEAMS

ME 354 MECHANICS OF MATERIALS LABORATORY STRESSES IN STRAIGHT AND CURVED BEAMS ME 354 MECHNICS OF MTERILS LBORTORY STRESSES IN STRIGHT ND CURVED BEMS OBJECTIVES January 2007 NJS The ojectives of this laoratory exercise are to introduce an experimental stress analysis technique known

More information

An Admission Control Mechanism for Providing Service Differentiation in Optical Burst-Switching Networks

An Admission Control Mechanism for Providing Service Differentiation in Optical Burst-Switching Networks An Admission Control Mechanism for Providing Service Differentiation in Optical Burst-Switching Networks Igor M. Moraes, Daniel de O. Cunha, Marco D. D. Bicudo, Rafael P. Laufer, and Otto Carlos M. B.

More information

arxiv: v1 [math.pr] 1 May 2014

arxiv: v1 [math.pr] 1 May 2014 Robustness of Cucker-Smale flocking model arxiv:45.37v [math.pr] May 24 Eduardo Canale Federico Dalmao Ernesto Mordecki Max O. Souza October 24, 28 bstract Consider a system of autonomous interacting agents

More information

SOLUTION OF GENERALIZED LINEAR VECTOR EQUATIONS IN IDEMPOTENT ALGEBRA

SOLUTION OF GENERALIZED LINEAR VECTOR EQUATIONS IN IDEMPOTENT ALGEBRA , pp. 23 36, 2006 Vestnik S.-Peterburgskogo Universiteta. Matematika UDC 519.63 SOLUTION OF GENERALIZED LINEAR VECTOR EQUATIONS IN IDEMPOTENT ALGEBRA N. K. Krivulin The problem on the solutions of homogeneous

More information

Modeling Timing Structure in Multimedia Signals

Modeling Timing Structure in Multimedia Signals Modeling Timing Structure in Multimedia Signals Hiroaki Kawashima, Kimitaka Tsutsumi, and Takashi Matsuyama Kyoto University, Yoshida-Honmachi Sakyo, Kyoto 6068501, JAPAN, {kawashima,tm}@i.kyoto-u.ac.jp,

More information

Automatic Control Systems. -Lecture Note 15-

Automatic Control Systems. -Lecture Note 15- -Lecture Note 15- Modeling of Physical Systems 5 1/52 AC Motors AC Motors Classification i) Induction Motor (Asynchronous Motor) ii) Synchronous Motor 2/52 Advantages of AC Motors i) Cost-effective ii)

More information

3D and Planar Constitutive Relations

3D and Planar Constitutive Relations 3D and Planar Constitutive Relations A School on Mechanics of Fibre Reinforced Polymer Composites Knowledge Incubation for TEQIP Indian Institute of Technology Kanpur PM Mohite Department of Aerospace

More information

Human-Oriented Robotics. Temporal Reasoning. Kai Arras Social Robotics Lab, University of Freiburg

Human-Oriented Robotics. Temporal Reasoning. Kai Arras Social Robotics Lab, University of Freiburg Temporal Reasoning Kai Arras, University of Freiburg 1 Temporal Reasoning Contents Introduction Temporal Reasoning Hidden Markov Models Linear Dynamical Systems (LDS) Kalman Filter 2 Temporal Reasoning

More information

Two-Plasmon Decay Driven by Multiple Incoherent Laser Beams

Two-Plasmon Decay Driven by Multiple Incoherent Laser Beams Two-Plasmon Decay Driven by Multiple Incoherent Laser Beams 2 # # E^xyt,, h dy dy^arbitrary h n Two coherent e /n c plane waves Dm = 8.8 Å Dm = 17.6 Å.19.21.23.25.27.19.21.23.25.27.19.21.23.25.27 2 Arbitrary

More information

Dynamic Complex Wavefront Modulation with an Analogue Spatial Light Modulator

Dynamic Complex Wavefront Modulation with an Analogue Spatial Light Modulator Dynamic Comple Wavefront Modulation with an Analogue Spatial Light Modulator Philip Birch, Rupert Young, David Budgett, Chris Chatwin. School of Engineering and Information Technology University of Susse

More information