How to Select Measurement Points in Access Point Localization

Size: px
Start display at page:

Download "How to Select Measurement Points in Access Point Localization"

Transcription

1 Proceeding of the International MultiConference of Engineer and Computer Scientit 205 Vol II, IMECS 205, March 8-20, 205, Hong Kong How to Select Meaurement Point in Acce Point Localization Xiaoling Yang, Bing Chen, and Fengyu Gao Abtract In Acce Point(AP) Localization, a lot of manual effort are required to acquire neceary information of the AP to be localized for precie localization, but little reearch ha been devoted to the problem on how to elect appropriate meaurement point for lower cot and with high accuracy. Thi paper preent an approach to optimize the election of meaurement point. The idea i that the next meaurement point i determined baed on real-time meaurement, and it i located at the interection of the coverage area of AP, whoe location are roughly etimated by the previouly meaurement information, o a to detect a many AP a poible at each meaurement point. Simulation reult how that the propoed algorithm can reduce the number of neceary meaurement point and improve accuracy. Index Term Acce Point(AP) localization, meaurement point election, information collection T I. INTRODUCTION he localization of mobile device in wirele environment ha attracted much attention[], but they are often etimated with prior knowledge of the location of the acce point(ap). When there i limited prior knowledge, for example, anonymou environment, however, the localizing of acce point i required. Beide, AP localization i alo important for wirele network management and locating unauthorized AP[2]. Recently, everal attempt have been made for acce point(ap) localization. Han et al. [3] conidered the trend of receive ignal trength(rss) by comparing value of RSS in different meaurement point. Koo and Cha [4] conidered the relative poition of each AP and calculated real poition of AP later uing multidimenional caling (MDS) technique. Subramanian et al. [5] ued directional antenna to etimate the direction of the AP and calculated the poition of AP by k-mean method. Seung [6] propoed a modified verion of the Hata-Okumara model to calculate the ditance information inferred from the meaured ignal trength. Thee approache have a common feature: AP localization include two phae: firt, maive information hould be collected at many meaurement point, and then a certain localization method i ued to etimate the location of AP. Generally, the firt phae i a time-conuming proce and require extenive manual effort. Typically, everal hour or Manucript received November 6, 204. Xiaoling Yang, Bing Chen and Fengyu Gao are with the Department of Computer Science and Technology, Nanjing Univerity of Aeronautic and Atronautic, P.R. China (correponding author to provide phone: , yxl_9009@63.com; cb_china@nuaa.edu.cn; feng32@63.com). even more time i required to collect uch an amount of data when the area conidered i very large. However, the focu in current literature about AP localization i the localization method, and little reearch ha been devoted to clearly etimate how many meaurement point are needed and where to meaure in a given workpace to improve accuracy and reduce the meaurement cot. Thi paper conider the problem on how to elect uitable meaurement point to collect enough information for AP localization, we conider online AP localization, that to ay, the location of AP i etimated while collecting information. The cloet reearch to our objective i Zhang work in [7], they tried to locate an AP by guiding the next meaurement point baed on the current information, but only one AP i located each time and it i inappropriate for localizing multiple AP. In thi work, we propoe an approach that aim at getting a balance between overall accuracy and manual effort. To reduce manual effort, there hould be a many AP a poible to be detected in each meaurement point. We etimate the location of AP baed on previou meaurement and elect ome point at the interection of the coverage area of the AP a the next meaurement point. Thi approach can enure the validity of meaurement point for AP localization. To the bet of our knowledge, there have been no previou attempt to develop a method for the election of meaurement point in multiple AP localization. Simulation reult how that the propoed algorithm can reduce the number of meaurement point and improve localization accuracy. II. METRIC OF MANUAL EFFORTS IN AP LOCALIZATION To collect enough information, meaurement hould be taken in many point, the number of which i indicated a N, and l i the total length of the path from the firt point to the lat. For each meaurement point, an RSS ample (a et of RSS value) i collected. A RSS value vary noticeably due to interference and environment condition, everal conecutive RSS meaurement need to be collected for each ample. We aume t S i the time needed to get an RSS ample, and v i the peed of the worker. The total time t i formulated a follow: t N t l / v () P Meaurement point hould be elected in order to achieve a reaonable coverage of the AP. On one hand, increaing the number of meaurement point generally lead to better accuracy; on the other hand, it require more effort. However, the effectivene of a election pattern highly depend on the detailed workpace condition, i.e., the number and poition S P IMECS 205

2 Proceeding of the International MultiConference of Engineer and Computer Scientit 205 Vol II, IMECS 205, March 8-20, 205, Hong Kong of AP to be localized. Unfortunately, there i not any related work, epecially for multiple AP. Therefore, the objective of thi work i to elect a reaonable number of meaurement point while getting enough accuracy. III. SELECTION OF MEASUREMENT POINTS The workflow of the propoed approach i hown in Fig.. Firt, a point i randomly elected a the firt meaurement point, and the poition of AP are etimated according to the collected meaurement information. If there i no AP whoe poition ha been etimated, chooe the next point according to the current meaurement point (detail available in 3., NextRandom). Or ele, we would check if all the AP are found; if not, we would chooe the next point according to either the interection area or the extended area (detail available in 3.2, Next). We keep moving on to the next point until all the AP are found. The function and variable are explained a follow: Random(): elect a point randomly; MeaureAt(Pt): get the meaurement information at point Pt; DetectedAP: the number of AP whoe poition have been etimated; NextRandom(): randomly generate a point baed on the current meaurement point and all the previou meaurement point; FoundAP: the number of AP which have been found, the total number of AP to be localized i N; Next(): elect a point at the interection area of the coverage area of predicted AP; if there i no available point at the interection area, elect the point at the extended area. N Y FindPt (FindPt, Pt) = Next() N START Pt = Random() MeaureAt(Pt) DetectedAP = 0 N FoundAP = N Y END Fig.. Workflow of the propoed approach Y Pt = NextRandom() Some notation in the approach are decribed a follow: AllMPtLit: the lit of point where have meaured. EtiApLocDict: it i repreented by tuple <ApName, ApLoc>, ApName mean the name of AP and ApLoc mean the etimated poition of the correponding AP. AllMApInfoNum: It i repreented by tuple <ApName, Number>, ApName mean the name of AP, Number mean the amount of meaurement information of the correponding AP. It i ued to ae the priority of Ap, the le information, the higher the priority of the AP. miniditance: it i repreented by integer, it mean the minimum ditance between meaurement point. ExperimentArea: it mean the area of experiment and i repreented by a rectangle. A. Cae : NextRandom Given the current meaurement point (denoted by tmpt) and the initial extended ditance (denoted by ExtendDit), the next meaurement point i calculated in detail by Algorithm. CalcPtFromPt( ) return a point according to angle and ditance away from an original point. IFarFromAllMPt( ) repreent whether the point i far away from all the previou meaurement point; if it i, return true, or ele, return fale. Algorithm : NextRandom() Require: Point tmpt null {the current meaurement point} Require: Integer ExtendDit 0 {the ditance from TempMPt} Require: Integer AngleNum 0 {the number of angle to be calculated in each ExtendDit}. {calculate the longet ditance that could be extended} 2. Integer MaxDit = max( tmpt, P,, tmpt, P4 ), where P P4 are the four point in ExperimentArea and tmpt, P mean the ditance between tmpt and P. 3. Integer Num = 0 4. While ExtendDit <= MaxDit do 5. If Num > AngleNum do 6. Num = 0, ExtendDit = ExtendDit + miniditance 7. Ele do 8. Integer angle = Randomly generate an angle in [0, 360) 9. Point Pt = CalcPtFromPt(tMPt, ExtendDit, angle) 0. If IFarFromAllMPt(Pt) do. Return Pt {the next meaurement point i found} 2. End If 3. Num = Num + 4. End If 5. End While B. Cae 2: Next Given the current meaurement point (denoted by tmpt), the next meaurement point i calculated in detail by Algorithm 2. Some function are detailed a follow: GetPrioSortApLit( ): get an AP lit in decending order of priority according to the amount of information, the le information, the higher the priority of the AP. CalcInterSection( ): calculate the interection rectangle according to the given AP lit and their repective etimated location. The calculation about interection rectangle of two AP coverage area i hown in Fig. 2. repreent the coverage area of AP, which i denoted by circle determined by their poition and tranmit power. The interection area i denoted by P, P 2, P 3 and P 4 a hown in Fig. 2, and they can be calculated eaily. Meanwhile, in order to implify, the interection area of two AP coverage area i repreented by a rectangle approximately, which i repreented by a black rectangle in Fig. 2. x, x 2, y and y 2 can be calculated by the following formula(2). Thu, the correponding rectangle i calculated. x min( P. x, P2. x, P3. x, P4. x) x2 max( P. x, P2. x, P3. x, P4. x) y min( P. y, P2. y, P3. y, P4. y) y2 max( P. y, P2. y, P3. y, P4. y) where Pi. x and Pi. y mean the value in x axi and y axi (2) IMECS 205

