Research Article A Comparison of Standard One-Step DDA Circular Interpolators with a New Cheap Two-Step Algorithm

Size: px
Start display at page:

Download "Research Article A Comparison of Standard One-Step DDA Circular Interpolators with a New Cheap Two-Step Algorithm"

Transcription

1 Modelling and Siulation in Engineering, Article ID , 6 pages Research Article A Coparison of Standard One-Step DDA Circular Interpolators with a New Cheap Two-Step Algorith Leonid Moroz, 1 Jan L. CieVliNski, 2 Marta Stakhiv, 1 and Volodyyr Maksyovych 1 1 Lviv Polytechnic National University, S. Bandery Street 12, Lviv 79013, Ukraine 2 Uniwersytet w Białystoku, Wydział Fizyki, ul. Lipowa 41, Białystok, Poland Correspondence should be addressed to Jan L. Cieśliński; janek@alpha.uwb.edu.pl Received 28 June 2013; Accepted 21 October 2013; Published 20 January 2014 Acadeic Editor: Jing-song Hong Copyright 2014 Leonid Moroz et al. This is an open access article distributed under the Creative Coons Attribution License, which perits unrestricted use, distribution, and reproduction in any ediu, provided the original work is properly cited. We present and study existing digital differential analyzer (DDA) algoriths for circle generation, including an iproved two-step DDA algorith which can be ipleented solely in ters of eleentary shifts, addition, and subtraction. 1. Introduction Digital interpolation algoriths are widely used in achine tools with nuerical control, graphics displays and plotters, and anipulation robots. Circles and circular arcs frequently appear in coputer graphics, coputer-controlled printing, and autoated control; see [1]. One of ost popular ethods for generation of circles and arcs is known as digital differential analyzer (DDA). Digital circular interpolators (or angular sweep generators) based on DDA approach are widely used [2 6]. There are any papers where characteristics research results of such interpolators are systeatized [7, 8]. In this paper a new iproved two-step algorith for DDA circle generation is presented. In paper [9] the idea of applying a Nystro two-step schee to circle generation appeared for the first tie. Our next paper [10] developed theoretical and geoetric aspects of this ethod. In the present paper we focus on practical and experiental issues. Moreover, here we consider circles of arbitrary radius R, while in [9, 10] we assued R=1. The accuracy of this ethod is higher than the accuracy of other known algoriths. Because of its siplicity (it uses only eleentary shift, addition, and subtraction); this ethod canalsobeusedinnuericalcontrol,planningechaniss, and so forth. 2. DDA Algoriths The general class of DDA algoriths for circles generation is based on obvious trigonoetric transforations describing rotation of vector R in the coordinate plane x-y (Figure 1); x n+1 =Rsin (α+δα) =Rsin α cos Δα + R cos α sin Δα =x n cos Δα + y n sin Δα, y n+1 =Rcos (α+δα) =Rcos α cos Δα + R sin α sin Δα =y n cos Δα x n sin Δα. Advantages of DDA algoriths include siplicity and high speed in generating circle point coordinate x n+1, y n+1. Substituting Δα=ε=2,where is an integer (usually 3), we rewrite (1)as x n+1 =x n cos ε+y n, (1) y n+1 =y n cos ε x n, (2) which, obviously, can be expressed by a rotation atrix A: cos ε A=[ ]. (3) cos ε

2 2 Modelling and Siulation in Engineering y Another second order schee, different for truncated Taylor series, is proposed in [2]: α Δα x n, y n x n+1, y n+1 R x 2 )x n +(ε ε3 4 )y n, y n+1 =(1 ε2 2 )y n (ε ε3 4 )x n, det A=1 ε4 4 + ε6 16. All the above DDA algoriths have systeatic radial error at each step, which is defined as (7) Figure 1: Rotation of vector R in the coordinate plane x-y. To avoid expensive coputation of trigonoetric functions DDA algoriths use sipler (cheaper) expressions instead of cos ε and. For exaple, by replacing trigonoetric functions by truncated Taylor series one gets socalled siultaneousdda algoriths [3]. The deterinant of the rotation atrix is 1. Matrices of DDA algoriths have different deterinants and det A 1 only approxiately. The closer it equals 1 the ore accurate is the corresponding circular interpolator [2]. Approxiating cos ε 1and ε, we obtain the siplest (and least accurate) DDA algorith [2, 11]: x n+1 =x n +εy n, y n+1 =y n εx n, det A=1+ε 2. (4) Much ore accurate algorith is obtained using cos ε 1 (ε 2 /2) and ε[7, 12, 13]: 2 )x n +εy n, y n+1 =(1 ε2 2 )y n εx n, ΔR n = x 2 n +y2 n R. (8) In [7], given the recurrence relations for algoriths that do not have radial errors x n+1 = 4 ε2 4+ε 2 x n + 4ε 4+ε 2 y n, y n+1 = 4 ε2 4+ε 2 y n 4ε 4+ε 2 x n. However, ipleentation of these algoriths requires floating pointoperations [7]. Replacing the coefficients of (9)with the first two ters of Taylor series [2], we obtain (9) 4 ε 2 4+ε 2 1 ε2 2, 4ε 4+ε 2 ε ε3 4. (10) As a result we obtain, obviously, algorith given by (7). A lower level of radial error with uch sipler hardware ipleentation can be achieved using the following algorith [3, 13]: 2 )x n +(ε ε3 8 )y n, det A=1+ ε4 4. (5) y n+1 =(1 ε2 2 )y n (ε ε3 8 )x n, (11) Approxiating cos ε and with first two ters of Taylor series, we obtain the following algorith [14]: 2 )x n +(ε ε3 6 )y n, y n+1 =(1 ε2 2 )y n (ε ε3 6 )x n, det A=1 ε4 4 + ε6 36. (6) det A=1+ ε6 64. Another schee worthwhile to be entioned is the so-called agic circle interpolator [5, 7, 15]: x n+1 =x n +εy n, y n+1 =(1 ε 2 )y n εx n, det A=1. (12) This interpolator is ore accurate than the siplest schee (4) and requires the use of only two ultipliers. However, in practice it is not used for large ε, because then the generated circle becoes an ellipse [2, 15].

