Despeckling Synthetic Aperture Radar Images with Cloud Computing using Graphics Processing Units

Size: px
Start display at page:

Download "Despeckling Synthetic Aperture Radar Images with Cloud Computing using Graphics Processing Units"

Transcription

1 Depeckling Synthetic Aperture Radar Image with Cloud Computing uing Graphic Proceing Unit Matej Keneman 1, Dušan Gleich, Amor Chowdhury 1 1 Margento R & D d.o.o., Gopovetka ceta 84, Maribor, Slovenia matej.keneman@gmail.com Faculty of Electrical Engineering and Computer Science, Univerity of Maribor, Slovenia Abtract Thi paper preent the implementation of Synthetic Aperture Radar (SAR) image enhancement and information extraction technique uing multicore Graphic Proceing Unit (GPU) connected into a cloud computing environment. The Bayeian approach to SAR image depeckling and information extraction i preented. The firt order Bayeian inference i ued to etimate a maximum a poteriori (MAP) etimate. A prior i modeled uing Gau-Markov Random Field (GMRF). The econd order Bayeian inference i ued to find the bet model parameter, which repreent texture information in SAR image. The algorithm i rewritten in matrix form to fully exploit GPU computing power. GMRF on GPU give good reult for depeckling and information extraction, but thi algorithm i alo very computationally demanding. Thi paper preent the implementation of the MAP etimator and evidence maximization uing GPU. The image i divided into ubblock and each ubblock ha a many thread a there are pixel inide the ubblock. The etimation of MAP olution and it correponding model i computed eparately in each thread in the ubblock. The GPU implementation of the model-baed depeckling i about 95-time fater a the implementation of the ame algorithm on multicore CPU on a development ytem. The whole cloud computing environment ha proven to be fat and robut. Keyword: Cloud Data Computing, Bayeian inference, SAR, peckle reduction, GPU. 1. Introduction Synthetic Aperture Radar (SAR) i an all-weather imaging ytem, whoe performance ha been increaing over the pat few year. Nowaday, atellite platform achieve reolution below 1 meter and the increae in image detail make SAR data very attractive. Unfortunately, SAR data are corrupted by peckle noie, which make cene interpretation very difficult. Therefore, image retoration technique have been developed over the pat few decade in order to remove peckle from SAR image and preerve all textural feature of SAR image. Many depeckling method have been developed and they all depeckle the intenity /10/$ IEEE or amplitude part of SAR image [1-6]. The aim of image retoration i to try to etimate the ideal true image from the noiy one. The Bayeian approach conit of interpreting probabilitie baed on a ytem of axiom that decribe incomplete information rather than randomne and allowing an inference proce, which for a given data et and hypothei pace, aign probabilitie to the hypothei. Cloud computing i a technology ued all over the world, where the tendency i to put all application and ervice on central remote erver to proce and maintain data, while the uer hould ue only the eential tool like web brower. Thu cloud computing allow conumer to ue application without intallation and acce to file from all over the world. Thi technology allow u much more efficient computing by centralizing proceing power, memory, torage and bandwidth. The gaming market ha demanded powerful graphic proceor for high-definition movie, 3D game, thu a highly multithreaded and parallel multicore programmable GPU were introduced. Thee GPU have incredible advantage over CPU in term of mathematical computation. The programmable part of the GPU conit of the two proceor, fragment and vertex. Nowaday GPU upport SIMD (Single Intruction Multiple Data) intruction with increaing IO data and number of proceor. Thi parallelim i more important in GPU programming than raw proceing power. The availability of high level language for programming GPU ha puhed boundarie even further [7]. There are drawback, which include totally different programming model. Much reearch i done in the field of numerical computation (PDE olving, matrix operation), phyical imulation, ray tracing, image proceing [4]. However, in thi article we tried to ae the feaibility of uing cloud computing baed on GPU for image denoiing in a much fater way than it i poible with conventional CPU. The goal of thi paper wa to rewrite GMRF model baed depeckling algorithm into matrix form, thu harneing the power of parallelization ued in GPU. By doing thi a much fater algorithm i obtained, which i crucial a a pot-proceing tep in ground-tation. Then a etup o cloud computing with GPU worktation 195

2 i propoed, which can be acceed from all over the globe.. Speckle reduction algorithm Coherent radar beam interact with each other, either contructively or detructively. That caue bright or dark pixel in SAR image named peckle noie. Thu peckle noie i a well-known phenomenon in radar remote ening ytem, even though it can appear at any type of coherent radiation. Fig. 1 depict a mall crop from much larger TerraSAR-X image acquired on 6 th June 009 in dual polarization mode. The image i taken near hydro plant Zlatolije that i in the vicinity of the city Maribor, Slovenia. Figure 1. SAR image containing peckle noie captured in the vicinity of Maribor, Slovenia with a TerraSAR-X atellite Baye approach to peckle noie reduction i ued for image quality enhancement and image retoration, a well a for variou technique for information extraction. A firt order Baye inference i ued for maximum a poteriori (MAP) etimation. Prior in Baye formula i modeled with Gau-Markov random field (GMRF). In order to find the bet model parameter a econd order Baye inference i ued. Thi method ha proven to be good at peckle noie removal and texture etimation [1-3]. Baye inference i given by p y x p x y,, px py (1) where y i image with a peckle noie, x i a noie-free image, are model parameter, p(y x,) repreent likelihood, p(x ) i prior and p(y ) i evidence. Becaue evidence doe not play any role in maximization proce over x, it can be neglected from further model derivation. Thi can be written by Eq. (). xˆ y arg max p y x, p x () xˆ Speckle noie in the original SAR image i modeled a multiplicative noie y = xn, where n repreent noie. Probability denity function (pdf) of likelihood i modeled by gamma ditribution. p y x L1 y L y exp L x xl x (3) where L i equivalent number of look defined a quared mean value divided by quared tandard deviation (L = mean /td ), i current pixel location and i the Gamma function. Gau-Markov random field belong to a Gibb family of model [8], which are uitable for decribing random procee a well a SAR image [1-3]. GMRF are given by 1 x r x r N r xr py exp (4) where N S i pixel neighborhood, r define neighboring pixel around a central pixel, and r are texture parameter. MAP etimator for Baye theorem i written by Eq. (). Thu by combining thee two equation together the MAP for Gau-Markov random field i given by Eq. (5), where the MAP olution of the GMRF i calculated analytically. x 4 3 x r xr xr L x L y 0 (5) rn The texture parameter r for the GMRF model define it model parameter. Thoe parameter are etimated uing evidence maximization procedure. The evidence py py xpx dx cannot be computed analytically; therefore the approximation i made by uing the Heian approximation. A logarithmic form can be ued to implify the equation: NN 1 log p y log log hii i1 log py ˆ log ˆ i xi p xi where h ii i given by h ii (6) 6Ly L 1 1 j (7) xmap xmap jn 3. Implementation on GPU Model baed depeckling (MBD), which ue Gau- Markov random field for image denoiing and 196