3 Proceeding of the International MultiConference of Engineer and Computer Scientit 205 Vol II, IMECS 205, March 8-20, 205, Hong Kong y Coverage area of an AP Interection rectangle Of and 2 y 2 P P 4 P y P 2 x x2 Fig. 2. Calculation of interection rectangle of two AP x Interection rectangle Of thee three AP 3 Interection rectangle Of 2 and 3 Fig. 3. Calculation of interection rectangle of three AP Coverage area of an AP Interection rectangle N- N Rectangle Rectangle 2 Rectangle 3 Rectangle M many temporary rectangle The Final Rectangle Fig. 4. Calculation of interection rectangle of four AP coverage area of an AP Fig. 5. Calculation of interection rectangle according to AP lit valid area of a meaurement point The extended area valid range of a meaurement point The interection area Meaured point Valid candidate point Invalid candidate point Meaured point Valid candidate point Invalid candidate point Fig. 6. Example about valid candidate point in interection area The calculation of interection rectangle of multiple AP i hown in Fig. 3 and Fig. 4, which repreent the number of AP i odd and even, repectively. When calculating the interection rectangle according to the given AP lit, if the number of AP lited i only, the interection rectangle i the bounding rectangle of the coverage area of AP. Or ele, the interection rectangle of multiple AP i calculated a hown in Fig. 5, for example, if there are N AP in the lit, firt, elect two AP equentially and calculate the interection rectangle of thee two AP. If N i odd, the lat AP (N) i calculated with the prior AP (N-). Then, M rectangle are obtained, M = (N-)/2 +. Thu, the interection rectangle of M rectangle i calculated. Finally, the final interection rectangle i calculated. CalcPtByRect( ): calculate the next point according to the given rectangle. Fig. 6 how an example. The rectangle box with olid line repreent the interection rectangle of AP. Firt, the interection rectangle i divided into many cell according to miniditance, and the center point of each Fig. 7. Example about valid candidate point in extended rectangle cell i choen a the candidate point, which form a et of point, indicated by Q, then another et of point, indicated by P, can be calculated by formula (3): P { pt IFarFromAllMPt ( pt), pt Q} (3) They are the valid point in Fig. 6. If P i empty, thi indicate that the next meaure point cannot be calculated according to interection rectangle, or ele, the next meaurement point can be calculated by formula (4): NextMeaurePt arg min tmpt, pt, pt P (4) where tmpt, pt mean the di tan ce between thee two point Group( ): calculate the combination that chooe a given number AP from a given AP lit. For example, if the AP lit i {0,, 2, 3} and number i 3, all the combination in order are a below: { {0,, 2}, {0,, 3}, {0, 2, 3}, {, 2, 3} }. GetRectByAp( ): given a point and ditance, obtain the rounding rectangle of a circle, which i determined by point a center point and ditance a radiu. IMECS 205

4 Proceeding of the International MultiConference of Engineer and Computer Scientit 205 Vol II, IMECS 205, March 8-20, 205, Hong Kong CalcPtFromExtendRect( ):given a rectangle, the next point i calculated by extending each ide a miniditance each time. Fig. 7 how an example. All the valid candidate point form a et of point, indicated by P. If P i not empty, the point nearet the current meaurement point from P i choen a the next meaurement point. Or ele, thi indicate that the next meaurement point cannot be found. Algorithm 2: Next() Require: Point tmpt null {the current meaurement point}. {get the orted AP lit} 2. thisortedaplit = GetPrioSortApLit(AllMApInfoNum) 3. Integer ApNum = Count(EtiAPLocDict) 4. ApLit = null {the AP lit to be calculated} 5. Rectangle Rect = null {the interection rectangle calculated according to ApLit} 6. Point Pt = null {the temporary point} 7. While ApNum > 0 8. If Count(AllMApInfoNum) = 0 9. {there i no information to ae the priority of AP} 0. ApLit = chooe ApNum AP from EtiApLocDict in order. If CalcInterSection(ApLit) and Pt = CalcPtByRect(Rect) 2. FindPt = true, Return Pt { find the next meaurement point } 3. Ele do 4. ApNum 5. End If 6. Ele 7. { get all the combination in order in thisortedaplit } 8. For ApLit in Group(thiSortedApLit, ApNum) 9. If CalcInterSection(ApLit) and Pt = CalcPtByRect(Rect) 20. FindPt = true, Return Pt {find the next meaurement point} 2. End If 22. End For 23. ApNum 24. End If 25. End While 26. {there i no next meaurement point in the interection area, the extended area would be calculated} 27. {Get the etimated location of the AP which ha the highet priority} 28. Point ApLoc = GetHighetPrioApLoc() 29. {Get the rounding rectangle of the coverage area of the AP who ha the highet priority} 30. Rectangle OriginRect = GetRectByAp(ApLoc) 3. While OriginRect < ExperimentArea 32. If Pt = CalcPtFromExtendRect(OriginRect) 33. FindPt = true, Return Pt {find the next meaurement point } 34. End If 35. End While 36. {there i no next meaurement point in the ExperimentArea} 37. FindPt = fale IV. EXPERIMENT A. Simulation Platform and Configuration We evaluated the performance of the propoed approach with our own imulation platform. DriveByLoc[5] i choen a the AP localization method, which record the direction of AP in each meaurement point with a directional antenna and ue k-mean algorithm to etimate the location of AP. We imulate the directional antenna and meaure information per 30 degree. The AP to be localized are put randomly in the experiment area. Since the effectivene of a election pattern about meaurement point highly depend on the detailed workpace condition, i.e., the number and poition of AP to be localized, thu, we vary the number and poition of AP. The number of AP i, 5, 0 and 20. Five AP layout are randomly generated under each etting, and each experiment i repeated ten time. Since the tranmit power of each AP may be different, we varied P 0 from 0 to 20 dbm. And conidering the real wirele communication environment between the AP and receiver, we varied RSS ditortion, which i affected by hadow fading, multi-path and mall fading effect. Fig. 8 how an example of imulation topology. Table I how ome global parameter. Fig. 8. Example of imulation topology TABLE I GLOBAL PARAMETERS IN SIMULATION Parameter Name Value ExperimentArea 300 m * 80 m miniditance 20 m Number of AP to be localized, 5,0,20 Number of AP layout each number of AP (time) 5 Repetition of experiment each AP layout (time) 0 Poible value of P 0 (dbm) 0, 5, 0, 5, 20 Aumed P 0 (dbm) 5 Reception enitivity (dbm) -90 RSSI ditortion 0-50% B. Simulation Reult t i almot 20. v i the In thi ection, we evaluate the performance of the propoed algorithm. Since mot approache about AP localization have not conidered neither multiple AP localization nor the election of meaurement point, the propoed approach cannot be compared with exiting method. We compare InterArea we propoed with Random. In Random, like the cae (NextRandom), the next meaurement point i calculated by randomly electing an angle from the current meaurement point. A for the manual effort in formula, t i related to three factor: the number of meaurement angle, the repetition of each meaurement and the time taken in each meaurement. The number of meaurement angle i 2, the repetition of each meaurement i 0 and the time taken in each meaurement i almot econd, thu ame with whether InterArea or Random, and the value i et to be m/. l i related to N and the location of meaurement point. The performance comparion i made between InterArea we propoed and Random. Firt, we conider the relationhip between the number of meaurement point and manual effort t, a hown in Fig. 9. It can be een that the cot with InterArea and Random ha little difference, the maximum difference i almot 500 econd, and it i mainly related to l. It would be maller when with greater t. Thu, the cot can be evaluated by the number of meaurement point roughly. p IMECS 205

