Simulation and Performance Evaluation of Network on Chip Architectures and Algorithms using CINSIM

Size: px
Start display at page:

Download "Simulation and Performance Evaluation of Network on Chip Architectures and Algorithms using CINSIM"

Transcription

1 J. Basic. Appl. Sci. Res., 1(10) , , TextRoad Publication ISSN X Jounal of Basic and Applied Scientific Reseach Simulation and Pefomance Evaluation of Netwok on Chip Achitectues and Algoithms using CINSIM Sheaz Anjum*, Ehsan Ullah Muni and Muhammad Wasif Nisa COMSATS Institute of Infomation Technology, Quaid Avenue, The Mall, Wah Cantt, Pakistan and ABSTRACT The continuous satuation poblems of today s buses intoduced due to lage numbe of esouces has lead the System on Chip (SoC) designes to eseach a new SoC paadigm known as Netwoks-on-Chip (NoC). The eseach elated to NoC is still in its infancy and eseaches ae tying to popose, design and exploe diffeent achitectues, algoithms and simulation tools elated to NoC. In this pape we have exploed a tool named as CINSIM (Component Based Inteconnection Netwok Simulato) that is designed fo linux systems by a eseach team at Real-Time Systems and Robotics of Technische Univesität Belin. Fist we intoduced the simulation components and envionment elated to the tool and then applied the tool on a heteogeneous 2D-Mesh Netwok on Chip achitectue. We showed how the diffeent combinations of outing algoithms, switching techniques, simulation types, taffic souces and measuement types can be used to check the pefomance evaluation of the undeline heteogeneous NoC which in tun shows the geneal methodology of simulation and pefomance evaluation of any NoC platfom unde consideation. We hope this effot will help many NoC eseaches fo the quick design, analysis and selection of paticula NoC platfoms. KEY WORDS: Component Based Inteconnection Netwok Simulato (CINSIM), Switching Techniques, Routing Stategies, Taffic Souces, Flow Contol Unit (Flit). 1 INTRODUCTION Accoding to ITRS [1], we ae now able to fabicate billions of tansistos on a single chip using 45nm o lowe pocess technologies. Cuent SoC design methodologies ae not scaling well with the advancement of pocess technologies. The use of buses in today s SoCs fo inteconnecting heteogeneous esouces is becoming a bottleneck due to contention and congestion poblems. Moe ove global wie delays, eusability, less modulaity and scalability issues have added to the poblems of cuent bus based SoCs. Consequently some eseach goups [2], [3] and [4] have poposed to adopt the moe modula and scalable design methodologies known as Netwoks on chip, a new SoC paadigm. The use of Globally Asynchonous and Locally Synchonous concept in NoCs has disintegated the design of esouces fom the est of the netwok. Its use could enhance the scalability, modulaity and eusability of IP. Design and selection of appopiate achitectue, outing algoithm and switching technique fo on chip communication has a key ole in the design and implementation of the complete platfom fo NoC. An appopiate NoC tool can acceleate the pocess of design and selection of suitable NoC achitectues and algoithms. Due to lack of tools available fo NoC Simulations, many eseaches as in [5] [6], [11] and [12]have used publicly available Netwok Simulato 2 (NS-2) [7], [8], [9] fo the simulation and evaluation of thei NoC achitectues and algoithms, but NS-2 is less suitable fo the simulation and pefomance evaluation of netwoks on chip. Theefoe we decided to exploe, intoduce and apply CINSIM [10] tool that is moe suitable fo the simulation and pefomance evaluation of Netwoks-on-Chip achitectues and algoithms. In the following section we will biefly discuss the specification and use of CINSIM tool. *Coesponding Autho: Sheaz Anjum, COMSATS Institute of Infomation Technology, Quaid Avenue, The Mall, Wah Cantt, Pakistan. dsheaz@comsats.edu.pk 1594

2 Anjum et al., CINSIM CINSIM is a Component-based Inteconnection Netwok Simulato and is designed fo Linux envionments. The simulation is pefomed by the simulation coe (cinsim) to be contolled at the command-line. The coe is widely witten in C++ and capable of executing pefomance analysis of egula and iegula inteconnection netwoks with some bounday conditions to be satisfied. The simulation setup, including the netwok desciption, must be specified by an XML file based on an XML schema. Fo this pupose, the CINSIM povides a fully schema diven edito (cinsim-gui) that can visualize and edit the simulation paametes of the XML document shown in Figue 1 to easily descibe inteconnection netwoks. The edito is witten in JAVA that makes it platfom independent. Figue 1: The Global Setting Menu of 5x5 Heteogeneous 2D-Mesh XML Document The pefomance analysis of inteconnection netwoks that can be executed using the simulato CINSIM includes mean packet delay, mean queue length, mean flit delay, taget and souce thoughputs. These popeties can be investigated using steady-state o teminating simulations. Confidence levels and estimated pecisions ae obseved fo each measue. If the desied temination citeia ae met, the simulation stops. The component-based appoach of the simulato CINSIM leads to a distinction of seveal netwok and simulation components that can be put togethe in many ways. The following Netwok components can be used to descibe egula o iegula inteconnection netwoks: Souce Buffes Used to specify taffic souces Non-Shaed Buffes Used as intemediate data (Flit) holdes Routes Used to oute packets Taget Buffes Used to analyze eceived packets The simulation of an inteconnection netwok invokes seveal independent simulation components that can also be set up using the povided XML edito. The simulation components ae listed below: Routing Stategies Includes Bitmask, Shotest Path, XY and West Fist outing Switching Techniques Packet switching including Stoe-and-Fowad, Vitual/Patial Cut Though and Womhole switching Teminating and Steady State Simulations Scheduling Algoithms - To esolve outing conflicts Measue Routines - Flit Delay, Taget Thoughput, Souce Thoughput, Mean Queue Length 1595