3 information extraction wa parallelized to take the advantage of the immene power packed in graphic proceing unit (GPU). The peckled image (i.e. input image) i divided into grid of block with known dimenion N N. Thee dimenion are conitent with block ize on GPU. In each of thee thread block a known number of thread were introduced and each of thee thread wa computed imultaneouly over more treaming proceor. The algorithm i organized in a way that the firt MAP etimation i done by taking one grid block of picture, where etimation take place on multiproceor and their execution i timehared. For data acquiition a texture fetching from texture memory wa ued. All thread of thi block executing on ingle multiproceor divide it reource equally amongt themelve. Thi block of image i executed many time, becaue the MAP etimation algorithm for determining texture parameter ha to reach convergence. In order to preerve edge and region border the region growing algorithm and adaptive neighborhood were ued for each ubblock. At the end of proceing each ubblock a coefficient of variation [1] i computed, which i ued to eparate homogeneou and heterogeneou area. 4. Cloud computing with GPU mapping, etc.). Fig. i a graphical repreentation of cloud computing mainframe ued in our cae. The idea behind thi cloud computing environment i that thee TerraSAR-X image are very large in ize, and ometime they exceed GB of dik ize, even though they are delivered in a compreed archive. Thu it i a neceity to have at leat one external hard drive to carry around thoe image. Intead of thi an idea wa to take all image online that could be acceed from around the globe with a imple election of deired region on the globe (i.e., if that image i available in the databae). For the purpoe of electing available image for a given region on the Earth, a Google Map ervice [9] wa ued. Data erver check every product file (i.e., meta-information about the image capture) for any new image and convert it coordinate into geo-referenced coordinate that can be diplayed a a rectangle on the Google Map ervice. Fig. 3 i an example of approximate region in the vicinity of Maribor, Slovenia. Graphic erver NAS Data erver Figure. Propoed cloud computing conceptual deign for SAR image ditribution The next tep repreent the etup of a cloud computing mainframe. Cloud computing i Internetbaed proceing, whereby hared reource are available to uer over the Internet. Our cloud computing environment i meant to ditribute the TerraSAR-X image or portion of it to legitimate uer over the web-baed application. Therefore the cloud computing environment i a maller one, compoed of Data erver that indexe image available on network torage device (NAS) connected to the ame ubnet, and Graphic erver that i ued for on-the-fly proceing of uer requet. The need of ditributing depeckled image ha arien, becaue they are more natural-like and can be directly compared to optical atellite image ditributed over the Google Earth [9] mainframe (e.g., for lecture or repreentation, land Figure 3. Approximate region where it i at leat one available image in the databae Table 1. All available TerraSAR-X image for current region election viible in Fig. 3 (GPS coordinate are for the firt image pixel) Date UTC : : : : : : :09 GPS coordinate N E N E N E N E N E N E N E Incidence angle In thi cae of electing the rectangle hown in Fig. 3 even different TerraSAR-X image are available and are gathered in Table 1. All image alo have a Google Earth *.kml file, which contain detailed information about the capture ite. The conumer can imply click on thi link, and a file i tranferred from the data 3 197

4 erver, where the file i opened inide Google Earth application. Fig. 4 depict an example for the TarraSAR-X acquiition ite on 4 th September 009. ize, if there are polarization, which polarization i of main interet for the uer. Finally, the MBD algorithm i applied to the elected region by uing a predefined parameter for window ize and model order i et to [1]. MBD output image i in 3-bit floating point repreentation and aved on the Graphic erver, meanwhile the image i converted to 8-bit gray-cale image that i then tranferred to the uer. Finally, the Graphic erver repond to Data erver that the requet ha been uccefully accomplihed. Figure 4: Detailed acquiition information about the available TerraSAR-X image found in databae Finally the uer can elect a deired rectangle of all available image, where image decription i hown a table on the page. Thi table contain information about the type of image, polarization, capturing date and time, ground and range reolution, frequency, etc. After the uer decide which TerraSAR-X image i intereting for him at the moment, a quick-look image i tranferred from NAS dik array to web brower (Fig. 5). Let aume the uer elect an image from 6th June 009, which i alo depicted in Fig. 5. Now it i poible to elect which region i of mot interet, which i done by drawing a rectangle by moue dragging over the image or by manually inputting value of the image crop (Fig. 6). Thi ervice run on ap programming language. Figure 5. TerraSAR-X image of the area of interet taken on 6th June 009 On the Fig. 6 the uer elect an area, where i a bridge over the river Drava and elect the image of a ize At thi time the depeckled image crop i ent to the uer, meanwhile requet for image denoiing i end to the Graphic erver. Graphic erver only get baic intruction, uch a: where i the image on the NAS dik array, tarting pixel in an image and the crop Figure 6. Uer elect a deired area, which repreent a crop election of Fig Experimental reult A the reolution grow, the peckle effect i more intene, thu a ubampling ha to be done or a depeckling algorithm ha to be applied in order to ee what i on that image. The GMRF model baed depeckling algorithm wa ued in thi tudy for repreentation proce only. Thu an algorithm performance wa aeed a well a overall performance. The overall algorithm wa teted on TerraSAR-X image taken on June 6, 010, where an image cut with pixel wa obtained and ubample by a factor of. The input image i thu hown in Fig. 1. The detail of thi performance are preented in the ubection 4.1. Next a etup for web performance tet wa et, where a client PC wa a low-end computer running Window XP and a Chrome web brower. Performance tet i decribed in detail in ubection GPU algorithm performance A ynthetic image of ize that i corrupted by L=3 peckle noie and wa depeckled uing the CPU and GPU approach, becaue we are intereted in a peed-up gained by GPU proceing power. For the algorithm development and teting a econdary PC wa ued, which included different hardware. For GPU proceing an Nvidia 9600 GT graphic card wa ued, which ha 8 multiproceor and each proceor ha 8 core, and the warp ize equal 3 thread. Moreover, on the hot ide an Intel Quad core Q9450 with 4 GB of DDR 800 MHz wa ued in combination with 64-bit Window environment. Table repreent average execution time for CPU and GPU implementation for the MBD method applied 4 198

5 on the ynthetic image (i.e. the algorithm wa run 10 time in order to get reliable averaging value). Thi algorithm i divided into MAP etimation (MAP), computation of evidence, evidence maximization (EVM), region growing (Reg. Grow.) and computation of coefficient of variation (CV). A the experimental reult how, the improvement over execution time between GPU and CPU i ignificant (about 95-time). However, the MSE between original and recontructed image for the MBD on CPU and GPU i and 196, repectively. Fig. 7 depict viual change between ynthetically generated SAR image that were deliberately corrupted by a peckle noie with equivalent number of look equal to 3. Fig. 8 depict an example of denoied TerraSAR-X image (Fig. 1), which i an output from the MBD algorithm applied on the graphic proceing unit. ize (thread block), maller window ize 1 1 (each thread), model order i equal to. Table : Execution time of CPU and GPU baed on the MBD algorithm (all execution time are in econd) CPU GPU MAP Evidence EVM Reg. Grow CV Total Figure 7. CPU and GPU comparion uing a ynthetic image corrupted with L=3 peckle noie Figure 8. Depeckled TerraSAR-X image uing MBD algorithm applied on a GPU Fig. 9 repreent a comparion between MBD depeckling carried on a CPU (left) and a GPU (right). Thoe two image are alo cut out from the previouly elected TerraSAR-X image taken on 6 th June 009. The MBD parameter were in both cae: larger window Figure 9: Comparion of image output generated by MBD algorithm applied on CPU (left) and GPU (right) 4.. Web-baed performance Setup for web-baed cloud computing environment contain a Graphic erver, Data erver, and NAS dik array containing all SAR image. Graphic erver contain two nvidia Fermi GTX480 graphic card connected into the SLI mode. Each card ha 480 CUDA core operating at 1401 MHz, while running it GDDR5 memory at 3696 MHz through 384-bit memory bu. Thi enable roughly GB/ of memory bandwidth per graphic card. Graphic erver containing thee two card wa equipped with Intel Core i7 860 proceor and 8 GB of ytem memory operating at 64-bit. Data erver run ap ervice for uer web-baed login, and indexe newly added image on the NAS array. Data erver hardware pecification are: Intel Quad core Q9450 with four GB of DDR 800 MHz, while the operating ytem run on 64-bit Window environment. NAS dik array contain GB 700 rpm dik connected into RAID 0 array. All component are connected through internal Linky SRW008MP witch at a connection peed of 1.0 Gbit/

6 In order to tet Graphic erver denoiing peed a erie of tet were carried out for variou crop ize (i.e., 56 56, 51 51, , and ). The reult are gathered in Table 3. The whole capturing time (i.e., the time when the uer actually get a denoied image) extend by the bandwidth of your Internet connection. However, our meaurement have hown a light increae in delivery time on the ame ubnet, which wa on average 0.1 econd. Table 3: Graphic erver performance review (all given value are in econd) Mean value Standard deviation Dicuion By comparing the actual algorithm performance between GPU and CPU proceing time, change i immene. Even with relatively low-cot graphic proceing unit available on the market for quite a while now, it poible to achieve a peed-up of 95-time. That i a good programming invetment by writing a parallel MDB model, becaue in the area of image proceing every operation on SAR image nearly divide the execution time by 95, and the uer i able to manipulate more image in le time. However, there i a drawback that ha hown during GPU and CPU comparion, which i a little higher value of mean quare error. The light increae in MSE value between the original and recontructed image i a conequence of rounding up and uing fater function verion. By the time thi algorithm wa developed only 3-bit floating point calculation wa available for computation on GPU. The real world teting uing Graphic erver i even fater than conventional CPU. With thi hardware we were able to proce image crop within a half econd, which i a reaonable lag for a web-browing conumer. By looking to Table 3 reaonable table and contant proceing time can be oberved. However, a major drawback i oberved in multi-uer cenario, becaue GPU algorithm implementation i not intended for time-haring, thu a queuing i introduced. 6. Concluion In thi paper we preented the ability to depeckle SAR image uing cloud computing baed on GPU. Thi environment i devided into Graphic erver for SAR image depeckling, Data erver for running ap web ervice and indexing of SAR image, and NAS dik array that tore all available SAR image. Model baed depeckling algorithm wa ued for the purpoe of image recontruction, becaue of the ability to convert it equation into matrix form, thu exploiting all available thread on GPU. Intead of carrying around all SAR image tored on external dik, thoe image are available within a few moue click. Even if the uer ha the TerraSAR-X image, it cannot be viewed by any conventional image program, becaue of the file tructure, and thu needing the pecial (in mot cae expenive) oftware. The overall latency for denoied SAR image retrieval under a econd from every peronal computer connected to the Internet i a remarkable reult. All it take for conumer i a web brower no matter what operating ytem he ue. Future work i intended to expand cloud computing environment to be able to imultaneouly proce more uer requet. With every new generation of graphic card capable of CUDA computing they are equipped with more onboard memory and fater proceor, thu thi algorithm will be calculated even in le time. Moreover, the new generation i alo able to compute in double preciion floating-point, which can improve the difference of MSE between CPU and GPU. An expanion of thi algorithm i to implement oil moiture etimation algorithm, where a uer can elect an area from TerraSAR-X image and the Graphic erver will calculate emi-empirical model ued for volumetric oil moiture etimation and thu artificially color output image regarding the water content. Thi will be a good indicator for biologit exploring the nature in the outermot region of our planet Earth. Reference [1] Walea M., and Datcu M., Model-baed depeckling and information extraction from SAR image, IEEE Tran. Geoci. Remote Sen., Sep. 000, (38), [] Hebar M., Gleich D., and Cucej Z., Auto-binomial model for SAR image depeckling and information extraction, IEEE Tran. Geoci. Remote Sen., 009, (47), [3] Gleich D., Keneman M., and Datcu M., Depeckling of terrasar-x data uing econd-generation wavelet, IEEE geoci. remote en. lett., 010, 7(1), [4] D. Gleich and M. Datcu, Gau-markov model for ar image depeckling, IEEE Signal Proce. Lett., vol. 13, no. 6, pp , June 006. [5] F. Argenti, T. Bianchi, and L. Alparone, Multireolution map depeckling of ar image baed on locally adaptive generalized gauian pdf modeling, IEEE Tran. Image Proce., vol. 15, no., pp , Nov [6] D. O. Duda, P. E. Hart, and D. Stork, Pattern Claification. Reading, MA: John Wiley and Son, 197. [7] GPU computing application developed on the CUDA architecture, [8] R. Chelappa and A. Jain, Markov Random Field: Theory and Application, Academic Pre, London, UK, 1993, ch. 6. [9] Google Earth,

Cluster-Aware Cache for Network Attached Storage *

Cluster-Aware Cache for Network Attached Storage * Cluter-Aware Cache for Network Attached Storage * Bin Cai, Changheng Xie, and Qiang Cao National Storage Sytem Laboratory, Department of Computer Science, Huazhong Univerity of Science and Technology,

More information

Performance of a Browser-Based JavaScript Bandwidth Test

Performance of a Browser-Based JavaScript Bandwidth Test Performance of a Brower-Baed JavaScript Bandwidth Tet David A. Cohen II May 7, 2013 CP SC 491/H495 Abtract An exiting brower-baed bandwidth tet written in JavaScript wa modified for the purpoe of further

More information

Optical Illusion. Sara Bolouki, Roger Grosse, Honglak Lee, Andrew Ng

Optical Illusion. Sara Bolouki, Roger Grosse, Honglak Lee, Andrew Ng Optical Illuion Sara Bolouki, Roger Groe, Honglak Lee, Andrew Ng. Introduction The goal of thi proect i to explain ome of the illuory phenomena uing pare coding and whitening model. Intead of the pare

More information

Partial optimal labeling search for a NP-hard subclass of (max,+) problems

Partial optimal labeling search for a NP-hard subclass of (max,+) problems Partial optimal labeling earch for a NP-hard ubcla of (max,+) problem Ivan Kovtun International Reearch and Training Center of Information Technologie and Sytem, Kiev, Uraine, ovtun@image.iev.ua Dreden

More information

DISTRIBUTED DATA PARALLEL TECHNIQUES FOR CONTENT-MATCHING INTRUSION DETECTION SYSTEMS

DISTRIBUTED DATA PARALLEL TECHNIQUES FOR CONTENT-MATCHING INTRUSION DETECTION SYSTEMS DISTRIBUTED DATA PARALLEL TECHNIQUES FOR CONTENT-MATCHING INTRUSION DETECTION SYSTEMS Chritopher V. Kopek Department of Computer Science Wake Foret Univerity Winton-Salem, NC, 2709 Email: kopekcv@gmail.com

More information

DISTRIBUTED DATA PARALLEL TECHNIQUES FOR CONTENT-MATCHING INTRUSION DETECTION SYSTEMS. G. Chapman J. Cleese E. Idle

DISTRIBUTED DATA PARALLEL TECHNIQUES FOR CONTENT-MATCHING INTRUSION DETECTION SYSTEMS. G. Chapman J. Cleese E. Idle DISTRIBUTED DATA PARALLEL TECHNIQUES FOR CONTENT-MATCHING INTRUSION DETECTION SYSTEMS G. Chapman J. Cleee E. Idle ABSTRACT Content matching i a neceary component of any ignature-baed network Intruion Detection

More information

Optimizing a Semantic Comparator using CUDA-enabled Graphics Hardware

Optimizing a Semantic Comparator using CUDA-enabled Graphics Hardware Optimizing a Semantic Comparator uing CUDA-enabled Graphic Hardware Aalap Tripathy Suneil Mohan, Rabi Mahapatra Embedded Sytem and Codeign Lab codeign.ce.tamu.edu (Preented at ICSC 0, September 9, 0 in

More information

A technical guide to 2014 key stage 2 to key stage 4 value added measures

A technical guide to 2014 key stage 2 to key stage 4 value added measures A technical guide to 2014 key tage 2 to key tage 4 value added meaure CONTENTS Introduction: PAGE NO. What i value added? 2 Change to value added methodology in 2014 4 Interpretation: Interpreting chool

More information

Performance of Multiple TFRC in Heterogeneous Wireless Networks

Performance of Multiple TFRC in Heterogeneous Wireless Networks Performance of Multiple TFRC in Heterogeneou Wirele Network 1 Hyeon-Jin Jeong, 2 Seong-Sik Choi 1, Firt Author Computer Engineering Department, Incheon National Univerity, oaihjj@incheon.ac.kr *2,Correponding

More information

Mobile Network Configuration for Large-scale Multimedia Delivery on a Single WLAN

Mobile Network Configuration for Large-scale Multimedia Delivery on a Single WLAN Mobile Network Configuration for Large-cale Multimedia Delivery on a Single WLAN Huigwang Je, Dongwoo Kwon, Hyeonwoo Kim, and Hongtaek Ju Dept. of Computer Engineering Keimyung Univerity Daegu, Republic

More information

Tap Into Smartphone Demand: Mobile-izing Enterprise Websites by Using Flexible, Open Source Platforms

Tap Into Smartphone Demand: Mobile-izing Enterprise Websites by Using Flexible, Open Source Platforms Tap Into Smartphone Demand: Mobile-izing Enterprie Webite by Uing Flexible, Open Source Platform acquia.com 888.922.7842 1.781.238.8600 25 Corporate Drive, Burlington, MA 01803 Tap Into Smartphone Demand:

More information

A Spam Message Filtering Method: focus on run time

A Spam Message Filtering Method: focus on run time , pp.29-33 http://dx.doi.org/10.14257/atl.2014.76.08 A Spam Meage Filtering Method: focu on run time Sin-Eon Kim 1, Jung-Tae Jo 2, Sang-Hyun Choi 3 1 Department of Information Security Management 2 Department

More information

Assessing the Discriminatory Power of Credit Scores

Assessing the Discriminatory Power of Credit Scores Aeing the Dicriminatory Power of Credit Score Holger Kraft 1, Gerald Kroiandt 1, Marlene Müller 1,2 1 Fraunhofer Intitut für Techno- und Wirtchaftmathematik (ITWM) Gottlieb-Daimler-Str. 49, 67663 Kaierlautern,

More information

Digifort Enterprise The most complete Digifort solution for camera and alarm monitoring.

Digifort Enterprise The most complete Digifort solution for camera and alarm monitoring. Digifort Enterprie The mot complete Digifort olution for camera and alarm monitoring. The Enterprie verion i the package which comprie all of the feature available in the Digifort Sytem, offering complete

More information

Queueing systems with scheduled arrivals, i.e., appointment systems, are typical for frontal service systems,

Queueing systems with scheduled arrivals, i.e., appointment systems, are typical for frontal service systems, MANAGEMENT SCIENCE Vol. 54, No. 3, March 28, pp. 565 572 in 25-199 ein 1526-551 8 543 565 inform doi 1.1287/mnc.17.82 28 INFORMS Scheduling Arrival to Queue: A Single-Server Model with No-Show INFORMS

More information

Name: SID: Instructions

Name: SID: Instructions CS168 Fall 2014 Homework 1 Aigned: Wedneday, 10 September 2014 Due: Monday, 22 September 2014 Name: SID: Dicuion Section (Day/Time): Intruction - Submit thi homework uing Pandagrader/GradeScope(http://www.gradecope.com/

More information

A note on profit maximization and monotonicity for inbound call centers

A note on profit maximization and monotonicity for inbound call centers A note on profit maximization and monotonicity for inbound call center Ger Koole & Aue Pot Department of Mathematic, Vrije Univeriteit Amterdam, The Netherland 23rd December 2005 Abtract We conider an

More information

Availability of WDM Multi Ring Networks

Availability of WDM Multi Ring Networks Paper Availability of WDM Multi Ring Network Ivan Rado and Katarina Rado H d.o.o. Motar, Motar, Bonia and Herzegovina Faculty of Electrical Engineering, Mechanical Engineering and Naval Architecture, Univerity

More information

INFORMATION Technology (IT) infrastructure management

INFORMATION Technology (IT) infrastructure management IEEE TRANSACTIONS ON CLOUD COMPUTING, VOL. 2, NO. 1, MAY 214 1 Buine-Driven Long-term Capacity Planning for SaaS Application David Candeia, Ricardo Araújo Santo and Raquel Lope Abtract Capacity Planning

More information

Apigee Edge: Apigee Cloud vs. Private Cloud. Evaluating deployment models for API management

Apigee Edge: Apigee Cloud vs. Private Cloud. Evaluating deployment models for API management Apigee Edge: Apigee Cloud v. Private Cloud Evaluating deployment model for API management Table of Content Introduction 1 Time to ucce 2 Total cot of ownerhip 2 Performance 3 Security 4 Data privacy 4

More information

A Resolution Approach to a Hierarchical Multiobjective Routing Model for MPLS Networks

A Resolution Approach to a Hierarchical Multiobjective Routing Model for MPLS Networks A Reolution Approach to a Hierarchical Multiobjective Routing Model for MPLS Networ Joé Craveirinha a,c, Rita Girão-Silva a,c, João Clímaco b,c, Lúcia Martin a,c a b c DEEC-FCTUC FEUC INESC-Coimbra International

More information

Two Dimensional FEM Simulation of Ultrasonic Wave Propagation in Isotropic Solid Media using COMSOL

Two Dimensional FEM Simulation of Ultrasonic Wave Propagation in Isotropic Solid Media using COMSOL Excerpt from the Proceeding of the COMSO Conference 0 India Two Dimenional FEM Simulation of Ultraonic Wave Propagation in Iotropic Solid Media uing COMSO Bikah Ghoe *, Krihnan Balaubramaniam *, C V Krihnamurthy

More information

Control of Wireless Networks with Flow Level Dynamics under Constant Time Scheduling

Control of Wireless Networks with Flow Level Dynamics under Constant Time Scheduling Control of Wirele Network with Flow Level Dynamic under Contant Time Scheduling Long Le and Ravi R. Mazumdar Department of Electrical and Computer Engineering Univerity of Waterloo,Waterloo, ON, Canada

More information

BUILT-IN DUAL FREQUENCY ANTENNA WITH AN EMBEDDED CAMERA AND A VERTICAL GROUND PLANE

BUILT-IN DUAL FREQUENCY ANTENNA WITH AN EMBEDDED CAMERA AND A VERTICAL GROUND PLANE Progre In Electromagnetic Reearch Letter, Vol. 3, 51, 08 BUILT-IN DUAL FREQUENCY ANTENNA WITH AN EMBEDDED CAMERA AND A VERTICAL GROUND PLANE S. H. Zainud-Deen Faculty of Electronic Engineering Menoufia

More information

CHARACTERISTICS OF WAITING LINE MODELS THE INDICATORS OF THE CUSTOMER FLOW MANAGEMENT SYSTEMS EFFICIENCY

CHARACTERISTICS OF WAITING LINE MODELS THE INDICATORS OF THE CUSTOMER FLOW MANAGEMENT SYSTEMS EFFICIENCY Annale Univeritati Apuleni Serie Oeconomica, 2(2), 200 CHARACTERISTICS OF WAITING LINE MODELS THE INDICATORS OF THE CUSTOMER FLOW MANAGEMENT SYSTEMS EFFICIENCY Sidonia Otilia Cernea Mihaela Jaradat 2 Mohammad

More information

REDUCTION OF TOTAL SUPPLY CHAIN CYCLE TIME IN INTERNAL BUSINESS PROCESS OF REAMER USING DOE AND TAGUCHI METHODOLOGY. Abstract. 1.

REDUCTION OF TOTAL SUPPLY CHAIN CYCLE TIME IN INTERNAL BUSINESS PROCESS OF REAMER USING DOE AND TAGUCHI METHODOLOGY. Abstract. 1. International Journal of Advanced Technology & Engineering Reearch (IJATER) REDUCTION OF TOTAL SUPPLY CHAIN CYCLE TIME IN INTERNAL BUSINESS PROCESS OF REAMER USING DOE AND Abtract TAGUCHI METHODOLOGY Mr.

More information

Bi-Objective Optimization for the Clinical Trial Supply Chain Management

Bi-Objective Optimization for the Clinical Trial Supply Chain Management Ian David Lockhart Bogle and Michael Fairweather (Editor), Proceeding of the 22nd European Sympoium on Computer Aided Proce Engineering, 17-20 June 2012, London. 2012 Elevier B.V. All right reerved. Bi-Objective

More information

Report 4668-1b 30.10.2010. Measurement report. Sylomer - field test

Report 4668-1b 30.10.2010. Measurement report. Sylomer - field test Report 4668-1b Meaurement report Sylomer - field tet Report 4668-1b 2(16) Contet 1 Introduction... 3 1.1 Cutomer... 3 1.2 The ite and purpoe of the meaurement... 3 2 Meaurement... 6 2.1 Attenuation of

More information

FEDERATION OF ARAB SCIENTIFIC RESEARCH COUNCILS

FEDERATION OF ARAB SCIENTIFIC RESEARCH COUNCILS Aignment Report RP/98-983/5/0./03 Etablihment of cientific and technological information ervice for economic and ocial development FOR INTERNAL UE NOT FOR GENERAL DITRIBUTION FEDERATION OF ARAB CIENTIFIC

More information

Bio-Plex Analysis Software

Bio-Plex Analysis Software Multiplex Supenion Array Bio-Plex Analyi Software The Leader in Multiplex Immunoaay Analyi Bio-Plex Analyi Software If making ene of your multiplex data i your challenge, then Bio-Plex data analyi oftware

More information

A New Optimum Jitter Protection for Conversational VoIP

A New Optimum Jitter Protection for Conversational VoIP Proc. Int. Conf. Wirele Commun., Signal Proceing (Nanjing, China), 5 pp., Nov. 2009 A New Optimum Jitter Protection for Converational VoIP Qipeng Gong, Peter Kabal Electrical & Computer Engineering, McGill

More information

RO-BURST: A Robust Virtualization Cost Model for Workload Consolidation over Clouds

RO-BURST: A Robust Virtualization Cost Model for Workload Consolidation over Clouds !111! 111!ttthhh IIIEEEEEEEEE///AAACCCMMM IIInnnttteeerrrnnnaaatttiiiooonnnaaalll SSSyyymmmpppoooiiiuuummm ooonnn CCCllluuuttteeerrr,,, CCClllooouuuddd aaannnddd GGGrrriiiddd CCCooommmpppuuutttiiinnnggg

More information

Utility-Based Flow Control for Sequential Imagery over Wireless Networks

Utility-Based Flow Control for Sequential Imagery over Wireless Networks Utility-Baed Flow Control for Sequential Imagery over Wirele Networ Tomer Kihoni, Sara Callaway, and Mar Byer Abtract Wirele enor networ provide a unique et of characteritic that mae them uitable for building

More information

Improving the Performance of Web Service Recommenders Using Semantic Similarity

Improving the Performance of Web Service Recommenders Using Semantic Similarity Improving the Performance of Web Service Recommender Uing Semantic Similarity Juan Manuel Adán-Coello, Carlo Miguel Tobar, Yang Yuming Faculdade de Engenharia de Computação, Pontifícia Univeridade Católica

More information

1 Introduction. Reza Shokri* Privacy Games: Optimal User-Centric Data Obfuscation

1 Introduction. Reza Shokri* Privacy Games: Optimal User-Centric Data Obfuscation Proceeding on Privacy Enhancing Technologie 2015; 2015 (2):1 17 Reza Shokri* Privacy Game: Optimal Uer-Centric Data Obfucation Abtract: Conider uer who hare their data (e.g., location) with an untruted

More information

Mixed Method of Model Reduction for Uncertain Systems

Mixed Method of Model Reduction for Uncertain Systems SERBIAN JOURNAL OF ELECTRICAL ENGINEERING Vol 4 No June Mixed Method of Model Reduction for Uncertain Sytem N Selvaganean Abtract: A mixed method for reducing a higher order uncertain ytem to a table reduced

More information

License & SW Asset Management at CES Design Services

License & SW Asset Management at CES Design Services Licene & SW Aet Management at CES Deign Service johann.poechl@iemen.com www.ces-deignservice.com 2003 Siemen AG Öterreich Overview 1. Introduction CES Deign Service 2. Objective and Motivation 3. What

More information

CASE STUDY BRIDGE. www.future-processing.com

CASE STUDY BRIDGE. www.future-processing.com CASE STUDY BRIDGE TABLE OF CONTENTS #1 ABOUT THE CLIENT 3 #2 ABOUT THE PROJECT 4 #3 OUR ROLE 5 #4 RESULT OF OUR COLLABORATION 6-7 #5 THE BUSINESS PROBLEM THAT WE SOLVED 8 #6 CHALLENGES 9 #7 VISUAL IDENTIFICATION

More information

SCM- integration: organiational, managerial and technological iue M. Caridi 1 and A. Sianei 2 Dipartimento di Economia e Produzione, Politecnico di Milano, Italy E-mail: maria.caridi@polimi.it Itituto

More information

Chapter 10 Stocks and Their Valuation ANSWERS TO END-OF-CHAPTER QUESTIONS

Chapter 10 Stocks and Their Valuation ANSWERS TO END-OF-CHAPTER QUESTIONS Chapter Stoc and Their Valuation ANSWERS TO EN-OF-CHAPTER QUESTIONS - a. A proxy i a document giving one peron the authority to act for another, typically the power to vote hare of common toc. If earning

More information

TIME SERIES ANALYSIS AND TRENDS BY USING SPSS PROGRAMME

TIME SERIES ANALYSIS AND TRENDS BY USING SPSS PROGRAMME TIME SERIES ANALYSIS AND TRENDS BY USING SPSS PROGRAMME RADMILA KOCURKOVÁ Sileian Univerity in Opava School of Buine Adminitration in Karviná Department of Mathematical Method in Economic Czech Republic

More information

Towards Control-Relevant Forecasting in Supply Chain Management

Towards Control-Relevant Forecasting in Supply Chain Management 25 American Control Conference June 8-1, 25. Portland, OR, USA WeA7.1 Toward Control-Relevant Forecating in Supply Chain Management Jay D. Schwartz, Daniel E. Rivera 1, and Karl G. Kempf Control Sytem

More information

Redesigning Ratings: Assessing the Discriminatory Power of Credit Scores under Censoring

Redesigning Ratings: Assessing the Discriminatory Power of Credit Scores under Censoring Redeigning Rating: Aeing the Dicriminatory Power of Credit Score under Cenoring Holger Kraft, Gerald Kroiandt, Marlene Müller Fraunhofer Intitut für Techno- und Wirtchaftmathematik (ITWM) Thi verion: June

More information

Adaptive Window Size Image De-Noiizing Baed on Interection of Confidence Interval

Adaptive Window Size Image De-Noiizing Baed on Interection of Confidence Interval Journal of Mathematical Imaging and Viion 16: 223±235, 2002 # 2002 Kluwer Academic Publiher. Manufactured in The Netherland. Adaptive Window Size Image De-noiing Baed on Interection of Confidence Interval

More information

Trusted Document Signing based on use of biometric (Face) keys

Trusted Document Signing based on use of biometric (Face) keys Truted Document Signing baed on ue of biometric (Face) Ahmed B. Elmadani Department of Computer Science Faculty of Science Sebha Univerity Sebha Libya www.ebhau.edu.ly elmadan@yahoo.com ABSTRACT An online

More information

Turbulent Mixing and Chemical Reaction in Stirred Tanks

Turbulent Mixing and Chemical Reaction in Stirred Tanks Turbulent Mixing and Chemical Reaction in Stirred Tank André Bakker Julian B. Faano Blend time and chemical product ditribution in turbulent agitated veel can be predicted with the aid of Computational

More information

Warehouse Security System based on Embedded System

Warehouse Security System based on Embedded System International Conference on Logitic Engineering, Management and Computer Science (LEMCS 2015) Warehoue Security Sytem baed on Embedded Sytem Gen Li Department of Electronic Engineering, Tianjin Univerity

More information

Simulation of Sensorless Speed Control of Induction Motor Using APFO Technique

Simulation of Sensorless Speed Control of Induction Motor Using APFO Technique International Journal of Computer and Electrical Engineering, Vol. 4, No. 4, Augut 2012 Simulation of Senorle Speed Control of Induction Motor Uing APFO Technique T. Raghu, J. Sriniva Rao, and S. Chandra

More information

CASE STUDY ALLOCATE SOFTWARE

CASE STUDY ALLOCATE SOFTWARE CASE STUDY ALLOCATE SOFTWARE allocate caetud y TABLE OF CONTENTS #1 ABOUT THE CLIENT #2 OUR ROLE #3 EFFECTS OF OUR COOPERATION #4 BUSINESS PROBLEM THAT WE SOLVED #5 CHALLENGES #6 WORKING IN SCRUM #7 WHAT

More information

TRADING rules are widely used in financial market as

TRADING rules are widely used in financial market as Complex Stock Trading Strategy Baed on Particle Swarm Optimization Fei Wang, Philip L.H. Yu and David W. Cheung Abtract Trading rule have been utilized in the tock market to make profit for more than a

More information

A Note on Profit Maximization and Monotonicity for Inbound Call Centers

A Note on Profit Maximization and Monotonicity for Inbound Call Centers OPERATIONS RESEARCH Vol. 59, No. 5, September October 2011, pp. 1304 1308 in 0030-364X ein 1526-5463 11 5905 1304 http://dx.doi.org/10.1287/opre.1110.0990 2011 INFORMS TECHNICAL NOTE INFORMS hold copyright

More information

Acceleration-Displacement Crash Pulse Optimisation A New Methodology to Optimise Vehicle Response for Multiple Impact Speeds

Acceleration-Displacement Crash Pulse Optimisation A New Methodology to Optimise Vehicle Response for Multiple Impact Speeds Acceleration-Diplacement Crah Pule Optimiation A New Methodology to Optimie Vehicle Repone for Multiple Impact Speed D. Gildfind 1 and D. Ree 2 1 RMIT Univerity, Department of Aeropace Engineering 2 Holden

More information

SELF-MANAGING PERFORMANCE IN APPLICATION SERVERS MODELLING AND DATA ARCHITECTURE

SELF-MANAGING PERFORMANCE IN APPLICATION SERVERS MODELLING AND DATA ARCHITECTURE SELF-MANAGING PERFORMANCE IN APPLICATION SERVERS MODELLING AND DATA ARCHITECTURE RAVI KUMAR G 1, C.MUTHUSAMY 2 & A.VINAYA BABU 3 1 HP Bangalore, Reearch Scholar JNTUH, Hyderabad, India, 2 Yahoo, Bangalore,

More information

International Journal of Heat and Mass Transfer

International Journal of Heat and Mass Transfer International Journal of Heat and Ma Tranfer 5 (9) 14 144 Content lit available at ScienceDirect International Journal of Heat and Ma Tranfer journal homepage: www.elevier.com/locate/ijhmt Technical Note

More information

Sector Concentration in Loan Portfolios and Economic Capital. Abstract

Sector Concentration in Loan Portfolios and Economic Capital. Abstract Sector Concentration in Loan Portfolio and Economic Capital Klau Düllmann and Nancy Machelein 2 Thi verion: September 2006 Abtract The purpoe of thi paper i to meaure the potential impact of buine-ector

More information

1) Assume that the sample is an SRS. The problem state that the subjects were randomly selected.

1) Assume that the sample is an SRS. The problem state that the subjects were randomly selected. 12.1 Homework for t Hypothei Tet 1) Below are the etimate of the daily intake of calcium in milligram for 38 randomly elected women between the age of 18 and 24 year who agreed to participate in a tudy