5 Proceeding of the International MultiConference of Engineer and Computer Scientit 205 Vol II, IMECS 205, March 8-20, 205, Hong Kong Fig. 9. Manual effort with InterArea and Random Fig. 0. CDF of error ditance with RSS ditortion 0-0% Fig.. CDF of error ditance with RSS ditortion 0-20% Fig. 2. CDF of error ditance with RSS ditortion 0-50% Fig. 3. Relationhip between meaurement point and error ditance of individual AP when only one AP need be localized Fig. 4. Relationhip between meaurement point and error ditance of individual AP when more than one AP need to be localized Next, we conider the effect of the number of meaurement point and the RSS ditortion on the Cumulative Ditribution Function (CDF) of error ditance, a hown in Fig. 0-2, wherein, 70-InterArea mean that it i the reult with a total of 70 meaurement point and the next meaurement point i calculated with InterArea. Fig. 0 how the CDF of error ditance when the RSS ditortion range from 0 to 0% and the number of meaurement point i from 30 to 70, the reult how that when the total number of meaurement point i 70, the localization accuracy (with probability of 90%) i 5 m with InterArea and 20 m with Random. With the decreae of the number of meaurement point, the accuracy decreae both with InterArea and Random. When the number of meaurement point i down to 50, the method can localize AP (with probability of 90%) within 5 m with InterArea and about 30 IMECS 205

6 Proceeding of the International MultiConference of Engineer and Computer Scientit 205 Vol II, IMECS 205, March 8-20, 205, Hong Kong m with Random. And in cae of 30 meaurement point, the accuracy (with probability of 90%) i 25 m with InterArea and 40 m with Random. To prove our propoed algorithm, we change the ditortion to 0 to 20%, a hown in Fig.. When there i a total of 70 meaurement point, the localization accuracy (with probability of 90%) i 5 m with InterArea and 30 m with Random. When the total number i down to 50, the accuracy (with probability of 90%) i about 20 m with InterArea, but i reduced to about 40 m with Random. In cae of 30 meaurement point, the accuracy (with probability of 90%) i 30 m with InterArea and more than 50 m with Random. Further, we change the ditortion to 0 to 50%, the reult i hown in Fig. 2. It can be een that, the accuracy (with probability of 90%) reduce to 25 m with InterArea and about 55 m with Random in cae of a total of 70 meaurement point. And the fewer the total of meaurement point, the lower the accuracy. It can be hown that, the accuracy with InterArea i higher than with Random. Next, we analyze the relationhip between the individual AP localization error ditance and the number of meaurement point, a hown in Fig. 3 and Fig. 4, where, Fig. 3 how the relationhip in cae of only one AP to be localized, and Fig. 4 how the relationhip when there are many AP to be localized. To facilitate a clear expreion, ix tet are choen from ten tet in the imulation. It can be een that the change of error for individual AP may be divided into three tage: firt, the error ditance may change lowly or jitter, then gradually decreae, and finally reache a mooth minimum value. In the econd tage, the error ditance gradually decreae, but it may remain unchanged in certain period, which may be longer when there are many AP to be localized, a can be een from the comparion of Fig. 3 and Fig. 4. The reaon i that when there are many AP to be localized, the location of the next meaurement point i determined according to the priority of AP; the higher the priority of AP, the more likely the next meaurement point i biaed toward the AP, which may lead to a lower poibility of detecting other AP in the next meaurement point, and the error of other AP may remain unchanged. However, if there i only one AP to be localized, all the meaurement point are calculated for etimating the location of thi AP, reulting in a horter period. Thu, the more the AP to be localized, the longer the error remain unchanged for an individual AP. point i calculated according to the current meaurement point, or baed on the interection or extending area of coverage area of AP. Simulation reult how that AP localization with InterArea we have propoed, compared with Random, enure the validity of meaurement point for localization and reduce the total number of the meaurement point and improve localization accuracy. And it i adequate both for ingle and multiple AP localization. While thi approach o far i evaluated by imulation, it can be extended to the actual environment, then an environment map hould be imported into the ytem and the detailed environment hould be conidered when calculating the next meaurement point. We will conider thi in the future. We expect that better localization would be got with the propoed approach. ACKNOWLEDGMENT The author thank the reviewer for their comment which helped improve the paper. REFERENCES [] A. Kuhki, K.N. Platanioti, and A.N. Venetanopoulo, Intelligent dynamic radio tracking in indoor wirele local area network, Mobile Computing, IEEE Tranaction on, 200, 9(3): [2] T.M. Le, R.P. Liu, and M. Hedley, Rogue acce point detection and localization, Peronal Indoor and Mobile Radio Communication (PIMRC), 202 IEEE 23rd International Sympoium on. IEEE, 202: [3] D. Han, D.G. Anderen, M. Kaminky, K. Papagiannaki, S. Sehan, Acce point localization uing local ignal trength gradient, Paive and Active Network Meaurement. Springer Berlin Heidelberg, 2009: [4] J. Koo and H. Cha, Unupervied Locating of wifi acce point uing martphone, Sytem, Man, and Cybernetic, Part C: Application and Review, IEEE Tranaction on, 202, 42(6): [5] A.P. Subramanian, P. Dehpande, J. Gaojgao J, and S.R. Da, Drive-by localization of roadide WiFi network, INFOCOM The 27th Conference on Computer Communication. IEEE, [6] S. Nam, Localization of acce point baed on ignal trength meaured by a mobile uer node, IEEE Communication letter. 8(8) [7] Z. Zhang, X. Zhou, W. Zhang, Y. Zhang, G. Wang, B.Y. Zhao, H. Zheng, I am the antenna: accurate outdoor ap location uing martphone, Proceeding of the 7th annual international conference on Mobile computing and networking. ACM, 20: V. CONCLUSION Mot approache about AP localization focu on the localization method and the election of meaurement point attract little attention, however, in fact, the number and location of meaurement point are cloely related to the localization accuracy. In thi paper, we have propoed a new method for optimizing the election of meaurement point in AP localization. The main idea i that, the next meaurement point i determined by the interection of the coverage area of AP, whoe location are roughly etimated by the previouly meaured information, o that a many AP a poible are detected at each meaurement point. To do thi, we divide the election of the next meaurement point into two cae: the IMECS 205

Performance of a Robust Filter-based Approach for Contour Detection in Wireless Sensor Networks

Performance of a Robust Filter-based Approach for Contour Detection in Wireless Sensor Networks Performance of a Robut Filter-baed Approach for Contour Detection in Wirele Senor Network Hadi Alati, William A. Armtrong, Jr., and Ai Naipuri Department of Electrical and Computer Engineering The Univerity

More information

Universität Augsburg. Institut für Informatik. Approximating Optimal Visual Sensor Placement. E. Hörster, R. Lienhart.

Universität Augsburg. Institut für Informatik. Approximating Optimal Visual Sensor Placement. E. Hörster, R. Lienhart. Univerität Augburg à ÊÇÅÍÆ ËÀǼ Approximating Optimal Viual Senor Placement E. Hörter, R. Lienhart Report 2006-01 Januar 2006 Intitut für Informatik D-86135 Augburg Copyright c E. Hörter, R. Lienhart Intitut

More information

A METHOD OF REAL-TIME NURBS INTERPOLATION WITH CONFINED CHORD ERROR FOR CNC SYSTEMS

A METHOD OF REAL-TIME NURBS INTERPOLATION WITH CONFINED CHORD ERROR FOR CNC SYSTEMS Vietnam Journal of Science and Technology 55 (5) (017) 650-657 DOI: 10.1565/55-518/55/5/906 A METHOD OF REAL-TIME NURBS INTERPOLATION WITH CONFINED CHORD ERROR FOR CNC SYSTEMS Nguyen Huu Quang *, Banh

More information

1 The secretary problem

