Data Visualization within Urban Models

Size: px
Start display at page:

Download "Data Visualization within Urban Models"

Transcription

1 Data Vsualzaton wthn Urban Models Anthony Steed 1, Salvatore Spnello 2, Ben Croxford 3, Rchard Mlton 1 1 Department of Computer Scence, Unversty College London, UK 2 LaBRI, Unversté Bordeaux, France 3 Bartlett School of Archtecture, Unversty College London, UK [email protected], [email protected], [email protected], [email protected] Abstract To complement the Ordnance Survey data we are Models of urban envronments have many uses for town plannng, pre-vsualzaton of new buldng work and utlty servce plannng. Many of these models are three-dmensonal, and ncreasngly there s a move towards real-tme presentaton of such large models. In ths paper we present an algorthm for generatng consstent 3D models from a combnaton of data sources, ncludng Ordnance Survey ground plans, aeral photography and laser heght data. Although there have been several demonstratons of automatc generaton of buldng models from 2D vector map data, n ths paper we present a very robust soluton that generates models that are sutable for real-tme presentaton. We then demonstrate a novel polluton vsualzaton that uses these models. 1. Introducton As desktop machnes become faster, the compulson amongst computer graphcs researchers seems to be to generate larger models that can brng the new machnes to a grndng halt. Models of the urban envronment are easy test cases as t s relatvely smple to generate very complex models from readly avalable 2D map data. In ths paper we descrbe a process for automatcally generatng 3D models from 2D map data, aeral photography and LIDAR nformaton, and then ntegrate polluton data vsualzatons wthn those models. Urban models can be generated from a varety of dfferent data sources, a survey can be found n [9]. Many of the methods descrbed n that survey assume that the surveyor or modeler starts wth no data and must scan and capture the complete model that they requre. However, n the UK, Ordnance Survey produce extremely good 2D vector data for the whole country. Ths data s kept up to date by teams of surveyors. It s mantaned from Photogrammetrc and surveyng processes. Fgure 1: A representaton of the stages of urban modelng usng LIDAR (LIght Detecton And Rangng) data and aeral photography. LIDAR gves spot heghts at reasonably dense spacng, so as to gve a terran heght and buldng heghts. Both, LIDAR and Ordnance Survey data are vector data. They are really sutable for storage and 2D vsualzaton but they do not have an explct 3D structure. Therefore, we have chosen to make a Constraned Delaunay Trangulaton, bult on those nput data sets, to obtan robust structured nformaton. The resultng 3D models have been desgned to be run wthn real-tme renderers. Thus we have pad attenton to optmzng the number of polygons. The resultng models have been used n a number of applcatons wthn the Equator Cty project [6] where we have been usng urban envronments for 3D vrtual tour gudes. In ths paper we wll descrbe an extenson of the orgnal model for vsualzng urban polluton. Ths s part of Advanced Grd Interfaces for Envronmental e- Scence, whch s assocated wth the Equator IRC [5] [7].

2 tq3181se tq3180ne 2. Data Modellng tq3281sw tq3280nw 500 m Fgure 2 A representaton of the orgnal NTF data 2.1. System Overvew and Requrements For real-tme modellng we have some strngent requrements on the types of model. The prmary requrement s that the models respect the geometry of the orgnal data but have a good vsual appearance. It s desrable for lghtng and shadow projecton that the buldng foot-prntouts are cut out of the ground plane so that there are no T-junctons on the ground plane. Ths does mean that a larger number of polygons are requred, but t does remove a large number of vsual artefacts. We also requre that any back-facng or non-vsble polygons are removed from the resultng models 2.2. Parttonng the Ground Plane We used three prncpal resources: Ordnance Survey (OS) vector maps, LIDAR (LIght Detecton And N 500 m E Rangng) heght data, and aeral photography. In addton we have started to ntegrate procedures for modellng facades of buldng. Fgure 2 shows four example vector maps from the Land-Lne data set. All maps are Crown Copyrght. Land-Lne s suppled as tled data, wth each tle comprsng 500m x 500m. These are dstrbuted n Natonal Transfer Format (NTF), and we can use ether ths or the OpenGIS Consortum s Geography Markup Language (GML). These maps contan the topography as vector data for both tangble and ntangble features. An ntangble feature s a map feature that does not represent a realworld object e.g. the lne representng a county boundary. The maps contan pont data to represent Spot Heghts, Trangulaton Ponts etc and lne data to represent Buldng Outlnes, Publc Road Central Lne etc. There s no area type, so areas such as buldngs are defned usng lnes wth a unque seed pont to dentfy the area. Feature postons are measured n Natonal Grd coordnates. Features wll have a category code denotng ther type (Spot Heght, Buldng Outlne etc). Features may have an assocated text strng to ndcate the Road Name, House Name, etc. To satsfy our requrement to unquely classfy the ground plane and to remove ambgutes, we frst buld a complete Constraned Delaunay Trangulaton from the vertces. Delaunay Trangulatons are partcular trangulatons, bult on the nput data set, whch satsfes the empty crcum-crcle property: the crcum-crcle of each trangle n the trangulaton does not contan any nput ponts. They take n the gven nput data set and return a structure descrbng the data set. Even f OS vector maps sometmes contan errors or ambgutes such as mssng edges, usng the trangulaton and some feature detals n the orgnal vector map lke buldngs seeds ponts and roads central lnes, we can easly classfy the resultng trangles and edges nto varous sets. For our applcaton we group these n to: Buldngs, Pavements, Water and Roads (see Fgure 3).

3 Fgure 4 Smooth surface created by nterpolatng the LIDAR data by the nverse dstance weghtng functon Fgure 3 Constraned Delaunay Trangulaton 2.3. Terran Heght At ths stage, the model comprses a planar floor. It s sutable for extruson nto a 3D model. Ths s easly done at ths stage, because n the Delaunay Trangulaton each vector lne has been unquely attached to two planar trangles, so edges of buldngs can be duplcated, one edge rased and the façade polygons nserted. However, f we can obtan heght data we have to consder t before extruson. The Land-Lne data contans spot heghts, but these are too sparse to construct a smooth surface. A better data source, f t s avalable, s LIDAR. Ths gves spot heghts at denstes of typcally 30 ponts per 100 square meters (50 tmes hgher than Land-Lne). The horzontal accuracy s 1.5m n the worst case due to uncertantes related to the atttude of the survey arcraft. The vertcal accuracy s about +/- 15cm. Ths data can be used to gve both the heght of buldngs n the prevous extruson step and to construct a terran heght for the ground. Dfferent methods could be used to create a smooth terran surface from an unorgansed scattered set of data ponts. The most used technques are: Krgng and Inverse Dstance Weghtng (IDW) nterpolaton. Krgng s a method of nterpolaton, whch predcts unknown values from data observed at known locatons. Ths method uses varogram to express the spatal varaton, and t mnmzes the error of predcted values, whch are estmated by spatal dstrbuton of the predcted values [13]. Krgng s a powerful method; unfortunately the calculatons necessary to perform t have a hgh Fgure 5 Trangles comprsng a buldng façade computatonal complexty. Results obtaned wth the second method (IDW) are comparable wth those obtaned wth Krgng n addton IDW mplementaton s easer and ths algorthm s faster than Krgng. For these reasons we decded to use IDW to fnd the heght of each pont on the ground plane. IDW s descrbed n detals n Secton 3.4. See Fgure 4 for an example result Extruson Secton 2.2 ntroduced a procedure to fnd buldngs outlne even n maps contanng errors or ambgutes. The basc extruson algorthm descrbed n ths paragraph takes a buldng outlne and extrudes ts edges. The extruson s done n three parts. Two parts are composed by a ground secton, whch s one storey hgh,