3 Modelling and Siulation in Engineering 3 Table 1: Maxiu values of the absolute radial error (R =2 ). Nuber of algoriths =3 =5 =6 =8 =10 =12 (4) (5) e e e e e 7 (6) 0.41e e e e e e 7 (7) e e e e e 7 (11) 0.12e e e e e e 15 (12) (13) (14) e e e e 3 (15) (16) 0.18e e e e e e 2 There is also a group of sequential DDA algoriths [12]. Here are soe of the: x n+1 =x n +εy n, y n+1 =y n εx n+1, (13) x n+1 =x n +εy n, y n+1 =y n εx n+1, y n+2 =y n+1 εx n+1, x n+2 =x n+1 +εy n+2, (14) 2 )x n +εy n, y n+1 =(1 ε2 2 )y n εx n+1. Two-step algorith: (15) x n+2 =x n+1 cos ε x n, y n+2 =y n+1 cos ε y n (16) with initial conditions: x 0 = R, y 0 = 0, x 1 = Rcos ε, and y 1 = R, isknownasa direct orbiquadforofthe circular interpolator [14]. Note that its ipleentation needs only two ultipliers. In the process of circle points generation radial errors accuulate, and the law of accuulation is specific to a given algorith. Note that in ost cases, the circle radius is chosen to satisfy condition 2 1 R 2 [2, 12, 15]. Obviously, the greatest error will occur when R=2.InTable 1 we give axiu values of the absolute radial systeatic errors for R=2 and n=2π(1/ε)=[2π2 ], that is, for the full circle generation. Initial conditions are chosen to be x 0 =0, y 0 =R. Apart fro radial error an iportant role in such devices (especially in coputer nuerical control (CNC) interpolators) is played by the chord error E ch [7], which should not exceed one basic length unit (BLU). Unlike radial error, the chord error does not accuulate. In [7] itisshownthatfor faster circle point generation for ost accurate ethods (5) (7), (9) Δα canbechosenfroconditionδα = 8/R at E ch =1(we recall that Δα ε); that is R E ch or R (17) Since the CNC systes radius can reach value R ax =10 8 BLU, the CNC interpolators angles range Δα = ε = 2, where =3, 12 overlapping all possible radius values range (the though adopted algoriths can work and at >12). In Table 2 wegiveaxiuvaluesofabsoluteradial systeatic error for ost accurate algoriths in case R = Fro these results we see that algorith (11) is the ost accurate. Therefore, in next sections we choose algorith (11) in order to copare it with two new circular interpolators introduced in [10]. 3. New DDA Algoriths In the proposed two-step DDA algorith the values x n+2 and y n+2 are deterined by the following forula: x n+2 =x n 2 y n+1, y n+2 =y n +2 x n+1. (18) This is an exact algorith which can be derived as follows (for another approach, see [10]). We consider the rotation fro the point x n, y n to x n+2, y n+2 ;seefigure 2.Hence,weobtain the following equations: x n+1 =x n cos ε y n, x n+2 =x n+1 cos ε y n+1, y n+2 =y n+1 cos ε+x n+1. Fro (20)weobtainvaluesx n+1 and y n+1 : x n+1 = y n+2 y n+1 cos ε, y n+1 = x n+2 x n+1 cos ε. y n+1 =y n cos ε+x n, (19) Substituting values given by (21)into(20)weget (20) (21) x n+2 2x n+1 cos ε+x n =0, (22) y n+2 2y n+1 cos ε+y n =0. Here we recognize the exact discretization of the classical haronic oscillator equation [16, 17]. Fro (22) itfollowsthat x n+1 = x n+2 +x n 2 cos ε, y n+1 = y n+2 +y n 2 cos ε. (23)

4 4 Modelling and Siulation in Engineering Table 2: Maxiu values of the absolute radial error (R =2 2+3 ). Nuber of algoriths =3 =5 =6 =8 =10 =12 (5) e e e e 2 (6) e e e e e 3 (7) e e e e 2 (11) 0.78e e e e e e 11 Substituting obtained values in (21), we get y x n+1 = y n+2 ((y n+2 +y n )/2cos ε) cos ε, y n+1 = x n+2 ((x n+2 +x n )/2cos ε) cos ε (24) y n+2 x n+2, y n+2 which can easily be reduced to y n+1 x n+1, y n+1 x n+1 = y n+2 y n 2, y n+1 = x n+2 x n 2, (25) that is, to (18). The algorith works with initial conditions: x 0 =R, y 0 =0, x 1 =Rcos ε,andy 1 =R,whereR=2 ( is an integer). Approxiating εone can transfor (18) into another two-step algorith: x n+2 =x n 2 ε y n+1, y n+2 =y n +2 ε x n+1, (26) y n ε ε x n, y n with x 0 =R, y 0 =0, x 1 =R 1 ε 2, y 1 =R.Thisalgorith was first proposed in [9]; see also [10]. Functional diagra of interpolator which reproduces (26) isshowninfigure 3. Interpolator contains 6 registers (Register 1, Register 2, Register 3, Register 4, Output x n+2,, and Output y n+2 ), 2 ultipliers (Right Shift Register 1 Right Shift Register 2), subtracter and adder. In this schee, at the beginning (before the interpolator starts) values of x 0 and y 0 arerecordedinregister2and Register 4, respectively, while values of x 1 and y 1 are recorded in Register 1 and Register 3. Then, values of x n+1 and x n are stored in Register 1 and Register 2, and values of y n+1 and y n. are stored in Register 3 and Register 4. Right Shift Register 1 and Right Shift Register 2 perfor ultiplication of values y n+1 and x n+1 by 2ε. Thus, at outputs of subtractor and adder parallel binary codes are fored in accordance with (26). Rounded values are recorded in Output x n+2 and Output y n+2. Table 3 contains axiu values of absolute radial systeatic error of proposed algorith, given by (26), after full circle siulation in the case d = 24, d = 32, ε=2, R = 2, =3,...,10, n=2π 1 ε, (27) where d is structure eleents datapath (in bits) and n is nuber of iterations. Table 4 contains the sae data for case R=2 2+3.NotethatresultsgiveninTables1 and 2 do not include round-off errors; hence they do not depend on d. x n+2 x n+1 Figure 2: Generation of 3 subsequent points along the circle. + Register 1 Register 2 Round Right Shift Register 1 x n Right Shift Register 2 x n+2 y n+2 Output Output Round x n+1 y n+1 x n Register 3 Register 4 Figure 3: Functional diagra for the circular interpolator (26). Analogical data for algorith given by (11) aregivenin Table 5 (we consider, as before, case (27)). Table 6 contains thesaedataforr= Coparing errors in Tables 3 and 5, andintables4 and 6, we see that the absolute radial errors of our algorith (26) (Tables 3 and 4) are saller than errors of well-known algorith (11) (see Tables 5 and 6). For exaple, we can copare values of errors at R=2 ( = 10) and d=24given in Tables 3 and 5. Consequently,wewillgetthatanabsolute + y n + + x

5 Modelling and Siulation in Engineering Figure 4: Nuber of correct bits of result as a function of at R= 2 and d=24. Table 4: Maxiu values of the absolute radial error (R =2 2+3 ) for proposed Algorith (26). d = 24 d = e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e Figure 5: Nuber of correct bits of result as a function of at R= and d=24. Table 3: Maxiu values of the absolute radial error (R =2 )for proposed Algorith (26). d = 24 d = e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e 7 radial error is saller by (ax(table 5))/(ax(Table 3)) = (1.267e 5)/(6.792e 6) = ties. We also see that the saller is, the greater is the difference between the corresponding errors of both algoriths. For exaple, for ( = 3) and d = 32 we obtain that an absolute radial error is saller by (ax(table 6))/ (ax(table 4)) = (7.781e 4)/(4.533e 10) ties. Finally, Figures 4, 5, 6, and7 present nubers of correct bits as a function of, for R=2 and R=2 2+3 and for d=24and d=32,respectively Figure 6: Nuber of correct bits of result as a function of at R= 2 and d=32. Table 5: Maxiu values of the absolute radial error (R =2 )for Algorith (11). d=24 d= e e e e e e e e e e e e e e e e e e e e e e e e e e e e 7 Presented figures clearly show that the proposed algorith (26) yields greater nuber of correct bits in coparison to algorith (11). 4. Conclusion A new circle generation DDA algorith has been proposed. In ters of hardware ipleentation and precision of circle generation the proposed DDA algorith for circle interpolator is ore efficient as copared with existing algoriths. We hopethattheproposedalgorithwillfindsoeapplications