1 The secretary problem Thi i new material: if you ee error, pleae email jtyu at tanford dot edu 1 The ecretary problem We will tart by analyzing the expected runtime of an algorithm, a you will be expected to do on your homework.

More information

DAROS: Distributed User-Server Assignment And Replication For Online Social Networking Applications

DAROS: Distributed User-Server Assignment And Replication For Online Social Networking Applications DAROS: Ditributed Uer-Server Aignment And Replication For Online Social Networking Application Thuan Duong-Ba School of EECS Oregon State Univerity Corvalli, OR 97330, USA Email: duongba@eec.oregontate.edu

More information

Hassan Ghaziri AUB, OSB Beirut, Lebanon Key words Competitive self-organizing maps, Meta-heuristics, Vehicle routing problem,

Hassan Ghaziri AUB, OSB Beirut, Lebanon Key words Competitive self-organizing maps, Meta-heuristics, Vehicle routing problem, COMPETITIVE PROBABIISTIC SEF-ORGANIZING MAPS FOR ROUTING PROBEMS Haan Ghaziri AUB, OSB Beirut, ebanon ghaziri@aub.edu.lb Abtract In thi paper, we have applied the concept of the elf-organizing map (SOM)

More information

Chapter 13 Non Sampling Errors

Chapter 13 Non Sampling Errors Chapter 13 Non Sampling Error It i a general aumption in the ampling theory that the true value of each unit in the population can be obtained and tabulated without any error. In practice, thi aumption

More information

Distributed Packet Processing Architecture with Reconfigurable Hardware Accelerators for 100Gbps Forwarding Performance on Virtualized Edge Router

Distributed Packet Processing Architecture with Reconfigurable Hardware Accelerators for 100Gbps Forwarding Performance on Virtualized Edge Router Ditributed Packet Proceing Architecture with Reconfigurable Hardware Accelerator for 100Gbp Forwarding Performance on Virtualized Edge Router Satohi Nihiyama, Hitohi Kaneko, and Ichiro Kudo Abtract To

More information

Image authentication and tamper detection using fragile watermarking in spatial domain

Image authentication and tamper detection using fragile watermarking in spatial domain International Journal of Advanced Reearch in Computer Engineering & Technology (IJARCET) Volume 6, Iue 7, July 2017, ISSN: 2278 1323 Image authentication and tamper detection uing fragile watermarking

More information

A SIMPLE IMPERATIVE LANGUAGE THE STORE FUNCTION NON-TERMINATING COMMANDS

A SIMPLE IMPERATIVE LANGUAGE THE STORE FUNCTION NON-TERMINATING COMMANDS A SIMPLE IMPERATIVE LANGUAGE Eventually we will preent the emantic of a full-blown language, with declaration, type and looping. However, there are many complication, o we will build up lowly. Our firt

More information

Planning of scooping position and approach path for loading operation by wheel loader

Planning of scooping position and approach path for loading operation by wheel loader 22 nd International Sympoium on Automation and Robotic in Contruction ISARC 25 - September 11-14, 25, Ferrara (Italy) 1 Planning of cooping poition and approach path for loading operation by wheel loader

More information

Increasing Throughput and Reducing Delay in Wireless Sensor Networks Using Interference Alignment

Increasing Throughput and Reducing Delay in Wireless Sensor Networks Using Interference Alignment Int. J. Communication, Network and Sytem Science, 0, 5, 90-97 http://dx.doi.org/0.436/ijcn.0.50 Publihed Online February 0 (http://www.scirp.org/journal/ijcn) Increaing Throughput and Reducing Delay in

More information

A Handover Scheme for Mobile WiMAX Using Signal Strength and Distance

A Handover Scheme for Mobile WiMAX Using Signal Strength and Distance A Handover Scheme for Mobile WiMAX Uing Signal Strength and Ditance Mary Alatie, Mjumo Mzyece and Anih Kurien Department of Electrical Engineering/French South African Intitute of Technology (F SATI) Thwane

More information

Comparison of Methods for Horizon Line Detection in Sea Images

Comparison of Methods for Horizon Line Detection in Sea Images Comparion of Method for Horizon Line Detection in Sea Image Tzvika Libe Evgeny Gerhikov and Samuel Koolapov Department of Electrical Engineering Braude Academic College of Engineering Karmiel 2982 Irael

More information

Maneuverable Relays to Improve Energy Efficiency in Sensor Networks

Maneuverable Relays to Improve Energy Efficiency in Sensor Networks Maneuverable Relay to Improve Energy Efficiency in Senor Network Stephan Eidenbenz, Luka Kroc, Jame P. Smith CCS-5, MS M997; Lo Alamo National Laboratory; Lo Alamo, NM 87545. Email: {eidenben, kroc, jpmith}@lanl.gov

More information

Laboratory Exercise 6

Laboratory Exercise 6 Laboratory Exercie 6 Adder, Subtractor, and Multiplier The purpoe of thi exercie i to examine arithmetic circuit that add, ubtract, and multiply number. Each type of circuit will be implemented in two

More information

MAT 155: Describing, Exploring, and Comparing Data Page 1 of NotesCh2-3.doc

MAT 155: Describing, Exploring, and Comparing Data Page 1 of NotesCh2-3.doc MAT 155: Decribing, Exploring, and Comparing Data Page 1 of 8 001-oteCh-3.doc ote for Chapter Summarizing and Graphing Data Chapter 3 Decribing, Exploring, and Comparing Data Frequency Ditribution, Graphic

More information

Multi-Target Tracking In Clutter

Multi-Target Tracking In Clutter Multi-Target Tracking In Clutter John N. Sander-Reed, Mary Jo Duncan, W.B. Boucher, W. Michael Dimmler, Shawn O Keefe ABSTRACT A high frame rate (0 Hz), multi-target, video tracker ha been developed and

More information

/06/$ IEEE 364

/06/$ IEEE 364 006 IEEE International ympoium on ignal Proceing and Information Technology oie Variance Etimation In ignal Proceing David Makovoz IPAC, California Intitute of Technology, MC-0, Paadena, CA, 95 davidm@ipac.caltech.edu;

More information

Power Aware Location Aided Routing in Mobile Ad-hoc Networks

Power Aware Location Aided Routing in Mobile Ad-hoc Networks International Journal of Scientific and Reearch Publication, Volume, Iue 1, December 01 1 Power Aware Location Aided Routing in Mobile Ad-hoc Network Anamika Computer Science, Inderprataha Engineering

More information

Key Terms - MinMin, MaxMin, Sufferage, Task Scheduling, Standard Deviation, Load Balancing.

Key Terms - MinMin, MaxMin, Sufferage, Task Scheduling, Standard Deviation, Load Balancing. Volume 3, Iue 11, November 2013 ISSN: 2277 128X International Journal of Advanced Reearch in Computer Science and Software Engineering Reearch Paper Available online at: www.ijarce.com Tak Aignment in

More information

A Novel Grey-RSS Navigation System Design for Mobile Robots

A Novel Grey-RSS Navigation System Design for Mobile Robots A vel Grey-RSS Navigation Sytem Deign for Mobile Robot Albert Wen-Long Yao*,, Hin-Te Liao, and Shiou-De Chen Department of Mechanical and Automation Engineering, National Kaohiung Firt Univerity of Science

More information

SLA Adaptation for Service Overlay Networks

SLA Adaptation for Service Overlay Networks SLA Adaptation for Service Overlay Network Con Tran 1, Zbigniew Dziong 1, and Michal Pióro 2 1 Department of Electrical Engineering, École de Technologie Supérieure, Univerity of Quebec, Montréal, Canada

More information

3-D Visualization of a Gene Regulatory Network: Stochastic Search for Layouts

3-D Visualization of a Gene Regulatory Network: Stochastic Search for Layouts 3-D Viualization of a Gene Regulatory Network: Stochatic Search for Layout Naoki Hooyama Department of Electronic Engineering, Univerity of Tokyo, Japan hooyama@iba.k.u-tokyo.ac.jp Abtract- In recent year,

More information

Cutting Stock by Iterated Matching. Andreas Fritsch, Oliver Vornberger. University of Osnabruck. D Osnabruck.