3 J. Basic. Appl. Sci. Res., 1(10) , 2011 Backpessue Mechanisms Local o Global In the following sections we biefly descibe the impotant netwok and simulation components that can be setup by the povided schema diven edito fo the XML document unde consideation. 2.1 Souce Buffe Component A souce buffe does not eceive packets but ceates them on demand invoking vaious distibution functions such as geometic distibution, peiodic distibution, paeto distibution and andom-bust distibutions. In some aspects a souce buffe can be consideed as the countepat of a client connected to a netwok, like a single pocesso. A client usually tansfes a message to a netwok addessed to a specific client o to a set of clients also connected to the netwok. Howeve, a souce buffe component in CINSIM can not eceive messages, defined by constant-size packets; theefoe an additional taget buffe component is needed to simulate a client sending and eceiving messages. 2.2 Buffe Component Buffe components ae used to stoe packets along thei way though an inteconnection netwok. Within evey single clock cycle only one packet fagment (Flit) can be eceived and stoed while on the othe hand one fagment can be sent and emoved. 2.3 Taget Buffe Component The taget buffes ae special buffes that ae used as destinations fo packets passed though an inteconnection netwok simulated with CINSIM. Each taget buffe is epesented by a single bit within the taget bitmasks of packets and netwok components. Tagets can eceive one packet fagment (Flit) pe clock cycle and thei queue will be cleaed at the end of each clock cycle. Analyze components connected to taget buffes can analyze the eceived Flits. 2.4 Route Component The oute component is an abstact switch using an I/O matix to oute packets. Routes ae esponsible fo outing, scheduling and switching and contain input and output pots. Input pots seve incoming packets while an output pot is the contentious esouce. The opeation of a oute can be divided up into the outing, the scheduling and the switching. The contentious esouce can be solved by selecting one of many scheduling algoithms such as andom, global ound obin, local ound obin, fixed ode, most ecently used, least ecently used, most fequently used, least fequently used, oldest packet fist, longest waiting packet fist, pioity and deadline scheduling. All abites call the andom numbe geneato, if the scheduling algoithm cannot solve the conflict. 2.5 Routing Stategies The layout of an inteconnection netwok sets up one o, in case of edundancy, moe paths between a given souce/destination pai. A outing stategy detemines the paths to the destination fo a given message. CINSIM suppots fou diffeent outing stategies that includes Bitmask, Shotest Path, XY and West Fist outing out of which one can be set up fo each netwok configuation in the fist section of the local/global settings menu by choosing the elated value fo the attibute outingtype. 2.6 Switching Techniques Apat fom detemining valid paths between souces and destinations within an inteconnection netwok, a switching technique is needed that specifies how messages ae to be fagmented befoe passing them to the netwok and how the esouces along the path ae to be allocated. Futhemoe, a switching technique gives peconditions to be fulfilled befoe a fagment can be moved on to the next netwok component. CINSIM featues seveal packet switching techniques such as Stoe and Fowad, Vitual Cut Though, Patial Cut Though and Womhole switching technique. 2.7 Simulation Type CINSIM povides two diffeent types of simulation uns. A steady-state simulation can be used to detemine the pefomance chaacteistics fo the steady state of an inteconnection netwok. The simulation invokes consecutive clock cycles until the esults of all measuements each steady states. In contast to this appoach, the tansient behavio of an inteconnection netwok within a given ange of clock cycles can be investigated using a teminating simulation. A teminating simulation un stops and estats afte the last clock cycle of the desied ange has been simulated. Fo evey single clock cycle within the specified ange, a esult fo all set up measuements will be detemined. Both, steady-state and teminating simulation, ae obseved by CINSIM and stops, if all pefomance chaacteistics to be investigated each steady states accoding to a given confidence level and a desied pecision. 2.8 Obsevation Type This analyze component has been intoduced to povide some kind of measuement device that can be connected to othe 1596

4 Anjum et al., 2011 components of a netwok but it is actually not a netwok component. An analyze efes to one o moe measuement vaiables defining measuements. A measuement vaiable belongs to one paamete obseved by CINSIM o, in case of teminating simulations, to a sequence of paametes. Multiple analyzes may shae the same measuement vaiables and theefoe the same paametes. The obsevation types suppoted by CINSIM include delay and latency at tagets, delay and latency at buffes, souce thoughput, taget thoughput and mean queue length. 3 Implementation of a Heteogeneous 2D-Mesh NoC using CINSIM To apply the CINSIM tool and check the pefomance evaluation of diffeent paametes, we decided to choose 5x5 heteogeneous 2D-Mesh NoC achitectue as shown in the Figue 2. Whee epesents a esouce and epesents a oute. The esouce can be a DSP, a pocesso, RAM, ROM, an ASIC o an FPGA etc. The link between any two outes is a duplex link. By selecting Sim in the global setting menu of Figue 1 and choosing diffeent combinations of outing type, switching type and simulation type (efe to top-ight cone of Figue 1), we ceated diffeent XML documents elated to heteogeneous 2D-Mesh to be simulated and analyzed late by the cinsim coe. We defined thee measuement vaiables 1, 2 and 3 to measue the delay at tagets, souce thoughput and destination thoughput espectively and fou paametes 1, 2, 3 and 4 to be used with diffeent simulation components detailed in Table 1. Whee the stat value is used by fist simulation un and the add values ae used fo the next simulation uns in sequence : Route : Resouce Figue 2: Achitectue of 5x5 2D-Mesh NoC Table 1: Paamete Values and thei Relationship Paamete Stat Value Add Value Related To a 1 1 Buffe Size b 1 1 Packet Size c Geometic Distibution d 1 1 Peiodic Distibution By choosing the Mesh 0 component in the cinsim-gui edito (see Figue 1), we designed the 5x5 heteogeneous 2D-Mesh NoC achitectue as shown in Figue 3. To model the NoC as containing heteogeneous esouces, we applied geometic distibution on the odd numbeed souces and peiodic distibution on the even numbeed souce nodes. The detail of components and connections compised by a single Mesh node is shown in Figue 4. Each Mesh node contains fou input and fou output pots which is also clea fom Figue 3. In addition it consists of a souce buffe S0 to geneate packets accoding to selected distibution function, a taget buffe T0 to eceive taffic in the fom of packets, a oute R0 to oute and schedule Flits depending on selected outing technique and scheduling algoithm, five buffe components B0 to B4 to hold intemediate Flits duing thei flight to the destinations and two analyze components A0 and A1 to measue the delay, taget thoughput and souce thoughput espectively. 1597

5 J. Basic. Appl. Sci. Res., 1(10) , 2011 Figue 3: 5x5 Heteogeneous 2D-Mesh NoC Achitectue using cinsim-gui Figue 4: Components compised by a Mesh Node 4 SIMULATION RESULTS We analyzed the achitectue of Figue 3 using diffeent combinations of outing, switching, simulation and measuement types without distubing the local infomation at each node. The detail of combinations used fo the geneation of diffeent XML files is listed in Table 2. The geneated XML files along with 90% confidence level and 10% pecision wee used one by one as an input to the cinsim coe to evaluate the heteogeneous 2D-Mesh achitectue fo paametes such as delay at tagets, souce thoughput and destination thoughputs. In the Figues fom 5 to 10, we will use some abbeviations as given in Table 3. Table 3: Abbeviations Used in Figues 5 to 10 Name West Fist Stoe and Fowad Patial Cut Though Souce Thoughput Taget Thoughput Steady State Simulation Teminating Simulation Abbeviation WF SaF PCT STP TTP SSS TS 1598

6 Anjum et al., 2011 Table 2: Detail of Combinations fo the Geneation of Diffeent XML Files Combination Routing Type Switching Type Simulation Type Measuement Type 1 West Fist Stoe and Fowad Steady State Delay at Tagets 2 XY Stoe and Fowad Steady State Delay at Tagets 3 West Fist Patial Cut Though Steady State Delay at Tagets 4 XY Patial Cut Though Steady State Delay at Tagets 5 West Fist Stoe and Fowad Teminating Delay at Tagets 6 XY Stoe and Fowad Teminating Delay at Tagets 7 West Fist Patial Cut Though Teminating Delay at Tagets 8 XY Patial Cut Though Teminating Delay at Tagets 9 West Fist Stoe and Fowad Steady State Souce Thoughput 10 XY Stoe and Fowad Steady State Souce Thoughput 11 West Fist Patial Cut Though Steady State Souce Thoughput 12 XY Patial Cut Though Steady State Souce Thoughput 13 West Fist Stoe and Fowad Teminating Souce Thoughput 14 XY Stoe and Fowad Teminating Souce Thoughput 15 West Fist Patial Cut Though Teminating Souce Thoughput 16 XY Patial Cut Though Teminating Souce Thoughput 17 West Fist Stoe and Fowad Steady State Taget Thoughput 18 XY Stoe and Fowad Steady State Taget Thoughput 19 West Fist Patial Cut Though Steady State Taget Thoughput 20 XY Patial Cut Though Steady State Taget Thoughput 21 West Fist Stoe and Fowad Teminating Taget Thoughput 22 XY Stoe and Fowad Teminating Taget Thoughput 23 West Fist Patial Cut Though Teminating Taget Thoughput 24 XY Patial Cut Though Teminating Taget Thoughput Figue 5: Delay Vs Simulation Runs Using SSS Figues 5 and 6 with combinations fom 1 to 4 and 5 to 8 (see Table 2) shows the delay at tagets Vs simulation uns using steady state simulation and clock cycle using teminating simulation espectively. In both Figues XY with PCT has the lowest delay and poves to be the best combination fo the heteogeneous 2D-Mesh NoC. Figue 7 and 8 with combinations fom 9 to 12 and 13 to 16 shows the souce thoughput Vs simulation uns using steady state simulation and clock cycle using teminating simulation espectively. On the aveage the souce thoughput fo the steady 1599