6 6 Modelling and Siulation in Engineering Figure 7: Nuber of correct bits of result as a function of at R= and d=32. Table 6: Maxiu values of the absolute radial error (R =2 2+3 ) for Algorith (11). d = 24 d = e e e e e e e e e e e e e e e e e e e e e e e e 7 in coputer graphics (display screens), coputer-controlled printing, autoated control, and so forth. Conflict of Interests The authors declare that there is no conflict of interests regarding the publication of this paper. [5] X.Y.Fan,Y.H.Guo,andS.C.Li, Newdigitaldifferentialanalyzer interpolation algorith, Advanced Science Letters,vol.6, no. 1, pp , [6] X. L. Yan, W. L. Wang, and N. Xue, Research and siulation of an efficient circular interpolation algorith, Advanced Materials Research,vol ,pp ,2012. [7] O. Masory and Y. Koren, Reference-word circular interpolators for CNC systes, Engineering for Industry, vol.104, no. 4, pp , [8] Y.Katayaa,H.Harasaki,andM.Yano, Parallelalgorithof three diensional digital differential analyzer, in Proceedings of the Annual Convention ITE Japan, pp , [9] L. V. Moroz, A ethod for studying characteristics of digital sine-cosine generators, Inforation Extraction and Processing, vol.36,no.112,pp.84 90,2012(Ukrainian). [10] J. L. Cieśliński and L. V. Moroz, Fast exact digital differential analyzer for circle generation, [11] W. M. Newan and R. F. Sproull, Principles of Interactive Coputer Graphics, McGraw-Hill, [12] F. S. Li, Y. S. Wong, and M. Rahan, Circular interpolators for nuerical control: a coparison of the odified DDA techniques and an LSI interpolator, Coputers in Industry,vol. 18,no.1,pp.41 52,1992. [13] R. F. Eschenbach and B. M. Oliver, An efficient coordinate rotation algorith, IEEE Transactions on Coputers,vol.27,no.12, pp , [14] H. Hasegawa and Y. Okada, Apparatus and ethod for controlling a oving vehicle utilizing a digital differential analysis circuit, US Patent , [15] C. Pokorny Coputer Graphics, An Object Oriented Approach to the Art and Science, Franklin, Beedle & Associates Publishing, [16] J. L. Cieśliński and B. Ratkiewicz, On siulations of the classical haronic oscillator equation by difference equations, Advances in Difference Equations, vol.2006,articleid40171, [17] J. L. Cieśliński, On the exact discretization of the classical haronic oscillator equation, Difference Equations and Applications, vol. 17, no. 11, pp , Acknowledgent The second author (Jan L. Cieśliński) is partly supported by the National Science Centre (NCN) Grant no. 2011/01/ B/ST1/ References [1] W. Wang and C. Wang, Difference ethod for generation of circular arcs and ellipses, Coputer-Aided Design, vol. 21, no. 1, pp , [2] N. Matsushiro, A new digital differential analyzer for circl generation, IEICE Transactions on Inforation and Systes, vol. E81-D, no. 2, pp , [3] I. Chai, A high precision digital differential analyzer for circular interpolation, Tishreen University Journal, vol.29,no. 1, [4] H. Haa and T. Okuoto, Fast transfor into polar coordinate by generalized DDA, JournaloftheInstituteofTelevision Engineers of Japan,vol.47,no.1,pp ,1993.

7 Rotating Machinery Engineering The Scientific World Journal Distributed Sensor Networks Sensors Control Science and Engineering Advances in Civil Engineering Subit your anuscripts at Electrical and Coputer Engineering Robotics VLSI Design Advances in OptoElectronics Navigation and Observation Cheical Engineering Active and Passive Electronic Coponents Antennas and Propagation Aerospace Engineering Modelling & Siulation in Engineering Shock and Vibration Advances in Acoustics and Vibration

International Journal of Scientific & Engineering Research, Volume 4, Issue 10, October ISSN

International Journal of Scientific & Engineering Research, Volume 4, Issue 10, October ISSN International Journal of Scientific & Engineering Research, Volue 4, Issue 0, October-203 483 Design an Encoding Technique Using Forbidden Transition free Algorith to Reduce Cross-Talk for On-Chip VLSI

More information

The optimization design of microphone array layout for wideband noise sources

The optimization design of microphone array layout for wideband noise sources PROCEEDINGS of the 22 nd International Congress on Acoustics Acoustic Array Systes: Paper ICA2016-903 The optiization design of icrophone array layout for wideband noise sources Pengxiao Teng (a), Jun

More information

Performance Analysis of RAID in Different Workload

Performance Analysis of RAID in Different Workload Send Orders for Reprints to reprints@benthascience.ae 324 The Open Cybernetics & Systeics Journal, 2015, 9, 324-328 Perforance Analysis of RAID in Different Workload Open Access Zhang Dule *, Ji Xiaoyun,

More information

Shortest Path Determination in a Wireless Packet Switch Network System in University of Calabar Using a Modified Dijkstra s Algorithm

Shortest Path Determination in a Wireless Packet Switch Network System in University of Calabar Using a Modified Dijkstra s Algorithm International Journal of Engineering and Technical Research (IJETR) ISSN: 31-869 (O) 454-4698 (P), Volue-5, Issue-1, May 16 Shortest Path Deterination in a Wireless Packet Switch Network Syste in University

More information

Computer Aided Drafting, Design and Manufacturing Volume 26, Number 2, June 2016, Page 13

Computer Aided Drafting, Design and Manufacturing Volume 26, Number 2, June 2016, Page 13 Coputer Aided Drafting, Design and Manufacturing Volue 26, uber 2, June 2016, Page 13 CADDM 3D reconstruction of coplex curved objects fro line drawings Sun Yanling, Dong Lijun Institute of Mechanical

More information

AGV PATH PLANNING BASED ON SMOOTHING A* ALGORITHM

AGV PATH PLANNING BASED ON SMOOTHING A* ALGORITHM International Journal of Software Engineering & Applications (IJSEA), Vol.6, No.5, Septeber 205 AGV PATH PLANNING BASED ON SMOOTHING A* ALGORITHM Xie Yang and Cheng Wushan College of Mechanical Engineering,

More information

Module Contact: Dr Rudy Lapeer (CMP) Copyright of the University of East Anglia Version 1

Module Contact: Dr Rudy Lapeer (CMP) Copyright of the University of East Anglia Version 1 UNIVERSITY OF EAST ANGLIA School of Coputing Sciences Main Series UG Exaination 2016-17 GRAPHICS 1 CMP-5010B Tie allowed: 2 hours Answer THREE questions. Notes are not peritted in this exaination Do not

More information

A Novel Fast Constructive Algorithm for Neural Classifier

A Novel Fast Constructive Algorithm for Neural Classifier A Novel Fast Constructive Algorith for Neural Classifier Xudong Jiang Centre for Signal Processing, School of Electrical and Electronic Engineering Nanyang Technological University Nanyang Avenue, Singapore

More information

Transformations. Prof. George Wolberg Dept. of Computer Science City College of New York

Transformations. Prof. George Wolberg Dept. of Computer Science City College of New York Transforations Prof. George Wolberg Dept. of Coputer Science City College of New York Objectives Introduce standard transforations - Rotations - Translation - Scaling - Shear Derive hoogeneous coordinate

More information

Image hiding with an improved genetic algorithm and an optimal pixel adjustment process

Image hiding with an improved genetic algorithm and an optimal pixel adjustment process Eighth International Conference on Intelligent Systes Design and Applications Iage hiding with an iproved genetic algorith and an optial pixel adjustent process Lin-Yu Tseng Yung-Kuan Chan Yu-An Ho Yen-Ping

More information

Quantitative Comparison of Sinc-Approximating Kernels for Medical Image Interpolation