Cutting Stock by Iterated Matching. Andreas Fritsch, Oliver Vornberger. University of Osnabruck. D Osnabruck. Cutting Stock by Iterated Matching Andrea Fritch, Oliver Vornberger Univerity of Onabruck Dept of Math/Computer Science D-4909 Onabruck andy@informatikuni-onabrueckde Abtract The combinatorial optimization

More information

Keywords: Defect detection, linear phased array transducer, parameter optimization, phased array ultrasonic B-mode imaging testing.

Keywords: Defect detection, linear phased array transducer, parameter optimization, phased array ultrasonic B-mode imaging testing. Send Order for Reprint to reprint@benthamcience.ae 488 The Open Automation and Control Sytem Journal, 2014, 6, 488-492 Open Acce Parameter Optimization of Linear Phaed Array Tranducer for Defect Detection

More information

How to. write a paper. The basics writing a solid paper Different communities/different standards Common errors

How to. write a paper. The basics writing a solid paper Different communities/different standards Common errors How to write a paper The baic writing a olid paper Different communitie/different tandard Common error Reource Raibert eay My grammar point Article on a v. the Bug in writing Clarity Goal Conciene Calling

More information

Karen L. Collins. Wesleyan University. Middletown, CT and. Mark Hovey MIT. Cambridge, MA Abstract

Karen L. Collins. Wesleyan University. Middletown, CT and. Mark Hovey MIT. Cambridge, MA Abstract Mot Graph are Edge-Cordial Karen L. Collin Dept. of Mathematic Weleyan Univerity Middletown, CT 6457 and Mark Hovey Dept. of Mathematic MIT Cambridge, MA 239 Abtract We extend the definition of edge-cordial

More information

Drawing Lines in 2 Dimensions

Drawing Lines in 2 Dimensions Drawing Line in 2 Dimenion Drawing a traight line (or an arc) between two end point when one i limited to dicrete pixel require a bit of thought. Conider the following line uperimpoed on a 2 dimenional

More information

A Fast Association Rule Algorithm Based On Bitmap and Granular Computing

A Fast Association Rule Algorithm Based On Bitmap and Granular Computing A Fat Aociation Rule Algorithm Baed On Bitmap and Granular Computing T.Y.Lin Xiaohua Hu Eric Louie Dept. of Computer Science College of Information Science IBM Almaden Reearch Center San Joe State Univerity

More information

A Linear Interpolation-Based Algorithm for Path Planning and Replanning on Girds *

A Linear Interpolation-Based Algorithm for Path Planning and Replanning on Girds * Advance in Linear Algebra & Matrix Theory, 2012, 2, 20-24 http://dx.doi.org/10.4236/alamt.2012.22003 Publihed Online June 2012 (http://www.scirp.org/journal/alamt) A Linear Interpolation-Baed Algorithm

More information

ANALYSIS OF THE FIRST LAYER IN WEIGHTLESS NEURAL NETWORKS FOR 3_DIMENSIONAL PATTERN RECOGNITION

ANALYSIS OF THE FIRST LAYER IN WEIGHTLESS NEURAL NETWORKS FOR 3_DIMENSIONAL PATTERN RECOGNITION ANALYSIS OF THE FIRST LAYER IN WEIGHTLESS NEURAL NETWORKS FOR 3_DIMENSIONAL PATTERN RECOGNITION A. Váque-Nava * Ecuela de Ingeniería. CENTRO UNIVERSITARIO MEXICO. DIVISION DE ESTUDIOS SUPERIORES J. Figueroa

More information

A Multi-objective Genetic Algorithm for Reliability Optimization Problem

A Multi-objective Genetic Algorithm for Reliability Optimization Problem International Journal of Performability Engineering, Vol. 5, No. 3, April 2009, pp. 227-234. RAMS Conultant Printed in India A Multi-objective Genetic Algorithm for Reliability Optimization Problem AMAR

More information

IMPLEMENTATION OF CHORD LENGTH SAMPLING FOR TRANSPORT THROUGH A BINARY STOCHASTIC MIXTURE

IMPLEMENTATION OF CHORD LENGTH SAMPLING FOR TRANSPORT THROUGH A BINARY STOCHASTIC MIXTURE Nuclear Mathematical and Computational Science: A Century in Review, A Century Anew Gatlinburg, Tenneee, April 6-, 003, on CD-ROM, American Nuclear Society, LaGrange Park, IL (003) IMPLEMENTATION OF CHORD

More information

Modeling of underwater vehicle s dynamics

Modeling of underwater vehicle s dynamics Proceeding of the 11th WEA International Conference on YTEM, Agio Nikolao, Crete Iland, Greece, July 23-25, 2007 44 Modeling of underwater vehicle dynamic ANDRZEJ ZAK Department of Radiolocation and Hydrolocation

More information

Localized Minimum Spanning Tree Based Multicast Routing with Energy-Efficient Guaranteed Delivery in Ad Hoc and Sensor Networks

Localized Minimum Spanning Tree Based Multicast Routing with Energy-Efficient Guaranteed Delivery in Ad Hoc and Sensor Networks Localized Minimum Spanning Tree Baed Multicat Routing with Energy-Efficient Guaranteed Delivery in Ad Hoc and Senor Network Hanne Frey Univerity of Paderborn D-3398 Paderborn hanne.frey@uni-paderborn.de

More information

A note on degenerate and spectrally degenerate graphs

A note on degenerate and spectrally degenerate graphs A note on degenerate and pectrally degenerate graph Noga Alon Abtract A graph G i called pectrally d-degenerate if the larget eigenvalue of each ubgraph of it with maximum degree D i at mot dd. We prove

More information

UC Berkeley International Conference on GIScience Short Paper Proceedings

UC Berkeley International Conference on GIScience Short Paper Proceedings UC Berkeley International Conference on GIScience Short Paper Proceeding Title A novel method for probabilitic coverage etimation of enor network baed on 3D vector repreentation in complex urban environment

More information

3D SMAP Algorithm. April 11, 2012

3D SMAP Algorithm. April 11, 2012 3D SMAP Algorithm April 11, 2012 Baed on the original SMAP paper [1]. Thi report extend the tructure of MSRF into 3D. The prior ditribution i modified to atify the MRF property. In addition, an iterative

More information

A Local Mobility Agent Selection Algorithm for Mobile Networks

A Local Mobility Agent Selection Algorithm for Mobile Networks A Local Mobility Agent Selection Algorithm for Mobile Network Yi Xu Henry C. J. Lee Vrizlynn L. L. Thing Intitute for Infocomm Reearch, 21 Heng Mui Keng Terrace, Singapore 119613 Email: {yxu, hlee, vriz}@i2r.a-tar.edu.g

More information

New DSP to measure acoustic efficiency of road barriers. Part 2: Sound Insulation Index

New DSP to measure acoustic efficiency of road barriers. Part 2: Sound Insulation Index New DSP to meaure acoutic efficiency of road barrier. Part 2: Sound Inulation Index LAMBERTO TRONCHIN 1, KRISTIAN FABBRI 1, JELENA VASILJEVIC 2 1 DIENCA CIARM, Univerity of Bologna, Italy 2 Univerity of

More information

Computing C-space Entropy for View Planning

Computing C-space Entropy for View Planning Computing C-pace Entropy for View Planning for a Generic Range Senor Model Pengpeng Wang (pwangf@c.fu.ca) Kamal Gupta (kamal@c.fu.ca) Robotic Lab School of Engineering Science Simon Fraer Univerity Burnaby,

More information

Computer Arithmetic Homework Solutions. 1 An adder for graphics. 2 Partitioned adder. 3 HDL implementation of a partitioned adder

Computer Arithmetic Homework Solutions. 1 An adder for graphics. 2 Partitioned adder. 3 HDL implementation of a partitioned adder Computer Arithmetic Homework 3 2016 2017 Solution 1 An adder for graphic In a normal ripple carry addition of two poitive number, the carry i the ignal for a reult exceeding the maximum. We ue thi ignal

More information

Stochastic Search and Graph Techniques for MCM Path Planning Christine D. Piatko, Christopher P. Diehl, Paul McNamee, Cheryl Resch and I-Jeng Wang