4 and an upper secton, whch flls from the 1 st storey to the roof level. These are the pnk and green strps n Fgure 5. Ths s done so that a texture map wth doors and wndows can be used for the ground storey, and wth wndows only for the upper floors. The extracton procedure must consder the terran model (see precedent Secton) to make more realstc buldngs. In effect, the terran surface normally s not planar, then, ndvdual buldngs may not have horzontal edges wth the ground. Therefore, a thn polygonal strp s nserted around the base of the buldng as shown Fgure 5 (blue strp). We have chosen to model Buldngs wth multple levels so that each level can be textured dfferently. At the current tme, we are modellng only flat roofs, so to fnd the heght of a buldng we fnd the hghest LIDAR pont wthn the buldng footprnt, or a close-by but above street-level LIDAR pont f the buldng footprnt s small and there s no LIDAR heght pont wthn t. Water features need specal treatment, snce they wll rarely be planar due to surveyng and nterpolaton processes. Water features are flattened by fndng ther lowest feature pont. The water feature s then flattened to ths heght and approprate walls put n where the water feature adjons other features Other Model Features If aeral photography exsts, then t can be draped over the mesh. We have used sectons of the Ctes Revealed data set from GeoInformaton Internatonal for current demonstratons. Snce the pxel sze of typcal aeral photography s around 1 pxel/m, there wll be obvous bleedng of ground features to roofs and vce versa. The Land-Lne data contans nformaton about pont features such as street furnture and trees. These can be modelled and nserted. Trees are problematc snce they also appear on the aeral photography. Fnally pre-modelled buldngs can be nserted. Ths nvolves some preparaton. The orgnal 2D vector data has to be marked so that the polygons are not extruded. So far we have not dealt wth fttng the footprnt of the pre-modelled buldng wth 2D map, so we smply leave the buldng outlne as a ground plane Other Outputs Snce we have bult a complete Delaunay trangulaton of the ground plane, we can robustly classfy any new pont nto a ground coverage type (road, pavement, buldng, water, etc.). We can use ths to create consstent btmap representatons of the model, wth, say all buldngs classfed. Ths s useful for real-tme CO (ppm) Tme (s) Fgure 6 Raw data from a segment of a path near UCL collson detecton of avatars wth models, as demonstrated n the system of Teccha et al. [17]. From the Delaunay trangulaton, we can also construct graphs of road and pavement connectvty by followng the mesh connectons for a partcular ground coverage type. These can be used for path plannng for walkng or drvng smulatons. For example, the pavements defne walkable surfaces for avatars, and the pavement graph can be used to smplfy path searchng. In [12] Loscos et al. dscuss how to augment the pavement graph network wth lkely road crossng nformaton so that avatars can walk across the whole map. 3. Ar Qualty Vsualsaton 3.1. Ar Qualty Informaton The pollutant we are studyng s carbon monoxde. Transport makes the greatest contrbuton to carbon monoxde levels and carbon monoxde affects urban areas more sgnfcantly than rural areas. Overall carbon monoxde levels have fallen snce the 1970s, averagng 1mg/m 3 [4]. The Ar Qualty Ste contans archve data from over 1500 UK montorng statons gong back n some nstances to 1972 [2]. Such data sources gve a good pcture of varaton from urban to rural areas. In urban areas some sense of potental varaton s conveyed by the dfference n readngs between kerbsde sensors and sensors placed n background areas away from pollutant sources. However they don t capture the detal of per street varaton. Carbon monoxde dsperses over a matter of hours, but Croxford et al. have shown that ths s affected by local street confguraton [1]. Ths study used a cluster of sensors n fxed placements n a small area around

5 Unversty College London (UCL). The Ar Qualty Strategy for England, Scotland, Wales and Northern Ireland [3], suggests a standard of 10ppm (11.6mg/m3) runnng 8-hour mean. In the vcnty of UCL, the Croxford study found a peak CO concentraton of 12ppm, but nearby sensors reported much lower values near the background level for CO. Thus, movng pedestrans or vehcles would probably not experence ths peak for a long perod Mappng Ar Qualty In the Equator IRC e-scence project Advanced Grd Interfaces for Envronmental Scence n the Lab and n the Feld (EPSRC grant GR/R81985/01) [7], we have been nvestgatng ways of mappng polluton usng tracked moble sensors [16]. An accurate carbon monoxde sensor s coupled wth a GPS recever and a loggng devce. Ths devce can be ftted nto a bag or placed on a bke rack. The devce logs tme, poston and polluton level. The resultng recordngs are less accurate, but potentally from a wde area of samplng. Wth several such devces beng carred around, t wll be possble to buld a map that shows detaled local varatons n polluton Raw Polluton Data The data shown n Fgure 6 was collected on a path startng n UCL s front Quad, and walkng up towards Euston Road. Before reachng Euston Road, the user crossed to the other sde of the road, and the peak was reached when they were stood near the traffc lghts at the juncton of Euston Road and Gower St. The peak capture was 6.1 ppm Data Modellng The nput data for the polluton model s a stream made of a GPS poston (x, y ) and polluton data f (CO n parts per mllon). To make a 2D feld representaton, we frst extract a temporal secton of the data. The resultng data set s treated as a set of rregular scatter ponts. One of the most commonly used technques for nterpolaton of scatter ponts s Inverse Dstance Weghted (IDW) nterpolaton. IDW methods are based on the assumpton that the nterpolatng surface should be nfluenced most by the nearby ponts and less by the more dstant ponts. The nterpolatng surface s a weghted average of the scatter ponts and the weght assgned to each scatter pont dmnshes as the dstance from the nterpolaton pont to the scatter pont ncreases. The smplest form of nverse dstance weghted nterpolaton s Shepard's method [14]. The equaton used to fnd the value at poston (x,y) s: F n ( x, y) = w ( x, y) = 1 f where n s the number of scatter ponts n the set, f are the prescrbed functon values at the scatter ponts (e.g. the polluton values), and w are the weght functons assgned to each scatter pont. The weght functon s: w ( x, y) h p = n h j j= 1 ( x, y) p ( x, y) where p s a postve real number (typcally, p=2) and ( x y) ( x x ) 2 + ( y y ) 2 h, = s the dstance from the scatter pont.