7 1600 J. Basic. Appl. Sci. Res., 1(10) , 2011 state simulation inceases fo the next simulation uns on the othe hand it deceases fo the teminating simulation up to cycle 15 and then andomly vaies between 0.3 and Figue 6: Delay Vs Clock Cycle Using TS Figue 7: STP Vs Simulation Runs Using SSS Figue 8: STP Vs Clock Cycle Using TS Similaly Figue 9 and 10 with combinations fom 17 to 20 and 21 to 24 shows the taget thoughput Vs simulation uns using steady state simulation and clock cycle using teminating simulation espectively. Again in this case XY with PCT has the lagest taget thoughput. Keeping in view of these esults we can conclude that XY outing with PCT switching technique can be selected as a best choice fo 5x5 heteogeneous 2D-Mesh NoC. Similaly any othe NoC achitectue can be analyzed fo diffeent combinations and the best one can be selected fo the implementations.

8 Anjum et al., 2011 Figue 9: TTP Vs Simulation Runs Using SSS Figue 10: TTP Vs Clock Cycle Using TS 5 Conclusions In this pape we intoduced the eade to a new tool named as Component Based Inteconnection Netwok Simulato (CINSIM) that is designed fo linux platfoms and poves to be a suitable choice fo netwok-on-chip simulations and pefomance evaluation. We showed the methodology of designing the XML files using the GUI based schema diven edito cinsim-gui taking a paticula 5x5 heteogeneous 2D-Mesh NoC achitectue into consideation by selecting diffeent combinations of outing stategies, switching techniques and simulation types povided by the edito. Late we applied the coe cinsim to the designed XML files of the 2D-Mesh NoC to get the simulation esults elated to the delay at tagets, souce thoughput and taget thoughputs. The esults show that the XY outing algoithm with Patial Cut Though switching technique poves to be the best choice fo this paticula achitectue. Hence the CINSIM tool can effectively be used fo the design, analysis and selection of diffeent kind of NoC achitectues and algoithms befoe thei actual implementations which in tun helps to acceleate the oveall pocess of NoC platfom design. Acknowledements This wok is jointly sponsoed by COMSATS Institute Of Infomation Technology, Pakistan and 国家自然科学基金项目 unde the No REFERENCES [1] ITRS. Intenational technology oadmap fo semiconductos edition, [2] L. Benini, G. D. Micheli, Netwoks on Chip: A New SoC Paadigm. IEEE Compute., 35(1):

9 J. Basic. Appl. Sci. Res., 1(10) , 2011 [3] Kuma S et al., A Netwok on Chip Achitectue and Design Methodology. In the Poceedings of the 2002 IEEE Compute Society Annual Symposium on VLSI, pp: [4] Jantsch A, Tenhunen H, Netwoks on Chip. Kluwe Academic Publishes, pp: [5] Sun Y R, Kuma S, Jantsch A. Simulation and Evaluation fo a Netwok on Chip Achitectue Using Ns-2. In the Poceedings of th NORCHIP Confeence, pp: 6. [6] Vahdatpou A, Tavakoli A, Falaki M H. Hieachical Gaph: A New Cost Effective Achitectue fo Netwok on Chip. In the Poceedings of 2005 EUC(IFIP), LNCS 3824, pp [7] Fall K, Vaadhan K, The NS Manual. The VINT Poject, available at [8] Altman E, Jimenez T., NS Simulato fo Beginnes: Lectue Notes, Univ. de Los Andes, Meida, Venezuela, Fance. [9] The netwok simulato - NS-2, available at [10] Walte A, Kühm M, Tutsch D, Lüdtke D, Zimmemann C., CINSim Handbook: Installation and Use's Guide. Technische Univesität Belin, Real-Time Systems and Robotics Copyight , pp: [11] Sheaz Anjum, Jie Chen, Pei-pei Yue and Jian Liu, A Delay Optimized Achitectue fo On-Chip Communication. Jounal of Electonic Science and Technology of China., 7(2): [12] Sheaz Anjum, Chen Jie, Yue Pei-pei and Liu Jian, Taffic Modeling and Mapping of H.264 Encode on 2D-Mesh Vs Application Specific NoC. Jounal of System Simulation., 20(10):

a Not yet implemented in current version SPARK: Research Kit Pointer Analysis Parameters Soot Pointer analysis. Objectives

a Not yet implemented in current version SPARK: Research Kit Pointer Analysis Parameters Soot Pointer analysis. Objectives SPARK: Soot Reseach Kit Ondřej Lhoták Objectives Spak is a modula toolkit fo flow-insensitive may points-to analyses fo Java, which enables expeimentation with: vaious paametes of pointe analyses which

More information

IP Network Design by Modified Branch Exchange Method

IP Network Design by Modified Branch Exchange Method Received: June 7, 207 98 IP Netwok Design by Modified Banch Method Kaiat Jaoenat Natchamol Sichumoenattana 2* Faculty of Engineeing at Kamphaeng Saen, Kasetsat Univesity, Thailand 2 Faculty of Management

More information

Prioritized Traffic Recovery over GMPLS Networks

Prioritized Traffic Recovery over GMPLS Networks Pioitized Taffic Recovey ove GMPLS Netwoks 2005 IEEE. Pesonal use of this mateial is pemitted. Pemission fom IEEE mu be obtained fo all othe uses in any cuent o futue media including epinting/epublishing

More information

Controlled Information Maximization for SOM Knowledge Induced Learning

Controlled Information Maximization for SOM Knowledge Induced Learning 3 Int'l Conf. Atificial Intelligence ICAI'5 Contolled Infomation Maximization fo SOM Knowledge Induced Leaning Ryotao Kamimua IT Education Cente and Gaduate School of Science and Technology, Tokai Univeisity

More information

An Unsupervised Segmentation Framework For Texture Image Queries

An Unsupervised Segmentation Framework For Texture Image Queries An Unsupevised Segmentation Famewok Fo Textue Image Queies Shu-Ching Chen Distibuted Multimedia Infomation System Laboatoy School of Compute Science Floida Intenational Univesity Miami, FL 33199, USA chens@cs.fiu.edu

More information

A Memory Efficient Array Architecture for Real-Time Motion Estimation

A Memory Efficient Array Architecture for Real-Time Motion Estimation A Memoy Efficient Aay Achitectue fo Real-Time Motion Estimation Vasily G. Moshnyaga and Keikichi Tamau Depatment of Electonics & Communication, Kyoto Univesity Sakyo-ku, Yoshida-Honmachi, Kyoto 66-1, JAPAN

More information

IP Multicast Simulation in OPNET

IP Multicast Simulation in OPNET IP Multicast Simulation in OPNET Xin Wang, Chien-Ming Yu, Henning Schulzinne Paul A. Stipe Columbia Univesity Reutes Depatment of Compute Science 88 Pakway Dive South New Yok, New Yok Hauppuage, New Yok

More information

Modelling, simulation, and performance analysis of a CAN FD system with SAE benchmark based message set

Modelling, simulation, and performance analysis of a CAN FD system with SAE benchmark based message set Modelling, simulation, and pefomance analysis of a CAN FD system with SAE benchmak based message set Mahmut Tenuh, Panagiotis Oikonomidis, Peiklis Chachalakis, Elias Stipidis Mugla S. K. Univesity, TR;

More information