Quantitative Comparison of Sinc-Approximating Kernels for Medical Image Interpolation Quantitative Coparison of Sinc-Approxiating Kernels for Medical Iage Interpolation Erik H. W. Meijering, Wiro J. Niessen, Josien P. W. Plui, Max A. Viergever Iage Sciences Institute, Utrecht University

More information

(Geometric) Camera Calibration

(Geometric) Camera Calibration (Geoetric) Caera Calibration CS635 Spring 217 Daniel G. Aliaga Departent of Coputer Science Purdue University Caera Calibration Caeras and CCDs Aberrations Perspective Projection Calibration Caeras First

More information

Cassia County School District #151. Expected Performance Assessment Students will: Instructional Strategies. Performance Standards

Cassia County School District #151. Expected Performance Assessment Students will: Instructional Strategies. Performance Standards Unit 1 Congruence, Proof, and Constructions Doain: Congruence (CO) Essential Question: How do properties of congruence help define and prove geoetric relationships? Matheatical Practices: 1. Make sense

More information

Solving the Damage Localization Problem in Structural Health Monitoring Using Techniques in Pattern Classification

Solving the Damage Localization Problem in Structural Health Monitoring Using Techniques in Pattern Classification Solving the Daage Localization Proble in Structural Health Monitoring Using Techniques in Pattern Classification CS 9 Final Project Due Dec. 4, 007 Hae Young Noh, Allen Cheung, Daxia Ge Introduction Structural

More information

Data Acquisition of Obstacle Shapes for Fish Robots

Data Acquisition of Obstacle Shapes for Fish Robots Proceedings of the 2nd WEA International Conference on Dynaical ystes and Control, Bucharest, oania, October -17, 6 Data Acquisition of Obstacle hapes for Fish obots EUNG Y. NA, DAEJUNG HIN, JIN Y. KIM,

More information

COLOR HISTOGRAM AND DISCRETE COSINE TRANSFORM FOR COLOR IMAGE RETRIEVAL

COLOR HISTOGRAM AND DISCRETE COSINE TRANSFORM FOR COLOR IMAGE RETRIEVAL COLOR HISTOGRAM AND DISCRETE COSINE TRANSFORM FOR COLOR IMAGE RETRIEVAL 1 Te-Wei Chiang ( 蔣德威 ), 2 Tienwei Tsai ( 蔡殿偉 ), 3 Jeng-Ping Lin ( 林正平 ) 1 Dept. of Accounting Inforation Systes, Chilee Institute

More information

COMPUTER GENERATED HOLOGRAMS Optical Sciences 627 W.J. Dallas (Monday, August 23, 2004, 12:38 PM) PART III: CHAPTER ONE DIFFUSERS FOR CGH S

COMPUTER GENERATED HOLOGRAMS Optical Sciences 627 W.J. Dallas (Monday, August 23, 2004, 12:38 PM) PART III: CHAPTER ONE DIFFUSERS FOR CGH S COPUTER GEERATED HOLOGRAS Optical Sciences 67 W.J. Dallas (onday, August 3, 004, 1:38 P) PART III: CHAPTER OE DIFFUSERS FOR CGH S Part III: Chapter One Page 1 of 8 Introduction Hologras for display purposes

More information

Defining and Surveying Wireless Link Virtualization and Wireless Network Virtualization

Defining and Surveying Wireless Link Virtualization and Wireless Network Virtualization 1 Defining and Surveying Wireless Link Virtualization and Wireless Network Virtualization Jonathan van de Belt, Haed Ahadi, and Linda E. Doyle The Centre for Future Networks and Counications - CONNECT,

More information

Enhancing Real-Time CAN Communications by the Prioritization of Urgent Messages at the Outgoing Queue

Enhancing Real-Time CAN Communications by the Prioritization of Urgent Messages at the Outgoing Queue Enhancing Real-Tie CAN Counications by the Prioritization of Urgent Messages at the Outgoing Queue ANTÓNIO J. PIRES (1), JOÃO P. SOUSA (), FRANCISCO VASQUES (3) 1,,3 Faculdade de Engenharia da Universidade

More information

TALLINN UNIVERSITY OF TECHNOLOGY, INSTITUTE OF PHYSICS 17. FRESNEL DIFFRACTION ON A ROUND APERTURE

TALLINN UNIVERSITY OF TECHNOLOGY, INSTITUTE OF PHYSICS 17. FRESNEL DIFFRACTION ON A ROUND APERTURE 7. FRESNEL DIFFRACTION ON A ROUND APERTURE. Objective Exaining diffraction pattern on a round aperture, deterining wavelength of light source.. Equipent needed Optical workbench, light source, color filters,

More information

COMPARISON OF ANT COLONY OPTIMIZATION & PARTICLE SWARM OPTIMIZATION IN GRID ENVIRONMENT

COMPARISON OF ANT COLONY OPTIMIZATION & PARTICLE SWARM OPTIMIZATION IN GRID ENVIRONMENT COMPARISON OF ANT COLONY OPTIMIZATION & PARTICLE SWARM OPTIMIZATION IN GRID ENVIRONMENT B.BOOBA 1 Dr. T.V.GOPAL 2 1 Research Scholar, Assist. Professor(Sl.Gr),Departent of Coputer Applications, Easwari

More information

Research Article Regressive Structures for Computation of DST-II and Its Inverse

Research Article Regressive Structures for Computation of DST-II and Its Inverse International Scholarly Research etwork ISR Electronics Volume 01 Article ID 537469 4 pages doi:10.540/01/537469 Research Article Regressive Structures for Computation of DST-II and Its Inverse Priyanka

More information

Effects of Desingularization and Collocation-Point Shift on Steady Waves with Forward Speed

Effects of Desingularization and Collocation-Point Shift on Steady Waves with Forward Speed Effects of Desingularization and Collocation-Point Shift on Steady Waves with Forward Speed Yonghwan Ki* & Dick K.P. Yue** Massachusetts Institute of Technology, Departent of Ocean Engineering, Cabridge,

More information

Calculation of the blocking factor in heliostat fields

Calculation of the blocking factor in heliostat fields Available online at www.sciencedirect.co ScienceDirect Energy Procedia 57 (014 ) 91 300 013 ISES Solar World Congress Calculation of the blocking factor in heliostat fields Mustafa E. Elayeb a *, Rajab

More information

Geo-activity Recommendations by using Improved Feature Combination

Geo-activity Recommendations by using Improved Feature Combination Geo-activity Recoendations by using Iproved Feature Cobination Masoud Sattari Middle East Technical University Ankara, Turkey e76326@ceng.etu.edu.tr Murat Manguoglu Middle East Technical University Ankara,

More information

Detection of Outliers and Reduction of their Undesirable Effects for Improving the Accuracy of K-means Clustering Algorithm

Detection of Outliers and Reduction of their Undesirable Effects for Improving the Accuracy of K-means Clustering Algorithm Detection of Outliers and Reduction of their Undesirable Effects for Iproving the Accuracy of K-eans Clustering Algorith Bahan Askari Departent of Coputer Science and Research Branch, Islaic Azad University,

More information

Different criteria of dynamic routing

Different criteria of dynamic routing Procedia Coputer Science Volue 66, 2015, Pages 166 173 YSC 2015. 4th International Young Scientists Conference on Coputational Science Different criteria of dynaic routing Kurochkin 1*, Grinberg 1 1 Kharkevich

More information

A Method of Generating Multi-Scale Disc-Like Distributions for NDT Registration Algorithm