6 nterpolates each scatter pont and s nfluenced most strongly between scatter ponts by the ponts closest to the pont beng nterpolated. 4. Results Fgure 7 Overvew of area around St Paul's Fgure 8 Oblque vew of St Paul's area 4.1. Cty Models The results of the cty model generaton are shown n Fgures 7 and 8. These show a model of nne sq km around the St Paul s area of central London. The model comprses 1.2M polygons. Un-optmsed ths renders at 3-4 frames a second on a PC wth GeForce4 graphcs accelerator. An ongong theme of research at UCL s nteracton and nteractve renderng of large-scale urban models [15]. In that demonstraton we bult a renderer that adapted to frame-rate changes by alterng clps volumes and level of detal. The models descrbed n ths paper are much superor n detal and geometry to the models used n the prevous demonstrator Combned Data Our am n combnng data s two fold: to support vsualsaton by placng the data n the context of the stuaton where t was gathered, and to support remote collaboraton where one partcpant s usng a vrtual envronment dsplay to collaborate wth a colleague n the feld. Fgure 9 shows vews of the juncton between Gower St and Euston Road. The blue lne represents the recorded path from the GPS recever. The naccuracy of GPS locaton can be noted snce the carrer walked along the centre of the pavements except when crossng Gower St. In the vsualsaton n Fgure 9 we present the polluton nterpolaton by colourng the roads. In order to mantan a hgh frame rate, we only nterpolate the polluton level at each vertex of the road polygons usng the nverse dstance weghted nterpolaton. We then use the bult n Gouraud shadng algorthm of standard Fgure 9 Vews of the juncton of Gower St and Euston Road The effect of the weght functon s that the surface

7 graphcs drvers to do a smooth nterpolaton. Ths typcally uses a b-lnear nterpolaton. For a more accurate vew, a 2D raster mage can be calculated at some fxed spatal frequency. In Fgure 9 the juncton s obvously the most polluted area. 5. Conclusons and Future Work For the modellng work we are contnung by addng roof structure nformaton. Ths can be done by determnng a roof slopes from LIDAR or by estmatng the roof type and then generatng a roof that fts [10]. We are also workng to ntegrate better façade texturng that fts wth the colour and lghtng nformaton from aeral photography. We tend to use ether automatc façade texturng or draped aeral photography at the moment snce the vsual results are often jarrng f both are used together. We are also workng to ntegrate Photogrammetrc procedures for rapd modellng of specfc buldng facades. A second actvty s on buldng a run-tme that can dsplay larger sectons of the vrtual model. For groundlevel exploraton, we can use a combnaton of occluson cullng and mposter-based renderng. The models we have are very sutable for certan types of occluson cullng, because connectvty between buldngs can be recorded and exported. A thrd actvty s to make a full ntegraton wth the crowd anmaton system of Teccha, Loscos, et al. [12] [17]. For the polluton modellng we have demonstrated the feasblty of makng dense maps of polluton usng moble sensng devces. Ths enables new types of montorng that address local varaton n polluton and also the levels of polluton that are experenced by dfferent users of the urban space. We hope to establsh the polluton montorng nfrastructure as a publc nfrastructure that can be shared or nstantated by other users. Further Detals Ths work s supported by the projects Advanced Grd Interfaces for Envronmental e-scence n the Lab and n the Feld (EPSRC Grant GR/R81985/01) and the EQUATOR Interdscplnary Research Collaboraton (EPSRC Grant GR/N15986/01). For a complete overvew of the envronmental e- scence project, ncludng a companon project on envronmental montorng n the Antarctc, see the EQUATOR webste pages [7]. For example data sets and more detaled specfcatons of the devce see the web page [7]. We plan to make a publc release of the software, and to host an example vsualsaton servce at that address. For further nformaton about the pollutonmontorng project please contact Anthony Steed ([email protected]). References [1] Croxford, B., Penn, A., Hller, B. (1995) Spatal Dstrbuton of urban polluton: cvlzng urban traffc, Ffth Symposum on Hghway and Urban Polluton, May 22-24, [2] Department for Envronment, Food and Rural Affars (Defra) The Ar Qualty Archve, (verfed ). [3] Department for Envronment, Food and Rural Affars (Defra) (1999) The Ar Qualty Strategy for England, Scotland, Wales and Northern Ireland, 1999, avalable onlne at ty/pdf/arstrat.pdf (verfed ). [4] Envronment Agency, Ar Qualty Carbon Monoxde, =_e (verfed ). [5] EQUATOR, Advanced Grd Interfaces for Envronmental e-scence: Urban Polluton, (verfed ). [6] EQUATOR, Cty Project, cg/ (verfed ). [7] EQUATOR, Envronmental e-scence Project, ex.htm (verfed ). [8] EQUATOR, The Equator UnIversal Plaform, m (verfed ). [9] Hu, J., You, S., Neumann, U. (2003) Approaches to Large-Scale Urban Modelng, IEEE Computer Graphcs and Applcatons, Nov/Dec,2003 [10] Laycock, R.G. and Day, A.M. (2003). Automatcally generatng roof models from buldng footprnts, In WSCG, 2003 [11] Learan Desgn Ltd, (verfed ) [12] Loscos, C., Marchal, D., Meyer, A. (2003) Intutve Crowd Behavour n Dense Urban Envronments usng Local Laws, In Theory and Practce of Computer Graphcs 2003, IEEE Computer Socety Press. [13] Olver, M. A. and Webster, R. Krgng: a method of nterpolaton for geographcal nformaton system,

8 INT. J. Geographcal Informaton Systems, 1990, VOL. 4, No. 3, [14] Shepard, D. (1968) A two-dmensonal nterpolaton functon for rregularly-spaced data, Proc. 23rd Natonal Conference ACM, ACM, [15] Steed, A., Frecon, E., Pemberton, D., Smth, G. (1999) The London Travel Demonstrator, Proceedngs of the ACM Symposum on Vrtual Realty Software and Technology, December 20-22nd 1999, pp , ACM Press. [16] Steed, A., Spnello, S., Croxford, B., Greenhalgh, C. (2003). e-scence n the Streets: Urban Polluton Montorng, UK e-scence All Hands Meetng, September 2003 [17] Teccha, F., Loscos, C., Chrysanthou, Y. (2002) Vsualzng Crowds n Real-Tme. Computer Graphcs forum, 21(4), December 2002, pages

Vision Mouse. Saurabh Sarkar a* University of Cincinnati, Cincinnati, USA ABSTRACT 1. INTRODUCTION

Vision Mouse. Saurabh Sarkar a* University of Cincinnati, Cincinnati, USA ABSTRACT 1. INTRODUCTION Vson Mouse Saurabh Sarkar a* a Unversty of Cncnnat, Cncnnat, USA ABSTRACT The report dscusses a vson based approach towards trackng of eyes and fngers. The report descrbes the process of locatng the possble

More information

Traffic State Estimation in the Traffic Management Center of Berlin

Traffic State Estimation in the Traffic Management Center of Berlin Traffc State Estmaton n the Traffc Management Center of Berln Authors: Peter Vortsch, PTV AG, Stumpfstrasse, D-763 Karlsruhe, Germany phone ++49/72/965/35, emal [email protected] Peter Möhl, PTV AG,

More information

An Alternative Way to Measure Private Equity Performance

An Alternative Way to Measure Private Equity Performance An Alternatve Way to Measure Prvate Equty Performance Peter Todd Parlux Investment Technology LLC Summary Internal Rate of Return (IRR) s probably the most common way to measure the performance of prvate

More information

An Integrated Semantically Correct 2.5D Object Oriented TIN. Andreas Koch

An Integrated Semantically Correct 2.5D Object Oriented TIN. Andreas Koch An Integrated Semantcally Correct 2.5D Object Orented TIN Andreas Koch Unverstät Hannover Insttut für Photogrammetre und GeoInformaton Contents Introducton Integraton of a DTM and 2D GIS data Semantcs

More information

What is Candidate Sampling