More information

A Review On Software Testing In SDlC And Testing Tools

A Review On Software Testing In SDlC And Testing Tools www.ijec.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume - 3 Iue -9 September, 2014 Page No. 8188-8197 A Review On Software Teting In SDlC And Teting Tool T.Amruthavalli*,

More information

Morningstar Fixed Income Style Box TM Methodology

Morningstar Fixed Income Style Box TM Methodology Morningtar Fixed Income Style Box TM Methodology Morningtar Methodology Paper Augut 3, 00 00 Morningtar, Inc. All right reerved. The information in thi document i the property of Morningtar, Inc. Reproduction

More information

Growing Self-Organizing Maps for Surface Reconstruction from Unstructured Point Clouds

Growing Self-Organizing Maps for Surface Reconstruction from Unstructured Point Clouds Growing Self-Organizing Map for Surface Recontruction from Untructured Point Cloud Renata L. M. E. do Rêgo, Aluizio F. R. Araújo, and Fernando B.de Lima Neto Abtract Thi work introduce a new method for

More information

Growth and Sustainability of Managed Security Services Networks: An Economic Perspective

Growth and Sustainability of Managed Security Services Networks: An Economic Perspective Growth and Sutainability of Managed Security Service etwork: An Economic Perpective Alok Gupta Dmitry Zhdanov Department of Information and Deciion Science Univerity of Minneota Minneapoli, M 55455 (agupta,

More information

Unit 11 Using Linear Regression to Describe Relationships

Unit 11 Using Linear Regression to Describe Relationships Unit 11 Uing Linear Regreion to Decribe Relationhip Objective: To obtain and interpret the lope and intercept of the leat quare line for predicting a quantitative repone variable from a quantitative explanatory

More information

Algorithms for Advance Bandwidth Reservation in Media Production Networks

Algorithms for Advance Bandwidth Reservation in Media Production Networks Algorithm for Advance Bandwidth Reervation in Media Production Network Maryam Barhan 1, Hendrik Moen 1, Jeroen Famaey 2, Filip De Turck 1 1 Department of Information Technology, Ghent Univerity imind Gaton

More information

Gabriel E. Arrobo and Richard D. Gitlin, NAI Charter Fellow

Gabriel E. Arrobo and Richard D. Gitlin, NAI Charter Fellow Technology and Innovation, Vol. 15, pp. 227 236, 2013 1949-8241/13 $90.00 +.00 Printed in the USA. All right reerved. DOI: http://dx.doi.org/10.3727/194982413x13790020921825 Copyright ã 2013 Cognizant

More information

Schmid Peoplemover Overpass and Revolution. The Discovery of a New Way.

Schmid Peoplemover Overpass and Revolution. The Discovery of a New Way. Schmid Peoplemover Overpa and Revolution. The Dicovery of a New Way. A Company of ThyenKrupp Elevator ThyenKrupp Aufzüge TK Creating New Way Demand New Way of Thinking. The Schmid Peoplemover Remove the

More information

Support Vector Machine Based Electricity Price Forecasting For Electricity Markets utilising Projected Assessment of System Adequacy Data.

Support Vector Machine Based Electricity Price Forecasting For Electricity Markets utilising Projected Assessment of System Adequacy Data. The Sixth International Power Engineering Conference (IPEC23, 27-29 November 23, Singapore Support Vector Machine Baed Electricity Price Forecating For Electricity Maret utiliing Projected Aement of Sytem

More information

Exposure Metering Relating Subject Lighting to Film Exposure

Exposure Metering Relating Subject Lighting to Film Exposure Expoure Metering Relating Subject Lighting to Film Expoure By Jeff Conrad A photographic expoure meter meaure ubject lighting and indicate camera etting that nominally reult in the bet expoure of the film.

More information

How Enterprises Can Build Integrated Digital Marketing Experiences Using Drupal

How Enterprises Can Build Integrated Digital Marketing Experiences Using Drupal How Enterprie Can Build Integrated Digital Marketing Experience Uing Drupal acquia.com 888.922.7842 1.781.238.8600 25 Corporate Drive, Burlington, MA 01803 How Enterprie Can Build Integrated Digital Marketing

More information

Laureate Network Products & Services Copyright 2013 Laureate Education, Inc.

Laureate Network Products & Services Copyright 2013 Laureate Education, Inc. Laureate Network Product & Service Copyright 2013 Laureate Education, Inc. KEY Coure Name Laureate Faculty Development...3 Laureate Englih Program...9 Language Laureate Signature Product...12 Length Laureate

More information

Return on Investment and Effort Expenditure in the Software Development Environment

Return on Investment and Effort Expenditure in the Software Development Environment International Journal of Applied Information ytem (IJAI) IN : 2249-0868 Return on Invetment and Effort Expenditure in the oftware Development Environment Dineh Kumar aini Faculty of Computing and IT, ohar

More information

Profitability of Loyalty Programs in the Presence of Uncertainty in Customers Valuations

Profitability of Loyalty Programs in the Presence of Uncertainty in Customers Valuations Proceeding of the 0 Indutrial Engineering Reearch Conference T. Doolen and E. Van Aken, ed. Profitability of Loyalty Program in the Preence of Uncertainty in Cutomer Valuation Amir Gandomi and Saeed Zolfaghari

More information

SENSING IMAGES. School of Remote Sensing and Information Engineering, Wuhan University, 129# Luoyu Road, Wuhan, China,ych@whu.edu.

SENSING IMAGES. School of Remote Sensing and Information Engineering, Wuhan University, 129# Luoyu Road, Wuhan, China,ych@whu.edu. International Archive of the Photogrammetry, Remote Sening and Spatial Information Science, Volume X-/W, 3 8th International Sympoium on Spatial Data Quality, 3 May - June 3, Hong Kong COUD DETECTION METHOD

More information

Project Management Basics

Project Management Basics Project Management Baic A Guide to undertanding the baic component of effective project management and the key to ucce 1 Content 1.0 Who hould read thi Guide... 3 1.1 Overview... 3 1.2 Project Management

More information

Module 8. Three-phase Induction Motor. Version 2 EE IIT, Kharagpur

Module 8. Three-phase Induction Motor. Version 2 EE IIT, Kharagpur Module 8 Three-phae Induction Motor Verion EE IIT, Kharagpur Leon 33 Different Type of Starter for Induction Motor (IM Verion EE IIT, Kharagpur Inructional Objective Need of uing arter for Induction motor

More information

How to Maximize User Satisfaction Degree in Multi-service IP Networks

How to Maximize User Satisfaction Degree in Multi-service IP Networks How to Maximize Uer Satifaction Degree in Multi-ervice IP Network Huy Anh Nguyen, Tam Van Nguyen and Deokai Choi Department of Electronic and Computer Engineering Chonnam National Univerity Gwangu, KOREA

More information

A COMPARATIVE STUDY OF THREE-PHASE AND SINGLE-PHASE PLL ALGORITHMS FOR GRID-CONNECTED SYSTEMS

A COMPARATIVE STUDY OF THREE-PHASE AND SINGLE-PHASE PLL ALGORITHMS FOR GRID-CONNECTED SYSTEMS A COMPARATIE STUDY OF THREEPHASE AND SINGLEPHASE PLL ALGORITHMS FOR GRIDCONNECTED SYSTEMS Ruben Marco do Santo Filho Centro Federal de Educação Tecnológica CEFETMG Coord. Eletrônica Av. Amazona 553 Belo

More information

Group Mutual Exclusion Based on Priorities

Group Mutual Exclusion Based on Priorities Group Mutual Excluion Baed on Prioritie Karina M. Cenci Laboratorio de Invetigación en Sitema Ditribuido Univeridad Nacional del Sur Bahía Blanca, Argentina kmc@c.un.edu.ar and Jorge R. Ardenghi Laboratorio

More information

Network Architecture for Joint Failure Recovery and Traffic Engineering

Network Architecture for Joint Failure Recovery and Traffic Engineering Network Architecture for Joint Failure Recovery and Traffic Engineering Martin Suchara Dept. of Computer Science Princeton Univerity, NJ 08544 muchara@princeton.edu Dahai Xu AT&T Lab Reearch Florham Park,

More information

Research Article An (s, S) Production Inventory Controlled Self-Service Queuing System

Research Article An (s, S) Production Inventory Controlled Self-Service Queuing System Probability and Statitic Volume 5, Article ID 558, 8 page http://dxdoiorg/55/5/558 Reearch Article An (, S) Production Inventory Controlled Self-Service Queuing Sytem Anoop N Nair and M J Jacob Department

More information

DUE to the small size and low cost of a sensor node, a

DUE to the small size and low cost of a sensor node, a 1992 IEEE TRANSACTIONS ON MOBILE COMPUTING, VOL. 14, NO. 10, OCTOBER 2015 A Networ Coding Baed Energy Efficient Data Bacup in Survivability-Heterogeneou Senor Networ Jie Tian, Tan Yan, and Guiling Wang

More information

Pekka Helkiö, 58490K Antti Seppälä, 63212W Ossi Syd, 63513T

Pekka Helkiö, 58490K Antti Seppälä, 63212W Ossi Syd, 63513T Pekka Helkiö, 58490K Antti Seppälä, 63212W Oi Syd, 63513T Table of Content 1. Abtract...1 2. Introduction...2 2.1 Background... 2 2.2 Objective and Reearch Problem... 2 2.3 Methodology... 2 2.4 Scoping

More information

OPINION PIECE. It s up to the customer to ensure security of the Cloud

OPINION PIECE. It s up to the customer to ensure security of the Cloud OPINION PIECE It up to the cutomer to enure ecurity of the Cloud Content Don t outource what you don t undertand 2 The check lit 2 Step toward control 4 Due Diligence 4 Contract 4 E-dicovery 4 Standard

More information

Mathematical Modeling of Molten Slag Granulation Using a Spinning Disk Atomizer (SDA)

Mathematical Modeling of Molten Slag Granulation Using a Spinning Disk Atomizer (SDA) Mathematical Modeling of Molten Slag Granulation Uing a Spinning Dik Atomizer (SDA) Hadi Purwanto and Tomohiro Akiyama Center for Advanced Reearch of Energy Converion Material, Hokkaido Univerity Kita

More information

MANAGING DATA REPLICATION IN MOBILE AD- HOC NETWORK DATABASES (Invited Paper) *

MANAGING DATA REPLICATION IN MOBILE AD- HOC NETWORK DATABASES (Invited Paper) * MANAGING DATA REPLICATION IN MOBILE AD- HOC NETWORK DATABASES (Invited Paper) * Praanna Padmanabhan School of Computer Science The Univerity of Oklahoma Norman OK, USA praannap@yahoo-inc.com Dr. Le Gruenwald

More information

Solution of the Heat Equation for transient conduction by LaPlace Transform

Solution of the Heat Equation for transient conduction by LaPlace Transform Solution of the Heat Equation for tranient conduction by LaPlace Tranform Thi notebook ha been written in Mathematica by Mark J. McCready Profeor and Chair of Chemical Engineering Univerity of Notre Dame

More information

G*Power 3: A flexible statistical power analysis program for the social, behavioral, and biomedical sciences

G*Power 3: A flexible statistical power analysis program for the social, behavioral, and biomedical sciences Behavior Reearch Method 007, 39 (), 75-9 G*Power 3: A flexible tatitical power analyi program for the ocial, behavioral, and biomedical cience FRAZ FAUL Chritian-Albrecht-Univerität Kiel, Kiel, Germany

More information

INTERACTIVE TOOL FOR ANALYSIS OF TIME-DELAY SYSTEMS WITH DEAD-TIME COMPENSATORS

INTERACTIVE TOOL FOR ANALYSIS OF TIME-DELAY SYSTEMS WITH DEAD-TIME COMPENSATORS INTERACTIVE TOOL FOR ANALYSIS OF TIMEDELAY SYSTEMS WITH DEADTIME COMPENSATORS Joé Lui Guzmán, Pedro García, Tore Hägglund, Sebatián Dormido, Pedro Alberto, Manuel Berenguel Dep. de Lenguaje y Computación,

More information

Motion detection, labeling, data aociation and tracking, in real-time on RISC computer Lionel Lacaagne ;, Maurice Milgram, Patrick Garda Laboratoire de Intrument et Sytµeme Univerit e Pierre et Marie Curie

More information

Multitarget Tracking with Interacting Population-based MCMC-PF

Multitarget Tracking with Interacting Population-based MCMC-PF Multitarget Tracing with Interacting Population-baed MCMC-PF Mélanie Bocquel, Han Drieen Arun Bagchi Thale Nederland B.V. - Sen TBU Radar Engineering, Univerity of Twente - Department of Applied Mathematic

More information

Growth and Sustainability of Managed Security Services Networks: An Economic Perspective

Growth and Sustainability of Managed Security Services Networks: An Economic Perspective Growth and Sutainability of Managed Security Service etwork: An Economic Perpective Alok Gupta Dmitry Zhdanov Department of Information and Deciion Science Univerity of Minneota Minneapoli, M 55455 (agupta,

More information

! Search engines are highly profitable. n 99% of Google s revenue from ads. n Yahoo, bing also uses similar model

! Search engines are highly profitable. n 99% of Google s revenue from ads. n Yahoo, bing also uses similar model Search engine Advertiement The Economic of Web Search! Search engine are highly profitable Revenue come from elling ad related to querie 99% of Google revenue from ad Yahoo, bing alo ue imilar model CS315

More information

How To Control A Power Plant With A Power Control System

How To Control A Power Plant With A Power Control System OVERVIEW Demand-controlled ventilation Leading edge product for demand-controlled ventilation! www.wegon.com Demand-controlled ventilation offer great comfort and low operating cot When the room i in ue,

More information

Bidding for Representative Allocations for Display Advertising

Bidding for Representative Allocations for Display Advertising Bidding for Repreentative Allocation for Diplay Advertiing Arpita Ghoh, Preton McAfee, Kihore Papineni, and Sergei Vailvitkii Yahoo! Reearch. {arpita, mcafee, kpapi, ergei}@yahoo-inc.com Abtract. Diplay

More information

Independent Samples T- test

Independent Samples T- test Independent Sample T- tet With previou tet, we were intereted in comparing a ingle ample with a population With mot reearch, you do not have knowledge about the population -- you don t know the population

More information

Software Engineering Management: strategic choices in a new decade

Software Engineering Management: strategic choices in a new decade Software Engineering : trategic choice in a new decade Barbara Farbey & Anthony Finkeltein Univerity College London, Department of Computer Science, Gower St. London WC1E 6BT, UK {b.farbey a.finkeltein}@ucl.ac.uk

More information

Linear energy-preserving integrators for Poisson systems

Linear energy-preserving integrators for Poisson systems BIT manucript No. (will be inerted by the editor Linear energy-preerving integrator for Poion ytem David Cohen Ernt Hairer Received: date / Accepted: date Abtract For Hamiltonian ytem with non-canonical

More information

Scheduling of Jobs and Maintenance Activities on Parallel Machines

Scheduling of Jobs and Maintenance Activities on Parallel Machines Scheduling of Job and Maintenance Activitie on Parallel Machine Chung-Yee Lee* Department of Indutrial Engineering Texa A&M Univerity College Station, TX 77843-3131 cylee@ac.tamu.edu Zhi-Long Chen** Department

More information

Maximizing Acceptance Probability for Active Friending in Online Social Networks

Maximizing Acceptance Probability for Active Friending in Online Social Networks Maximizing for Active Friending in Online Social Network De-Nian Yang, Hui-Ju Hung, Wang-Chien Lee, Wei Chen Academia Sinica, Taipei, Taiwan The Pennylvania State Univerity, State College, Pennylvania,

More information

Risk Management for a Global Supply Chain Planning under Uncertainty: Models and Algorithms

Risk Management for a Global Supply Chain Planning under Uncertainty: Models and Algorithms Rik Management for a Global Supply Chain Planning under Uncertainty: Model and Algorithm Fengqi You 1, John M. Waick 2, Ignacio E. Gromann 1* 1 Dept. of Chemical Engineering, Carnegie Mellon Univerity,

More information

Stochasticity in Transcriptional Regulation: Origins, Consequences, and Mathematical Representations

Stochasticity in Transcriptional Regulation: Origins, Consequences, and Mathematical Representations 36 Biophyical Journal Volume 8 December 200 36 336 Stochaticity in Trancriptional Regulation: Origin, Conequence, and Mathematical Repreentation Thoma B. Kepler* and Timothy C. Elton *Santa Fe Intitute,

More information

Four Ways Companies Can Use Open Source Social Publishing Tools to Enhance Their Business Operations

Four Ways Companies Can Use Open Source Social Publishing Tools to Enhance Their Business Operations Four Way Companie Can Ue Open Source Social Publihing Tool to Enhance Their Buine Operation acquia.com 888.922.7842 1.781.238.8600 25 Corporate Drive, Burlington, MA 01803 Four Way Companie Can Ue Open

More information