Using Visualization to Detect Plagiarism in Computer Science Classes

Size: px
Start display at page:

Download "Using Visualization to Detect Plagiarism in Computer Science Classes"

Transcription

1 Ung Vualzaton to Detect Plagarm n Computer Scence Clae Randy L. Rbler Department of Computer Scence Lynchburg College Lynchburg, Vrgna 241 rbler@lynchburg.edu Marc Abram Department of Computer Scence Vrgna Tech Blackburg, Vrgna 2461 abram@c.vt.edu Abtract Th paper ntroduce a number of general method for vualzng commonalty n et of text fle. Each vualzaton multaneouly compare one fle n the et to all other fle n the et. Thee vualzaton, whch can be computed n O(n) tme and pace, are explaned and then appled to the problem of detectng plagarm n large computer cence clae. A cae tudy preented and ample vualzaton are provded. Fnally, a new nteractve tool that can be ued to produce and manpulate thee vualzaton preented. 1. Introducton Computer cence ntructor uually requre tudent to wrte ther program ndependently. Therefore, any nontrval programmng agnment hould produce a number of unque oluton equal to the number of tudent ubmttng program. Unfortunately, ome tudent mght not oberve the rule regardng plagarm, and copy all or part of another tudent program and ubmt t a ther own work. To reduce the chance of beng detected, they ometme change the name of varable or make other cometc change, but often, n large clae where the perceved probablty of detecton low, they make only the mot mnor alteraton. Perhap f better detecton technque were avalable th type of plagarm could be effectvely deterred. Th paper decrbe the producton of vualzaton that how how mlar one fle to the other fle n a et of fle. When appled to plagarm detecton, they how how mlar one tudent program to all the other program ubmtted. Thee one-to-many fle vualzaton can be computed n O(n) tme. To ee how every fle n a et compare to every other fle n a et requre n uch vualzaton, rather than the O(n 2 ) operaton requred for parwe comparon. Whle thee method are partcularly well uted to plagarm detecton, they are not lmted to that applcaton, and repreent a general method for performng one-to-many comparon among text fle. Vualzaton epecally approprate for plagarm detecton becaue a hgh level of mlarty between document can be caued by factor other than cheatng. So plagarm detecton generally requre two tep. The frt tep to dentfy upcou program, and the econd tep to examne ecton that are mlar. 2. The Categorcal Patterngram (CP) In plagarm detecton, we are attemptng to dentfy equence of character that are preent n more than one program. We defne k a the mnmum equence length of nteret. Every k-length character equence defne an n-gram. N-gram are the equence of n character that ext n a text fle. For example, the frt n-gram of length three n a program that tart wth the word begn, are beg, eg, and gn. We do not nclude pace, carrage return, tab, or other non-prntable character n our n-gram. The ngle fle n a one-to-many comparon wll be referred to a the bae fle. The entre et of fle nvolved n the comparon wll be referred to a the enemble [2]. We defne a categorcal patterngram [9] a a vualzaton that dplay, for each character poton x n the the bae fle, the number of enemble fle that contan the k-length n-gram that begn at that poton. A pont plotted at coordnate (x; y) f the k-length n-gram begnnng at character poton x n the bae fle occur at any locaton n y fle of the enemble A Toy Example Suppoe that we have three fle that contan text a hown n Fgure 1, 2, and 3. A patterngram that ue Toy Fle a a bae fle hown n Fgure 4. The pont n the graph have been labeled wth the correpondng letter n the fle. Th done only a an ad to undertandng how Proceedng of the IEEE Sympoum on Informaton Vualzaton 2 (InfoV') / 2 IEEE

2 Toy: Th a tet. Fgure 1. Toy Fle 2 Compote Categorcal Patterngram (Sequence Length = 4) T h Toy1: Oh ye. Th a tet too. Fgure 2. Toy Fle 1 Fle number 1 T h a t Toy2: Toy2 ha lttle n common wth the other two. Th common. T o y : T h a t e t. Fgure 3. Toy Fle Fgure. CCP of Toy Fle Categorcal Patterngram (Sequence Length = 4) Number of fle contanng n-gram T o y : T h a t e t Fgure 4. Patterngram of Toy Fle the graph generated. In real data the pont are typcally much too dene to allow th type of annotaton. The categorcal patterngram for Toy Fle hown n Fgure 4 depct the one-to-many comparon of Toy Fle to Toy Fle 1 and Toy Fle 2. The frt fve character n Toy Fle produce fve dot at y-coordnate one becaue the bae fle n-gram Toy, oy:, y:t, :Th, and :Th do not occur n the other two fle. The xth, eventh, and eghth character (plotted at x-coordnate, 6, and 7, repectvely) produce pont at y-coordnate three becaue the n-gram that are ntated wth thoe character, Th, h, and, occur n all three fle. Character eght through twelve each ntate n-gram that occur n one other fle n th cae Toy Fle 1, o they are plotted at y-coordnate two. The remanng character belong to equence that do not occur n the other fle and are therefore plotted at y-coordnate one. In real applcaton the equence length of nteret are typcally longer than four character. In addton, the fle are typcally made up of thouand of character, o t not poble to label each pont wth t correpondng letter. However, thee graph are degned mply to how whether or not mlarte ext. Another technque wll be decrbed n ecton that how the n-gram that correpond to the mlarte dplayed n the patterngram. The followng note hghlght ome mportant charactertc of the Categorcal Patterngram (CP). 1. The n-gram that are unque to the bae fle are plotted at y-coordnate one. 2. N-gram n the bae fle that are common to many other fle are plotted wth a large y-coordnate. In plagarm detecton, thee n-gram correpond to character equence that naturally occur frequently wthout any collaboraton between tudent. 3. The equence that may be ndcaton of plagarm are ndcated by pont that have a relatvely mall y-coordnate greater than one. The value of the x- coordnate provde the vewer wth an ndcaton of where the n-gram occur n the bae fle. The locaton of the n-gram n the other enemble fle unavalable n th vualzaton. Perhap the mot mportant nformaton n the graph provded by the preence or abence of cluter of horzontally contguou pont. For example, a contguou ecton of pont plotted at y = 1 ndcate a ecton of code that unque a ecton where the majorty of the pont are plotted at y = 1 alo a good ndcaton of ndependently developed code, partcularly when the value that are not at y =1have relatvely hgh y-coordnate. However, the abence of pont at y-coordnate one for an extended ecton a good ndcaton of plagarm. The domnant y- coordnate n uch a ecton often ndcate the number of collaborator nvolved. Proceedng of the IEEE Sympoum on Informaton Vualzaton 2 (InfoV') / 2 IEEE

3 3. The Compote Categorcal Patterngram The categorcal patterngram defned n the prevou ecton how the degree of mlarty that ext between one fle and the ret of the enemble of fle. The vualzaton preented n th ecton, whch we call the compote categorcal patterngram (CCP), how whch partcular fle are mlar. Each fle agned a number n the range [;n 1], where n the number of fle n the enemble. A pont plotted at (x,y) f the k-length n-gram begnnng at x n the bae fle occur one or more tme n fle y. Fgure, how the CCP for the Toy Fle ung Toy Fle a the bae fle. The followng note hghlght ome mportant charactertc of the Compote Categorcal Patterngram (CCP). 1. Each of the fle n the enemble agned a unque nteger value whch ued a a y-coordnate n the graph. A pont plotted at the y-coordnate aocated wth the bae fle for every character n the bae fle. Th uually appear a a horzontal lne. 2. If a unque equence ext n the bae fle, extendng from character number to character number j, then all the pont plotted n the nterval [; (j k)] wll be at the y-coordnate aocated wth the bae fle. 3. If a equence n the bae fle nterval [; (j k)] matche a equence anywhere n fle m, then (j k +1) pont wll be plotted at y-coordnate m n the nterval [; (j k)]. Th mean that there wll be pont plotted at the y-coordnate aocated wth a matchng fle at the x-coordnate aocated wth the match n the bae fle. 4. If a equence n the bae fle matche multple fle n the data et, then pont wll be plotted at the multple y-coordnate aocated wth the matchng fle. Thee pont wll be plotted n the x nterval correpondng to the poton of the matchng n-gram n the bae fle. 4. Creatng the Patterngram A memory-effcent algorthm that can be ued to produce the patterngram and the compote patterngram ue a hah functon to map the n-gram to nteger, and then ue a hah table to record the number of occurrence and fle d of each k-length n-gram contaned n the enemble. Becaue a trng table ued to hold all the fle n memory, the memory requrement for the hah table ndependent of k, and the total memory requrement proportonal to n, where n the total number of character n all the fle. Addtonally, the ue of recurve hahng by cyclc polynomal [4], provde a contant hahng tme regardle of the ze of k. In practce we have found the memory requrement for the algorthm to be approxmately ten tme larger than the memory requred to tore all the fle n memory. Ung th algorthm, an average Pentum-cla machne can produce all the patterngram for program n an average computer cence cla n jut a few econd.. Pattern Text Vew The pattern text vew provde an addtonal many-to-one vualzaton for text fle. It format the text from the bae fle o that each character that begn a non-unque equence hghlghted, ether ung an underlned font or ung an alternatve font color. The text vew ha a mple relatonhp to the patterngram. If the value of the y-coordnate correpondng to the k-length n-gram begnnng at that character one, then the character not hghlghted. If the correpondng y-coordnate greater than one, then the character hghlghted. Thu, letter begnnng unque n-gram are dtnct from letter begnnng non-unque n-gram. 6. Changng Varable Name Sometme tudent wll change the varable name n a program n an attempt to mak plagarzed code. Th technque wll reduce the effcacy of the patterngram, but wll not elmnate t altogether. However, the effect of varable name change can be defeated through the nerton of a mple preproceng tep known a tokenzaton. The tokenzaton convert all the alphanumerc trng n a program nto ngle character. The pecal character, whch nclude everythng other than the alphanumerc character, are left unaffected. Th produce three effect. The frt that two fle that contan the ame program wth dfferent varable name wll produce dentcal patterngram. The econd effect a reducton n the ze of the data et. The thrd effect that the enemble become more homogeneou, o an ncreae n k wll probably be jutfed. The reult of our cae tudy eem to ndcate that th tranformaton ha lttle advere effect on the vualzaton and ha all the potve effect decrbed. 7. A Cae Study A cae tudy wa performed to ee f thee vualzaton method could be uccefully appled n a claroom tuaton. The tudent had been provded wth a mall ample program and aked to expand t. The ample program contaned approxmately 3 lne of code. The average completed program wa le than 1 lne. Student ubmtted Proceedng of the IEEE Sympoum on Informaton Vualzaton 2 (InfoV') / 2 IEEE

4 ther program va emal, and each program receved wa agned a equental ubmon number Typcal Graph 1 Submon number 23 (k=1) Fgure 6 how the patterngram (k = 1) for ubmon number 23. The majorty of the pont are plotted at y- coordnate one, ndcatng that mot of the ten-character equence n th fle are unque to th fle. There are a number of pont plotted at y-coordnate two, but thee are relatvely evenly dtrbuted. Becaue n-gram that occur frequently are not of nteret here, all pont wth (y >= 1) are plotted at (y = 1). Th provde a better vualzaton of the pont n the nterval 1 to 1, whch the crtcal range n th applcaton. Th graph typcal of a graph aocated wth a program that wa wrtten ndependently. The CCP (k =1)for ubmon number 23 hown n Fgure 7. The old horzontal lne formed by contguou dot at y =23 preent becaue all the n-gram n ubmon 23 mut of coure ext n ubmon 23. CCP wll alway have a horzontal lne of pont at the y-coordnate correpondng to the fle whoe n-gram are ued a the ba for the graph. Fgure 7 alo how a large number of pont plotted n the range x =to x =. Thee pont correpond to the character n the emal meage header. The header contan many of the ame word and phrae, although the header are not dentcal. The effect of the header are vble n all the CCP n th data et. There are other place, uch a near x = 7, where a partcular n-gram from ubmon 23 found to be preent n vrtually all of the graph. Thee matche are caued by common word or phrae whch naturally occur n ndependently developed program or by the ample program that the ntructor provded. Color ha been added to the the dplay to dtnguh between the bae fle (blue), the nfrequently matched n-gram (red), and frequently matched n-gram (green). Fle number Number of fle contanng n-gram Fgure 6. Patterngram of Submon 23 Submon number 23 (k=1) Fgure 7. CCP of Submon 23 Submon number 4 (k=1) 7.2. Submon Showng Collaboraton 1 Fgure 8 and 9 how the CP and CCP for ubmon number 4. Th program nearly dentcal to ubmon number 44, whch wa ubmtted by a dfferent author. The nearly old lne n the CCP from near x = 1 to near x = 2 are a clear ndcaton that the code ecton of thee two program are the ame. Whle the plagarm n Fgure 8 and 9 qute blatant, everal more ubtle ntance of plagarm, uch a that hown n Fgure 1 were alo detected. To further nvetgate the effcacy of th approach, we conducted a number of experment n whch we tred to copy a program from the orgnal ubmon and dgue t preence. We made cope and changed all the varable Number of fle contanng n-gram Fgure 8. Patterngram of Submon 4 Proceedng of the IEEE Sympoum on Informaton Vualzaton 2 (InfoV') / 2 IEEE

5 Submon number 4 (k=1) Reference Fle number Fle number Fgure 9. CCP of Submon 4 Submon number 22 (k=1) 1 1 Fgure 1. CCP of Submon 22 name, we made cope and revered all the lne, we even coped a few a fve lne from one program to another. All of thee attempt were vble n our graph. 8. Statu and Future Drecton We have ncorporated all the vualzaton preented n th paper nto CHITRA, a Unx-baed tool orgnally degned to analyze computer and network performance data and, more recently, nto an nteractve tool called Same, whch run under Wndow98 or WndowNT. For more nformaton, or to download th oftware, vt /lynchburg.edu/rbler r/publc/ame. We are currently nvetgatng other applcaton n whch the patterngram mght be ueful. Thee nclude oftware confguraton management (vualzng how a fle change acro veron), genetc algorthm (vualzng how a populaton of gene converge), and computer performance analy (detectng and dentfyng cyclc behavor). [1] M. Abram. CHITRA9 Uer Manual. Computer S- c. Dept., Vrgna Tech, Blackburg, VA , May <URL: chtra>. [2] M. Abram, N. Dorawamy, and A. Mathur. Chtra: Vual analy of parallel and dtrbuted program n the tme, event, and frequency doman. IEEE Tran. on Parallel and Dtrbuted Sytem, 3(6):672 68, Nov [3] E. H. Ch, P. Barry, E. Shoop, J. V. Carl, E. Retzel, and J. Redl. Vualzaton of bologcal equence mlarty earch reult. In Proceedng Vualzaton 9, page 44 1, Atlanta, GA, Oct [4] J. D. Cohen. Recurve hahng functon for n-gram. ACM Tranacton on Informaton Sytem, 1(3):291 32, July [] M. A. Heart. Tlebar: Vualzaton of term dtrbuton nformaton n full text nformaton acce. In Conference proceedng on Human factor n computng ytem, page 9 66, 199. [6] J. Mothe and T. Dkak. Interactve multdmenonal document vualzaton. In Proc. SIGIR 98, Melbourne, ACM. [7] L. T. Nowell, R. K. France, D. Hx, L. S. Heath, and E. A. Fox. Vualzng earch reult: Some alternatve to querydocument mlarty. In Proc. of SIGIR96, Zurch, Aug [8] R. Rbler, A. Mathur, and M. Abram. Vualzng and modelng categorcal tme ere data. In Sympoum on Vualzng Tme-varyng Data, volume NASA Conference Publcaton 3321, Wllamburg, VA, Jan ICASE and NASA/LaRC. <URL: chtra/doc/- 9vtvdRMA/9vtvdRMA.html>. [9] R. L. Rbler. Vualzng Categorcal Tme Sere Data wth Applcaton to Computer and Communcaton Network Trace. PhD the, Vrgna Polytechnc Inttute and State Unverty, [1] M. Rorvg, M. M. Smth, and A. Uemura. The n-gram hypothe appled to matched et of vualzed japaneeenglh techncal document. In Proceedng of the 1999 Annual Meetng of the Amercan Socety for Informaton Scence, Knowledge: Creaton, Organzaton and Ue, Wahngton D.C., Oct [11] W. Sculln, T. Kwan, and D. Reed. Real-tme vualzaton of world wde web traffc. In Sympoum on Vualzng Tme-varyng Data, volume NASA Conference Publcaton 3321, Wllamburg, VA, Jan ICASE and NASA/LaRC. [12] I. M. Soboroff, C. K. Nchola, J. M. Kulka, and D. S. Ebert. Vualzng document authorhp ung n-gram and latent emantc ndexng. In Proc. NPIV 97, La Vega, Nevada, [13] D. Wu, J. Roberge, D. J. Cork, B. G. Nguyen, and T. Grace. Computer vualzaton of long genomc equence. In Proceedng Vualzaton 93, page 38 31, Atlanta, GA, Proceedng of the IEEE Sympoum on Informaton Vualzaton 2 (InfoV') / 2 IEEE

EE 215A Fundamentals of Electrical Engineering Lecture Notes Resistive Circuits 10/06/04. Rich Christie

EE 215A Fundamentals of Electrical Engineering Lecture Notes Resistive Circuits 10/06/04. Rich Christie 5A Introducton: EE 5A Fundamental of Electrcal Engneerng Lecture Note etve Crcut 0/06/04 ch Chrte The oluton of crcut wth more than two element need a lttle more theory. Start wth ome defnton: Node pont

More information

An addressing technique for displaying restricted patterns in rms-responding LCDs by selecting a few rows at a time

An addressing technique for displaying restricted patterns in rms-responding LCDs by selecting a few rows at a time An addreng technue for dplayng retrcted pattern n rm-repondng LCD by electng a few row at a tme K. G. Pan Kumar T. N. Ruckmongathan Abtract An addreng technue that wll allow rm-repondng matrx LCD to dplay

More information

IDENTIFICATION OF THE PARAMETERS OF MULTI-MASS DIRECT DRIVE SYSTEM

IDENTIFICATION OF THE PARAMETERS OF MULTI-MASS DIRECT DRIVE SYSTEM Prace Naukowe Intytutu Mazyn, Napędów Pomarów Elektrycznych Nr 66 Poltechnk Wrocławkej Nr 66 Studa Materały Nr 32 202 Domnk ŁUCZAK* dentfcaton of the mechancal reonance frequence, pectral analy, Fourer

More information

Hierarchical Structure for function approximation using Radial Basis Function

Hierarchical Structure for function approximation using Radial Basis Function Herarchcal Structure for functon appromaton ung Radal Ba Functon M.Awad, H.Pomare, I.Roja, L.J.Herrera, A.Gullen, O.Valenzuela Department of Computer Archtecture and Computer Technology E.T.S. Ingenería

More information

Soc 3811 Basic Social Statistics First Midterm Exam Spring 2010 ANSWERS

Soc 3811 Basic Social Statistics First Midterm Exam Spring 2010 ANSWERS Soc 3811 Bac Socal Stattc Frt Mdterm Exam Sprng 010 ANSWERS INSTRUCTIONS: (A) Wrte your name on the lne at top front of every heet. (B) If you ue a page of note n takng th exam, gn & nert t nde th booklet

More information

Pixel Bar Charts: A New Technique for Visualizing Large Multi-Attribute Data Sets without Aggregation

Pixel Bar Charts: A New Technique for Visualizing Large Multi-Attribute Data Sets without Aggregation Pxel Bar Chart: A New Technque or Vualzng Large Mult-Attrbute Data Set wthout Aggregaton Danel Kem, Mng C. Hao, Julan Ladch, Mechun Hu, Umehwar Dayal Sotware Technology Laboratory HP Laboratore Palo Alto

More information

IEEE C802.16e-04/509r4. STC sub-packet combining with antenna grouping for 3 and 4 transmit antennas in OFDMA

IEEE C802.16e-04/509r4. STC sub-packet combining with antenna grouping for 3 and 4 transmit antennas in OFDMA Project Ttle Date Submtted IEEE 80.6 Broadband Wrele Acce Workng Group STC ub-packet combnng wth antenna groupng for and tranmt antenna n OFDMA 005-0-0 Source Bn-Chul Ihm Yongeok Jn

More information

Adaptive Hysteresis Band Current Control for Transformerless Single-Phase PV Inverters

Adaptive Hysteresis Band Current Control for Transformerless Single-Phase PV Inverters Adaptve Hytere Band Current Control for Tranformerle Sngle-Phae Inverter Gerardo Vázquez, Pedro Rodrguez Techncal Unverty of Catalona Department of Electrcal Engneerng Barcelona SPAIN gerardo.vazquez@upc.edu

More information

Full waveform inversion for event location and source mechanism

Full waveform inversion for event location and source mechanism Full waveform nveron for event locaton and ource mechanm Downloaded 10/14/14 to 50.244.108.113. Redtrbuton ubject to SEG lcene or copyrght; ee Term of Ue at http://lbrary.eg.org/ Elatc full waveform nveron

More information

IEEE d-04/65 Project. IEEE Broadband Wireless Access Working Group <

IEEE d-04/65 Project. IEEE Broadband Wireless Access Working Group < 00-0- IEEE 0.d-0/ Project IEEE 0. Broadband Wrele Acce Workng Group Ttle Date ubmtted Enhancng MIMO feature for OFDMA PHY layer 00-0- ource: Wen Tong, Peyng Zhu, Mo-Han Fong, Jangle

More information

Centralized PID Control by Decoupling of a Boiler-Turbine Unit

Centralized PID Control by Decoupling of a Boiler-Turbine Unit Proceedng of the European Control Conference 9 Budapet, Hungary, Augut 6, 9 WeA6. Centralzed PID Control by Decouplng of a BolerTurbne Unt Juan Garrdo, Fernando Morlla, and Francco Vázquez Abtract Th paper

More information

PERCEPTION OF TONAL CONSONANCE. R. Plomp and W. J. M. Levelt*

PERCEPTION OF TONAL CONSONANCE. R. Plomp and W. J. M. Levelt* IX PERCEPTION OF TONAL CONSONANCE R. Plomp and W. J. M. Levelt* Cononant chord, a ued n muc, are characterzed by mple frequency rato of the conttuent tone. Although th relaton between rato mplcty and cononance

More information

PART V. PLL FUNDAMENTALS 1

PART V. PLL FUNDAMENTALS 1 all-017 Joe Slva-Martnez PART. PLL UNDAMENTALS 1 The phae locked loop a very popular crcut ued n many dfferent applcaton; e.g. frequency ynthezer, M and phae demodulator, clock and data recovery ytem,

More information

IN CONTRAST to traditional wireless cellular networks

IN CONTRAST to traditional wireless cellular networks IEEE TRANSACTIONS ON VEHICULAR TECHNOLOGY, VOL. 56, NO. 2, MARCH 2007 801 Jont Opportuntc Power Schedulng and End-to-End Rate Control for Wrele Ad Hoc Network Jang-Won Lee, Member, IEEE, Rav R. Mazumdar,

More information

To: Professor Avitabile Date: February 4, 2003 From: Mechanical Student Subject: Experiment #1 Numerical Methods Using Excel

To: Professor Avitabile Date: February 4, 2003 From: Mechanical Student Subject: Experiment #1 Numerical Methods Using Excel To: Professor Avtable Date: February 4, 3 From: Mechancal Student Subject:.3 Experment # Numercal Methods Usng Excel Introducton Mcrosoft Excel s a spreadsheet program that can be used for data analyss,

More information

Integrated Control Chart System: A New Charting Technique

Integrated Control Chart System: A New Charting Technique Proceedng of the 202 Internatonal Conference on Indutral Engneerng and Operaton Management Itanbul, Turkey, July 3 6, 202 Integrated Control Chart Sytem: A New Chartng Technque M. Shamuzzaman Department

More information

One-Stage and Two-Stage Schemes of High Performance Synchronous PWM with Smooth Pulse-Ratio Changing

One-Stage and Two-Stage Schemes of High Performance Synchronous PWM with Smooth Pulse-Ratio Changing One-Stage and Two-Stage Scheme of Hgh Performance Synchronou PWM wth Smooth Pule-Rato Changng V. Olechu Power Engneerng Inttute Academy of Scence of Moldova hnau, Republc of Moldova olechuv@hotmal.com

More information

Optimal Video Distribution Using Anycasting Service

Optimal Video Distribution Using Anycasting Service Bond Unverty epublcaton@bond Informaton Technology paper Bond Bune School 6--999 Optmal Vdeo Dtrbuton Ung Anycatng Servce Zheng da Wu Bond Unverty, Zheng_Da_Wu@bond.edu.au Chr oble Bond Unverty Dawe Huang

More information

A Novel L1 and L2C Combined Detection Scheme for Enhanced GPS Acquisition

A Novel L1 and L2C Combined Detection Scheme for Enhanced GPS Acquisition A Novel L and LC Combned Detecton Scheme for Enhanced GPS Acquton Cyrlle Gernot, Surendran Konavattam Shanmugam, Kyle O Keefe and Gerard Lachapelle Poton Locaton Navgaton (PLAN) Group, Department of Geomatc

More information

An Image-Based Food Classification System

An Image-Based Food Classification System S. Somatlake, A. N. Chalmer, An Image-Baed Food Clafcaton Sytem, Proceedng of Image and Von Computng New Zealand 2007, pp. 260 265, Hamlton, New Zealand, December 2007. An Image-Baed Food Clafcaton Sytem

More information

High Speed ADC Sampling Transients

High Speed ADC Sampling Transients Hgh Speed ADC Samplng Transents Doug Stuetzle Hgh speed analog to dgtal converters (ADCs) are, at the analog sgnal nterface, track and hold devces. As such, they nclude samplng capactors and samplng swtches.

More information

Efficient Large Integers Arithmetic by Adopting Squaring and Complement Recoding Techniques

Efficient Large Integers Arithmetic by Adopting Squaring and Complement Recoding Techniques The th Worshop on Combnatoral Mathematcs and Computaton Theory Effcent Large Integers Arthmetc by Adoptng Squarng and Complement Recodng Technques Cha-Long Wu*, Der-Chyuan Lou, and Te-Jen Chang *Department

More information

Integrated Mixed-Model Assembly Line Balancing with Unskilled Temporary Workers

Integrated Mixed-Model Assembly Line Balancing with Unskilled Temporary Workers Integrated Mxed-Model Aembly Lne Balancng th Unlled Temporary orer Dongoo m, Jnoo Par, Ilyeong Moon To cte th veron: Dongoo m, Jnoo Par, Ilyeong Moon. Integrated Mxed-Model Aembly Lne Balancng th Unlled

More information

Geometric Algorithm for Received Signal Strength Based Mobile Positioning

Geometric Algorithm for Received Signal Strength Based Mobile Positioning RADIOENGINEERING, VOL. 4, NO., JUNE 005 Geometrc Algorthm for Receved Sgnal Strength Baed Moble Potonng Peter BRÍDA, Peter ČEPEL, Ján DÚHA Dept. of Telecommuncaton, Unverty of Žlna, Unverztná 85/, 00 6

More information

Effective Coverage and Connectivity Preserving in Wireless Sensor Networks

Effective Coverage and Connectivity Preserving in Wireless Sensor Networks Effectve Coverage and Connectvty Preervng n Wrele Senor Network Nurcan Tezcan Wenye Wang Department of Electrcal and Computer Engneerng North Carolna State Unverty Emal: {ntezcan,wwang}@eo.ncu.edu Abtract

More information

Journal of Applied Research and Technology ISSN: Centro de Ciencias Aplicadas y Desarrollo Tecnológico.

Journal of Applied Research and Technology ISSN: Centro de Ciencias Aplicadas y Desarrollo Tecnológico. Journal of Appled Reearch and Technology ISSN: 665-643 jart@aleph.cntrum.unam.mx Centro de Cenca Aplcada y Dearrollo Tecnológco Méxco Mar, J.; Wu, S. R.; Wang, Y. T.; Ta, K. C. A Three-Dmenonal Poton Archtecture

More information

7th Workshop on Planning, Perception and Navigation for Intelligent Vehicles. Autonomous Integrity Monitoring of Navigation Maps on board Vehicles

7th Workshop on Planning, Perception and Navigation for Intelligent Vehicles. Autonomous Integrity Monitoring of Navigation Maps on board Vehicles 7th Workhop on Plannng, Percepton and Navgaton for Intellgent Vehcle Autonomou Integrty Montorng of Navgaton Map on board Vehcle Speaker: Phlppe Bonnfat (Unverté de Technologe de Compègne, Heudayc UMR

More information

Improvement in DGPS Accuracy Using Recurrent S_CMAC_GBF

Improvement in DGPS Accuracy Using Recurrent S_CMAC_GBF World Academy of Scence, Engneerng and Technology 31 9 Improvement n DGPS Accuracy Ung Recurrent S_CMAC_GBF Chng-Tan Chang, Jh-Sheng Hu, and Cha-Yen Heh Abtract GPS ytem offer two knd of ue to peoplean

More information

A Comparison of Two Equivalent Real Formulations for Complex-Valued Linear Systems Part 2: Results

A Comparison of Two Equivalent Real Formulations for Complex-Valued Linear Systems Part 2: Results AMERICAN JOURNAL OF UNDERGRADUATE RESEARCH VOL. 1 NO. () A Comparson of Two Equvalent Real Formulatons for Complex-Valued Lnear Systems Part : Results Abnta Munankarmy and Mchael A. Heroux Department of

More information

Extreme Learning Machine for Function Approximation Interval Problem of Input Weights and Biases

Extreme Learning Machine for Function Approximation Interval Problem of Input Weights and Biases Etreme earnng Machne or Functon Appromaton Interval Problem o Input Weght and Bae Grzegorz Dudek Department o Electrcal Engneerng Czetochowa Unvert o Technolog 4- Czetochowa, Al. Arm Krajowej 7, Poland

More information

Geometric Algorithm for Received Signal Strength Based Mobile Positioning

Geometric Algorithm for Received Signal Strength Based Mobile Positioning RADIOENGINEERING, VOL. 4, NO., APRIL 005 Geometrc Algorthm for Receved Sgnal Strength Baed Moble Potonng Peter Brída, Peter Čepel, Ján Dúha 3,, 3 Dept. of Telecommuncaton, Unverty of Žlna, Unverztná 85/,

More information

Single-Phase voltage-source inverter TUTORIAL. Single-Phase voltage-source inverter

Single-Phase voltage-source inverter TUTORIAL. Single-Phase voltage-source inverter TUTORIAL SnglePhae oltageource nerter www.powermtech.com Th tutoral ntended to how how SmartCtrl can be appled to degn a generc control ytem. In th cae, a nglephae oltageource nerter wll ere a an example

More information

Recognition of OFDM Modulation Method

Recognition of OFDM Modulation Method K. ULOVEC, RECOGITIO O ODM MODULTIO METHOD Recognton o ODM Modulaton Method Karel ULOVEC Department o Rado Engneerng, Czech Techncal Unverty, Techncká, 66 7 Prague, Czech Republc xulovec@el.cvut.cz btract.

More information

Power Conservation Approaches to the Border Coverage Problem in Wireless Sensor Networks

Power Conservation Approaches to the Border Coverage Problem in Wireless Sensor Networks Power Conervaton Approache to the Border Coverage Problem n Wrele Senor Network Mohamed K. Watfa** and Seh Commur Abtract- Recent advance n wrele communcaton and electronc have enabled the development

More information

Generalizability Theory: An Analysis of Variance Approach to Measurement Problems in Educational Assessment

Generalizability Theory: An Analysis of Variance Approach to Measurement Problems in Educational Assessment Journal of Stude n Educaton ISSN 16-695 01, Vol., No. 1 Generalzablty Theory: An Analy of Varance Approach to Meaurement Problem n Educatonal Aement Huan Alkharu College of Educaton, Sultan Qaboo Unverty

More information

PERFORMANCE EVALUATION ON THE BASIS OF BIT ERROR RATE FOR DIFFERENT ORDER OF MODULATION AND DIFFERENT LENGTH OF SUBCHANNELS IN OFDM SYSTEM

PERFORMANCE EVALUATION ON THE BASIS OF BIT ERROR RATE FOR DIFFERENT ORDER OF MODULATION AND DIFFERENT LENGTH OF SUBCHANNELS IN OFDM SYSTEM PERFORMANCE EVALUATION ON THE BASIS OF BIT ERROR RATE FOR DIFFERENT ORDER OF MODULATION AND DIFFERENT LENGTH OF SUBCHANNELS IN OFDM SYSTEM ABSTRACT Sutanu Ghoh Department of Electronc and Communcaton Engneerng

More information

Review: Our Approach 2. CSC310 Information Theory

Review: Our Approach 2. CSC310 Information Theory CSC30 Informaton Theory Sam Rowes Lecture 3: Provng the Kraft-McMllan Inequaltes September 8, 6 Revew: Our Approach The study of both compresson and transmsson requres that we abstract data and messages

More information

A Multi Objective Hybrid Differential Evolution Algorithm assisted Genetic Algorithm Approach for Optimal Reactive Power and Voltage Control

A Multi Objective Hybrid Differential Evolution Algorithm assisted Genetic Algorithm Approach for Optimal Reactive Power and Voltage Control D.Godwn Immanuel et al. / Internatonal Journal of Engneerng and Technology (IJET) A Mult Obectve Hybrd Dfferental Evoluton Algorthm ated Genetc Algorthm Approach for Optmal Reactve Power and oltage Control

More information

A Simple Satellite Exclusion Algorithm for Advanced RAIM

A Simple Satellite Exclusion Algorithm for Advanced RAIM A Smple Satellte Excluson Algorthm for Advanced RAIM Juan Blanch, Todd Walter, Per Enge Stanford Unversty ABSTRACT Advanced Recever Autonomous Integrty Montorng s a concept that extends RAIM to mult-constellaton

More information

Configurable K-best MIMO Detector Architecture

Configurable K-best MIMO Detector Architecture ISCCSP 008, Malta, 114 March 008 1565 Confgurable Kbet MIMO Detector Archtecture Ramn SharatYazd, Tad Kwanewk Department of Electronc Carleton Unverty Ottawa, Canada Emal: {ryazd, tak}@doe.carleton.ca

More information

PRACTICAL, COMPUTATION EFFICIENT HIGH-ORDER NEURAL NETWORK FOR ROTATION AND SHIFT INVARIANT PATTERN RECOGNITION. Evgeny Artyomov and Orly Yadid-Pecht

PRACTICAL, COMPUTATION EFFICIENT HIGH-ORDER NEURAL NETWORK FOR ROTATION AND SHIFT INVARIANT PATTERN RECOGNITION. Evgeny Artyomov and Orly Yadid-Pecht 68 Internatonal Journal "Informaton Theores & Applcatons" Vol.11 PRACTICAL, COMPUTATION EFFICIENT HIGH-ORDER NEURAL NETWORK FOR ROTATION AND SHIFT INVARIANT PATTERN RECOGNITION Evgeny Artyomov and Orly

More information

INFLUENCE OF TCSC FACTS DEVICE ON STEADY STATE VOLTAGE STABILITY

INFLUENCE OF TCSC FACTS DEVICE ON STEADY STATE VOLTAGE STABILITY INFLUENCE OF TCSC FACTS DEVICE ON STEADY STATE VOLTAGE STABILITY GABER EL-SAADY, 2 MOHAMED A. A. WAHAB, 3 MOHAMED M. HAMADA, 4 M. F. BASHEER Electrcal Engneerng Department Aut Unverty, Aut, Egypt 2, 3&4

More information

Adaptive Modulation and Coding with Cooperative Transmission in MIMO fading Channels Yuling Zhang1, a, Qiuming Ma2, b

Adaptive Modulation and Coding with Cooperative Transmission in MIMO fading Channels Yuling Zhang1, a, Qiuming Ma2, b 4th atonal Conference on Electrcal, Electronc and Computer Engneerng (CEECE 05) Adaptve Modulaton and Codng wth Cooperatve Tranmon n MIMO fadng Channel Yulng Zhang, a, Qumng Ma, b School of Informaton

More information

NATIONAL RADIO ASTRONOMY OBSERVATORY Green Bank, West Virginia SPECTRAL PROCESSOR MEMO NO. 25. MEMORANDUM February 13, 1985

NATIONAL RADIO ASTRONOMY OBSERVATORY Green Bank, West Virginia SPECTRAL PROCESSOR MEMO NO. 25. MEMORANDUM February 13, 1985 NATONAL RADO ASTRONOMY OBSERVATORY Green Bank, West Vrgna SPECTRAL PROCESSOR MEMO NO. 25 MEMORANDUM February 13, 1985 To: Spectral Processor Group From: R. Fsher Subj: Some Experments wth an nteger FFT

More information

Control Chart. Control Chart - history. Process in control. Developed in 1920 s. By Dr. Walter A. Shewhart

Control Chart. Control Chart - history. Process in control. Developed in 1920 s. By Dr. Walter A. Shewhart Control Chart - hstory Control Chart Developed n 920 s By Dr. Walter A. Shewhart 2 Process n control A phenomenon s sad to be controlled when, through the use of past experence, we can predct, at least

More information

SCRAM: A Sharing Considered Route Assignment Mechanism for Fair Taxi Route Recommendations

SCRAM: A Sharing Considered Route Assignment Mechanism for Fair Taxi Route Recommendations SCRAM: A Sharng Condered Route Agnment Mechanm for Far Tax Route Recommendaton Shyou Qan Department of Computer Scence and Engneerng, Shangha Jao Tong Unverty qhyou@jtu.edu.cn Iam Sahel Unverty of Lyon,

More information

The Depth Information Estimation of Microscope Defocus Image Based-on Markov Random Field

The Depth Information Estimation of Microscope Defocus Image Based-on Markov Random Field The Depth Informaton Etmaton of Mcrocope Defocu Image Baed-on Markov Random Feld Xangjn Zeng, Xnhan Huang, Mn Wang,Peng L Department of Control Scence and Engneerng The Key Lab of Image proceng and Intellgence

More information

Application of RGA to Optimal choice and Allocation of UPFC for Voltage Security Enhancement in Deregulated Power System

Application of RGA to Optimal choice and Allocation of UPFC for Voltage Security Enhancement in Deregulated Power System Applcaton of RGA to Optmal choce and Allocaton of UPFC for Voltage Securty Enhancement n Deregulated Power Sytem A.Karam,, M.Rahdnead,3, A.A.Gharave,3 Department of Electrcal Engneerng, Shahd Bahonar Unverty

More information

A method for developing and structuring risk activity indicators for major accidents

A method for developing and structuring risk activity indicators for major accidents A method for developng and tructurng rk actvty ndcator for major accdent Jan Erk Vnnem Preventor/Stavanger Unverty College, Bryne, Norway Gunnar Vere Statol, Stavanger, Norway Bjørnar Hede Knuden Safetec

More information

Single-Stage AC/DC Single-Inductor Multiple-Output LED Drivers

Single-Stage AC/DC Single-Inductor Multiple-Output LED Drivers Sngle-Stage AC/DC Sngle-Inductor Multple-Output LED Drver 1 Yue Guo, Snan L, Member, IEEE, Albert T. L. Lee, Member, IEEE, Sew-Chong Tan, Senor Member, IEEE, C. K. Lee, Senor Member, IEEE, S. Y. (Ron)

More information

CONTROL SYSTEM SOLUTION TO NETWORK CONGESTION: A MODIFIED PID METHOD

CONTROL SYSTEM SOLUTION TO NETWORK CONGESTION: A MODIFIED PID METHOD Control 4, Unverty of Ba, UK, September 4 ID-89 COTROL SYSTEM SOLUTIO TO ETWORK COGESTIO: A MODIFIED PID METHOD K. H. Wong, L Tan and S.H.Yang Computer Scence Department, Loughborough Unverty, UK Computer

More information

APPLICATION DOMAIN: SENSOR NETWORKS

APPLICATION DOMAIN: SENSOR NETWORKS APPLICATION DOMAIN: SENSOR NETWORKS SENSOR NETWORK AS A CONTROL SYSTEM Know nothng - mut deploy reource how many where - Cooperate but operate autonomouly - Manage Communcaton, Energy Data fuon, buld prob.

More information

Secure Transmission of Sensitive data using multiple channels

Secure Transmission of Sensitive data using multiple channels Secure Transmsson of Senstve data usng multple channels Ahmed A. Belal, Ph.D. Department of computer scence and automatc control Faculty of Engneerng Unversty of Alexandra Alexandra, Egypt. aabelal@hotmal.com

More information

Security Protocol for RFID System Conforming to EPC-C1G2 Standard

Security Protocol for RFID System Conforming to EPC-C1G2 Standard JOUAL OF COMPUTES, VOL 8, O 3, MACH 03 605 Securty Protocol for FID Sytem Conformng to EPC-CG Standard Feng ao Informaton Securty Center, Bejng Unverty of Pot and Telecommuncaton Bejnghna Emal: xftone985@yahoocomcn

More information

Learning Ensembles of Convolutional Neural Networks

Learning Ensembles of Convolutional Neural Networks Learnng Ensembles of Convolutonal Neural Networks Lran Chen The Unversty of Chcago Faculty Mentor: Greg Shakhnarovch Toyota Technologcal Insttute at Chcago 1 Introducton Convolutonal Neural Networks (CNN)

More information

Simon B. Nawrot ATNF vacation student February 2003

Simon B. Nawrot ATNF vacation student February 2003 Degn and Contructon of a Slotted Coaxal Balun and the Development of a Method to Determne Noe Temperature of LNA wth Non Standard Input Impedance. Smon B. Nawrot ATNF vacaton tudent February 3 Abtract

More information

Performance Improvement of Harmonic Detection using Synchronous Reference Frame Method

Performance Improvement of Harmonic Detection using Synchronous Reference Frame Method Latet Tren on rt, Sytem an Sgnal Performance Improvement of Harmonc Detecton ung Synchronou eference rame Metho P. Santprapan an K-L. Areerak* Abtract Th paper preent the performance mprovement of harmonc

More information

UNIT 2 TACHEOMETRIC SURVEYING

UNIT 2 TACHEOMETRIC SURVEYING UNIT 2 TACHEMETRIC SURVEYING Tacheometrc Surveyng Structure 2.1 Introducton bjectve 2.2 rncple of Tacheometry 2.2.1 Advantage of Tacheometry 2.2.2 Tacheometer 2.2.3 Stada Rod 2.2.4 Sytem of Tacheometrc

More information

Test 2. ECON3161, Game Theory. Tuesday, November 6 th

Test 2. ECON3161, Game Theory. Tuesday, November 6 th Test 2 ECON36, Game Theory Tuesday, November 6 th Drectons: Answer each queston completely. If you cannot determne the answer, explanng how you would arrve at the answer may earn you some ponts.. (20 ponts)

More information

Scalable, Distributed, Dynamic Resource Management for the ARMS Distributed Real-Time Embedded System

Scalable, Distributed, Dynamic Resource Management for the ARMS Distributed Real-Time Embedded System Scalable, Dtrbuted, Dynamc Reource Management for the ARMS Dtrbuted Real-Tme Embedded Sytem Kurt Rohloff, Yarom Gabay, Janmng Ye and Rchard Schantz BBN Technologe Cambrdge, MA, 02138 USA {krohloff, ygabay,

More information

MTBF PREDICTION REPORT

MTBF PREDICTION REPORT MTBF PREDICTION REPORT PRODUCT NAME: BLE112-A-V2 Issued date: 01-23-2015 Rev:1.0 Copyrght@2015 Bluegga Technologes. All rghts reserved. 1 MTBF PREDICTION REPORT... 1 PRODUCT NAME: BLE112-A-V2... 1 1.0

More information

Resonance Analysis in Parallel Voltage-Controlled Distributed Generation Inverters

Resonance Analysis in Parallel Voltage-Controlled Distributed Generation Inverters Reonance Analy n Parallel Voltage-Controlled Dtrbuted Generaton Inverter Xongfe Wang Frede Blaabjerg and Zhe Chen Department of Energy Technology Aalborg Unverty Pontoppdantraede 11 922 Aalborg Denmark

More information

Dynamic constraint generation in HASTUS-CrewOpt, a column generation approach for transit crew scheduling

Dynamic constraint generation in HASTUS-CrewOpt, a column generation approach for transit crew scheduling Dynamc contrant generaton n HASTUS-CrewOpt, a column generaton approach for trant crew chedulng By Alan Dallare, Charle Fleurent, and Jean-Marc Roueau Introducton Trant crew chedulng a challengng practcal

More information

Coordination Algorithms for Motion-Enabled Sensor Networks. Outline. Incomplete state of the art. Incomplete state of the art: cont d

Coordination Algorithms for Motion-Enabled Sensor Networks. Outline. Incomplete state of the art. Incomplete state of the art: cont d Coordnaton Algorthm for Moton-Enabled Senor Network Outlne CDC Workhop Pont-Stablzaton, Trajectory-Trackng, Path-Followng, and Formaton Control of Autonomou Vehcle San Dego, Dec 12, 2006 Franceco Bullo

More information

current activity shows on the top right corner in green. The steps appear in yellow

current activity shows on the top right corner in green. The steps appear in yellow Browzwear Tutorals Tutoral ntroducton Ths tutoral leads you through the basc garment creaton process usng an llustrated step by step approach. Each slde shows the actual applcaton at the stage of the acton

More information

EVOLUTIONARY DESIGN OF A GENETIC BASED SELF ORGANIZING NEURAL NETWORK FOR WIND SPEED PREDICTION

EVOLUTIONARY DESIGN OF A GENETIC BASED SELF ORGANIZING NEURAL NETWORK FOR WIND SPEED PREDICTION 4 th Internatonal Conference on Experment/Proce/Sytem Modelng/Smulaton/Optmzaton 4 th IC-EpMO Athen, 6-9 July, IC-EpMO EVOLUTIONARY DESIGN OF A GENETIC BASED SELF ORGANIZING NEURAL NETWORK FOR WIND SPEED

More information

Received November 30, 2012; revised December 30, 2012; accepted January 13, 2013

Received November 30, 2012; revised December 30, 2012; accepted January 13, 2013 Amercan Journal of Operaton Reearch 2013 3 101-112 do:10.4236/ajor.2013.31a010 Publhed Onlne January 2013 (http://www.crp.org/journal/ajor) Herarchcal Modelng by Recurve Unuperved Spectral Cluterng and

More information

Improved single-phase PLL structure with DC-SOGI block on FPGA board implementation

Improved single-phase PLL structure with DC-SOGI block on FPGA board implementation Orgnal reearch paper UDC 004.738.5:6.38 DOI 0.75/IJEEC70053R COBISS.RS-ID 79708 Improved ngle-phae PLL tructure wth DC-SOGI block on FPGA board mplementaton Mlca Rtovć Krtć, Slobodan Lubura, Tatjana Nkolć

More information

Frequency Calibration of A/D Converter in Software GPS Receivers

Frequency Calibration of A/D Converter in Software GPS Receivers Frequency Calibration of A/D Converter in Software GPS Receiver L. L. Liou, D. M. Lin, J. B. Tui J. Schamu Senor Directorate Air Force Reearch Laboratory Abtract--- Thi paper preent a oftware-baed method

More information

Published in: Proceedings of the 2014 IEEE International Energy Conference (ENERGYCON)

Published in: Proceedings of the 2014 IEEE International Energy Conference (ENERGYCON) Aalborg Unvertet Modelng, Stablty Analy and Actve Stablzaton of Multple DC-Mcrogrd Cluter Shafee, Qobad; Dragcevc, Tomlav; Quntero, Juan Carlo Vaquez; Guerrero, Joep M. Publhed n: Proceedng of the 24 IEEE

More information

A Carrier Estimation Method for MF-TDMA Signal Monitoring

A Carrier Estimation Method for MF-TDMA Signal Monitoring 117 JOURNAL OF NETWORKS, VOL. 7, NO. 8, AUGUST 1 A Carrer Etmaton Method for MF-TDMA Sgnal Montorng X Lu School of Electronc and Informaton Engneerng, Behang Unverty, Bejng, Chna Emal: Autn_lu@139.com

More information

SYNTHESIS OF SYNCHRONOUS MOTOR SERVO SYSTEM IN MATLAB

SYNTHESIS OF SYNCHRONOUS MOTOR SERVO SYSTEM IN MATLAB SYNTHESIS OF SYNCHRONOUS MOTOR SERVO SYSTEM IN MATLA J. Dúbravký, A. Tchý, M. Dúbravká, J. Pauluová Inttute of Control an Inutral Informatc, Slovak Unverty of Technology, Faculty of Electrcal Engneerng

More information

Performance specified tuning of modified PID controllers

Performance specified tuning of modified PID controllers 20702, CJ Performance pecfe tunng of mofe PID controller It nteretng to notce that the vat majorty of controller n the nutry are proportonalntegralervatve (PID) controller or mofe PID controller [,2].

More information

Revision of Lecture Twenty-One

Revision of Lecture Twenty-One Revson of Lecture Twenty-One FFT / IFFT most wdely found operatons n communcaton systems Important to know what are gong on nsde a FFT / IFFT algorthm Wth the ad of FFT / IFFT, ths lecture looks nto OFDM

More information

Data MULEs: Modeling a Three-tier Architecture for Sparse Sensor Networks

Data MULEs: Modeling a Three-tier Architecture for Sparse Sensor Networks Data MULE: Modelng a Three-ter Archtecture for Spare Senor Network Rahul C. Shah, Intel Reearch Seattle Sumt Roy, Intel Corp. Suhant Jan and Waylon Brunette, Unverty of Wahngton IRS-TR-03-00 January, 2003

More information

Fast Code Detection Using High Speed Time Delay Neural Networks

Fast Code Detection Using High Speed Time Delay Neural Networks Fast Code Detecton Usng Hgh Speed Tme Delay Neural Networks Hazem M. El-Bakry 1 and Nkos Mastoraks 1 Faculty of Computer Scence & Informaton Systems, Mansoura Unversty, Egypt helbakry0@yahoo.com Department

More information

Determining Geo-stationary Satellite Position Using TWSTFT Links

Determining Geo-stationary Satellite Position Using TWSTFT Links Determnng Geo-tatonar Satellte Poton Ung TWSTFT Lnk Sun Hongwe L Zhgang L Huann L Yul atonal Tme Servce enter Lntong 70600 Shaan hna unhw@ntc.ac.cn Abtract Baed on everal two-wa atellte tme and frequenc

More information

THE USE OF MATLAB AND SIMULINK AS A TOOL FOR CONTROL SYSTEM DESIGN. Rajesh Rajamani

THE USE OF MATLAB AND SIMULINK AS A TOOL FOR CONTROL SYSTEM DESIGN. Rajesh Rajamani THE USE OF MATLAB AND SIMULINK AS A TOOL FOR CONTROL SYSTEM DESIGN Rajeh Rajaman ME 43 Deartment of Mechancal Engneerng Unerty Of Mnneota OBJECTIVES Lab objecte To learn the ue of Matlab and Smuln a tool

More information

Parameter Optimisation of an Evolutionary Algorithm for On-line Gait Generation of Quadruped Robots

Parameter Optimisation of an Evolutionary Algorithm for On-line Gait Generation of Quadruped Robots Parameter Optmaton of an Evolutonary Algorthm for On-lne Gat Generaton of Quadruped Robot Drago Golubovc and Huoheng Hu Department of Computer cence, Unverty of Eex Colcheter CO Q, Unted Kngdom Emal: dgolub@eex.ac.uk,

More information

Radiating Slot in the Coaxial Cable Shield: Measurement Based Characterization

Radiating Slot in the Coaxial Cable Shield: Measurement Based Characterization 136 JOURNAL OF COMMUNICATIONS SOFTWARE AND SYSTEMS, VOL. 11, NO. 3, SEPTEMBER 215 Radatng Slot n the Coaxal Cable Sheld: Meaurement Baed Characterzaton Antono Šarolć, Zlatko Žvkovć, Damr Senć, and Nko

More information

Codon usage bias as a function of generation time and life expectancy

Codon usage bias as a function of generation time and life expectancy open acce www.bonformaton.net Hypothe Volume 8(3) odon uage ba a a functon of generaton tme and lfe expectancy Ram N Mahd 1 & Erc Rouchka 2 * 1Well ornell Medcal ollege, Department of Genetc Medcne, New

More information

Model Optimization Identification Method Based on Closed-loop Operation Data and Process Characteristics Parameters

Model Optimization Identification Method Based on Closed-loop Operation Data and Process Characteristics Parameters Senor & Tranducer 204 by IFSA Publhng, S. L. http://www.enorportal.com Model Optmzaton Identfcaton Method Baed on Cloed-loop Operaton Data and Proce Charactertc Parameter Zhqang GENG, Runxue LI, 2 Xangba

More information

An Improved Method for GPS-based Network Position Location in Forests 1

An Improved Method for GPS-based Network Position Location in Forests 1 Ths full text paper was peer revewed at the drecton of IEEE Communcatons Socety subject matter experts for publcaton n the WCNC 008 proceedngs. An Improved Method for GPS-based Network Poston Locaton n

More information

Optimal Placement of PMU and RTU by Hybrid Genetic Algorithm and Simulated Annealing for Multiarea Power System State Estimation

Optimal Placement of PMU and RTU by Hybrid Genetic Algorithm and Simulated Annealing for Multiarea Power System State Estimation T. Kerdchuen and W. Ongsakul / GMSARN Internatonal Journal (09) - Optmal Placement of and by Hybrd Genetc Algorthm and Smulated Annealng for Multarea Power System State Estmaton Thawatch Kerdchuen and

More information

Optimal Sizing and Allocation of Residential Photovoltaic Panels in a Distribution Network for Ancillary Services Application

Optimal Sizing and Allocation of Residential Photovoltaic Panels in a Distribution Network for Ancillary Services Application Optmal Szng and Allocaton of Resdental Photovoltac Panels n a Dstrbuton Networ for Ancllary Servces Applcaton Reza Ahmad Kordhel, Student Member, IEEE, S. Al Pourmousav, Student Member, IEEE, Jayarshnan

More information

Customer witness testing guide

Customer witness testing guide Customer wtness testng gude Ths gude s amed at explanng why we need to wtness test equpment whch s beng connected to our network, what we actually do when we complete ths testng, and what you can do to

More information

IEE Electronics Letters, vol 34, no 17, August 1998, pp ESTIMATING STARTING POINT OF CONDUCTION OF CMOS GATES

IEE Electronics Letters, vol 34, no 17, August 1998, pp ESTIMATING STARTING POINT OF CONDUCTION OF CMOS GATES IEE Electroncs Letters, vol 34, no 17, August 1998, pp. 1622-1624. ESTIMATING STARTING POINT OF CONDUCTION OF CMOS GATES A. Chatzgeorgou, S. Nkolads 1 and I. Tsoukalas Computer Scence Department, 1 Department

More information

Time-frequency Analysis Based State Diagnosis of Transformers Windings under the Short-Circuit Shock

Time-frequency Analysis Based State Diagnosis of Transformers Windings under the Short-Circuit Shock Tme-frequency Analyss Based State Dagnoss of Transformers Wndngs under the Short-Crcut Shock YUYING SHAO, ZHUSHI RAO School of Mechancal Engneerng ZHIJIAN JIN Hgh Voltage Lab Shangha Jao Tong Unversty

More information

Modeling, Analysis, and Realization of Permanent Magnet Synchronous Motor Current Vector Control by MATLAB/Simulink and FPGA

Modeling, Analysis, and Realization of Permanent Magnet Synchronous Motor Current Vector Control by MATLAB/Simulink and FPGA machne Artcle Modelng, Analy, and Realzaton of Permanent Magnet Synchronou Motor Current Vector Control by MATLAB/Smulnk and FPGA Chu-Keng La, Yao-Tng Tao and Cha-Che Ta Department of Electrcal Engneerng,

More information

HARMONIC INTERACTIONS AND RESONANCE PROBLEMS IN LARGE SCALE LV NETWORKS

HARMONIC INTERACTIONS AND RESONANCE PROBLEMS IN LARGE SCALE LV NETWORKS HARMONIC INTERACTIONS AND RESONANCE PROBLEMS IN LARGE SCALE LV NETWORKS M. C. Benhabb, P. R. Wlczek, J. M. A. Myrzk, J. L. Duarte Department of electrcal engneerng, Endhoven Unverty of Technology Den Dolech,

More information

Kenya, P.O Box GPO

Kenya, P.O Box GPO Internatonal Journal of Emergng Technology and Advanced Engneerng Webte: www.etae.com (ISS 2250-2459, ISO 900:2008 Certfed Journal, Volume 3, Iue 7, July 203) Solvng The Actve Dtrbuton etwork Reconfguraton

More information

Multichannel Frequency Comparator VCH-315. User Guide

Multichannel Frequency Comparator VCH-315. User Guide Multchannel Frequency Comparator VCH-315 User Gude Table of contents 1 Introducton... 3 2 The workng prncple of the Comparator... 6 3 The computed functons... 8 3.1 Basc ratos... 8 3.2 Statstcal functons...

More information

Calculation of the received voltage due to the radiation from multiple co-frequency sources

Calculation of the received voltage due to the radiation from multiple co-frequency sources Rec. ITU-R SM.1271-0 1 RECOMMENDATION ITU-R SM.1271-0 * EFFICIENT SPECTRUM UTILIZATION USING PROBABILISTIC METHODS Rec. ITU-R SM.1271 (1997) The ITU Radocommuncaton Assembly, consderng a) that communcatons

More information

How to Get Started with Virtual Goalie

How to Get Started with Virtual Goalie How to Get Started wth Vrtual Goale HTC VIVE Set up your computer and moble devce Acqure a vrtual realty-enabled computer and the HTC Vve. For hardware specs, to test your computer, or to order from Amazon,

More information

1 GSW Multipath Channel Models

1 GSW Multipath Channel Models In the general case, the moble rado channel s pretty unpleasant: there are a lot of echoes dstortng the receved sgnal, and the mpulse response keeps changng. Fortunately, there are some smplfyng assumptons

More information

Optimizing a System of Threshold-based Sensors with Application to Biosurveillance

Optimizing a System of Threshold-based Sensors with Application to Biosurveillance Optmzng a System of Threshold-based Sensors wth Applcaton to Bosurvellance Ronald D. Frcker, Jr. Thrd Annual Quanttatve Methods n Defense and Natonal Securty Conference May 28, 2008 What s Bosurvellance?

More information

ANNUAL OF NAVIGATION 11/2006

ANNUAL OF NAVIGATION 11/2006 ANNUAL OF NAVIGATION 11/2006 TOMASZ PRACZYK Naval Unversty of Gdyna A FEEDFORWARD LINEAR NEURAL NETWORK WITH HEBBA SELFORGANIZATION IN RADAR IMAGE COMPRESSION ABSTRACT The artcle presents the applcaton

More information

Calibration of Expansion Factors in a Multilevel Sampling survey. Abstract

Calibration of Expansion Factors in a Multilevel Sampling survey. Abstract Calbraton of Epanon Factor n a Multlevel Samplng urvey María Angélca Ferrand 1, Nora Daruch 2, Sabrna Balb 3, Julana Merello 4 1 Inter-Amercan Open Unverty, Roaro, Argentna maferrand@gmal.com 2 Provncal

More information

Performance Analysis of Multi User MIMO System with Block-Diagonalization Precoding Scheme

Performance Analysis of Multi User MIMO System with Block-Diagonalization Precoding Scheme Performance Analyss of Mult User MIMO System wth Block-Dagonalzaton Precodng Scheme Yoon Hyun m and Jn Young m, wanwoon Unversty, Department of Electroncs Convergence Engneerng, Wolgye-Dong, Nowon-Gu,

More information

High Frequency Roughness Scattering from Various Rough Surfaces: Theory and Laboratory Experiments

High Frequency Roughness Scattering from Various Rough Surfaces: Theory and Laboratory Experiments Open Journal of Acoutc, 1,, 5-59 http://dx.do.org/1.436/oja.1.15 Publhed Onlne March 1 (http://www.scrp.org/journal/oja) Hgh Frequency Roughne Scatterng from Varou Rough Surface: Theory and Laboratory

More information