Stochastic Search and Graph Techniques for MCM Path Planning Christine D. Piatko, Christopher P. Diehl, Paul McNamee, Cheryl Resch and I-Jeng Wang Stochatic Search and Graph Technique for MCM Path Planning Chritine D. Piatko, Chritopher P. Diehl, Paul McNamee, Cheryl Rech and I-Jeng Wang The John Hopkin Univerity Applied Phyic Laboratory, Laurel,

More information

See chapter 8 in the textbook. Dr Muhammad Al Salamah, Industrial Engineering, KFUPM

See chapter 8 in the textbook. Dr Muhammad Al Salamah, Industrial Engineering, KFUPM Goal programming Objective of the topic: Indentify indutrial baed ituation where two or more objective function are required. Write a multi objective function model dla a goal LP Ue weighting um and preemptive

More information

Analyzing Hydra Historical Statistics Part 2

Analyzing Hydra Historical Statistics Part 2 Analyzing Hydra Hitorical Statitic Part Fabio Maimo Ottaviani EPV Technologie White paper 5 hnode HSM Hitorical Record The hnode i the hierarchical data torage management node and ha to perform all the

More information

(12) Patent Application Publication (10) Pub. No.: US 2003/ A1

(12) Patent Application Publication (10) Pub. No.: US 2003/ A1 US 2003O196031A1 (19) United State (12) Patent Application Publication (10) Pub. No.: US 2003/0196031 A1 Chen (43) Pub. Date: Oct. 16, 2003 (54) STORAGE CONTROLLER WITH THE DISK Related U.S. Application

More information

Focused Video Estimation from Defocused Video Sequences

Focused Video Estimation from Defocused Video Sequences Focued Video Etimation from Defocued Video Sequence Junlan Yang a, Dan Schonfeld a and Magdi Mohamed b a Multimedia Communication Lab, ECE Dept., Univerity of Illinoi, Chicago, IL b Phyical Realization

More information

Contents. shortest paths. Notation. Shortest path problem. Applications. Algorithms and Networks 2010/2011. In the entire course:

Contents. shortest paths. Notation. Shortest path problem. Applications. Algorithms and Networks 2010/2011. In the entire course: Content Shortet path Algorithm and Network 21/211 The hortet path problem: Statement Verion Application Algorithm (for ingle ource p problem) Reminder: relaxation, Dijktra, Variant of Dijktra, Bellman-Ford,

More information

Connected Placement of Disaster Shelters in Modern Cities

Connected Placement of Disaster Shelters in Modern Cities Connected Placement of Diater Shelter in Modern Citie Huanyang Zheng and Jie Wu Department of Computer and Information Science Temple Univerity, USA {huanyang.zheng, jiewu}@temple.edu ABSTRACT Thi paper

More information

Analysis of the results of analytical and simulation With the network model and dynamic priority Unchecked Buffer

Analysis of the results of analytical and simulation With the network model and dynamic priority Unchecked Buffer International Reearch Journal of Applied and Baic Science 218 Available online at www.irjab.com ISSN 2251-838X / Vol, 12 (1): 49-53 Science Explorer Publication Analyi of the reult of analytical and imulation

More information

Lecture 14: Minimum Spanning Tree I

Lecture 14: Minimum Spanning Tree I COMPSCI 0: Deign and Analyi of Algorithm October 4, 07 Lecture 4: Minimum Spanning Tree I Lecturer: Rong Ge Scribe: Fred Zhang Overview Thi lecture we finih our dicuion of the hortet path problem and introduce

More information

Areas of Regular Polygons. To find the area of a regular polygon. The Solve It involves the area of a polygon.

Areas of Regular Polygons. To find the area of a regular polygon. The Solve It involves the area of a polygon. 10- Area of Regular Polygon Common Core State Standard G-MG.A.1 Ue geometric hape, their meaure, and their propertie to decribe object. Alo G-CO.D.1 MP 1, MP, MP 4, MP 6, MP 7 Objective To find the area

More information

Motion Control (wheeled robots)

Motion Control (wheeled robots) 3 Motion Control (wheeled robot) Requirement for Motion Control Kinematic / dynamic model of the robot Model of the interaction between the wheel and the ground Definition of required motion -> peed control,

More information

IMPROVED JPEG DECOMPRESSION OF DOCUMENT IMAGES BASED ON IMAGE SEGMENTATION. Tak-Shing Wong, Charles A. Bouman, and Ilya Pollak

IMPROVED JPEG DECOMPRESSION OF DOCUMENT IMAGES BASED ON IMAGE SEGMENTATION. Tak-Shing Wong, Charles A. Bouman, and Ilya Pollak IMPROVED DECOMPRESSION OF DOCUMENT IMAGES BASED ON IMAGE SEGMENTATION Tak-Shing Wong, Charle A. Bouman, and Ilya Pollak School of Electrical and Computer Engineering Purdue Univerity ABSTRACT We propoe

More information

CENTER-POINT MODEL OF DEFORMABLE SURFACE

CENTER-POINT MODEL OF DEFORMABLE SURFACE CENTER-POINT MODEL OF DEFORMABLE SURFACE Piotr M. Szczypinki Iintitute of Electronic, Technical Univerity of Lodz, Poland Abtract: Key word: Center-point model of deformable urface for egmentation of 3D

More information

Minimum congestion spanning trees in bipartite and random graphs

Minimum congestion spanning trees in bipartite and random graphs Minimum congetion panning tree in bipartite and random graph M.I. Otrovkii Department of Mathematic and Computer Science St. John Univerity 8000 Utopia Parkway Queen, NY 11439, USA e-mail: otrovm@tjohn.edu

More information

else end while End References

else end while End References 621-630. [RM89] [SK76] Roenfeld, A. and Melter, R. A., Digital geometry, The Mathematical Intelligencer, vol. 11, No. 3, 1989, pp. 69-72. Sklanky, J. and Kibler, D. F., A theory of nonuniformly digitized

More information

A New Approach to Pipeline FFT Processor

A New Approach to Pipeline FFT Processor A ew Approach to Pipeline FFT Proceor Shouheng He and Mat Torkelon Department of Applied Electronic, Lund Univerity S- Lund, SWEDE email: he@tde.lth.e; torkel@tde.lth.e Abtract A new VLSI architecture

More information

A Practical Model for Minimizing Waiting Time in a Transit Network

A Practical Model for Minimizing Waiting Time in a Transit Network A Practical Model for Minimizing Waiting Time in a Tranit Network Leila Dianat, MASc, Department of Civil Engineering, Sharif Univerity of Technology, Tehran, Iran Youef Shafahi, Ph.D. Aociate Profeor,

More information

An Intro to LP and the Simplex Algorithm. Primal Simplex

An Intro to LP and the Simplex Algorithm. Primal Simplex An Intro to LP and the Simplex Algorithm Primal Simplex Linear programming i contrained minimization of a linear objective over a olution pace defined by linear contraint: min cx Ax b l x u A i an m n

More information

All in-focus View Synthesis from Under-Sampled Light Fields

All in-focus View Synthesis from Under-Sampled Light Fields ICAT 2003 December 3-5, Tokyo, Japan All in-focu View Synthei from Under-Sampled Light Field Keita Takahahi,AkiraKubota and Takehi Naemura TheUniverityofTokyo Carnegie Mellon Univerity 7-3-1, Hongo, Bunkyo-ku,

More information

Modeling the Effect of Mobile Handoffs on TCP and TFRC Throughput

Modeling the Effect of Mobile Handoffs on TCP and TFRC Throughput Modeling the Effect of Mobile Handoff on TCP and TFRC Throughput Antonio Argyriou and Vijay Madietti School of Electrical and Computer Engineering Georgia Intitute of Technology Atlanta, Georgia 3332 25,

More information

Efficient Data Forwarding in Mobile Social Networks with Diverse Connectivity Characteristics

Efficient Data Forwarding in Mobile Social Networks with Diverse Connectivity Characteristics Efficient Data Forwarding in Mobile Social Network with Divere Connectivity Characteritic Xiaomei Zhang and Guohong Cao Department of Computer Science and Engineering The Pennylvania State Univerity, Univerity