What is Candidate Sampling What s Canddate Samplng Say we have a multclass or mult label problem where each tranng example ( x, T ) conssts of a context x a small (mult)set of target classes T out of a large unverse L of possble

More information

"Research Note" APPLICATION OF CHARGE SIMULATION METHOD TO ELECTRIC FIELD CALCULATION IN THE POWER CABLES *

Research Note APPLICATION OF CHARGE SIMULATION METHOD TO ELECTRIC FIELD CALCULATION IN THE POWER CABLES * Iranan Journal of Scence & Technology, Transacton B, Engneerng, ol. 30, No. B6, 789-794 rnted n The Islamc Republc of Iran, 006 Shraz Unversty "Research Note" ALICATION OF CHARGE SIMULATION METHOD TO ELECTRIC

More information

The Development of Web Log Mining Based on Improve-K-Means Clustering Analysis

The Development of Web Log Mining Based on Improve-K-Means Clustering Analysis The Development of Web Log Mnng Based on Improve-K-Means Clusterng Analyss TngZhong Wang * College of Informaton Technology, Luoyang Normal Unversty, Luoyang, 471022, Chna [email protected] Abstract.

More information

Module 2 LOSSLESS IMAGE COMPRESSION SYSTEMS. Version 2 ECE IIT, Kharagpur

Module 2 LOSSLESS IMAGE COMPRESSION SYSTEMS. Version 2 ECE IIT, Kharagpur Module LOSSLESS IMAGE COMPRESSION SYSTEMS Lesson 3 Lossless Compresson: Huffman Codng Instructonal Objectves At the end of ths lesson, the students should be able to:. Defne and measure source entropy..

More information

BERNSTEIN POLYNOMIALS

BERNSTEIN POLYNOMIALS On-Lne Geometrc Modelng Notes BERNSTEIN POLYNOMIALS Kenneth I. Joy Vsualzaton and Graphcs Research Group Department of Computer Scence Unversty of Calforna, Davs Overvew Polynomals are ncredbly useful

More information

DEFINING %COMPLETE IN MICROSOFT PROJECT

DEFINING %COMPLETE IN MICROSOFT PROJECT CelersSystems DEFINING %COMPLETE IN MICROSOFT PROJECT PREPARED BY James E Aksel, PMP, PMI-SP, MVP For Addtonal Informaton about Earned Value Management Systems and reportng, please contact: CelersSystems,

More information

Face Verification Problem. Face Recognition Problem. Application: Access Control. Biometric Authentication. Face Verification (1:1 matching)

Face Verification Problem. Face Recognition Problem. Application: Access Control. Biometric Authentication. Face Verification (1:1 matching) Face Recognton Problem Face Verfcaton Problem Face Verfcaton (1:1 matchng) Querymage face query Face Recognton (1:N matchng) database Applcaton: Access Control www.vsage.com www.vsoncs.com Bometrc Authentcaton

More information

APPLICATION OF PROBE DATA COLLECTED VIA INFRARED BEACONS TO TRAFFIC MANEGEMENT

APPLICATION OF PROBE DATA COLLECTED VIA INFRARED BEACONS TO TRAFFIC MANEGEMENT APPLICATION OF PROBE DATA COLLECTED VIA INFRARED BEACONS TO TRAFFIC MANEGEMENT Toshhko Oda (1), Kochro Iwaoka (2) (1), (2) Infrastructure Systems Busness Unt, Panasonc System Networks Co., Ltd. Saedo-cho

More information

Risk-based Fatigue Estimate of Deep Water Risers -- Course Project for EM388F: Fracture Mechanics, Spring 2008

Risk-based Fatigue Estimate of Deep Water Risers -- Course Project for EM388F: Fracture Mechanics, Spring 2008 Rsk-based Fatgue Estmate of Deep Water Rsers -- Course Project for EM388F: Fracture Mechancs, Sprng 2008 Chen Sh Department of Cvl, Archtectural, and Envronmental Engneerng The Unversty of Texas at Austn

More information

An interactive system for structure-based ASCII art creation

An interactive system for structure-based ASCII art creation An nteractve system for structure-based ASCII art creaton Katsunor Myake Henry Johan Tomoyuk Nshta The Unversty of Tokyo Nanyang Technologcal Unversty Abstract Non-Photorealstc Renderng (NPR), whose am

More information

Support Vector Machines

Support Vector Machines Support Vector Machnes Max Wellng Department of Computer Scence Unversty of Toronto 10 Kng s College Road Toronto, M5S 3G5 Canada [email protected] Abstract Ths s a note to explan support vector machnes.

More information

VRT012 User s guide V0.1. Address: Žirmūnų g. 27, Vilnius LT-09105, Phone: (370-5) 2127472, Fax: (370-5) 276 1380, Email: info@teltonika.

VRT012 User s guide V0.1. Address: Žirmūnų g. 27, Vilnius LT-09105, Phone: (370-5) 2127472, Fax: (370-5) 276 1380, Email: info@teltonika. VRT012 User s gude V0.1 Thank you for purchasng our product. We hope ths user-frendly devce wll be helpful n realsng your deas and brngng comfort to your lfe. Please take few mnutes to read ths manual

More information

Calculating the high frequency transmission line parameters of power cables

Calculating the high frequency transmission line parameters of power cables < ' Calculatng the hgh frequency transmsson lne parameters of power cables Authors: Dr. John Dcknson, Laboratory Servces Manager, N 0 RW E B Communcatons Mr. Peter J. Ncholson, Project Assgnment Manager,

More information

Realistic Image Synthesis

Realistic Image Synthesis Realstc Image Synthess - Combned Samplng and Path Tracng - Phlpp Slusallek Karol Myszkowsk Vncent Pegoraro Overvew: Today Combned Samplng (Multple Importance Samplng) Renderng and Measurng Equaton Random

More information

The Greedy Method. Introduction. 0/1 Knapsack Problem

The Greedy Method. Introduction. 0/1 Knapsack Problem The Greedy Method Introducton We have completed data structures. We now are gong to look at algorthm desgn methods. Often we are lookng at optmzaton problems whose performance s exponental. For an optmzaton

More information

benefit is 2, paid if the policyholder dies within the year, and probability of death within the year is ).

benefit is 2, paid if the policyholder dies within the year, and probability of death within the year is ). REVIEW OF RISK MANAGEMENT CONCEPTS LOSS DISTRIBUTIONS AND INSURANCE Loss and nsurance: When someone s subject to the rsk of ncurrng a fnancal loss, the loss s generally modeled usng a random varable or

More information

CHAPTER 5 RELATIONSHIPS BETWEEN QUANTITATIVE VARIABLES

CHAPTER 5 RELATIONSHIPS BETWEEN QUANTITATIVE VARIABLES CHAPTER 5 RELATIONSHIPS BETWEEN QUANTITATIVE VARIABLES In ths chapter, we wll learn how to descrbe the relatonshp between two quanttatve varables. Remember (from Chapter 2) that the terms quanttatve varable

More information

Calculation of Sampling Weights

Calculation of Sampling Weights Perre Foy Statstcs Canada 4 Calculaton of Samplng Weghts 4.1 OVERVIEW The basc sample desgn used n TIMSS Populatons 1 and 2 was a two-stage stratfed cluster desgn. 1 The frst stage conssted of a sample

More information

Can Auto Liability Insurance Purchases Signal Risk Attitude?