RANDOM IRREGULAR BLOCK-HIERARCHICAL NETWORKS: ALGORITHMS FOR COMPUTATION OF MAIN PROPERTIES

RANDOM IRREGULAR BLOCK-HIERARCHICAL NETWORKS: ALGORITHMS FOR COMPUTATION OF MAIN PROPERTIES RANDOM IRREGULAR BLOCK-HIERARCHICAL NETWORKS: ALGORITHMS FOR COMPUTATION OF MAIN PROPERTIES Svetlana Avetisyan Mikayel Samvelyan* Matun Kaapetyan Yeevan State Univesity Abstact In this pape, the class

More information

ANALYTIC PERFORMANCE MODELS FOR SINGLE CLASS AND MULTIPLE CLASS MULTITHREADED SOFTWARE SERVERS

ANALYTIC PERFORMANCE MODELS FOR SINGLE CLASS AND MULTIPLE CLASS MULTITHREADED SOFTWARE SERVERS ANALYTIC PERFORMANCE MODELS FOR SINGLE CLASS AND MULTIPLE CLASS MULTITHREADED SOFTWARE SERVERS Daniel A Menascé Mohamed N Bennani Dept of Compute Science Oacle, Inc Geoge Mason Univesity 1211 SW Fifth

More information

Slotted Random Access Protocol with Dynamic Transmission Probability Control in CDMA System

Slotted Random Access Protocol with Dynamic Transmission Probability Control in CDMA System Slotted Random Access Potocol with Dynamic Tansmission Pobability Contol in CDMA System Intaek Lim 1 1 Depatment of Embedded Softwae, Busan Univesity of Foeign Studies, itlim@bufs.ac.k Abstact In packet

More information

ADDING REALISM TO SOURCE CHARACTERIZATION USING A GENETIC ALGORITHM

ADDING REALISM TO SOURCE CHARACTERIZATION USING A GENETIC ALGORITHM ADDING REALISM TO SOURCE CHARACTERIZATION USING A GENETIC ALGORITHM Luna M. Rodiguez*, Sue Ellen Haupt, and Geoge S. Young Depatment of Meteoology and Applied Reseach Laboatoy The Pennsylvania State Univesity,

More information

EE 6900: Interconnection Networks for HPC Systems Fall 2016

EE 6900: Interconnection Networks for HPC Systems Fall 2016 EE 6900: Inteconnection Netwoks fo HPC Systems Fall 2016 Avinash Kaanth Kodi School of Electical Engineeing and Compute Science Ohio Univesity Athens, OH 45701 Email: kodi@ohio.edu 1 Acknowledgement: Inteconnection

More information

Fault-Tolerant Routing Schemes in RDT(2,2,1)/α-Based Interconnection Network for Networks-on-Chip Designs

Fault-Tolerant Routing Schemes in RDT(2,2,1)/α-Based Interconnection Network for Networks-on-Chip Designs Fault-Toleant Routing Schemes in RDT(,,)/α-Based Inteconnection Netwok fo Netwoks-on-Chip Designs Mei Yang, Tao Li, Yingtao Jiang, and Yulu Yang Dept. of Electical & Compute Engineeing Univesity of Nevada,

More information

Performance Optimization in Structured Wireless Sensor Networks

Performance Optimization in Structured Wireless Sensor Networks 5 The Intenational Aab Jounal of Infomation Technology, Vol. 6, o. 5, ovembe 9 Pefomance Optimization in Stuctued Wieless Senso etwoks Amine Moussa and Hoda Maalouf Compute Science Depatment, ote Dame

More information

Positioning of a robot based on binocular vision for hand / foot fusion Long Han

Positioning of a robot based on binocular vision for hand / foot fusion Long Han 2nd Intenational Confeence on Advances in Mechanical Engineeing and Industial Infomatics (AMEII 26) Positioning of a obot based on binocula vision fo hand / foot fusion Long Han Compute Science and Technology,

More information

Journal of World s Electrical Engineering and Technology J. World. Elect. Eng. Tech. 1(1): 12-16, 2012

Journal of World s Electrical Engineering and Technology J. World. Elect. Eng. Tech. 1(1): 12-16, 2012 2011, Scienceline Publication www.science-line.com Jounal of Wold s Electical Engineeing and Technology J. Wold. Elect. Eng. Tech. 1(1): 12-16, 2012 JWEET An Efficient Algoithm fo Lip Segmentation in Colo

More information

Hierarchically Clustered P2P Streaming System

Hierarchically Clustered P2P Streaming System Hieachically Clusteed P2P Steaming System Chao Liang, Yang Guo, and Yong Liu Polytechnic Univesity Thomson Lab Booklyn, NY 11201 Pinceton, NJ 08540 Abstact Pee-to-pee video steaming has been gaining populaity.

More information

Optical Flow for Large Motion Using Gradient Technique

Optical Flow for Large Motion Using Gradient Technique SERBIAN JOURNAL OF ELECTRICAL ENGINEERING Vol. 3, No. 1, June 2006, 103-113 Optical Flow fo Lage Motion Using Gadient Technique Md. Moshaof Hossain Sake 1, Kamal Bechkoum 2, K.K. Islam 1 Abstact: In this

More information

Detection and Recognition of Alert Traffic Signs

Detection and Recognition of Alert Traffic Signs Detection and Recognition of Alet Taffic Signs Chia-Hsiung Chen, Macus Chen, and Tianshi Gao 1 Stanfod Univesity Stanfod, CA 9305 {echchen, macuscc, tianshig}@stanfod.edu Abstact Taffic signs povide dives

More information

Multidimensional Testing

Multidimensional Testing Multidimensional Testing QA appoach fo Stoage netwoking Yohay Lasi Visuality Systems 1 Intoduction Who I am Yohay Lasi, QA Manage at Visuality Systems Visuality Systems the leading commecial povide of

More information

Journal of Network and Computer Applications

Journal of Network and Computer Applications Jounal of Netwok and Compute Applications 34 (211) 135 142 Contents lists available at ScienceDiect Jounal of Netwok and Compute Applications jounal homepage: www.elsevie.com/locate/jnca Optimization of

More information

Illumination methods for optical wear detection

Illumination methods for optical wear detection Illumination methods fo optical wea detection 1 J. Zhang, 2 P.P.L.Regtien 1 VIMEC Applied Vision Technology, Coy 43, 5653 LC Eindhoven, The Nethelands Email: jianbo.zhang@gmail.com 2 Faculty Electical

More information

Dynamic Topology Control to Reduce Interference in MANETs

Dynamic Topology Control to Reduce Interference in MANETs Dynamic Topology Contol to Reduce Intefeence in MANETs Hwee Xian TAN 1,2 and Winston K. G. SEAH 2,1 {stuhxt, winston}@i2.a-sta.edu.sg 1 Depatment of Compute Science, School of Computing, National Univesity

More information

The Dual Round Robin Matching Switch with Exhaustive Service

The Dual Round Robin Matching Switch with Exhaustive Service The Dual Round Robin Matching Switch with Exhaustive Sevice Yihan Li, Shivenda S. Panwa, H. Jonathan Chao Abstact Vitual Output Queuing is widely used by fixed-length highspeed switches to ovecome head-of-line

More information

arxiv: v2 [physics.soc-ph] 30 Nov 2016

arxiv: v2 [physics.soc-ph] 30 Nov 2016 Tanspotation dynamics on coupled netwoks with limited bandwidth Ming Li 1,*, Mao-Bin Hu 1, and Bing-Hong Wang 2, axiv:1607.05382v2 [physics.soc-ph] 30 Nov 2016 1 School of Engineeing Science, Univesity

More information

Any modern computer system will incorporate (at least) two levels of storage:

Any modern computer system will incorporate (at least) two levels of storage: 1 Any moden compute system will incopoate (at least) two levels of stoage: pimay stoage: andom access memoy (RAM) typical capacity 32MB to 1GB cost pe MB $3. typical access time 5ns to 6ns bust tansfe

More information

Topological Characteristic of Wireless Network

Topological Characteristic of Wireless Network Topological Chaacteistic of Wieless Netwok Its Application to Node Placement Algoithm Husnu Sane Naman 1 Outline Backgound Motivation Papes and Contibutions Fist Pape Second Pape Thid Pape Futue Woks Refeences

More information

Image Enhancement in the Spatial Domain. Spatial Domain

Image Enhancement in the Spatial Domain. Spatial Domain 8-- Spatial Domain Image Enhancement in the Spatial Domain What is spatial domain The space whee all pixels fom an image In spatial domain we can epesent an image by f( whee x and y ae coodinates along

More information

Annales UMCS Informatica AI 2 (2004) UMCS

Annales UMCS Informatica AI 2 (2004) UMCS Pobane z czasopisma Annales AI- Infomatica http://ai.annales.umcs.pl Annales Infomatica AI 2 (2004) 33-340 Annales Infomatica Lublin-Polonia Sectio AI http://www.annales.umcs.lublin.pl/ Embedding as a

More information

Automatically Testing Interacting Software Components

Automatically Testing Interacting Software Components Automatically Testing Inteacting Softwae Components Leonad Gallaghe Infomation Technology Laboatoy National Institute of Standads and Technology Gaithesbug, MD 20899, USA lgallaghe@nist.gov Jeff Offutt

More information

A modal estimation based multitype sensor placement method

A modal estimation based multitype sensor placement method A modal estimation based multitype senso placement method *Xue-Yang Pei 1), Ting-Hua Yi 2) and Hong-Nan Li 3) 1),)2),3) School of Civil Engineeing, Dalian Univesity of Technology, Dalian 116023, China;

More information

i-pcgrid Workshop 2016 April 1 st 2016 San Francisco, CA

i-pcgrid Workshop 2016 April 1 st 2016 San Francisco, CA i-pcgrid Wokshop 2016 Apil 1 st 2016 San Fancisco, CA Liang Min* Eddy Banks, Bian Kelley, Met Kokali, Yining Qin, Steve Smith, Philip Top, and Caol Woodwad *min2@llnl.gov, 925-422-1187 LDRD 13-ERD-043

More information

High performance CUDA based CNN image processor

High performance CUDA based CNN image processor High pefomance UDA based NN image pocesso GEORGE VALENTIN STOIA, RADU DOGARU, ELENA RISTINA STOIA Depatment of Applied Electonics and Infomation Engineeing Univesity Politehnica of Buchaest -3, Iuliu Maniu

More information

XFVHDL: A Tool for the Synthesis of Fuzzy Logic Controllers

XFVHDL: A Tool for the Synthesis of Fuzzy Logic Controllers XFVHDL: A Tool fo the Synthesis of Fuzzy Logic Contolles E. Lago, C. J. Jiménez, D. R. López, S. Sánchez-Solano and A. Baiga Instituto de Micoelectónica de Sevilla. Cento Nacional de Micoelectónica, Edificio

More information

Point-Biserial Correlation Analysis of Fuzzy Attributes