More information

A System Dynamics Model for Transient Availability Modeling of Repairable Redundant Systems

A System Dynamics Model for Transient Availability Modeling of Repairable Redundant Systems International Journal of Performability Engineering Vol., No. 3, May 05, pp. 03-. RAMS Conultant Printed in India A Sytem Dynamic Model for Tranient Availability Modeling of Repairable Redundant Sytem

More information

A Study of a Variable Compression Ratio and Displacement Mechanism Using Design of Experiments Methodology

A Study of a Variable Compression Ratio and Displacement Mechanism Using Design of Experiments Methodology A Study of a Variable Compreion Ratio and Diplacement Mechanim Uing Deign of Experiment Methodology Shugang Jiang, Michael H. Smith, Maanobu Takekohi Abtract Due to the ever increaing requirement for engine

More information

LinkGuide: Towards a Better Collection of Hyperlinks in a Website Homepage

LinkGuide: Towards a Better Collection of Hyperlinks in a Website Homepage Proceeding of the World Congre on Engineering 2007 Vol I LinkGuide: Toward a Better Collection of Hyperlink in a Webite Homepage A. Ammari and V. Zharkova chool of Informatic, Univerity of Bradford anammari@bradford.ac.uk,

More information

Keywords Cloud Computing, Service Level Agreements (SLA), CloudSim, Monitoring & Controlling SLA Agent, JADE

Keywords Cloud Computing, Service Level Agreements (SLA), CloudSim, Monitoring & Controlling SLA Agent, JADE Volume 5, Iue 8, Augut 2015 ISSN: 2277 128X International Journal of Advanced Reearch in Computer Science and Software Engineering Reearch Paper Available online at: www.ijarce.com Verification of Agent

More information

Research on Star Image Noise Filtering Based on Diffusion Model of Regularization Influence Function

Research on Star Image Noise Filtering Based on Diffusion Model of Regularization Influence Function 016 Sith International Conference on Intrumentation & Meaurement Computer Communication and Control Reearch on Star Image Noie Filtering Baed on Diffuion Model of Regularization Influence Function SunJianming

More information

3D MODELLING WITH LINEAR APPROACHES USING GEOMETRIC PRIMITIVES

3D MODELLING WITH LINEAR APPROACHES USING GEOMETRIC PRIMITIVES MAKARA, TEKNOLOGI, VOL. 9, NO., APRIL 5: 3-35 3D MODELLING WITH LINEAR APPROACHES USING GEOMETRIC PRIMITIVES Mochammad Zulianyah Informatic Engineering, Faculty of Engineering, ARS International Univerity,

More information

Compressed Sensing Image Processing Based on Stagewise Orthogonal Matching Pursuit

Compressed Sensing Image Processing Based on Stagewise Orthogonal Matching Pursuit Senor & randucer, Vol. 8, Iue 0, October 204, pp. 34-40 Senor & randucer 204 by IFSA Publihing, S. L. http://www.enorportal.com Compreed Sening Image Proceing Baed on Stagewie Orthogonal Matching Puruit

More information

Service and Network Management Interworking in Future Wireless Systems

Service and Network Management Interworking in Future Wireless Systems Service and Network Management Interworking in Future Wirele Sytem V. Tountopoulo V. Stavroulaki P. Demeticha N. Mitrou and M. Theologou National Technical Univerity of Athen Department of Electrical Engineering

More information

( ) subject to m. e (2) L are 2L+1. = s SEG SEG Las Vegas 2012 Annual Meeting Page 1

( ) subject to m. e (2) L are 2L+1. = s SEG SEG Las Vegas 2012 Annual Meeting Page 1 A new imultaneou ource eparation algorithm uing frequency-divere filtering Ying Ji*, Ed Kragh, and Phil Chritie, Schlumberger Cambridge Reearch Summary We decribe a new imultaneou ource eparation algorithm

More information

Polygon Side Lengths NAME DATE TIME

Polygon Side Lengths NAME DATE TIME Home Link 5- Polygon Side Length Find any miing coordinate. Plot and label the point on the coordinate grid. Draw the polygon by connecting the point. y a. Rectangle ABCD A: (, ) B: (-, ) The length of

More information

A Boyer-Moore Approach for. Two-Dimensional Matching. Jorma Tarhio. University of California. Berkeley, CA Abstract

A Boyer-Moore Approach for. Two-Dimensional Matching. Jorma Tarhio. University of California. Berkeley, CA Abstract A Boyer-Moore Approach for Two-Dimenional Matching Jorma Tarhio Computer Science Diviion Univerity of California Berkeley, CA 94720 Abtract An imple ublinear algorithm i preented for two-dimenional tring

More information

Nearly Constant Approximation for Data Aggregation Scheduling in Wireless Sensor Networks

Nearly Constant Approximation for Data Aggregation Scheduling in Wireless Sensor Networks Nearly Contant Approximation for Data Aggregation Scheduling in Wirele Senor Network Scott C.-H. Huang, Peng-Jun Wan, Chinh T. Vu, Yinghu Li and France Yao Computer Science Department, City Univerity of

More information

Refining SIRAP with a Dedicated Resource Ceiling for Self-Blocking

Refining SIRAP with a Dedicated Resource Ceiling for Self-Blocking Refining SIRAP with a Dedicated Reource Ceiling for Self-Blocking Mori Behnam, Thoma Nolte Mälardalen Real-Time Reearch Centre P.O. Box 883, SE-721 23 Väterå, Sweden {mori.behnam,thoma.nolte}@mdh.e ABSTRACT

More information

An Active Stereo Vision System Based on Neural Pathways of Human Binocular Motor System

An Active Stereo Vision System Based on Neural Pathways of Human Binocular Motor System Journal of Bionic Engineering 4 (2007) 185 192 An Active Stereo Viion Sytem Baed on Neural Pathway of Human Binocular Motor Sytem Yu-zhang Gu 1, Makoto Sato 2, Xiao-lin Zhang 2 1. Department of Advanced

More information

An Approach to a Test Oracle for XML Query Testing

An Approach to a Test Oracle for XML Query Testing An Approach to a Tet Oracle for XML Query Teting Dae S. Kim-Park, Claudio de la Riva, Javier Tuya Univerity of Oviedo Computing Department Campu of Vieque, /n, 33204 (SPAIN) kim_park@li.uniovi.e, claudio@uniovi.e,

More information

Wavelet Decomposition for Denoising GPS/INS Outputs in Vehicular Navigation System

Wavelet Decomposition for Denoising GPS/INS Outputs in Vehicular Navigation System Wavelet Decompoition for Denoiing GPS/INS Output in Vehicular Navigation Syem SALAM ISMAEEL 1 and AYMAN AL-KHAZRAJI 2 Department of Computer Science Ryeron Univerity 35 Victoria St, Toronto, ON M5B 2K3

More information

AN ALGORITHM FOR RESTRICTED NORMAL FORM TO SOLVE DUAL TYPE NON-CANONICAL LINEAR FRACTIONAL PROGRAMMING PROBLEM

AN ALGORITHM FOR RESTRICTED NORMAL FORM TO SOLVE DUAL TYPE NON-CANONICAL LINEAR FRACTIONAL PROGRAMMING PROBLEM RAC Univerity Journal, Vol IV, No, 7, pp 87-9 AN ALGORITHM FOR RESTRICTED NORMAL FORM TO SOLVE DUAL TYPE NON-CANONICAL LINEAR FRACTIONAL PROGRAMMING PROLEM Mozzem Hoain Department of Mathematic Ghior Govt

More information

PERFORMANCE EVALUATION OF TRANSMISSION DISTANCE AND BIT RATES IN INTER-SATELLITE OPTICAL WIRELESS COMMUNICATION SYSTEM

PERFORMANCE EVALUATION OF TRANSMISSION DISTANCE AND BIT RATES IN INTER-SATELLITE OPTICAL WIRELESS COMMUNICATION SYSTEM PERFORMANCE EVALUATION OF TRANSMISSION DISTANCE AND BIT RATES IN INTER-SATELLITE OPTICAL WIRELESS COMMUNICATION SYSTEM Rohni Joy 1, Ami Lavingia 2, Prof. Kruti Lavingia 3 1 Electronic and Communication