Can Auto Liability Insurance Purchases Signal Risk Attitude? Internatonal Journal of Busness and Economcs, 2011, Vol. 10, No. 2, 159-164 Can Auto Lablty Insurance Purchases Sgnal Rsk Atttude? Chu-Shu L Department of Internatonal Busness, Asa Unversty, Tawan Sheng-Chang

More information

Vehicle Detection and Tracking in Video from Moving Airborne Platform

Vehicle Detection and Tracking in Video from Moving Airborne Platform Journal of Computatonal Informaton Systems 10: 12 (2014) 4965 4972 Avalable at http://www.jofcs.com Vehcle Detecton and Trackng n Vdeo from Movng Arborne Platform Lye ZHANG 1,2,, Hua WANG 3, L LI 2 1 School

More information

Enterprise Master Patient Index

Enterprise Master Patient Index Enterprse Master Patent Index Healthcare data are captured n many dfferent settngs such as hosptals, clncs, labs, and physcan offces. Accordng to a report by the CDC, patents n the Unted States made an

More information

Luby s Alg. for Maximal Independent Sets using Pairwise Independence

Luby s Alg. for Maximal Independent Sets using Pairwise Independence Lecture Notes for Randomzed Algorthms Luby s Alg. for Maxmal Independent Sets usng Parwse Independence Last Updated by Erc Vgoda on February, 006 8. Maxmal Independent Sets For a graph G = (V, E), an ndependent

More information

On the Optimal Control of a Cascade of Hydro-Electric Power Stations

On the Optimal Control of a Cascade of Hydro-Electric Power Stations On the Optmal Control of a Cascade of Hydro-Electrc Power Statons M.C.M. Guedes a, A.F. Rbero a, G.V. Smrnov b and S. Vlela c a Department of Mathematcs, School of Scences, Unversty of Porto, Portugal;

More information

Conversion between the vector and raster data structures using Fuzzy Geographical Entities

Conversion between the vector and raster data structures using Fuzzy Geographical Entities Converson between the vector and raster data structures usng Fuzzy Geographcal Enttes Cdála Fonte Department of Mathematcs Faculty of Scences and Technology Unversty of Combra, Apartado 38, 3 454 Combra,

More information

Answer: A). There is a flatter IS curve in the high MPC economy. Original LM LM after increase in M. IS curve for low MPC economy

Answer: A). There is a flatter IS curve in the high MPC economy. Original LM LM after increase in M. IS curve for low MPC economy 4.02 Quz Solutons Fall 2004 Multple-Choce Questons (30/00 ponts) Please, crcle the correct answer for each of the followng 0 multple-choce questons. For each queston, only one of the answers s correct.

More information

CHOLESTEROL REFERENCE METHOD LABORATORY NETWORK. Sample Stability Protocol

CHOLESTEROL REFERENCE METHOD LABORATORY NETWORK. Sample Stability Protocol CHOLESTEROL REFERENCE METHOD LABORATORY NETWORK Sample Stablty Protocol Background The Cholesterol Reference Method Laboratory Network (CRMLN) developed certfcaton protocols for total cholesterol, HDL

More information

The OC Curve of Attribute Acceptance Plans

The OC Curve of Attribute Acceptance Plans The OC Curve of Attrbute Acceptance Plans The Operatng Characterstc (OC) curve descrbes the probablty of acceptng a lot as a functon of the lot s qualty. Fgure 1 shows a typcal OC Curve. 10 8 6 4 1 3 4

More information

GRAVITY DATA VALIDATION AND OUTLIER DETECTION USING L 1 -NORM

GRAVITY DATA VALIDATION AND OUTLIER DETECTION USING L 1 -NORM GRAVITY DATA VALIDATION AND OUTLIER DETECTION USING L 1 -NORM BARRIOT Jean-Perre, SARRAILH Mchel BGI/CNES 18.av.E.Beln 31401 TOULOUSE Cedex 4 (France) Emal: [email protected] 1/Introducton The

More information

Recurrence. 1 Definitions and main statements

Recurrence. 1 Definitions and main statements Recurrence 1 Defntons and man statements Let X n, n = 0, 1, 2,... be a MC wth the state space S = (1, 2,...), transton probabltes p j = P {X n+1 = j X n = }, and the transton matrx P = (p j ),j S def.

More information

A Novel Methodology of Working Capital Management for Large. Public Constructions by Using Fuzzy S-curve Regression

A Novel Methodology of Working Capital Management for Large. Public Constructions by Using Fuzzy S-curve Regression Novel Methodology of Workng Captal Management for Large Publc Constructons by Usng Fuzzy S-curve Regresson Cheng-Wu Chen, Morrs H. L. Wang and Tng-Ya Hseh Department of Cvl Engneerng, Natonal Central Unversty,

More information

How To Understand The Results Of The German Meris Cloud And Water Vapour Product

How To Understand The Results Of The German Meris Cloud And Water Vapour Product Ttel: Project: Doc. No.: MERIS level 3 cloud and water vapour products MAPP MAPP-ATBD-ClWVL3 Issue: 1 Revson: 0 Date: 9.12.1998 Functon Name Organsaton Sgnature Date Author: Bennartz FUB Preusker FUB Schüller

More information

A Multi-Camera System on PC-Cluster for Real-time 3-D Tracking

A Multi-Camera System on PC-Cluster for Real-time 3-D Tracking The 23 rd Conference of the Mechancal Engneerng Network of Thaland November 4 7, 2009, Chang Ma A Mult-Camera System on PC-Cluster for Real-tme 3-D Trackng Vboon Sangveraphunsr*, Krtsana Uttamang, and

More information

A Replication-Based and Fault Tolerant Allocation Algorithm for Cloud Computing

A Replication-Based and Fault Tolerant Allocation Algorithm for Cloud Computing A Replcaton-Based and Fault Tolerant Allocaton Algorthm for Cloud Computng Tork Altameem Dept of Computer Scence, RCC, Kng Saud Unversty, PO Box: 28095 11437 Ryadh-Saud Araba Abstract The very large nfrastructure

More information

An Interest-Oriented Network Evolution Mechanism for Online Communities

An Interest-Oriented Network Evolution Mechanism for Online Communities An Interest-Orented Network Evoluton Mechansm for Onlne Communtes Cahong Sun and Xaopng Yang School of Informaton, Renmn Unversty of Chna, Bejng 100872, P.R. Chna {chsun,yang}@ruc.edu.cn Abstract. Onlne

More information

A DATA MINING APPLICATION IN A STUDENT DATABASE

A DATA MINING APPLICATION IN A STUDENT DATABASE JOURNAL OF AERONAUTICS AND SPACE TECHNOLOGIES JULY 005 VOLUME NUMBER (53-57) A DATA MINING APPLICATION IN A STUDENT DATABASE Şenol Zafer ERDOĞAN Maltepe Ünversty Faculty of Engneerng Büyükbakkalköy-Istanbul

More information

Lecture 2: Single Layer Perceptrons Kevin Swingler

Lecture 2: Single Layer Perceptrons Kevin Swingler Lecture 2: Sngle Layer Perceptrons Kevn Sngler [email protected] Recap: McCulloch-Ptts Neuron Ths vastly smplfed model of real neurons s also knon as a Threshold Logc Unt: W 2 A Y 3 n W n. A set of synapses