Point-Biserial Correlation Analysis of Fuzzy Attributes Appl Math Inf Sci 6 No S pp 439S-444S (0 Applied Mathematics & Infomation Sciences An Intenational Jounal @ 0 NSP Natual Sciences Publishing o Point-iseial oelation Analysis of Fuzzy Attibutes Hao-En hueh

More information

Modeling a shared medium access node with QoS distinction

Modeling a shared medium access node with QoS distinction Modeling a shaed medium access node with QoS distinction Matthias Gies, Jonas Geutet Compute Engineeing and Netwoks Laboatoy (TIK) Swiss Fedeal Institute of Technology Züich CH-8092 Züich, Switzeland email:

More information

Scaling Location-based Services with Dynamically Composed Location Index

Scaling Location-based Services with Dynamically Composed Location Index Scaling Location-based Sevices with Dynamically Composed Location Index Bhuvan Bamba, Sangeetha Seshadi and Ling Liu Distibuted Data Intensive Systems Laboatoy (DiSL) College of Computing, Geogia Institute

More information

Method of controlling access to intellectual switching nodes of telecommunication networks and systems

Method of controlling access to intellectual switching nodes of telecommunication networks and systems ISSN (e): 2250 3005 Volume 05 Issue 05 ay 2015 Intenational Jounal of Computational Engineeing eseach (IJCE) ethod of contolling access to intellectual switching nodes of telecommunication netwoks and

More information

Segmentation of Casting Defects in X-Ray Images Based on Fractal Dimension

Segmentation of Casting Defects in X-Ray Images Based on Fractal Dimension 17th Wold Confeence on Nondestuctive Testing, 25-28 Oct 2008, Shanghai, China Segmentation of Casting Defects in X-Ray Images Based on Factal Dimension Jue WANG 1, Xiaoqin HOU 2, Yufang CAI 3 ICT Reseach

More information

APPLICATION OF STRUCTURED QUEUING NETWORKS IN QOS ESTIMITION OF TELECOMMUNICATION SERVICE

APPLICATION OF STRUCTURED QUEUING NETWORKS IN QOS ESTIMITION OF TELECOMMUNICATION SERVICE APPLICATION OF STRUCTURED QUEUING NETWORKS IN QOS ESTIMITION OF TELECOMMUNICATION SERVICE 1 YAROSLAVTSEV A.F., 2 Al-THUNEIBAT S.A., 3 AL TAWALBEH N.A 1 Depatment of Netwoking, SSUTI, Novosibisk, Russia

More information

The Internet Ecosystem and Evolution

The Internet Ecosystem and Evolution The Intenet Ecosystem and Evolution Contents Netwok outing: basics distibuted/centalized, static/dynamic, linkstate/path-vecto inta-domain/inte-domain outing Mapping the sevice model to AS-AS paths valley-fee

More information

Conversion Functions for Symmetric Key Ciphers

Conversion Functions for Symmetric Key Ciphers Jounal of Infomation Assuance and Secuity 2 (2006) 41 50 Convesion Functions fo Symmetic Key Ciphes Deba L. Cook and Angelos D. Keomytis Depatment of Compute Science Columbia Univesity, mail code 0401

More information

Communication vs Distributed Computation: an alternative trade-off curve

Communication vs Distributed Computation: an alternative trade-off curve Communication vs Distibuted Computation: an altenative tade-off cuve Yahya H. Ezzeldin, Mohammed amoose, Chistina Fagouli Univesity of Califonia, Los Angeles, CA 90095, USA, Email: {yahya.ezzeldin, mkamoose,

More information

On Adaptive Bandwidth Sharing with Rate Guarantees

On Adaptive Bandwidth Sharing with Rate Guarantees On Adaptive Bandwidth Shaing with Rate Guaantees N.G. Duffield y T. V. Lakshman D. Stiliadis y AT&T Laboatoies Bell Labs Rm A175, 180 Pak Avenue Lucent Technologies Floham Pak, 101 Cawfods Cone Road NJ

More information

A VECTOR PERTURBATION APPROACH TO THE GENERALIZED AIRCRAFT SPARE PARTS GROUPING PROBLEM

A VECTOR PERTURBATION APPROACH TO THE GENERALIZED AIRCRAFT SPARE PARTS GROUPING PROBLEM Accepted fo publication Intenational Jounal of Flexible Automation and Integated Manufactuing. A VECTOR PERTURBATION APPROACH TO THE GENERALIZED AIRCRAFT SPARE PARTS GROUPING PROBLEM Nagiza F. Samatova,

More information

Adaptation of Motion Capture Data of Human Arms to a Humanoid Robot Using Optimization

Adaptation of Motion Capture Data of Human Arms to a Humanoid Robot Using Optimization ICCAS25 June 2-5, KINTEX, Gyeonggi-Do, Koea Adaptation of Motion Captue Data of Human Ams to a Humanoid Robot Using Optimization ChangHwan Kim and Doik Kim Intelligent Robotics Reseach Cente, Koea Institute

More information

Embeddings into Crossed Cubes

Embeddings into Crossed Cubes Embeddings into Cossed Cubes Emad Abuelub *, Membe, IAENG Abstact- The hypecube paallel achitectue is one of the most popula inteconnection netwoks due to many of its attactive popeties and its suitability

More information

Improved Utility-based Congestion Control for Delay-Constrained Communication

Improved Utility-based Congestion Control for Delay-Constrained Communication Impoved Utility-based Congestion Contol fo Delay-Constained Communication Stefano D Aonco, Laua Toni, Segio Mena, Xiaoqing Zhu, and Pascal Fossad axiv:5.2799v3 [cs.ni] 2 Jan 27 Abstact Due to the pesence

More information

On using circuit-switched networks for file transfers

On using circuit-switched networks for file transfers On using cicuit-switched netwoks fo file tansfes Xiuduan Fang, Malathi Veeaaghavan Univesity of Viginia Email: {xf4c, mv5g}@viginia.edu Abstact High-speed optical cicuit-switched netwoks ae being deployed

More information

COSC 6385 Computer Architecture. - Pipelining

COSC 6385 Computer Architecture. - Pipelining COSC 6385 Compute Achitectue - Pipelining Sping 2012 Some of the slides ae based on a lectue by David Culle, Pipelining Pipelining is an implementation technique wheeby multiple instuctions ae ovelapped

More information

Transmission Lines Modeling Based on Vector Fitting Algorithm and RLC Active/Passive Filter Design

Transmission Lines Modeling Based on Vector Fitting Algorithm and RLC Active/Passive Filter Design Tansmission Lines Modeling Based on Vecto Fitting Algoithm and RLC Active/Passive Filte Design Ahmed Qasim Tuki a,*, Nashien Fazilah Mailah b, Mohammad Lutfi Othman c, Ahmad H. Saby d Cente fo Advanced

More information

A Two-stage and Parameter-free Binarization Method for Degraded Document Images

A Two-stage and Parameter-free Binarization Method for Degraded Document Images A Two-stage and Paamete-fee Binaization Method fo Degaded Document Images Yung-Hsiang Chiu 1, Kuo-Liang Chung 1, Yong-Huai Huang 2, Wei-Ning Yang 3, Chi-Huang Liao 4 1 Depatment of Compute Science and

More information

Configuring RSVP-ATM QoS Interworking

Configuring RSVP-ATM QoS Interworking Configuing RSVP-ATM QoS Intewoking Last Updated: Januay 15, 2013 This chapte descibes the tasks fo configuing the RSVP-ATM QoS Intewoking featue, which povides suppot fo Contolled Load Sevice using RSVP

More information

DEADLOCK AVOIDANCE IN BATCH PROCESSES. M. Tittus K. Åkesson

DEADLOCK AVOIDANCE IN BATCH PROCESSES. M. Tittus K. Åkesson DEADLOCK AVOIDANCE IN BATCH PROCESSES M. Tittus K. Åkesson Univesity College Boås, Sweden, e-mail: Michael.Tittus@hb.se Chalmes Univesity of Technology, Gothenbug, Sweden, e-mail: ka@s2.chalmes.se Abstact:

More information

Assessment of Track Sequence Optimization based on Recorded Field Operations

Assessment of Track Sequence Optimization based on Recorded Field Operations Assessment of Tack Sequence Optimization based on Recoded Field Opeations Matin A. F. Jensen 1,2,*, Claus G. Søensen 1, Dionysis Bochtis 1 1 Aahus Univesity, Faculty of Science and Technology, Depatment

More information

SYSTEM LEVEL REUSE METRICS FOR OBJECT ORIENTED SOFTWARE : AN ALTERNATIVE APPROACH

SYSTEM LEVEL REUSE METRICS FOR OBJECT ORIENTED SOFTWARE : AN ALTERNATIVE APPROACH I J C A 7(), 202 pp. 49-53 SYSTEM LEVEL REUSE METRICS FOR OBJECT ORIENTED SOFTWARE : AN ALTERNATIVE APPROACH Sushil Goel and 2 Rajesh Vema Associate Pofesso, Depatment of Compute Science, Dyal Singh College,

More information

Physical Aware System Level Design for Tiled Hierarchical Chip Multiprocessors

Physical Aware System Level Design for Tiled Hierarchical Chip Multiprocessors Physical Awae System Level Design fo Tiled Hieachical hip Multipocessos Jodi otadella, Javie de San Pedo, Nikita Nikitin and Jodi Petit Univesitat Politècnica de atalunya (Bacelona) Poject funded by Intel

More information

An effective hop-by-hop Interest shaping mechanism for CCN communications

An effective hop-by-hop Interest shaping mechanism for CCN communications An effective hop-by-hop Inteest shaping mechanism fo CCN communications Natalya Rozhnova, Sege Fdida To cite this vesion: Natalya Rozhnova, Sege Fdida. An effective hop-by-hop Inteest shaping mechanism

More information

SCALABLE ENERGY EFFICIENT AD-HOC ON DEMAND DISTANCE VECTOR (SEE-AODV) ROUTING PROTOCOL IN WIRELESS MESH NETWORKS

SCALABLE ENERGY EFFICIENT AD-HOC ON DEMAND DISTANCE VECTOR (SEE-AODV) ROUTING PROTOCOL IN WIRELESS MESH NETWORKS SCALABL NRGY FFICINT AD-HOC ON DMAND DISTANC VCTOR (S-AODV) ROUTING PROTOCOL IN WIRLSS MSH NTWORKS Sikande Singh Reseach Schola, Depatment of Compute Science & ngineeing, Punjab ngineeing College (PC),

More information

An Improved Resource Reservation Protocol

An Improved Resource Reservation Protocol Jounal of Compute Science 3 (8: 658-665, 2007 SSN 549-3636 2007 Science Publications An mpoved Resouce Resevation Potocol Desie Oulai, Steven Chambeland and Samuel Piee Depatment of Compute Engineeing

More information

Accurate Diffraction Efficiency Control for Multiplexed Volume Holographic Gratings. Xuliang Han, Gicherl Kim, and Ray T. Chen

Accurate Diffraction Efficiency Control for Multiplexed Volume Holographic Gratings. Xuliang Han, Gicherl Kim, and Ray T. Chen Accuate Diffaction Efficiency Contol fo Multiplexed Volume Hologaphic Gatings Xuliang Han, Gichel Kim, and Ray T. Chen Micoelectonic Reseach Cente Depatment of Electical and Compute Engineeing Univesity

More information

Combinatorial Mobile IP: A New Efficient Mobility Management Using Minimized Paging and Local Registration in Mobile IP Environments

Combinatorial Mobile IP: A New Efficient Mobility Management Using Minimized Paging and Local Registration in Mobile IP Environments Wieless Netwoks 0, 3 32, 200 200 Kluwe Academic Publishes. Manufactued in The Nethelands. Combinatoial Mobile IP: A New Efficient Mobility Management Using Minimized Paging and Local Registation in Mobile

More information

Towards Adaptive Information Merging Using Selected XML Fragments

Towards Adaptive Information Merging Using Selected XML Fragments Towads Adaptive Infomation Meging Using Selected XML Fagments Ho-Lam Lau and Wilfed Ng Depatment of Compute Science and Engineeing, The Hong Kong Univesity of Science and Technology, Hong Kong {lauhl,

More information

(1) W tcp = (3) N. Assuming 1 P r 1. = W r (4) a 1/(k+1) W 2/(k+1)

(1) W tcp = (3) N. Assuming 1 P r 1. = W r (4) a 1/(k+1) W 2/(k+1) 1 Multi Path PERT Ankit Singh and A. L. Naasimha Reddy Electical and Compute Engineeing Depatment, Texas A&M Univesity; email: eddy@ece.tamu.edu. Abstact This pape pesents a new multipath delay based algoithm,

More information

On the throughput-cost tradeoff of multi-tiered optical network architectures

On the throughput-cost tradeoff of multi-tiered optical network architectures 1 On the thoughput-cost tadeoff of multi-tieed optical netwok achitectues Guy Weichenbeg, Vincent W. S. Chan, and Muiel Médad Laboatoy fo Infomation and Decision Systems Massachusetts Institute of Technology

More information

RT-WLAN: A Soft Real-Time Extension to the ORiNOCO Linux Device Driver

RT-WLAN: A Soft Real-Time Extension to the ORiNOCO Linux Device Driver 1 RT-WLAN: A Soft Real-Time Extension to the ORiNOCO Linux Device Dive Amit Jain Daji Qiao Kang G. Shin The Univesity of Michigan Ann Abo, MI 4819, USA {amitj,dqiao,kgshin@eecs.umich.edu Abstact The cuent

More information

THE THETA BLOCKCHAIN

THE THETA BLOCKCHAIN THE THETA BLOCKCHAIN Theta is a decentalized video steaming netwok, poweed by a new blockchain and token. By Theta Labs, Inc. Last Updated: Nov 21, 2017 esion 1.0 1 OUTLINE Motivation Reputation Dependent

More information

Module 6 STILL IMAGE COMPRESSION STANDARDS

Module 6 STILL IMAGE COMPRESSION STANDARDS Module 6 STILL IMAE COMPRESSION STANDARDS Lesson 17 JPE-2000 Achitectue and Featues Instuctional Objectives At the end of this lesson, the students should be able to: 1. State the shotcomings of JPE standad.

More information

Color Correction Using 3D Multiview Geometry

Color Correction Using 3D Multiview Geometry Colo Coection Using 3D Multiview Geomety Dong-Won Shin and Yo-Sung Ho Gwangju Institute of Science and Technology (GIST) 13 Cheomdan-gwagio, Buk-ku, Gwangju 500-71, Republic of Koea ABSTRACT Recently,

More information

MapReduce Optimizations and Algorithms 2015 Professor Sasu Tarkoma

MapReduce Optimizations and Algorithms 2015 Professor Sasu Tarkoma apreduce Optimizations and Algoithms 2015 Pofesso Sasu Takoma www.cs.helsinki.fi Optimizations Reduce tasks cannot stat befoe the whole map phase is complete Thus single slow machine can slow down the

More information

Mobility Pattern Recognition in Mobile Ad-Hoc Networks

Mobility Pattern Recognition in Mobile Ad-Hoc Networks Mobility Patten Recognition in Mobile Ad-Hoc Netwoks S. M. Mousavi Depatment of Compute Engineeing, Shaif Univesity of Technology sm_mousavi@ce.shaif.edu H. R. Rabiee Depatment of Compute Engineeing, Shaif

More information

UCB CS61C : Machine Structures

UCB CS61C : Machine Structures inst.eecs.bekeley.edu/~cs61c UCB CS61C : Machine Stuctues Lectue SOE Dan Gacia Lectue 28 CPU Design : Pipelining to Impove Pefomance 2010-04-05 Stanfod Reseaches have invented a monitoing technique called

More information

A New and Efficient 2D Collision Detection Method Based on Contact Theory Xiaolong CHENG, Jun XIAO a, Ying WANG, Qinghai MIAO, Jian XUE

A New and Efficient 2D Collision Detection Method Based on Contact Theory Xiaolong CHENG, Jun XIAO a, Ying WANG, Qinghai MIAO, Jian XUE 5th Intenational Confeence on Advanced Mateials and Compute Science (ICAMCS 2016) A New and Efficient 2D Collision Detection Method Based on Contact Theoy Xiaolong CHENG, Jun XIAO a, Ying WANG, Qinghai

More information

CS 2461: Computer Architecture 1 Program performance and High Performance Processors

CS 2461: Computer Architecture 1 Program performance and High Performance Processors Couse Objectives: Whee ae we. CS 2461: Pogam pefomance and High Pefomance Pocessos Instucto: Pof. Bhagi Naahai Bits&bytes: Logic devices HW building blocks Pocesso: ISA, datapath Using building blocks

More information

Data mining based automated reverse engineering and defect discovery

Data mining based automated reverse engineering and defect discovery Data mining based automated evese engineeing and defect discovey James F. Smith III, ThanhVu H. Nguyen Naval Reseach Laboatoy, Code 5741, Washington, D.C., 20375-5000 ABSTRACT A data mining based pocedue

More information

COEN-4730 Computer Architecture Lecture 2 Review of Instruction Sets and Pipelines

COEN-4730 Computer Architecture Lecture 2 Review of Instruction Sets and Pipelines 1 COEN-4730 Compute Achitectue Lectue 2 Review of nstuction Sets and Pipelines Cistinel Ababei Dept. of Electical and Compute Engineeing Maquette Univesity Cedits: Slides adapted fom pesentations of Sudeep

More information

A ROI Focusing Mechanism for Digital Cameras

A ROI Focusing Mechanism for Digital Cameras A ROI Focusing Mechanism fo Digital Cameas Chu-Hui Lee, Meng-Feng Lin, Chun-Ming Huang, and Chun-Wei Hsu Abstact With the development and application of digital technologies, the digital camea is moe popula

More information

Dynamic Multiple Parity (DMP) Disk Array for Serial Transaction Processing

Dynamic Multiple Parity (DMP) Disk Array for Serial Transaction Processing IEEE TRANSACTIONS ON COMPUTERS, VOL. 50, NO. 9, SEPTEMBER 200 949 Dynamic Multiple Paity (DMP) Disk Aay fo Seial Tansaction Pocessing K.H. Yeung, Membe, IEEE, and T.S. Yum, Senio Membe, IEEE AbstactÐThe

More information

Clustering Interval-valued Data Using an Overlapped Interval Divergence

Clustering Interval-valued Data Using an Overlapped Interval Divergence Poc. of the 8th Austalasian Data Mining Confeence (AusDM'9) Clusteing Inteval-valued Data Using an Ovelapped Inteval Divegence Yongli Ren Yu-Hsn Liu Jia Rong Robet Dew School of Infomation Engineeing,

More information

Time-Constrained Big Data Transfer for SDN-Enabled Smart City

Time-Constrained Big Data Transfer for SDN-Enabled Smart City Emeging Tends, Issues, and Challenges in Big Data and Its Implementation towad Futue Smat Cities Time-Constained Big Data Tansfe fo SDN-Enabled Smat City Yuanguo Bi, Chuan Lin, Haibo Zhou, Peng Yang, Xuemin

More information

WIRELESS sensor networks (WSNs), which are capable

WIRELESS sensor networks (WSNs), which are capable IEEE TRANSACTIONS ON INDUSTRIAL INFORMATICS, VOL. XX, NO. XX, XXX 214 1 Lifetime and Enegy Hole Evolution Analysis in Data-Gatheing Wieless Senso Netwoks Ju Ren, Student Membe, IEEE, Yaoxue Zhang, Kuan

More information

Drag Optimization on Rear Box of a Simplified Car Model by Robust Parameter Design

Drag Optimization on Rear Box of a Simplified Car Model by Robust Parameter Design Vol.2, Issue.3, May-June 2012 pp-1253-1259 ISSN: 2249-6645 Dag Optimization on Rea Box of a Simplified Ca Model by Robust Paamete Design Sajjad Beigmoadi 1, Asgha Ramezani 2 *(Automotive Engineeing Depatment,

More information

An Extension to the Local Binary Patterns for Image Retrieval

An Extension to the Local Binary Patterns for Image Retrieval , pp.81-85 http://x.oi.og/10.14257/astl.2014.45.16 An Extension to the Local Binay Pattens fo Image Retieval Zhize Wu, Yu Xia, Shouhong Wan School of Compute Science an Technology, Univesity of Science

More information

Accelerating Storage with RDMA Max Gurtovoy Mellanox Technologies

Accelerating Storage with RDMA Max Gurtovoy Mellanox Technologies Acceleating Stoage with RDMA Max Gutovoy Mellanox Technologies 2018 Stoage Develope Confeence EMEA. Mellanox Technologies. All Rights Reseved. 1 What is RDMA? Remote Diect Memoy Access - povides the ability

More information

A New Finite Word-length Optimization Method Design for LDPC Decoder

A New Finite Word-length Optimization Method Design for LDPC Decoder A New Finite Wod-length Optimization Method Design fo LDPC Decode Jinlei Chen, Yan Zhang and Xu Wang Key Laboatoy of Netwok Oiented Intelligent Computation Shenzhen Gaduate School, Habin Institute of Technology

More information

Lifetime and Energy Hole Evolution Analysis in Data-Gathering Wireless Sensor Networks

Lifetime and Energy Hole Evolution Analysis in Data-Gathering Wireless Sensor Networks 788 IEEE TRANSACTIONS ON INDUSTRIAL INFORMATICS, VOL. 12, NO. 2, APRIL 2016 Lifetime and Enegy Hole Evolution Analysis in Data-Gatheing Wieless Senso Netwoks Ju Ren, Student Membe, IEEE, Yaoxue Zhang,

More information

Monte Carlo Simulation for the ECAT HRRT using GATE

Monte Carlo Simulation for the ECAT HRRT using GATE Monte Calo Simulation fo the ECAT HRRT using GATE F. Bataille, C. Comtat, Membe, IEEE, S. Jan, and R. Tébossen Abstact The ECAT HRRT (High Resolution Reseach Tomogaph, CPS Innovations, Knoxville, TN, U.S.A.)

More information

MANET QoS support without reservations

MANET QoS support without reservations SECURITY AND COMMUNICATION NETWORKS Secuity Comm. Netwoks (2010) Published online in Wiley InteScience (www.intescience.wiley.com)..183 SPECIAL ISSUE PAPER MANET QoS suppot without esevations Soon Y. Oh,

More information

Also available at ISSN (printed edn.), ISSN (electronic edn.) ARS MATHEMATICA CONTEMPORANEA 3 (2010)

Also available at  ISSN (printed edn.), ISSN (electronic edn.) ARS MATHEMATICA CONTEMPORANEA 3 (2010) Also available at http://amc.imfm.si ISSN 1855-3966 (pinted edn.), ISSN 1855-3974 (electonic edn.) ARS MATHEMATICA CONTEMPORANEA 3 (2010) 109 120 Fulleene patches I Jack E. Gave Syacuse Univesity, Depatment

More information

Secure Collaboration in Mediator-Free Environments

Secure Collaboration in Mediator-Free Environments Secue Collaboation in Mediato-Fee Envionments Mohamed Shehab School of Electical and Compute Engineeing Pudue Univesity West Lafayette, IN, USA shehab@pudueedu Elisa Betino Depatment of Compute Sciences

More information

Number of Paths and Neighbours Effect on Multipath Routing in Mobile Ad Hoc Networks

Number of Paths and Neighbours Effect on Multipath Routing in Mobile Ad Hoc Networks Numbe of Paths and Neighbous Effect on Multipath Routing in Mobile Ad Hoc Netwoks Oday Jeew School of Infomation Systems and Accounting Univesity of Canbea Canbea ACT 2617, Austalia oday.jeew@canbea.edu.au

More information

Reachable State Spaces of Distributed Deadlock Avoidance Protocols

Reachable State Spaces of Distributed Deadlock Avoidance Protocols Reachable State Spaces of Distibuted Deadlock Avoidance Potocols CÉSAR SÁNCHEZ and HENNY B. SIPMA Stanfod Univesity We pesent a family of efficient distibuted deadlock avoidance algoithms with applications

More information

Obstacle Avoidance of Autonomous Mobile Robot using Stereo Vision Sensor

Obstacle Avoidance of Autonomous Mobile Robot using Stereo Vision Sensor Obstacle Avoidance of Autonomous Mobile Robot using Steeo Vision Senso Masako Kumano Akihisa Ohya Shin ichi Yuta Intelligent Robot Laboatoy Univesity of Tsukuba, Ibaaki, 35-8573 Japan E-mail: {masako,

More information

Adaptation of TDMA Parameters Based on Network Conditions

Adaptation of TDMA Parameters Based on Network Conditions Adaptation of TDMA Paametes Based on Netwok Conditions Boa Kaaoglu Dept. of Elect. and Compute Eng. Univesity of Rocheste Rocheste, NY 14627 Email: kaaoglu@ece.ocheste.edu Tolga Numanoglu Dept. of Elect.

More information

Decentralized Trust Management for Ad-Hoc Peer-to-Peer Networks

Decentralized Trust Management for Ad-Hoc Peer-to-Peer Networks Decentalized Tust Management fo Ad-Hoc Pee-to-Pee Netwoks Thomas Repantis Vana Kalogeaki Depatment of Compute Science & Engineeing Univesity of Califonia, Riveside Riveside, CA 92521 {tep,vana}@cs.uc.edu

More information

Efficient protection of many-to-one. communications

Efficient protection of many-to-one. communications Efficient potection of many-to-one communications Miklós Molná, Alexande Guitton, Benad Cousin, and Raymond Maie Iisa, Campus de Beaulieu, 35 042 Rennes Cedex, Fance Abstact. The dependability of a netwok

More information

Comparisons of Transient Analytical Methods for Determining Hydraulic Conductivity Using Disc Permeameters

Comparisons of Transient Analytical Methods for Determining Hydraulic Conductivity Using Disc Permeameters Compaisons of Tansient Analytical Methods fo Detemining Hydaulic Conductivity Using Disc Pemeametes 1,,3 Cook, F.J. 1 CSRO Land and Wate, ndoooopilly, Queensland The Univesity of Queensland, St Lucia,

More information

Quality Aware Privacy Protection for Location-based Services

Quality Aware Privacy Protection for Location-based Services In Poceedings of the th Intenational Confeence on Database Systems fo Advanced Applications (DASFAA 007), Bangkok, Thailand, Apil 9-, 007. Quality Awae Pivacy Potection fo Location-based Sevices Zhen Xiao,,

More information

INFORMATION DISSEMINATION DELAY IN VEHICLE-TO-VEHICLE COMMUNICATION NETWORKS IN A TRAFFIC STREAM

INFORMATION DISSEMINATION DELAY IN VEHICLE-TO-VEHICLE COMMUNICATION NETWORKS IN A TRAFFIC STREAM INFORMATION DISSEMINATION DELAY IN VEHICLE-TO-VEHICLE COMMUNICATION NETWORKS IN A TRAFFIC STREAM LiLi Du Depatment of Civil, Achitectual, and Envionmental Engineeing Illinois Institute of Technology 3300

More information