More information

Texture-Constrained Active Shape Models

Texture-Constrained Active Shape Models 107 Texture-Contrained Active Shape Model Shuicheng Yan, Ce Liu Stan Z. Li Hongjiang Zhang Heung-Yeung Shum Qianheng Cheng Microoft Reearch Aia, Beijing Sigma Center, Beijing 100080, China Dept. of Info.

More information

Laboratory Exercise 6

Laboratory Exercise 6 Laboratory Exercie 6 Adder, Subtractor, and Multiplier The purpoe of thi exercie i to examine arithmetic circuit that add, ubtract, and multiply number. Each circuit will be decribed in Verilog and implemented

More information

Implementation of a momentum-based distance metric for motion graphs. Student: Alessandro Di Domenico (st.no ), Supervisor: Nicolas Pronost

Implementation of a momentum-based distance metric for motion graphs. Student: Alessandro Di Domenico (st.no ), Supervisor: Nicolas Pronost Implementation of a momentum-baed ditance metric for motion graph Student: Aleandro Di Domenico (t.no 3775682), Supervior: Nicola Pronot April 3, 2014 Abtract Thi report preent the procedure and reult

More information

np vp cost = 0 cost = c np vp cost = c I replacing term cost = c+c n cost = c * Error detection Error correction pron det pron det n gi

np vp cost = 0 cost = c np vp cost = c I replacing term cost = c+c n cost = c * Error detection Error correction pron det pron det n gi Spoken Language Paring with Robutne and ncrementality Yohihide Kato, Shigeki Matubara, Katuhiko Toyama and Yauyohi nagaki y Graduate School of Engineering, Nagoya Univerity y Faculty of Language and Culture,

More information

Distributed Partial Information Management (DPIM) Schemes for Survivable Networks - Part II

Distributed Partial Information Management (DPIM) Schemes for Survivable Networks - Part II IEEE INFOCO 2002 1 Ditributed Partial Information anagement (DPI) Scheme for Survivable Network - Part II Dahai Xu Chunming Qiao Department of Computer Science and Engineering State Univerity of New York

More information

Adaptive Beam Director for a Tiled Fiber Array

Adaptive Beam Director for a Tiled Fiber Array Adaptive Beam Director for a Tiled Fiber Array Mikhail A. Vorontov Intelligent Optic Laboratory, Computational and Information Science Directorate, U.S. Army Reearch Laboratory, 2800 Powder Mill Road,

More information

Modeling and Analysis of Slow CW Decrease for IEEE WLAN

Modeling and Analysis of Slow CW Decrease for IEEE WLAN Modeling and Analyi of Slow CW Decreae for IEEE 82. WLAN Qiang Ni, Imad Aad 2, Chadi Barakat, and Thierry Turletti Planete Group 2 Planete Group INRIA Sophia Antipoli INRIA Rhône-Alpe Sophia Antipoli,

More information

The Implementation of an Adaptive Mechanism in the RTP Packet in Mobile Video Transmission

The Implementation of an Adaptive Mechanism in the RTP Packet in Mobile Video Transmission 2011 International Conference on Information Management and Engineering (ICIME 2011) IPCSIT vol. 52 (2012) (2012) IACSIT Pre, Singapore DOI: 10.7763/IPCSIT.2012.V52.91 The Implementation of an Adaptive

More information

SIMIT 7. Component Type Editor (CTE) User manual. Siemens Industrial

SIMIT 7. Component Type Editor (CTE) User manual. Siemens Industrial SIMIT 7 Component Type Editor (CTE) Uer manual Siemen Indutrial Edition January 2013 Siemen offer imulation oftware to plan, imulate and optimize plant and machine. The imulation- and optimizationreult

More information

ISSN: (Online) Volume 3, Issue 4, April 2015 International Journal of Advance Research in Computer Science and Management Studies

ISSN: (Online) Volume 3, Issue 4, April 2015 International Journal of Advance Research in Computer Science and Management Studies ISSN: 2321-7782 (Online) Volume 3, Iue 4, April 2015 International Journal Advance Reearch in Computer Science and Management Studie Reearch Article / Survey Paper / Cae Study Available online at: www.ijarcm.com

More information

Optimization Coverage of Wireless Sensor Networks Based on Energy Saving. Technology, Luoyang , China. Xi an , China

Optimization Coverage of Wireless Sensor Networks Based on Energy Saving. Technology, Luoyang , China. Xi an , China , pp.35-48 http://dx.doi.org/10.1457/ijfgcn.014.7.4.04 Optimization Coverage of Wirele Senor Network Baed on Energy Saving Zeyu Sun 1, Heng Li 1, Heng Chen and Wei Wei 3 1 Computer and Information Engineering,

More information

Modelling the impact of cyber attacks on the traffic control centre of an urban automobile transport system by means of enhanced cybersecurity

Modelling the impact of cyber attacks on the traffic control centre of an urban automobile transport system by means of enhanced cybersecurity Modelling the impact of cyber attack on the traffic control centre of an urban automobile tranport ytem by mean of enhanced cyberecurity Yoana Ivanova 1,* 1 Bulgarian Academy of Science, Intitute of ICT,

More information

A CLUSTERING-BASED HYBRID REPLICA CONTROL PROTOCOL FOR HIGH AVAILABILITY IN GRID ENVIRONMENT

A CLUSTERING-BASED HYBRID REPLICA CONTROL PROTOCOL FOR HIGH AVAILABILITY IN GRID ENVIRONMENT Journal of Computer Science 10 (12): 2442-2449, 2014 ISSN: 1549-3636 2014 R. Latip et al., Thi open acce article i ditributed under a Creative Common Attribution (CC-BY) 3.0 licene doi:10.3844/jcp.2014.2442.2449

More information

(12) Patent Application Publication (10) Pub. No.: US 2011/ A1

(12) Patent Application Publication (10) Pub. No.: US 2011/ A1 (19) United State US 2011 0316690A1 (12) Patent Application Publication (10) Pub. No.: US 2011/0316690 A1 Siegman (43) Pub. Date: Dec. 29, 2011 (54) SYSTEMAND METHOD FOR IDENTIFYING ELECTRICAL EQUIPMENT

More information

A TOPSIS based Method for Gene Selection for Cancer Classification

A TOPSIS based Method for Gene Selection for Cancer Classification Volume 67 No17, April 2013 A TOPSIS baed Method for Gene Selection for Cancer Claification IMAbd-El Fattah,WIKhedr, KMSallam, 1 Department of Statitic, 3 Department of Deciion upport, 2 Department of information

More information

A Kinematic Calibration Method for Industrial Robots Using Autonomous Visual Measurement

A Kinematic Calibration Method for Industrial Robots Using Autonomous Visual Measurement A Kinematic Calibration Method for Indutrial obot Uing Autonomou Viual Meaurement A. Watanabe 1 (3), S. Sakakibara 1, K. Ban 1, M. Yamada 1, G. Shen 1 1 ANUC LD, Yamanahi, Japan Submitted by. Arai (1)

More information

HAUSDORFF CLUSTERING AND MINIMUM ENERGY ROUTING FOR WIRELESS SENSOR NETWORKS

HAUSDORFF CLUSTERING AND MINIMUM ENERGY ROUTING FOR WIRELESS SENSOR NETWORKS The 8th Annual IEEE International Sympoium on Peronal, Indoor and Mobile Radio Communication (PIMRC'7) HAUSDORFF CLUSTERIG AD MIIMUM EERGY ROUTIG FOR WIRELESS SESOR ETWORKS Xiaorong ZHU Lianfeng SHE the

More information

SECTOR BASED MULTICAST ROUTING ALGORITHM FOR MOBILE AD-HOC NETWORKS

SECTOR BASED MULTICAST ROUTING ALGORITHM FOR MOBILE AD-HOC NETWORKS SECTOR BASED MULTICAST ROUTING ALGORITHM OR MOBILE AD-HOC NETWORKS Murali Paramewaran 1 and Chittaranjan Hota 2 1 Department of Computer Science & Information Sytem, BITS-Pilani, Pilani, India 2 Department

More information