A Method of Generating Multi-Scale Disc-Like Distributions for NDT Registration Algorithm International Journal of Mechanical Engineering and Robotics Research Vol. 5, o., January 06 A Method of Generating Multi-Scale Disc-Like Distributions for D Registration Algorith Hyunki Hong and Beohee

More information

TensorFlow and Keras-based Convolutional Neural Network in CAT Image Recognition Ang LI 1,*, Yi-xiang LI 2 and Xue-hui LI 3

TensorFlow and Keras-based Convolutional Neural Network in CAT Image Recognition Ang LI 1,*, Yi-xiang LI 2 and Xue-hui LI 3 2017 2nd International Conference on Coputational Modeling, Siulation and Applied Matheatics (CMSAM 2017) ISBN: 978-1-60595-499-8 TensorFlow and Keras-based Convolutional Neural Network in CAT Iage Recognition

More information

A Periodic Dynamic Load Balancing Method

A Periodic Dynamic Load Balancing Method 2016 3 rd International Conference on Engineering Technology and Application (ICETA 2016) ISBN: 978-1-60595-383-0 A Periodic Dynaic Load Balancing Method Taotao Fan* State Key Laboratory of Inforation

More information

Vision Based Mobile Robot Navigation System

Vision Based Mobile Robot Navigation System International Journal of Control Science and Engineering 2012, 2(4): 83-87 DOI: 10.5923/j.control.20120204.05 Vision Based Mobile Robot Navigation Syste M. Saifizi *, D. Hazry, Rudzuan M.Nor School of

More information

Clustering. Cluster Analysis of Microarray Data. Microarray Data for Clustering. Data for Clustering

Clustering. Cluster Analysis of Microarray Data. Microarray Data for Clustering. Data for Clustering Clustering Cluster Analysis of Microarray Data 4/3/009 Copyright 009 Dan Nettleton Group obects that are siilar to one another together in a cluster. Separate obects that are dissiilar fro each other into

More information

A Broadband Spectrum Sensing Algorithm in TDCS Based on ICoSaMP Reconstruction

A Broadband Spectrum Sensing Algorithm in TDCS Based on ICoSaMP Reconstruction MATEC Web of Conferences 73, 03073(08) https://doi.org/0.05/atecconf/087303073 SMIMA 08 A roadband Spectru Sensing Algorith in TDCS ased on I Reconstruction Liu Yang, Ren Qinghua, Xu ingzheng and Li Xiazhao

More information

I-0 Introduction. I-1 Introduction. Objectives: Quote:

I-0 Introduction. I-1 Introduction. Objectives: Quote: I-0 Introduction Objectives: Explain necessity of parallel/ultithreaded algoriths Describe different fors of parallel processing Present coonly used architectures Introduce a few basic ters Coents: Try

More information

A novel configuration method of the acoustic random beamforming array for multiple wideband moving sound source localization

A novel configuration method of the acoustic random beamforming array for multiple wideband moving sound source localization INTER-NOISE 6 A novel configuration ethod of the acoustic rando beaforing array for ultiple wideband oving sound source localization Zhihong LIU ; Huichao LI ;Chujie YI 3 Qingdao Technological University,

More information

Ascending order sort Descending order sort

Ascending order sort Descending order sort Scalable Binary Sorting Architecture Based on Rank Ordering With Linear Area-Tie Coplexity. Hatrnaz and Y. Leblebici Departent of Electrical and Coputer Engineering Worcester Polytechnic Institute Abstract

More information

FPL Implementation of a SIMD RISC RNS-Enabled DSP

FPL Implementation of a SIMD RISC RNS-Enabled DSP FPL Ipleentation of a SIMD RISC RNS-Enabled DSP J. RAMÍREZ (1), A. GARCÍA (1), P. G. FERNÁNDEZ (2), A. LLORIS (1) (1) Dpt. of Electronics and Coputer Technology (2) Dpt. of Electrical Engineering University

More information

Relief shape inheritance and graphical editor for the landscape design

Relief shape inheritance and graphical editor for the landscape design Relief shape inheritance and graphical editor for the landscape design Egor A. Yusov Vadi E. Turlapov Nizhny Novgorod State University after N. I. Lobachevsky Nizhny Novgorod Russia yusov_egor@ail.ru vadi.turlapov@cs.vk.unn.ru

More information

Derivation of an Analytical Model for Evaluating the Performance of a Multi- Queue Nodes Network Router

Derivation of an Analytical Model for Evaluating the Performance of a Multi- Queue Nodes Network Router Derivation of an Analytical Model for Evaluating the Perforance of a Multi- Queue Nodes Network Router 1 Hussein Al-Bahadili, 1 Jafar Ababneh, and 2 Fadi Thabtah 1 Coputer Inforation Systes Faculty of

More information

Smarter Balanced Assessment Consortium Claims, Targets, and Standard Alignment for Math

Smarter Balanced Assessment Consortium Claims, Targets, and Standard Alignment for Math Sarter Balanced Assessent Consortiu s, s, Stard Alignent for Math The Sarter Balanced Assessent Consortiu (SBAC) has created a hierarchy coprised of clais targets that together can be used to ake stateents

More information

Intelligent Robotic System with Fuzzy Learning Controller and 3D Stereo Vision

Intelligent Robotic System with Fuzzy Learning Controller and 3D Stereo Vision Recent Researches in Syste Science Intelligent Robotic Syste with Fuzzy Learning Controller and D Stereo Vision SHIUH-JER HUANG Departent of echanical Engineering National aiwan University of Science and

More information

Investigation of The Time-Offset-Based QoS Support with Optical Burst Switching in WDM Networks

Investigation of The Time-Offset-Based QoS Support with Optical Burst Switching in WDM Networks Investigation of The Tie-Offset-Based QoS Support with Optical Burst Switching in WDM Networks Pingyi Fan, Chongxi Feng,Yichao Wang, Ning Ge State Key Laboratory on Microwave and Digital Counications,

More information

The Internal Conflict of a Belief Function

The Internal Conflict of a Belief Function The Internal Conflict of a Belief Function Johan Schubert Abstract In this paper we define and derive an internal conflict of a belief function We decopose the belief function in question into a set of

More information

1 P a g e. F x,x...,x,.,.' written as F D, is the same.

1 P a g e. F x,x...,x,.,.' written as F D, is the same. 11. The security syste at an IT office is coposed of 10 coputers of which exactly four are working. To check whether the syste is functional, the officials inspect four of the coputers picked at rando

More information

POSITION-PATCH BASED FACE HALLUCINATION VIA LOCALITY-CONSTRAINED REPRESENTATION. Junjun Jiang, Ruimin Hu, Zhen Han, Tao Lu, and Kebin Huang

POSITION-PATCH BASED FACE HALLUCINATION VIA LOCALITY-CONSTRAINED REPRESENTATION. Junjun Jiang, Ruimin Hu, Zhen Han, Tao Lu, and Kebin Huang IEEE International Conference on ultiedia and Expo POSITION-PATCH BASED FACE HALLUCINATION VIA LOCALITY-CONSTRAINED REPRESENTATION Junjun Jiang, Ruiin Hu, Zhen Han, Tao Lu, and Kebin Huang National Engineering

More information

EE 364B Convex Optimization An ADMM Solution to the Sparse Coding Problem. Sonia Bhaskar, Will Zou Final Project Spring 2011

EE 364B Convex Optimization An ADMM Solution to the Sparse Coding Problem. Sonia Bhaskar, Will Zou Final Project Spring 2011 EE 364B Convex Optiization An ADMM Solution to the Sparse Coding Proble Sonia Bhaskar, Will Zou Final Project Spring 20 I. INTRODUCTION For our project, we apply the ethod of the alternating direction