More information

) of the Cell class is created containing information about events associated with the cell. Events are added to the Cell instance

) of the Cell class is created containing information about events associated with the cell. Events are added to the Cell instance Calbraton Method Instances of the Cell class (one nstance for each FMS cell) contan ADC raw data and methods assocated wth each partcular FMS cell. The calbraton method ncludes event selecton (Class Cell

More information

Finite Math Chapter 10: Study Guide and Solution to Problems

Finite Math Chapter 10: Study Guide and Solution to Problems Fnte Math Chapter 10: Study Gude and Soluton to Problems Basc Formulas and Concepts 10.1 Interest Basc Concepts Interest A fee a bank pays you for money you depost nto a savngs account. Prncpal P The amount

More information

MULTIVAC Customer Portal Your access to the MULTIVAC World

MULTIVAC Customer Portal Your access to the MULTIVAC World MULTIVAC Customer Portal Your access to the MULTIVAC World 2 Contents MULTIVAC Customer Portal Introducton 24/7 Accessblty Your ndvdual nformaton Smple and ntutve Helpful and up to date Your benefts at

More information

Institute of Informatics, Faculty of Business and Management, Brno University of Technology,Czech Republic

Institute of Informatics, Faculty of Business and Management, Brno University of Technology,Czech Republic Lagrange Multplers as Quanttatve Indcators n Economcs Ivan Mezník Insttute of Informatcs, Faculty of Busness and Management, Brno Unversty of TechnologCzech Republc Abstract The quanttatve role of Lagrange

More information

Politecnico di Torino. Porto Institutional Repository

Politecnico di Torino. Porto Institutional Repository Poltecnco d Torno Porto Insttutonal Repostory [Artcle] A cost-effectve cloud computng framework for acceleratng multmeda communcaton smulatons Orgnal Ctaton: D. Angel, E. Masala (2012). A cost-effectve

More information

INVESTIGATION OF VEHICULAR USERS FAIRNESS IN CDMA-HDR NETWORKS

INVESTIGATION OF VEHICULAR USERS FAIRNESS IN CDMA-HDR NETWORKS 21 22 September 2007, BULGARIA 119 Proceedngs of the Internatonal Conference on Informaton Technologes (InfoTech-2007) 21 st 22 nd September 2007, Bulgara vol. 2 INVESTIGATION OF VEHICULAR USERS FAIRNESS

More information

A Multi-mode Image Tracking System Based on Distributed Fusion

A Multi-mode Image Tracking System Based on Distributed Fusion A Mult-mode Image Tracng System Based on Dstrbuted Fuson Ln zheng Chongzhao Han Dongguang Zuo Hongsen Yan School of Electroncs & nformaton engneerng, X an Jaotong Unversty X an, Shaanx, Chna [email protected]

More information

IT09 - Identity Management Policy

IT09 - Identity Management Policy IT09 - Identty Management Polcy Introducton 1 The Unersty needs to manage dentty accounts for all users of the Unersty s electronc systems and ensure that users hae an approprate leel of access to these

More information

POLYSA: A Polynomial Algorithm for Non-binary Constraint Satisfaction Problems with and

POLYSA: A Polynomial Algorithm for Non-binary Constraint Satisfaction Problems with and POLYSA: A Polynomal Algorthm for Non-bnary Constrant Satsfacton Problems wth and Mguel A. Saldo, Federco Barber Dpto. Sstemas Informátcos y Computacón Unversdad Poltécnca de Valenca, Camno de Vera s/n

More information

Causal, Explanatory Forecasting. Analysis. Regression Analysis. Simple Linear Regression. Which is Independent? Forecasting

Causal, Explanatory Forecasting. Analysis. Regression Analysis. Simple Linear Regression. Which is Independent? Forecasting Causal, Explanatory Forecastng Assumes cause-and-effect relatonshp between system nputs and ts output Forecastng wth Regresson Analyss Rchard S. Barr Inputs System Cause + Effect Relatonshp The job of

More information

Master s Thesis. Configuring robust virtual wireless sensor networks for Internet of Things inspired by brain functional networks

Master s Thesis. Configuring robust virtual wireless sensor networks for Internet of Things inspired by brain functional networks Master s Thess Ttle Confgurng robust vrtual wreless sensor networks for Internet of Thngs nspred by bran functonal networks Supervsor Professor Masayuk Murata Author Shnya Toyonaga February 10th, 2014

More information

Simple Interest Loans (Section 5.1) :

Simple Interest Loans (Section 5.1) : Chapter 5 Fnance The frst part of ths revew wll explan the dfferent nterest and nvestment equatons you learned n secton 5.1 through 5.4 of your textbook and go through several examples. The second part

More information

An Evaluation of the Extended Logistic, Simple Logistic, and Gompertz Models for Forecasting Short Lifecycle Products and Services

An Evaluation of the Extended Logistic, Simple Logistic, and Gompertz Models for Forecasting Short Lifecycle Products and Services An Evaluaton of the Extended Logstc, Smple Logstc, and Gompertz Models for Forecastng Short Lfecycle Products and Servces Charles V. Trappey a,1, Hsn-yng Wu b a Professor (Management Scence), Natonal Chao

More information

The Use of Analytics for Claim Fraud Detection Roosevelt C. Mosley, Jr., FCAS, MAAA Nick Kucera Pinnacle Actuarial Resources Inc.

The Use of Analytics for Claim Fraud Detection Roosevelt C. Mosley, Jr., FCAS, MAAA Nick Kucera Pinnacle Actuarial Resources Inc. Paper 1837-2014 The Use of Analytcs for Clam Fraud Detecton Roosevelt C. Mosley, Jr., FCAS, MAAA Nck Kucera Pnnacle Actuaral Resources Inc., Bloomngton, IL ABSTRACT As t has been wdely reported n the nsurance

More information

Time Value of Money Module

Time Value of Money Module Tme Value of Money Module O BJECTIVES After readng ths Module, you wll be able to: Understand smple nterest and compound nterest. 2 Compute and use the future value of a sngle sum. 3 Compute and use the

More information

Hosted Voice Self Service Installation Guide

Hosted Voice Self Service Installation Guide Hosted Voce Self Servce Installaton Gude Contact us at 1-877-355-1501 [email protected] www.earthlnk.com 2015 EarthLnk. Trademarks are property of ther respectve owners. All rghts reserved. 1071-07629

More information

Inter-Ing 2007. INTERDISCIPLINARITY IN ENGINEERING SCIENTIFIC INTERNATIONAL CONFERENCE, TG. MUREŞ ROMÂNIA, 15-16 November 2007.

Inter-Ing 2007. INTERDISCIPLINARITY IN ENGINEERING SCIENTIFIC INTERNATIONAL CONFERENCE, TG. MUREŞ ROMÂNIA, 15-16 November 2007. Inter-Ing 2007 INTERDISCIPLINARITY IN ENGINEERING SCIENTIFIC INTERNATIONAL CONFERENCE, TG. MUREŞ ROMÂNIA, 15-16 November 2007. UNCERTAINTY REGION SIMULATION FOR A SERIAL ROBOT STRUCTURE MARIUS SEBASTIAN

More information

IMPACT ANALYSIS OF A CELLULAR PHONE

IMPACT ANALYSIS OF A CELLULAR PHONE 4 th ASA & μeta Internatonal Conference IMPACT AALYSIS OF A CELLULAR PHOE We Lu, 2 Hongy L Bejng FEAonlne Engneerng Co.,Ltd. Bejng, Chna ABSTRACT Drop test smulaton plays an mportant role n nvestgatng

More information

CHAPTER 14 MORE ABOUT REGRESSION

CHAPTER 14 MORE ABOUT REGRESSION CHAPTER 14 MORE ABOUT REGRESSION We learned n Chapter 5 that often a straght lne descrbes the pattern of a relatonshp between two quanttatve varables. For nstance, n Example 5.1 we explored the relatonshp

More information

Analysis of Premium Liabilities for Australian Lines of Business

Analysis of Premium Liabilities for Australian Lines of Business Summary of Analyss of Premum Labltes for Australan Lnes of Busness Emly Tao Honours Research Paper, The Unversty of Melbourne Emly Tao Acknowledgements I am grateful to the Australan Prudental Regulaton

More information

A Hierarchical Anomaly Network Intrusion Detection System using Neural Network Classification

A Hierarchical Anomaly Network Intrusion Detection System using Neural Network Classification IDC IDC A Herarchcal Anomaly Network Intruson Detecton System usng Neural Network Classfcaton ZHENG ZHANG, JUN LI, C. N. MANIKOPOULOS, JAY JORGENSON and JOSE UCLES ECE Department, New Jersey Inst. of Tech.,

More information

Using Series to Analyze Financial Situations: Present Value

Using Series to Analyze Financial Situations: Present Value 2.8 Usng Seres to Analyze Fnancal Stuatons: Present Value In the prevous secton, you learned how to calculate the amount, or future value, of an ordnary smple annuty. The amount s the sum of the accumulated

More information

M-applications Development using High Performance Project Management Techniques

M-applications Development using High Performance Project Management Techniques M-applcatons Development usng Hgh Performance Project Management Technques PAUL POCATILU, MARIUS VETRICI Economc Informatcs Department Academy of Economc Studes 6 Pata Romana, Sector, Bucharest ROMANIA

More information

Overview of monitoring and evaluation

Overview of monitoring and evaluation 540 Toolkt to Combat Traffckng n Persons Tool 10.1 Overvew of montorng and evaluaton Overvew Ths tool brefly descrbes both montorng and evaluaton, and the dstncton between the two. What s montorng? Montorng

More information

Performance Analysis of Energy Consumption of Smartphone Running Mobile Hotspot Application

Performance Analysis of Energy Consumption of Smartphone Running Mobile Hotspot Application Internatonal Journal of mart Grd and lean Energy Performance Analyss of Energy onsumpton of martphone Runnng Moble Hotspot Applcaton Yun on hung a chool of Electronc Engneerng, oongsl Unversty, 511 angdo-dong,

More information

Credit Limit Optimization (CLO) for Credit Cards

Credit Limit Optimization (CLO) for Credit Cards Credt Lmt Optmzaton (CLO) for Credt Cards Vay S. Desa CSCC IX, Ednburgh September 8, 2005 Copyrght 2003, SAS Insttute Inc. All rghts reserved. SAS Propretary Agenda Background Tradtonal approaches to credt

More information

Forecasting the Direction and Strength of Stock Market Movement

Forecasting the Direction and Strength of Stock Market Movement Forecastng the Drecton and Strength of Stock Market Movement Jngwe Chen Mng Chen Nan Ye [email protected] [email protected] [email protected] Abstract - Stock market s one of the most complcated systems

More information

A Secure Password-Authenticated Key Agreement Using Smart Cards

A Secure Password-Authenticated Key Agreement Using Smart Cards A Secure Password-Authentcated Key Agreement Usng Smart Cards Ka Chan 1, Wen-Chung Kuo 2 and Jn-Chou Cheng 3 1 Department of Computer and Informaton Scence, R.O.C. Mltary Academy, Kaohsung 83059, Tawan,

More information

Frequency Selective IQ Phase and IQ Amplitude Imbalance Adjustments for OFDM Direct Conversion Transmitters

Frequency Selective IQ Phase and IQ Amplitude Imbalance Adjustments for OFDM Direct Conversion Transmitters Frequency Selectve IQ Phase and IQ Ampltude Imbalance Adjustments for OFDM Drect Converson ransmtters Edmund Coersmeer, Ernst Zelnsk Noka, Meesmannstrasse 103, 44807 Bochum, Germany [email protected],

More information

Distributed Multi-Target Tracking In A Self-Configuring Camera Network

Distributed Multi-Target Tracking In A Self-Configuring Camera Network Dstrbuted Mult-Target Trackng In A Self-Confgurng Camera Network Crstan Soto, B Song, Amt K. Roy-Chowdhury Department of Electrcal Engneerng Unversty of Calforna, Rversde {cwlder,bsong,amtrc}@ee.ucr.edu

More information

+ + + - - This circuit than can be reduced to a planar circuit

+ + + - - This circuit than can be reduced to a planar circuit MeshCurrent Method The meshcurrent s analog of the nodeoltage method. We sole for a new set of arables, mesh currents, that automatcally satsfy KCLs. As such, meshcurrent method reduces crcut soluton to

More information

MONITORING METHODOLOGY TO ASSESS THE PERFORMANCE OF GSM NETWORKS

MONITORING METHODOLOGY TO ASSESS THE PERFORMANCE OF GSM NETWORKS Electronc Communcatons Commttee (ECC) wthn the European Conference of Postal and Telecommuncatons Admnstratons (CEPT) MONITORING METHODOLOGY TO ASSESS THE PERFORMANCE OF GSM NETWORKS Athens, February 2008

More information

A Performance Analysis of View Maintenance Techniques for Data Warehouses

A Performance Analysis of View Maintenance Techniques for Data Warehouses A Performance Analyss of Vew Mantenance Technques for Data Warehouses Xng Wang Dell Computer Corporaton Round Roc, Texas Le Gruenwald The nversty of Olahoma School of Computer Scence orman, OK 739 Guangtao

More information

1.1 The University may award Higher Doctorate degrees as specified from time-to-time in UPR AS11 1.

1.1 The University may award Higher Doctorate degrees as specified from time-to-time in UPR AS11 1. HIGHER DOCTORATE DEGREES SUMMARY OF PRINCIPAL CHANGES General changes None Secton 3.2 Refer to text (Amendments to verson 03.0, UPR AS02 are shown n talcs.) 1 INTRODUCTION 1.1 The Unversty may award Hgher

More information

A Dynamic Energy-Efficiency Mechanism for Data Center Networks

A Dynamic Energy-Efficiency Mechanism for Data Center Networks A Dynamc Energy-Effcency Mechansm for Data Center Networks Sun Lang, Zhang Jnfang, Huang Daochao, Yang Dong, Qn Yajuan A Dynamc Energy-Effcency Mechansm for Data Center Networks 1 Sun Lang, 1 Zhang Jnfang,

More information

Data Broadcast on a Multi-System Heterogeneous Overlayed Wireless Network *

Data Broadcast on a Multi-System Heterogeneous Overlayed Wireless Network * JOURNAL OF INFORMATION SCIENCE AND ENGINEERING 24, 819-840 (2008) Data Broadcast on a Mult-System Heterogeneous Overlayed Wreless Network * Department of Computer Scence Natonal Chao Tung Unversty Hsnchu,

More information

Feature selection for intrusion detection. Slobodan Petrović NISlab, Gjøvik University College

Feature selection for intrusion detection. Slobodan Petrović NISlab, Gjøvik University College Feature selecton for ntruson detecton Slobodan Petrovć NISlab, Gjøvk Unversty College Contents The feature selecton problem Intruson detecton Traffc features relevant for IDS The CFS measure The mrmr measure

More information

M3S MULTIMEDIA MOBILITY MANAGEMENT AND LOAD BALANCING IN WIRELESS BROADCAST NETWORKS

M3S MULTIMEDIA MOBILITY MANAGEMENT AND LOAD BALANCING IN WIRELESS BROADCAST NETWORKS M3S MULTIMEDIA MOBILITY MANAGEMENT AND LOAD BALANCING IN WIRELESS BROADCAST NETWORKS Bogdan Cubotaru, Gabrel-Mro Muntean Performance Engneerng Laboratory, RINCE School of Electronc Engneerng Dubln Cty

More information

MACHINE VISION SYSTEM FOR SPECULAR SURFACE INSPECTION: USE OF SIMULATION PROCESS AS A TOOL FOR DESIGN AND OPTIMIZATION

MACHINE VISION SYSTEM FOR SPECULAR SURFACE INSPECTION: USE OF SIMULATION PROCESS AS A TOOL FOR DESIGN AND OPTIMIZATION MACHINE VISION SYSTEM FOR SPECULAR SURFACE INSPECTION: USE OF SIMULATION PROCESS AS A TOOL FOR DESIGN AND OPTIMIZATION R. SEULIN, F. MERIENNE and P. GORRIA Laboratore Le2, CNRS FRE2309, EA 242, Unversté

More information

An Analysis of Dynamic Severity and Population Size

An Analysis of Dynamic Severity and Population Size An Analyss of Dynamc Severty and Populaton Sze Karsten Wecker Unversty of Stuttgart, Insttute of Computer Scence, Bretwesenstr. 2 22, 7565 Stuttgart, Germany, emal: [email protected]

More information

Optimization of network mesh topologies and link capacities for congestion relief

Optimization of network mesh topologies and link capacities for congestion relief Optmzaton of networ mesh topologes and ln capactes for congeston relef D. de Vllers * J.M. Hattngh School of Computer-, Statstcal- and Mathematcal Scences Potchefstroom Unversty for CHE * E-mal: [email protected]

More information

Abstract. 260 Business Intelligence Journal July IDENTIFICATION OF DEMAND THROUGH STATISTICAL DISTRIBUTION MODELING FOR IMPROVED DEMAND FORECASTING

Abstract. 260 Business Intelligence Journal July IDENTIFICATION OF DEMAND THROUGH STATISTICAL DISTRIBUTION MODELING FOR IMPROVED DEMAND FORECASTING 260 Busness Intellgence Journal July IDENTIFICATION OF DEMAND THROUGH STATISTICAL DISTRIBUTION MODELING FOR IMPROVED DEMAND FORECASTING Murphy Choy Mchelle L.F. Cheong School of Informaton Systems, Sngapore

More information

Project Networks With Mixed-Time Constraints

Project Networks With Mixed-Time Constraints Project Networs Wth Mxed-Tme Constrants L Caccetta and B Wattananon Western Australan Centre of Excellence n Industral Optmsaton (WACEIO) Curtn Unversty of Technology GPO Box U1987 Perth Western Australa

More information

1 Example 1: Axis-aligned rectangles

1 Example 1: Axis-aligned rectangles COS 511: Theoretcal Machne Learnng Lecturer: Rob Schapre Lecture # 6 Scrbe: Aaron Schld February 21, 2013 Last class, we dscussed an analogue for Occam s Razor for nfnte hypothess spaces that, n conjuncton

More information

GEOMETRY RECONSTRUCTION AND MESH GENERATION USING VARIATIONAL IMPLICIT SURFACES

GEOMETRY RECONSTRUCTION AND MESH GENERATION USING VARIATIONAL IMPLICIT SURFACES GEOMETRY RECONSTRUCTION AND MESH GENERATION USING VARIATIONAL IMPLICIT SURFACES S. Gordana *, C. Grffth *, J. Peró *, S. Sherwn * and D. J. Doorly * 1. ABSTRACT Ths paper presents a technque to recover

More information

Activity Scheduling for Cost-Time Investment Optimization in Project Management

Activity Scheduling for Cost-Time Investment Optimization in Project Management PROJECT MANAGEMENT 4 th Internatonal Conference on Industral Engneerng and Industral Management XIV Congreso de Ingenería de Organzacón Donosta- San Sebastán, September 8 th -10 th 010 Actvty Schedulng

More information

SPECIALIZED DAY TRADING - A NEW VIEW ON AN OLD GAME

SPECIALIZED DAY TRADING - A NEW VIEW ON AN OLD GAME August 7 - August 12, 2006 n Baden-Baden, Germany SPECIALIZED DAY TRADING - A NEW VIEW ON AN OLD GAME Vladmr Šmovć 1, and Vladmr Šmovć 2, PhD 1 Faculty of Electrcal Engneerng and Computng, Unska 3, 10000

More information

Rate Monotonic (RM) Disadvantages of cyclic. TDDB47 Real Time Systems. Lecture 2: RM & EDF. Priority-based scheduling. States of a process

Rate Monotonic (RM) Disadvantages of cyclic. TDDB47 Real Time Systems. Lecture 2: RM & EDF. Priority-based scheduling. States of a process Dsadvantages of cyclc TDDB47 Real Tme Systems Manual scheduler constructon Cannot deal wth any runtme changes What happens f we add a task to the set? Real-Tme Systems Laboratory Department of Computer

More information

Multi-Robot Tracking of a Moving Object Using Directional Sensors

Multi-Robot Tracking of a Moving Object Using Directional Sensors Mult-Robot Trackng of a Movng Object Usng Drectonal Sensors Xaomng Hu, Karl H. Johansson, Manuel Mazo Jr., Alberto Speranzon Dept. of Sgnals, Sensors & Systems Royal Insttute of Technology, SE- 44 Stockholm,

More information

FREQUENCY OF OCCURRENCE OF CERTAIN CHEMICAL CLASSES OF GSR FROM VARIOUS AMMUNITION TYPES

FREQUENCY OF OCCURRENCE OF CERTAIN CHEMICAL CLASSES OF GSR FROM VARIOUS AMMUNITION TYPES FREQUENCY OF OCCURRENCE OF CERTAIN CHEMICAL CLASSES OF GSR FROM VARIOUS AMMUNITION TYPES Zuzanna BRO EK-MUCHA, Grzegorz ZADORA, 2 Insttute of Forensc Research, Cracow, Poland 2 Faculty of Chemstry, Jagellonan

More information

PAS: A Packet Accounting System to Limit the Effects of DoS & DDoS. Debish Fesehaye & Klara Naherstedt University of Illinois-Urbana Champaign

PAS: A Packet Accounting System to Limit the Effects of DoS & DDoS. Debish Fesehaye & Klara Naherstedt University of Illinois-Urbana Champaign PAS: A Packet Accountng System to Lmt the Effects of DoS & DDoS Debsh Fesehaye & Klara Naherstedt Unversty of Illnos-Urbana Champagn DoS and DDoS DDoS attacks are ncreasng threats to our dgtal world. Exstng

More information