More information

5-DOF Manipulator Simulation based on MATLAB- Simulink methodology

5-DOF Manipulator Simulation based on MATLAB- Simulink methodology 5-DOF Manipulator Siulation based on MATLAB- Siulink ethodology Velarde-Sanchez J.A., Rodriguez-Gutierrez S.A., Garcia-Valdovinos L.G., Pedraza-Ortega J.C., PICYT-CIDESI, CIDIT-Facultad de Inforatica,

More information

Real Time Displacement Measurement of an image in a 2D Plane

Real Time Displacement Measurement of an image in a 2D Plane International Journal of Scientific Research Engineering & Technology (IJSRET), ISSN 2278 0882 Volue 5, Issue 3, March 2016 176 Real Tie Displaceent Measureent of an iage in a 2D Plane Abstract Prashant

More information

Data & Knowledge Engineering

Data & Knowledge Engineering Data & Knowledge Engineering 7 (211) 17 187 Contents lists available at ScienceDirect Data & Knowledge Engineering journal hoepage: www.elsevier.co/locate/datak An approxiate duplicate eliination in RFID

More information

Design tool for a 6-DOF planar motor with moving permanent magnets and standstill coils Jansen, J.W.; Lomonova, E.; Compter, J.C.; Vandenput, A.J.A.

Design tool for a 6-DOF planar motor with moving permanent magnets and standstill coils Jansen, J.W.; Lomonova, E.; Compter, J.C.; Vandenput, A.J.A. Design tool for a 6-DOF planar otor with oving peranent agnets and standstill coils Jansen, J.W.; Loonova, E.; Copter, J.C.; Vandenput, A.J.A. Published in: Proceedings of the 4th international syposiu

More information

Mirror Localization for a Catadioptric Imaging System by Projecting Parallel Lights

Mirror Localization for a Catadioptric Imaging System by Projecting Parallel Lights 2007 IEEE International Conference on Robotics and Autoation Roa, Italy, 10-14 April 2007 FrC2.5 Mirror Localization for a Catadioptric Iaging Syste by Projecting Parallel Lights Ryusuke Sagawa, Nobuya

More information

Structural Balance in Networks. An Optimizational Approach. Andrej Mrvar. Faculty of Social Sciences. University of Ljubljana. Kardeljeva pl.

Structural Balance in Networks. An Optimizational Approach. Andrej Mrvar. Faculty of Social Sciences. University of Ljubljana. Kardeljeva pl. Structural Balance in Networks An Optiizational Approach Andrej Mrvar Faculty of Social Sciences University of Ljubljana Kardeljeva pl. 5 61109 Ljubljana March 23 1994 Contents 1 Balanced and clusterable

More information

A Hybrid Network Architecture for File Transfers

A Hybrid Network Architecture for File Transfers JOURNAL OF IEEE TRANSACTIONS ON PARALLEL AND DISTRIBUTED SYSTEMS, VOL. 6, NO., JANUARY 9 A Hybrid Network Architecture for File Transfers Xiuduan Fang, Meber, IEEE, Malathi Veeraraghavan, Senior Meber,

More information

The Horizontal Deformation Analysis of High-rise Buildings

The Horizontal Deformation Analysis of High-rise Buildings Environental Engineering 10th International Conference eissn 2029-7092 / eisbn 978-609-476-044-0 Vilnius Gediinas Technical University Lithuania, 27 28 April 2017 Article ID: enviro.2017.194 http://enviro.vgtu.lt

More information

A Discrete Spring Model to Generate Fair Curves and Surfaces

A Discrete Spring Model to Generate Fair Curves and Surfaces A Discrete Spring Model to Generate Fair Curves and Surfaces Atsushi Yaada Kenji Shiada 2 Tootake Furuhata and Ko-Hsiu Hou 2 Tokyo Research Laboratory IBM Japan Ltd. LAB-S73 623-4 Shiotsurua Yaato Kanagawa

More information

A simplified approach to merging partial plane images

A simplified approach to merging partial plane images A siplified approach to erging partial plane iages Mária Kruláková 1 This paper introduces a ethod of iage recognition based on the gradual generating and analysis of data structure consisting of the 2D

More information

MULTI-INDEX VOTING FOR ASYMMETRIC DISTANCE COMPUTATION IN A LARGE-SCALE BINARY CODES. Chih-Yi Chiu, Yu-Cyuan Liou, and Sheng-Hao Chou

MULTI-INDEX VOTING FOR ASYMMETRIC DISTANCE COMPUTATION IN A LARGE-SCALE BINARY CODES. Chih-Yi Chiu, Yu-Cyuan Liou, and Sheng-Hao Chou MULTI-INDEX VOTING FOR ASYMMETRIC DISTANCE COMPUTATION IN A LARGE-SCALE BINARY CODES Chih-Yi Chiu, Yu-Cyuan Liou, and Sheng-Hao Chou Departent of Coputer Science and Inforation Engineering, National Chiayi

More information

Minimax Sensor Location to Monitor a Piecewise Linear Curve

Minimax Sensor Location to Monitor a Piecewise Linear Curve NSF GRANT #040040 NSF PROGRAM NAME: Operations Research Miniax Sensor Location to Monitor a Piecewise Linear Curve To M. Cavalier The Pennsylvania State University University Par, PA 680 Whitney A. Conner

More information

ELEVATION SURFACE INTERPOLATION OF POINT DATA USING DIFFERENT TECHNIQUES A GIS APPROACH

ELEVATION SURFACE INTERPOLATION OF POINT DATA USING DIFFERENT TECHNIQUES A GIS APPROACH ELEVATION SURFACE INTERPOLATION OF POINT DATA USING DIFFERENT TECHNIQUES A GIS APPROACH Kulapraote Prathuchai Geoinforatics Center, Asian Institute of Technology, 58 Moo9, Klong Luang, Pathuthani, Thailand.

More information

Using Imperialist Competitive Algorithm in Optimization of Nonlinear Multiple Responses

Using Imperialist Competitive Algorithm in Optimization of Nonlinear Multiple Responses International Journal of Industrial Engineering & Production Research Septeber 03, Volue 4, Nuber 3 pp. 9-35 ISSN: 008-4889 http://ijiepr.iust.ac.ir/ Using Iperialist Copetitive Algorith in Optiization

More information

Identifying Converging Pairs of Nodes on a Budget

Identifying Converging Pairs of Nodes on a Budget Identifying Converging Pairs of Nodes on a Budget Konstantina Lazaridou Departent of Inforatics Aristotle University, Thessaloniki, Greece konlaznik@csd.auth.gr Evaggelia Pitoura Coputer Science and Engineering

More information

Verifying the structure and behavior in UML/OCL models using satisfiability solvers

Verifying the structure and behavior in UML/OCL models using satisfiability solvers IET Cyber-Physical Systes: Theory & Applications Review Article Verifying the structure and behavior in UML/OCL odels using satisfiability solvers ISSN 2398-3396 Received on 20th October 2016 Revised on

More information

A Model Free Automatic Tuning Method for a Restricted Structured Controller. by using Simultaneous Perturbation Stochastic Approximation

A Model Free Automatic Tuning Method for a Restricted Structured Controller. by using Simultaneous Perturbation Stochastic Approximation 28 Aerican Control Conference Westin Seattle Hotel, Seattle, Washington, USA June -3, 28 WeC9.5 A Model Free Autoatic Tuning Method for a Restricted Structured Controller by Using Siultaneous Perturbation

More information

A Low-Cost Multi-Failure Resilient Replication Scheme for High Data Availability in Cloud Storage

A Low-Cost Multi-Failure Resilient Replication Scheme for High Data Availability in Cloud Storage 216 IEEE 23rd International Conference on High Perforance Coputing A Low-Cost Multi-Failure Resilient Replication Schee for High Data Availability in Cloud Storage Jinwei Liu* and Haiying Shen *Departent

More information

KS3 Maths Progress Delta 2-year Scheme of Work

KS3 Maths Progress Delta 2-year Scheme of Work KS3 Maths Progress Delta 2-year Schee of Work See the spreadsheet for the detail. Essentially this is an express route through our higher-ability KS3 Maths Progress student books Delta 1, 2 and 3 as follows:

More information

A High-Speed VLSI Fuzzy Inference Processor for Trapezoid-Shaped Membership Functions *

A High-Speed VLSI Fuzzy Inference Processor for Trapezoid-Shaped Membership Functions * JOURNAL OF INFORMATION SCIENCE AND ENGINEERING 21, 607-626 (2005) A High-Speed VLSI Fuzzy Inference Processor for Trapezoid-Shaped Mebership Functions * SHIH-HSU HUANG AND JIAN-YUAN LAI + Departent of

More information

RECONFIGURABLE AND MODULAR BASED SYNTHESIS OF CYCLIC DSP DATA FLOW GRAPHS

RECONFIGURABLE AND MODULAR BASED SYNTHESIS OF CYCLIC DSP DATA FLOW GRAPHS RECONFIGURABLE AND MODULAR BASED SYNTHESIS OF CYCLIC DSP DATA FLOW GRAPHS AWNI ITRADAT Assistant Professor, Departent of Coputer Engineering, Faculty of Engineering, Hasheite University, P.O. Box 15459,

More information

Automatic Graph Drawing Algorithms

Automatic Graph Drawing Algorithms Autoatic Graph Drawing Algoriths Susan Si sisuz@turing.utoronto.ca Deceber 7, 996. Ebeddings of graphs have been of interest to theoreticians for soe tie, in particular those of planar graphs and graphs

More information

The research on end-effector position and orientation error distribution of SCARA industrial robot

The research on end-effector position and orientation error distribution of SCARA industrial robot International Journal of Research in Engineering and Science (IJRES) ISSN (Online): 2320-9364, ISSN (Print): 2320-9356 Volue 3 Issue 6 ǁ June 2015 ǁ PP.13-20 The research on end-effector position and orientation

More information

Feature Selection to Relate Words and Images

Feature Selection to Relate Words and Images The Open Inforation Systes Journal, 2009, 3, 9-13 9 Feature Selection to Relate Words and Iages Wei-Chao Lin 1 and Chih-Fong Tsai*,2 Open Access 1 Departent of Coputing, Engineering and Technology, University

More information

Reconstruction of Time Series using Optimal Ordering of ICA Components

Reconstruction of Time Series using Optimal Ordering of ICA Components Reconstruction of Tie Series using Optial Ordering of ICA Coponents Ar Goneid and Abear Kael Departent of Coputer Science & Engineering, The Aerican University in Cairo, Cairo, Egypt e-ail: goneid@aucegypt.edu

More information

Weeks 1 3 Weeks 4 6 Unit/Topic Number and Operations in Base 10

Weeks 1 3 Weeks 4 6 Unit/Topic Number and Operations in Base 10 Weeks 1 3 Weeks 4 6 Unit/Topic Nuber and Operations in Base 10 FLOYD COUNTY SCHOOLS CURRICULUM RESOURCES Building a Better Future for Every Child - Every Day! Suer 2013 Subject Content: Math Grade 3rd

More information

Design Optimization of Mixed Time/Event-Triggered Distributed Embedded Systems

Design Optimization of Mixed Time/Event-Triggered Distributed Embedded Systems Design Optiization of Mixed Tie/Event-Triggered Distributed Ebedded Systes Traian Pop, Petru Eles, Zebo Peng Dept. of Coputer and Inforation Science, Linköping University {trapo, petel, zebpe}@ida.liu.se

More information

An Ad Hoc Adaptive Hashing Technique for Non-Uniformly Distributed IP Address Lookup in Computer Networks

An Ad Hoc Adaptive Hashing Technique for Non-Uniformly Distributed IP Address Lookup in Computer Networks An Ad Hoc Adaptive Hashing Technique for Non-Uniforly Distributed IP Address Lookup in Coputer Networks Christopher Martinez Departent of Electrical and Coputer Engineering The University of Texas at San

More information

Modal Masses Estimation in OMA by a Consecutive Mass Change Method.

Modal Masses Estimation in OMA by a Consecutive Mass Change Method. Modal Masses Estiation in OMA by a Consecutive Mass Change Method. F. Pelayo University of Oviedo, Departent of Construction and Manufacturing Engineering, Gijón, Spain M. López-Aenlle University of Oviedo,

More information

3D Building Detection and Reconstruction from Aerial Images Using Perceptual Organization and Fast Graph Search

3D Building Detection and Reconstruction from Aerial Images Using Perceptual Organization and Fast Graph Search 436 Journal of Electrical Engineering & Technology, Vol. 3, No. 3, pp. 436~443, 008 3D Building Detection and Reconstruction fro Aerial Iages Using Perceptual Organization and Fast Graph Search Dong-Min

More information

Gromov-Hausdorff Distance Between Metric Graphs

Gromov-Hausdorff Distance Between Metric Graphs Groov-Hausdorff Distance Between Metric Graphs Jiwon Choi St Mark s School January, 019 Abstract In this paper we study the Groov-Hausdorff distance between two etric graphs We copute the precise value

More information

COLLABORATIVE BEAMFORMING FOR WIRELESS AD-HOC NETWORKS

COLLABORATIVE BEAMFORMING FOR WIRELESS AD-HOC NETWORKS International Journal of Coputer Science and Counication Vol. 3, No. 1, January-June 2012, pp. 181-185 COLLABORATIVE BEAMFORMING FOR WIRELESS AD-HOC NETWORKS A.H. Karode 1, S.R. Suralkar 2, Manoj Bagde

More information

A Study of the Relationship Between Support Vector Machine and Gabriel Graph

A Study of the Relationship Between Support Vector Machine and Gabriel Graph A Study of the Relationship Between Support Vector Machine and Gabriel Graph Wan Zhang and Irwin King {wzhang, king}@cse.cuhk.edu.hk Departent of Coputer Science & Engineering The Chinese University of

More information

IMAGE MOSAICKING FOR ESTIMATING THE MOTION OF AN UNDERWATER VEHICLE. Rafael García, Xevi Cufí and Lluís Pacheco

IMAGE MOSAICKING FOR ESTIMATING THE MOTION OF AN UNDERWATER VEHICLE. Rafael García, Xevi Cufí and Lluís Pacheco IMAGE MOSAICKING FOR ESTIMATING THE MOTION OF AN UNDERWATER VEHICLE Rafael García, Xevi Cufí and Lluís Pacheco Coputer Vision and Robotics Group Institute of Inforatics and Applications, University of

More information

Experiences with complex user profiles for approximate P2P community matching

Experiences with complex user profiles for approximate P2P community matching Experiences with coplex user profiles for approxiate PP counity atching Patrizio Dazzi ISTI-CNR Pisa, Italy p.dazzi@isti.cnr.it Matteo Mordacchini IIT-CNR Pisa, Italy.ordacchini@iit.cnr.it Fabio Baglini

More information

Construction of a regular hendecagon by two-fold origami

Construction of a regular hendecagon by two-fold origami J. C. LUCERO /207 Construction of a regular hendecagon by two-fold origai Jorge C. Lucero 1 Introduction Single-fold origai refers to geoetric constructions on a sheet of paper by perforing a sequence

More information

Utility-Based Resource Allocation for Mixed Traffic in Wireless Networks

Utility-Based Resource Allocation for Mixed Traffic in Wireless Networks IEEE IFOCO 2 International Workshop on Future edia etworks and IP-based TV Utility-Based Resource Allocation for ixed Traffic in Wireless etworks Li Chen, Bin Wang, Xiaohang Chen, Xin Zhang, and Dacheng

More information

A New Generic Model for Vision Based Tracking in Robotics Systems

A New Generic Model for Vision Based Tracking in Robotics Systems A New Generic Model for Vision Based Tracking in Robotics Systes Yanfei Liu, Ada Hoover, Ian Walker, Ben Judy, Mathew Joseph and Charly Heranson lectrical and Coputer ngineering Departent Cleson University

More information

MGS-SIFT: A New Illumination Invariant Feature Based on SIFT Descriptor

MGS-SIFT: A New Illumination Invariant Feature Based on SIFT Descriptor International Journal of Coputer Theory and Engineering, Vol 5, No, February 0 MGS-SIFT: A New Illuination Invariant Feature Based on SIFT Descriptor Reza Javanard Alitappeh and Fariborz Mahoudi Abstract

More information

THE rounding operation is performed in almost all arithmetic

THE rounding operation is performed in almost all arithmetic This is the author's version of an article that has been published in this journal. Changes were ade to this version by the publisher prior to publication. The final version of record is available at http://dx.doi.org/.9/tvlsi.5.538

More information

Privacy-preserving String-Matching With PRAM Algorithms

Privacy-preserving String-Matching With PRAM Algorithms Privacy-preserving String-Matching With PRAM Algoriths Report in MTAT.07.022 Research Seinar in Cryptography, Fall 2014 Author: Sander Sii Supervisor: Peeter Laud Deceber 14, 2014 Abstract In this report,

More information

Efficient Estimation of Inclusion Coefficient using HyperLogLog Sketches

Efficient Estimation of Inclusion Coefficient using HyperLogLog Sketches Efficient Estiation of Inclusion Coefficient using HyperLogLog Sketches Azade Nazi, Bolin Ding, Vivek Narasayya, Surajit Chaudhuri Microsoft Research {aznazi, bolind, viveknar, surajitc}@icrosoft.co ABSTRACT

More information

Medical Biophysics 302E/335G/ st1-07 page 1

Medical Biophysics 302E/335G/ st1-07 page 1 Medical Biophysics 302E/335G/500 20070109 st1-07 page 1 STEREOLOGICAL METHODS - CONCEPTS Upon copletion of this lesson, the student should be able to: -define the ter stereology -distinguish between quantitative

More information

Adaptive Parameter Estimation Based Congestion Avoidance Strategy for DTN

Adaptive Parameter Estimation Based Congestion Avoidance Strategy for DTN Proceedings of the nd International onference on oputer Science and Electronics Engineering (ISEE 3) Adaptive Paraeter Estiation Based ongestion Avoidance Strategy for DTN Qicai Yang, Futong Qin, Jianquan

More information

Collaborative Web Caching Based on Proxy Affinities

Collaborative Web Caching Based on Proxy Affinities Collaborative Web Caching Based on Proxy Affinities Jiong Yang T J Watson Research Center IBM jiyang@usibco Wei Wang T J Watson Research Center IBM ww1@usibco Richard Muntz Coputer Science Departent UCLA

More information

Image Filter Using with Gaussian Curvature and Total Variation Model

Image Filter Using with Gaussian Curvature and Total Variation Model IJECT Vo l. 7, Is s u e 3, Ju l y - Se p t 016 ISSN : 30-7109 (Online) ISSN : 30-9543 (Print) Iage Using with Gaussian Curvature and Total Variation Model 1 Deepak Kuar Gour, Sanjay Kuar Shara 1, Dept.

More information

Set Theoretic Estimation for Problems in Subtractive Color

Set Theoretic Estimation for Problems in Subtractive Color Set Theoretic Estiation for Probles in Subtractive Color Gaurav Shara Digital Iaging Technology Center, Xerox Corporation, MS0128-27E, 800 Phillips Rd, Webster, NY 14580 Received 25 March 1999; accepted

More information

Generating Mechanisms for Evolving Software Mirror Graph

Generating Mechanisms for Evolving Software Mirror Graph Journal of Modern Physics, 2012, 3, 1050-1059 http://dx.doi.org/10.4236/jp.2012.39139 Published Online Septeber 2012 (http://www.scirp.org/journal/jp) Generating Mechaniss for Evolving Software Mirror

More information

End-to-end Quality Adaptation Scheme Based on QoE Prediction for Video Streaming Service in LTE Networks

End-to-end Quality Adaptation Scheme Based on QoE Prediction for Video Streaming Service in LTE Networks End-to-end Quality Adaptation Schee Based on QoE Prediction for Video Streaing Service in LTE etworks Huifang Chen 1,2 Xin Yu 1 Lei Xie 1,2 1 Dept. of Inforation Science and Electronic Engineering, Zhejiang

More information

Smarter Balanced Assessment Consortium Claims, Targets, and Standard Alignment for Math

Smarter Balanced Assessment Consortium Claims, Targets, and Standard Alignment for Math Sarter Balanced Assessent Consortiu s, s, Stard Alignent for Math The Sarter Balanced Assessent Consortiu (SBAC) has created a hierarchy coprised of clais targets that together can be used to ake stateents

More information

MATRIX CALCULATION BACKWARD CHAINING IN RULE BASED EXPERT SYSTEM

MATRIX CALCULATION BACKWARD CHAINING IN RULE BASED EXPERT SYSTEM 4 th Research/Expert Conference with International Participation QUAITY 5, Fojnica, B&H, Noveber 9 -, 5 ATRIX CACUATION BACKWARD CHAINING IN RUE BASED EXPERT SYSTE sc aro Hell Universit of Split, Facult

More information

Research on a Kind of QoS-Sensitive Semantic Web Services Composition Method Based on Genetic Algorithm

Research on a Kind of QoS-Sensitive Semantic Web Services Composition Method Based on Genetic Algorithm roceedings of the 7th International Conference on Innovation & Manageent 893 Research on a Kind of QoS-Sensitive Seantic Web Services Coposition Method Based on Genetic Algorith Cao Hongjiang, Nie Guihua,

More information

Distributed Multi-robot Work Load Partition In Manufacturing Automation

Distributed Multi-robot Work Load Partition In Manufacturing Automation th IEEE Conference on Autoation Science and Engineering Key Bridge Marriott, Washington DC, USA August 3-, Distributed Multi-robot Work Load Partition In Manufacturing Autoation Gira S Tewolde, Changhua

More information

Oblivious Routing for Fat-Tree Based System Area Networks with Uncertain Traffic Demands

Oblivious Routing for Fat-Tree Based System Area Networks with Uncertain Traffic Demands Oblivious Routing for Fat-Tree Based Syste Area Networks with Uncertain Traffic Deands Xin Yuan Wickus Nienaber Zhenhai Duan Departent of Coputer Science Florida State University Tallahassee, FL 3306 {xyuan,nienaber,duan}@cs.fsu.edu

More information