EEG Channel Selection Using Decision Tree in Brain-Computer Interface

Size: px
Start display at page:

Download "EEG Channel Selection Using Decision Tree in Brain-Computer Interface"

Transcription

1 EEG Channel Selecton Usng Decson ree n Bran-Computer Interface Mahnaz Arvaneh * Cunta Guan Ka Keng Ang and Hok Cha Quek * * School of Computer Engneerng Nanyang echnologcal Unversty Sngapore Insttute for Infocomm Research Agency for Scence echnology and Research (A*SAR) Sngapore E-mal: stuma@r.a-star.edu.sg Abstract Selectng approprate channels n Bran-Computer Interface (BCI) applcatons helps to mprove the usablty and the performance of the BCI as some channels are contamnated by nose or contan rrelevant nformaton. hs paper proposes a method of usng decson trees to select approprate channels n EEG-based BCI applcatons. he proposed method selects the best subset of approprate channels by consderng the correlaton nformaton between them usng Decson ree. he performance of the proposed method s compared wth several other methods of channel selecton such as Fsher Crteron Mutual Informaton Support Vector Machne and Common Spatal Pattern coeffcents. he performances of these methods are evaluated n terms of usng publcly avalable BCI Competton IV dataset IIa. Expermental results show that the proposed method outperforms the exstng channel selecton methods specfcally n the case where the number of selected channels s relatvely small. I. INRODUCION A bran-computer nterface (BCI) measures analyzes and decodes bran sgnals drectly to provde a non-muscular means of controllng a devce. hus BCIs enable users wth severe motor dsabltes to use ther bran sgnals for communcaton and control [1] []. here are manly two types of BCIs nvasve and nonnvasve. Electroencephalogram (EEG) s commonly used n nonnvasve BCIs because t s the least expensve compared wth other methods of bran sgnal acquston equpments. However EEG sgnal processng s a challengng problem due to the poor resoluton of EEG and ts mult-channel nature n the acquston of bran sgnals [3]. he use of too few channels may result n nsuffcent nformaton whereas too many channels may nclude nosy and redundant channels that degrade BCI performance. One method to mprove the performance of EEG-based BCI s to use approprate channels on the scalp. hs s because f nosy and redundant channels are excluded computatonal complexty s decreased whle accuracy of the BCI may be ncreased [4]. Moreover the use of a large number of channels s not practcal because t nvolves a longer EEG setup tme. Snce approprate channels may dffer from subect to subect a method of fndng subect-specfc optmal number of approprate channels plays an mportant role n the performance of BCI applcatons. he problem of EEG channel selecton can be consdered as a feature selecton problem. Channel selecton methods n the lterature are manly characterzed as wrapper or flter approaches. In wrapper approaches feature selecton s coupled wth classfcaton algorthm such as the Support Vector Machne (SVM) classfer [4]. In flter approaches feature selecton s ndependent of nducton algorthms. One example s to select features based on certan crtera such as the Mutual Informaton (MI) between channels and class labels [5]. he performances of wrapper-based methods depend on the accuracy of the appled classfer and propertes of the features comng from channels. Although some methods have been proposed to avod retranng classfers [6] wrapper-based feature selecton methods generally nvolved ntensve computatons. In contrast flter-based feature selecton methods are computatonally less ntensve than wrapper approaches but may not select an optmal subset of features [6]. Another EEG-specfc approach uses the Common Spatal Pattern () coeffcents [7]. he algorthm s shown to be effectve n dscrmnatng two classes of EEG measurements n BCI applcatons [8]. However s senstve to outlers and EEG sgnals are generally nosy from varous artfacts. hus channel selecton usng coeffcents may not select an optmal subset of approprate channels. hs paper proposes a method of usng decson trees [9] to select approprate subset of channels for EEG-based BCI applcatons. In the proposed algorthm ntally a mult band sgnal decomposton flter s presented to reduce nose by dentfyng the subect-specfc frequency range and then the most dscrmnatve subset of features s selected by the defned decson tree classfer. Fnally the selected features are ranked accordng to a tree prunng method. Snce the decson tree selects a feature accordng to the results of prevous chosen features selected features would be more relevant and less correlated to each other. he remander of ths paper s organzed as follows: Secton II revews the exstng EEG channel selecton methods based on Fsher Crtera (FC) MI SVM and coeffcents. Secton III explans the proposed method. Secton IV descrbes the experment performed on the publcly avalable BCI Competton IV dataset IIa. Secton V presents the expermental results by comparng the proposed method wth exstng methods. Fnally secton VI concludes ths paper APSIPA. All rghts reserved. 5 Proceedngs of the Second APSIPA Annual Summt and Conference pages 5 30 Bopols Sngapore December 010.

2 II. REVIEW ON CHANNEL SELECION MEHODS he goal of channel selecton s to remove rrelevant or correlated channels n order to mprove the performance of the BCI system. he followng revews exstng channel selecton methods used n BCI applcatons n the lterature: A. Fsher Crtera (FC) he FC determnes how strongly a feature s correlated wth the labels [4] whereby the score R of feature s defned as ( ( X ) ( X )) R( X ) V ( X ) V ( X ) where X + and X - denote the set of trals n two dfferent classes; µ and V respectvely denote the mean and varance of feature. he rank of a channel s smply set to the mean score of the correspondng features. B. Mutual Informaton (MI) In ths method the features that have maxmum MI wth the class labels are ranked as the best features. he MI between nput features X and the class Y={1...N y } s defned as I( X; Y) H( Y) H( Y X ) where N y s the number of classes and H denotes the entropy functon [5]. Entropy s a measure of uncertanty assocated wth a random varable. Gven a data = { 1 d } the entropy of the random varable s defned as H ( ) p( )log p( ) where p() s the probablty functon. he condtonal entropy of two random varables X and Y s defned as H( Y X ) p( x y)log p( y x). xx yy In ths study the Parzen Wndow [10] s used to estmate p(y x). he Mutual Informaton based channel selecton algorthm s descrbed as follows: Step 1: Intalze a set of d features F { f1 f... fd} Step : Compute the MI of features wth the output class I( f ; Y) 1... d f F. Step 3: Select the best features that maxmze ( f ; Y) C. Support Vector Machne (SVM) I he SVM s a classfcaton technque [4] whch performs effcently n a number of real-world problems. he SVM d separates the tranng data X R wth two classes y={-11} d by fndng a hyperplane wth a weght vector w R and an offset b R as shown n (5). A good separaton s acheved by a hyperplane that has the largest dstance to the nearest tranng data ponts of any class. hs dstance s called the functonal margn. (1) () (3) (4) H : R d { 11} x sgn( w. x b) In SVM-based channel selecton the channels are selected usng a Recursve Feature Elmnaton (RFE) method. he RFE method was proposed by Guyon et al. [6] based on the concept of margn maxmzaton. he RFE algorthm begns wth the subset comprsng all the features and elmnates one feature at a tme from the subset. In each teraton the learnng machne f (n our case SVM classfer) s traned on the current subset of features by optmzng a cost functon J to maxmze the margnal functon. For each remanng feature X the change n J resultng from the removal of X s estmated wthout retranng the f. hereafter the feature X v(k) that results n mprovng or least degradng J s removed. hs algorthm s terated tll only the specfed number of features remans. Guyon et al. have presented n [6] that under some condtons the removal of one feature wll nduce a change n the generalzaton error proportonal to gradent of f wth respect to th feature at pont x k gven by m k 1 f ( ) ( xk ). x In SVM classfer f w. So the SVM Recursve x Feature Elmnaton method s descrbed as follows: Step 1: Get w * as the soluton of SVM on the data set restrcted to features. Step : Select top features as ranked by * ( w ). Snce ( w * ) s proportonal to the th feature the best features are those that have greater w * ). ( D. Common Spatal Pattern () he algorthm [8] s an effectve technque to dscrmnate between two classes of EEG data. he algorthm proects the raw sgnal to a spatally fltered sgnal Z as gven n (7) that maxmzes the varance of one class whle mnmzes the varance of the other class. Z WX N Let X R denotes a matrx that represents the EEG of a sngle-tral; N and denotes the number of features and the number of measurement samples per feature respectvely. he rows of proecton matrx W are the statonary spatal flters and the columns of W -1 are the common spatal patterns. he algorthm performs smultaneous dagonalzaton of the covarance matrces of both classes. For each centered and scaled X the estmated covarance matrx n class C (C ) R s gven by ( C) 1 I C I c X X ( C { }) (5) (6) (7) (8) 6

3 where I C denotes the number of trals belongng to class C. he proecton matrx W s computed by smultaneous dagonalzaton of the two covarance matrces gven by W W ( ) ( ) W W (C) where s the dagonal egenvalues and the scalng of W s ( ) ( ) commonly determned such that I [8]. he proposed channel selecton by Wang et al. [7] s defned as follows: Optmal channels for every motor magery task are determned through the maxmums of the absolute value of the concerned spatal pattern. Let SP R and SP H denote th optmal channels of spatal pattern for rght and left hand motor magery respectvely therefore equaton (10) s calculated to obtan overall rankng where vares from 1 to the total number of channels. Fnally snce every channel has been terated twce n CH the lower rank s dscarded. As shown n equaton (10) n ths method channels are parwsely selected from both left and rght motor magery areas. CH CH 1 Fnd( Mn( SP ( ) ( ) Fnd( Max( SP R R SP SP III. MEHODOLOGY he general structure of the proposed EEG channel selecton method s shown n Fg.1. In ths method a multband sgnal decomposton flter s appled to all channels of the multchannel EEG. Subsequently the EEG sgnals are subect-specfcally fltered nto the most relevant frequency range. Fnally the relevant channels are selected usng the proposed decson tree based algorthm. L L )) )) (9) (10) the most relevant sub-bands. he fourth step employs an Ellptc bandpass flter to flter the orgnal unfltered EEG nto the smallest frequency range ncludng all the most relevant sub-bands. B. Decson ree-based Channel Selecton Decson rees are classfers that provde nterpretable solutons. Snce tranng the nducton algorthm and selectng the features are performed smultaneously the decson tree (D)-based feature selecton method s characterzed as an embedded approach [6]. he D comprses a root nternal (non-termnal) decson nodes and a set of termnal nodes or leaves each representng a class. he decson tree based feature selecton method conssts of two phases: 1- Buldng the tree for feature reducton: A tranng data set ncludng all the features s used to buld the tree. Features that do not appear n the tree are dscarded. - ree prunng for feature rankng: he remanng features are ranked backward by prunng the tree. B.1 Buldng the tree In ths work Classfcaton And Regresson ree (CAR) [11] one of the wdely used D algorthms s used. CAR s a technque that uses bnary tree structure (wth only two branches at each nternal node). An example of CAR decson tree s llustrated n Fg. Mult- Channel EEG Sgnal 4-8Hz 8-1Hz Hz Frequency Flterng Spatal Flterng Feature Selecton by MI & Fndng Best Frequency Range Flterng Full Channel EEG nto Selected Interval Fltered EEG Sgnals Feature Reducton By Buldng the Decson ree Fg.1. Proposed EEG channel selecton method Feature Rankng by ree Prunng A. Flterng by Mult Band Sgnal Decomposton Fg. 1 shows that the subect-specfc flter used n our work comprses four progressve steps descrbed as follows: he frst step employs a Chebyshev flter bank to perform bandpass flterng of EEG n multple frequency bands. he second step performs spatal flterng on each of these bands usng the algorthm. hus each par of bandpass and spatal flters yelds features whch are correspondng to the frequency range of the bandpass flter. he thrd step employs a Mutual Informaton-based feature selecton algorthm to select the best dscrmnatve features. Subsequently the best dscrmnatve features ndcate Fg.. Example of CAR decson tree he process of tree buldng starts at the root (frst nternal node) wth the entre tranng dataset beng splt nto two subsets. Smlarly the parttonng of every subset nto two subsubsets s contnued at each nternal node based on a predefned crteron. Accordng to the predefned crteron a test s conducted at each step to fnd out the most sutable feature that gves the best separaton of the tranng samples. hs work uses the gn ndex crteron [11] to buld the tree. he gn ndex provdes a measure of the mpurty degree n a dataset. For data set S the gn ndex s computed usng m p 1 gn( S) 1 (11) where p and m are the probablty of class and the total number of classes respectvely. he mnmum value of the gn ndex occurs when the set conssts of only one class; and the maxmum value occurs when all the classes n the set have equal probablty. 7

4 he goodness of a splt pont s specfed by the gn value. If the decson splts the database S nto sets S1 and S the gn value of the dvded data s gn splt n1 n ( S) gn( S1) gn( S) n n where n s the number of nstances n S. he gn value s evaluated for every possble splt of an attrbute. hs mples that not only a certan feature s chosen but also a splt pont that s used n a node. he procedure s repeated for each feature wth ts own splt ponts and fnally the feature wth the lowest gn value s selected for the next splt. he tree buldng contnues untl all the remanng nstances belong to a same class; or there s no new splttng to mprove the overall accuracy of the tree. B. Prunng the tree In ths work a prunng process based on the overall accuracy of the tree s appled to rank the features. Whle explorng over the nternal nodes from the bottom to the top the procedure checks the overall accuracy of the tree after replacng each nternal node wth a leaf labeled by the hghest represented class. herefore the nodes wth small decreases n performance are known as less mportant nodes. Consequently features are ranked accordng to the mportance of the correspondng nodes. A. Data descrpton IV. EXPERIMENS he EEG data from publcly avalable BCI Competton IV datasets a [13] are used n ths study whch comprses two classes: rght and left hand motor mageres. he EEG was recorded from nne subects usng electrodes per subect. Durng each experment the subect was gven vsual cues that ndcated four motor mageres should be performed: left hand rght hand foot and tongue. 140 sngle-trals of EEG from each class of rght and left hand motor mageres wth the tme segment of 0.5 to.5 seconds after cue were appled n ths study. he EEG data from foot and tongue motor mageres were not used. B. Data processng (1) In ths work the raw EEG s fltered usng the best subectspecfc frequency range extracted by the mult band sgnal decomposton algorthm. Subsequently the covarance of each channel s computed as the feature correspondng to the channel. hese features are used n all the channel selecton methods except -based method because n channel selecton method channels are drectly selected from the spatal patterns (refer to secton II.C). he performances of the dfferent channel selecton methods are evaluated by calculatng the accuracy of the classfcaton usng dfferent number of optmal channels. For ths purpose the common spatal flters are employed to spatally flter the EEG. hen the varances of three frst and three last rows of the fltered sgnals [1] are used as nputs of the SVM classfer. It s noted that the classfcaton accuraces of dfferent methods are evaluated by averaged fold cross-valdaton. V. EXPERIMENAL RESULS For evaluaton purpose the classfcaton accuraces after the channel reducton (the frst phase of our method) were compared wth the results obtaned from: (1) all the channels () three typcally used channels for left and rght motor mageres (C3 C4 Cz). he expermental results for 9 subects are shown n able 1. he frst row presents the averaged folds classfcaton accuraces of full channel EEG. Averaged number of selected channels by the decson tree and acheved accuraces after selectng those channels are ndcated on the second and thrd rows respectvely. Fnally obtaned accuraces by usng only C3 C4 and Cz are presented n the last row. ABLE 1 PERFORMANCE COMPARISON OF DECISION REE BASED EEG CHANNEL REDUCION (CH: CHANNELS ACC: ACCURACY #: NUMBER) Subect Mean±Std Full Ch Acc ±14.9 (%) #Selected Ch Remaned Ch Acc (%) C3 C4 Cz Acc (%) ± ± ±13.8 As can be seen n able 1 the proposed method decreased the number of electrodes on average to 38% (of electrodes) wth sustanng only a drop of 3.63% n accuracy. Interestngly enough the accuraces of selected channels n subects 4 and 6 are even more than the full channel accuraces. It can happen due to removng redundant and nosy channels whch degraded the performance. Accordng to the results the proposed method performs sgnfcantly (mean=6% and p=0.09) better than three typcal channels (C3 C4 and Cz). Furthermore compared wth the full channel the use of only three C3 C4 and Cz channels leaded to a sgnfcant drop (mean=9.4% and p=0.016) n accuracy. As a result although the use of only three C3 C4 and Cz channels certanly allevates the nconvenence of preparaton but t nevtably causes performance drop whch was n our study around 10%. On contrary the proposed method can brng the beneft of reducng the number of channels wth a small drop n accuracy. After performng channel selecton the remanng channels are ranked usng the proposed prunng method. o consder the performance of the proposed rankng method the accuracy of best ranked channels (from to all the remanng channels) were calculated and compared wth four other 8

5 channel selecton methods based on Fsher Crteron (FC) Mutual Informaton (MI) Support Vector Machne (SVM) and Common Spatal Pattern coeffcents (). Fg. 3 depcts the averaged accuracy versus dfferent number of channels selected by 5 dfferent channel selecton methods. hs fgure shows that the classfcaton accuracy of subect was close to random and the results of channel selecton were scattered. Accordng to the appled algorthm ths subect s dentfed as a BCI llterate meanng he cannot use a BCI. Hence we gnored the results obtaned by ths subect and compared the rest. Fz FC3 FC1 FCZ FC FC4 C5 C3 C1 Cz C C4 C6 CP3 CP1 CPZ CP CP4 P1 Pz P POZ FC MI Subect1 51 FC MI 49 SVM 48 D Subect3 Subect Subect Subect9 Accuracy (%) versus Number of Channels 57 Subect 56 Subect Subect Subect8 Average of 9 subects Accuracy (%) versus Number of Channels Fg.3. Comparson of 5 EEG channel selecton methods FC MI SVM D Most Important SVM Fg. 4. Vsualzaton of channels mportance for subect 1 he results of other subects llustrate that proposed method outperformed the other channel selecton methods. As can be seen the proposed method yelded superor classfcaton accuracy n selectng 3 to 6 channels. It mght be due to selectng channels accordng to the results of prevous chosen channels; hence the selected channels would be more relevant and less correlated to each other. Besde the proposed method the -based channel selecton method s capable of selectng more relevant channels compared to FC MI and SVM methods. On the contrary FC and MI methods perform rather a channel rankng than a channel selecton method. herefore they are mostly not as good as the proposed method n selectng a few channels. As t s vsble n Fg.3 a sharp decrease of accuracy around 6 to channels happens for hred SVM method. Vsualzaton of the channel postons accordng to ther ranks may support the analyss of our appled methods. As the expermental paradgm s well known we nvestgated whether the best selected channels were those stuated over or close to the motor areas. Fg. 4 vsualzes the selected channels of subect 1 for fve consdered methods where darker colors show more mportant channels whch are selected earler and lghter ones show less mportant channels. It should be noted that n ths step cross valdaton was not appled. Accordng to Fg. 4 the best channels selected by FC method are neghbor and ust n one sde of the bran (downrght). Consequently selectng a few channels results n poor performance because selected channels are full of redundant nformaton wthout supportng both task actvtes. MI channel postons are slghtly better than FC but stll quet near to each others. In subect 1 SVM recognzed top and down of the bran channels as the most mportant ones whch both parts are not related to motor area. It mght be the reason that n Fg. 3 a sharp drop n accuracy around 8 to channels are seen for hred SVMs. he preference of based method s selectng channels par wsely from both sdes of the bran. he best channels D Least Important 9

6 selected by method are CP4 and CP3 (near motor magery areas) and after a whle some channels from top are also selected. It would be the reason that based method acheved quetly good results n our experments. As t can be seen the decson tree method selected ust some of neghbor electrodes from both sdes of the bran. hus redundant nformaton s reduced and performance s ncreased. In summary vsualzaton presents that the preference of the decson three based method to the other method s selectng channels from neurophysologcal relevant areas and removng redundant and correlated channels. VI. CONCLUSIONS hs paper presents a decson tree-based method for EEG channel selecton n BCI applcatons. he proposed method frst employs a subect-specfc multband flter to flter the EEG then rrelevant channels are removed usng a decson tree. Subsequently the remanng channels are ranked usng a prunng method. Snce the decson tree selects channels based on prevously chosen features the selected channels are more relevant and less correlated to each other. Moreover snce tranng the decson tree and channel selecton are performed smultaneously the proposed method s computatonally effcent. he expermental results showed that the proposed method reduces the averaged number of electrodes from to 8.44 whereas the classfcaton accuracy decreases only 3.63%. Whle f three typcal channels (Cz C3 C4) are used the accuracy drops around 9.6%. A comparatve study of the proposed method wth other channel selecton methods usng Fsher Crteron Mutual Informaton Support Vector Machne and on 9 subects for two motor magery tasks showed that our method outperformed the others n selectng around 3 to 6 channels. A vsualzaton of the selected channels llustrated that the proposed method mproves the results by removng some of the neghborng channels and selectng those from both hemspheres of the bran. [5] L. an D. Erdogmus A. Adam M. Pavel and S. Mathan "Salent EEG Channel Selecton n Bran Computer Interfaces by Mutual Informaton Maxmzaton" n Proc. IEEE/ EMBS ' pp [6] I. Guyon and A. Elsseeff "An Introducton to Varable and Feature Selecton" Journal of Machne Learnng Research vol. 3 no. pp [7] Y. Wang S. Gao and X. Gao "Common Spatal Pattern Method for Channel Selelcton n Motor Imagery Based Brancomputer Interface" n Proc. IEEE/ EMBC' pp [8] B. Blankertz R. omoka S. Lemm M. Kawanabe and K. R. Muller "Optmzng Spatal flters for Robust EEG Sngle-ral Analyss" IEEE Sgnal Processng Magazne vol. 5 no. 1 pp [9] L. Rokach and O. Mamon "op-down nducton of decson trees classfers - a survey" Systems Man and Cybernetcs Part C: Applcatons and Revews IEEE ransactons on vol. 35 no. 4 pp [10] K. K. Ang Z. Y. Chn H. Zhang and C. Guan "Flter Bank Common Spatal Pattern (FB) n Bran-Computer Interface" n Proc. IEEE/ IJCNN ' pp [11] L. Breman Classfcaton and Regresson rees. Boca Raton: Chapman & Hall [1] H. Ramoser J. Muller-Gerkng and G. Pfurtscheller "Optmal spatal flterng of sngle tral EEG durng magned hand movement" IEEE ransactons on Rehabltaton Engneerng vol. 8 no. 4 pp [13]. Data Sets a for the BCI Competton IV ACKNOWLEDGMEN he authors would lke to thank Mr. Hamed Ahmad from Natonal Unversty of Sngapore for hs constructve comments on ths manuscrpt. REFERENCES [1] J. R. Wolpaw N. Brbaumer D. J. McFarland G. Pfurtscheller and. M. Vaughan "Bran-computer nterfaces for communcaton and control" Cln Neurophysol vol. 113 no. 6 pp [] N. Brbaumer "Bran-computer-nterface research: Comng of age" Cln Neurophysol vol. 117 no. 3 pp [3] A. Al-An and A. Al-Sukker "Effect of Feature and Channel Selecton on EEG Classfcaton" n Proc. IEEE/ EMBS' pp [4]. N. Lal M. Schroder. Hnterberger J. Weston M. Bogdan N. Brbaumer and B. Scholkopf "Support vector channel selecton n BCI" IEEE ransactons on Bomedcal Engneerng vol. 51 no. 6 pp

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

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

Dynamic Optimization. Assignment 1. Sasanka Nagavalli January 29, 2013 Robotics Institute Carnegie Mellon University

Dynamic Optimization. Assignment 1. Sasanka Nagavalli January 29, 2013 Robotics Institute Carnegie Mellon University Dynamc Optmzaton Assgnment 1 Sasanka Nagavall snagaval@andrew.cmu.edu 16-745 January 29, 213 Robotcs Insttute Carnege Mellon Unversty Table of Contents 1. Problem and Approach... 1 2. Optmzaton wthout

More information

Research of Dispatching Method in Elevator Group Control System Based on Fuzzy Neural Network. Yufeng Dai a, Yun Du b

Research of Dispatching Method in Elevator Group Control System Based on Fuzzy Neural Network. Yufeng Dai a, Yun Du b 2nd Internatonal Conference on Computer Engneerng, Informaton Scence & Applcaton Technology (ICCIA 207) Research of Dspatchng Method n Elevator Group Control System Based on Fuzzy Neural Network Yufeng

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

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

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

Side-Match Vector Quantizers Using Neural Network Based Variance Predictor for Image Coding

Side-Match Vector Quantizers Using Neural Network Based Variance Predictor for Image Coding Sde-Match Vector Quantzers Usng Neural Network Based Varance Predctor for Image Codng Shuangteng Zhang Department of Computer Scence Eastern Kentucky Unversty Rchmond, KY 40475, U.S.A. shuangteng.zhang@eku.edu

More information

A NSGA-II algorithm to solve a bi-objective optimization of the redundancy allocation problem for series-parallel systems

A NSGA-II algorithm to solve a bi-objective optimization of the redundancy allocation problem for series-parallel systems 0 nd Internatonal Conference on Industral Technology and Management (ICITM 0) IPCSIT vol. 49 (0) (0) IACSIT Press, Sngapore DOI: 0.776/IPCSIT.0.V49.8 A NSGA-II algorthm to solve a b-obectve optmzaton of

More information

SCORE-BASED ADAPTIVE TRAINING FOR P300 SPELLER BRAIN-COMPUTER INTERFACE Yuan Zou, Omid Dehzangi, Roozbeh Jafari

SCORE-BASED ADAPTIVE TRAINING FOR P300 SPELLER BRAIN-COMPUTER INTERFACE Yuan Zou, Omid Dehzangi, Roozbeh Jafari SCORE-BASED ADAPTIVE TRAINING FOR P300 SPELLER BRAIN-COMPUTER INTERFACE Yuan Zou, Omd Dehzang, Roozbeh Jafar Department of Electrcal Engneerng, Unversty of Texas at Dallas, Rchardson, TX 75080, USA ABSTRACT

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

Walsh Function Based Synthesis Method of PWM Pattern for Full-Bridge Inverter

Walsh Function Based Synthesis Method of PWM Pattern for Full-Bridge Inverter Walsh Functon Based Synthess Method of PWM Pattern for Full-Brdge Inverter Sej Kondo and Krt Choesa Nagaoka Unversty of Technology 63-, Kamtomoka-cho, Nagaoka 9-, JAPAN Fax: +8-58-7-95, Phone: +8-58-7-957

More information

Uncertainty in measurements of power and energy on power networks

Uncertainty in measurements of power and energy on power networks Uncertanty n measurements of power and energy on power networks E. Manov, N. Kolev Department of Measurement and Instrumentaton, Techncal Unversty Sofa, bul. Klment Ohrdsk No8, bl., 000 Sofa, Bulgara Tel./fax:

More information

Recognition of Low-Resolution Face Images using Sparse Coding of Local Features

Recognition of Low-Resolution Face Images using Sparse Coding of Local Features Recognton of Low-Resoluton Face Images usng Sparse Codng of Local Features M. Saad Shakeel and Kn-Man-Lam Centre for Sgnal Processng, Department of Electronc and Informaton Engneerng he Hong Kong Polytechnc

More information

Research on Algorithm for Feature Extraction and Classification of Motor Imagery EEG Signals

Research on Algorithm for Feature Extraction and Classification of Motor Imagery EEG Signals BIO Web of Conferences 8, 3 (7) DOI:.5/ boconf/783 ICMSB6 Research on Algorthm for Feature Extracton and Classfcaton of Motor Imagery EEG Sgnals uan Tan, a and Zhaochen Zhang College of Medcal Informaton

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

A Preliminary Study on Targets Association Algorithm of Radar and AIS Using BP Neural Network

A Preliminary Study on Targets Association Algorithm of Radar and AIS Using BP Neural Network Avalable onlne at www.scencedrect.com Proceda Engneerng 5 (2 44 445 A Prelmnary Study on Targets Assocaton Algorthm of Radar and AIS Usng BP Neural Networ Hu Xaoru a, Ln Changchuan a a Navgaton Insttute

More information

Generalized Incomplete Trojan-Type Designs with Unequal Cell Sizes

Generalized Incomplete Trojan-Type Designs with Unequal Cell Sizes Internatonal Journal of Theoretcal & Appled Scences 6(1): 50-54(2014) ISSN No. (Prnt): 0975-1718 ISSN No. (Onlne): 2249-3247 Generalzed Incomplete Trojan-Type Desgns wth Unequal Cell Szes Cn Varghese,

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

antenna antenna (4.139)

antenna antenna (4.139) .6.6 The Lmts of Usable Input Levels for LNAs The sgnal voltage level delvered to the nput of an LNA from the antenna may vary n a very wde nterval, from very weak sgnals comparable to the nose level,

More information

Rejection of PSK Interference in DS-SS/PSK System Using Adaptive Transversal Filter with Conditional Response Recalculation

Rejection of PSK Interference in DS-SS/PSK System Using Adaptive Transversal Filter with Conditional Response Recalculation SERBIAN JOURNAL OF ELECTRICAL ENGINEERING Vol., No., November 23, 3-9 Rejecton of PSK Interference n DS-SS/PSK System Usng Adaptve Transversal Flter wth Condtonal Response Recalculaton Zorca Nkolć, Bojan

More information

Understanding the Spike Algorithm

Understanding the Spike Algorithm Understandng the Spke Algorthm Vctor Ejkhout and Robert van de Gejn May, ntroducton The parallel soluton of lnear systems has a long hstory, spannng both drect and teratve methods Whle drect methods exst

More information

FEATURE SELECTION FOR SMALL-SIGNAL STABILITY ASSESSMENT

FEATURE SELECTION FOR SMALL-SIGNAL STABILITY ASSESSMENT FEAURE SELECION FOR SMALL-SIGNAL SABILIY ASSESSMEN S.P. eeuwsen Unversty of Dusburg teeuwsen@un-dusburg.de Abstract INRODUCION hs paper ntroduces dfferent feature selecton technques for neural network

More information

NOVEL ITERATIVE TECHNIQUES FOR RADAR TARGET DISCRIMINATION

NOVEL ITERATIVE TECHNIQUES FOR RADAR TARGET DISCRIMINATION NOVEL ITERATIVE TECHNIQUES FOR RADAR TARGET DISCRIMINATION Phaneendra R.Venkata, Nathan A. Goodman Department of Electrcal and Computer Engneerng, Unversty of Arzona, 30 E. Speedway Blvd, Tucson, Arzona

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

Passive Filters. References: Barbow (pp ), Hayes & Horowitz (pp 32-60), Rizzoni (Chap. 6)

Passive Filters. References: Barbow (pp ), Hayes & Horowitz (pp 32-60), Rizzoni (Chap. 6) Passve Flters eferences: Barbow (pp 6575), Hayes & Horowtz (pp 360), zzon (Chap. 6) Frequencyselectve or flter crcuts pass to the output only those nput sgnals that are n a desred range of frequences (called

More information

Parameter Free Iterative Decoding Metrics for Non-Coherent Orthogonal Modulation

Parameter Free Iterative Decoding Metrics for Non-Coherent Orthogonal Modulation 1 Parameter Free Iteratve Decodng Metrcs for Non-Coherent Orthogonal Modulaton Albert Gullén Fàbregas and Alex Grant Abstract We study decoder metrcs suted for teratve decodng of non-coherently detected

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

New Applied Methods For Optimum GPS Satellite Selection

New Applied Methods For Optimum GPS Satellite Selection New Appled Methods For Optmum GPS Satellte Selecton Hamed Azam, Student Member, IEEE Department of Electrcal Engneerng Iran Unversty of Scence &echnology ehran, Iran hamed_azam@eee.org Mlad Azarbad Department

More information

A MODIFIED DIFFERENTIAL EVOLUTION ALGORITHM IN SPARSE LINEAR ANTENNA ARRAY SYNTHESIS

A MODIFIED DIFFERENTIAL EVOLUTION ALGORITHM IN SPARSE LINEAR ANTENNA ARRAY SYNTHESIS A MODIFIED DIFFERENTIAL EVOLUTION ALORITHM IN SPARSE LINEAR ANTENNA ARRAY SYNTHESIS Kaml Dmller Department of Electrcal-Electroncs Engneerng rne Amercan Unversty North Cyprus, Mersn TURKEY kdmller@gau.edu.tr

More information

Application of Intelligent Voltage Control System to Korean Power Systems

Application of Intelligent Voltage Control System to Korean Power Systems Applcaton of Intellgent Voltage Control System to Korean Power Systems WonKun Yu a,1 and HeungJae Lee b, *,2 a Department of Power System, Seol Unversty, South Korea. b Department of Power System, Kwangwoon

More information

Networks. Backpropagation. Backpropagation. Introduction to. Backpropagation Network training. Backpropagation Learning Details 1.04.

Networks. Backpropagation. Backpropagation. Introduction to. Backpropagation Network training. Backpropagation Learning Details 1.04. Networs Introducton to - In 1986 a method for learnng n mult-layer wor,, was nvented by Rumelhart Paper Why are what and where processed by separate cortcal vsual systems? - The algorthm s a sensble approach

More information

High Speed, Low Power And Area Efficient Carry-Select Adder

High Speed, Low Power And Area Efficient Carry-Select Adder Internatonal Journal of Scence, Engneerng and Technology Research (IJSETR), Volume 5, Issue 3, March 2016 Hgh Speed, Low Power And Area Effcent Carry-Select Adder Nelant Harsh M.tech.VLSI Desgn Electroncs

More information

熊本大学学術リポジトリ. Kumamoto University Repositor

熊本大学学術リポジトリ. Kumamoto University Repositor 熊本大学学術リポジトリ Kumamoto Unversty Repostor Ttle Wreless LAN Based Indoor Poston and Its Smulaton Author(s) Ktasuka, Teruak; Nakansh, Tsune CtatonIEEE Pacfc RIM Conference on Comm Computers, and Sgnal Processng

More information

Inverse Halftoning Method Using Pattern Substitution Based Data Hiding Scheme

Inverse Halftoning Method Using Pattern Substitution Based Data Hiding Scheme Proceedngs of the World Congress on Engneerng 2011 Vol II, July 6-8, 2011, London, U.K. Inverse Halftonng Method Usng Pattern Substtuton Based Data Hdng Scheme Me-Y Wu, Ja-Hong Lee and Hong-Je Wu Abstract

More information

A MODIFIED DIRECTIONAL FREQUENCY REUSE PLAN BASED ON CHANNEL ALTERNATION AND ROTATION

A MODIFIED DIRECTIONAL FREQUENCY REUSE PLAN BASED ON CHANNEL ALTERNATION AND ROTATION A MODIFIED DIRECTIONAL FREQUENCY REUSE PLAN BASED ON CHANNEL ALTERNATION AND ROTATION Vncent A. Nguyen Peng-Jun Wan Ophr Freder Computer Scence Department Illnos Insttute of Technology Chcago, Illnos vnguyen@t.edu,

More information

RC Filters TEP Related Topics Principle Equipment

RC Filters TEP Related Topics Principle Equipment RC Flters TEP Related Topcs Hgh-pass, low-pass, Wen-Robnson brdge, parallel-t flters, dfferentatng network, ntegratng network, step response, square wave, transfer functon. Prncple Resstor-Capactor (RC)

More information

Weighted Penalty Model for Content Balancing in CATS

Weighted Penalty Model for Content Balancing in CATS Weghted Penalty Model for Content Balancng n CATS Chngwe Davd Shn Yuehme Chen Walter Denny Way Len Swanson Aprl 2009 Usng assessment and research to promote learnng WPM for CAT Content Balancng 2 Abstract

More information

29. Network Functions for Circuits Containing Op Amps

29. Network Functions for Circuits Containing Op Amps 9. Network Functons for Crcuts Contanng Op Amps Introducton Each of the crcuts n ths problem set contans at least one op amp. Also each crcut s represented by a gven network functon. These problems can

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

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

Space Time Equalization-space time codes System Model for STCM

Space Time Equalization-space time codes System Model for STCM Space Tme Eualzaton-space tme codes System Model for STCM The system under consderaton conssts of ST encoder, fadng channel model wth AWGN, two transmt antennas, one receve antenna, Vterb eualzer wth deal

More information

Low Switching Frequency Active Harmonic Elimination in Multilevel Converters with Unequal DC Voltages

Low Switching Frequency Active Harmonic Elimination in Multilevel Converters with Unequal DC Voltages Low Swtchng Frequency Actve Harmonc Elmnaton n Multlevel Converters wth Unequal DC Voltages Zhong Du,, Leon M. Tolbert, John N. Chasson, Hu L The Unversty of Tennessee Electrcal and Computer Engneerng

More information

Uplink User Selection Scheme for Multiuser MIMO Systems in a Multicell Environment

Uplink User Selection Scheme for Multiuser MIMO Systems in a Multicell Environment Uplnk User Selecton Scheme for Multuser MIMO Systems n a Multcell Envronment Byong Ok Lee School of Electrcal Engneerng and Computer Scence and INMC Seoul Natonal Unversty leebo@moble.snu.ac.kr Oh-Soon

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

The Spectrum Sharing in Cognitive Radio Networks Based on Competitive Price Game

The Spectrum Sharing in Cognitive Radio Networks Based on Competitive Price Game 8 Y. B. LI, R. YAG, Y. LI, F. YE, THE SPECTRUM SHARIG I COGITIVE RADIO ETWORKS BASED O COMPETITIVE The Spectrum Sharng n Cogntve Rado etworks Based on Compettve Prce Game Y-bng LI, Ru YAG., Yun LI, Fang

More information

Chaotic Filter Bank for Computer Cryptography

Chaotic Filter Bank for Computer Cryptography Chaotc Flter Bank for Computer Cryptography Bngo Wng-uen Lng Telephone: 44 () 784894 Fax: 44 () 784893 Emal: HTwng-kuen.lng@kcl.ac.ukTH Department of Electronc Engneerng, Dvson of Engneerng, ng s College

More information

Comparative Analysis of Reuse 1 and 3 in Cellular Network Based On SIR Distribution and Rate

Comparative Analysis of Reuse 1 and 3 in Cellular Network Based On SIR Distribution and Rate Comparatve Analyss of Reuse and 3 n ular Network Based On IR Dstrbuton and Rate Chandra Thapa M.Tech. II, DEC V College of Engneerng & Technology R.V.. Nagar, Chttoor-5727, A.P. Inda Emal: chandra2thapa@gmal.com

More information

A New Type of Weighted DV-Hop Algorithm Based on Correction Factor in WSNs

A New Type of Weighted DV-Hop Algorithm Based on Correction Factor in WSNs Journal of Communcatons Vol. 9, No. 9, September 2014 A New Type of Weghted DV-Hop Algorthm Based on Correcton Factor n WSNs Yng Wang, Zhy Fang, and Ln Chen Department of Computer scence and technology,

More information

ROBUST IDENTIFICATION AND PREDICTION USING WILCOXON NORM AND PARTICLE SWARM OPTIMIZATION

ROBUST IDENTIFICATION AND PREDICTION USING WILCOXON NORM AND PARTICLE SWARM OPTIMIZATION 7th European Sgnal Processng Conference (EUSIPCO 9 Glasgow, Scotland, August 4-8, 9 ROBUST IDENTIFICATION AND PREDICTION USING WILCOXON NORM AND PARTICLE SWARM OPTIMIZATION Babta Majh, G. Panda and B.

More information

Video Occupant Detection for Airbag Deployment

Video Occupant Detection for Airbag Deployment Fourth IEEE Workshop on Applcatons of Computer Vson, October 1998, Prnceton, New Jersey, USA Vdeo Occupant Detecton for Arbag Deployment John Krumm and Greg Krk Intellgent Systems & Robotcs Center Sanda

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

Priority based Dynamic Multiple Robot Path Planning

Priority based Dynamic Multiple Robot Path Planning 2nd Internatonal Conference on Autonomous obots and Agents Prorty based Dynamc Multple obot Path Plannng Abstract Taxong Zheng Department of Automaton Chongqng Unversty of Post and Telecommuncaton, Chna

More information

OVER-SAMPLING FOR ACCURATE MASKING THRESHOLD CALCULATION IN WAVELET PACKET AUDIO CODERS

OVER-SAMPLING FOR ACCURATE MASKING THRESHOLD CALCULATION IN WAVELET PACKET AUDIO CODERS OVER-SAMPLING FOR ACCURATE MASKING THRESHOLD CALCULATION IN WAVELET PACKET AUDIO CODERS Ferdnan Snaga #, Elathamby Ambkarajah # and Andrew P. Bradley* # School of Electrcal Engneerng and Telecommuncatons

More information

Research on Peak-detection Algorithm for High-precision Demodulation System of Fiber Bragg Grating

Research on Peak-detection Algorithm for High-precision Demodulation System of Fiber Bragg Grating , pp. 337-344 http://dx.do.org/10.1457/jht.014.7.6.9 Research on Peak-detecton Algorthm for Hgh-precson Demodulaton System of Fber ragg Gratng Peng Wang 1, *, Xu Han 1, Smn Guan 1, Hong Zhao and Mngle

More information

Power System State Estimation Using Phasor Measurement Units

Power System State Estimation Using Phasor Measurement Units Unversty of Kentucky UKnowledge Theses and Dssertatons--Electrcal and Computer Engneerng Electrcal and Computer Engneerng 213 Power System State Estmaton Usng Phasor Measurement Unts Jaxong Chen Unversty

More information

Low Sampling Rate Technology for UHF Partial Discharge Signals Based on Sparse Vector Recovery

Low Sampling Rate Technology for UHF Partial Discharge Signals Based on Sparse Vector Recovery 017 nd Internatonal Semnar on Appled Physcs, Optoelectroncs and Photoncs (APOP 017) ISBN: 978-1-60595-5-3 Low Samplng Rate Technology for UHF Partal Dscharge Sgnals Based on Sparse Vector Recovery Qang

More information

1.0 INTRODUCTION 2.0 CELLULAR POSITIONING WITH DATABASE CORRELATION

1.0 INTRODUCTION 2.0 CELLULAR POSITIONING WITH DATABASE CORRELATION An Improved Cellular postonng technque based on Database Correlaton B D S Lakmal 1, S A D Das 2 Department of Electronc & Telecommuncaton Engneerng, Unversty of Moratuwa. { 1 shashka, 2 dleeka}@ent.mrt.ac.lk

More information

Multi-focus Image Fusion Using Spatial Frequency and Genetic Algorithm

Multi-focus Image Fusion Using Spatial Frequency and Genetic Algorithm 0 IJCSNS Internatonal Journal of Computer Scence and Network Securty, VOL.8 No., February 008 Mult-focus Image Fuson Usng Spatal Frequency and Genetc Algorthm Jun Kong,, Kayuan Zheng,, Jngbo Zhang,,*,,

More information

DISTINCT IMAGE FUSION METHODS FOR LANDSLIDE INFORMATION ENHANCEMENT

DISTINCT IMAGE FUSION METHODS FOR LANDSLIDE INFORMATION ENHANCEMENT DISTINCT IMAGE FUSION METHODS FOR LANDSLIDE INFORMATION ENHANCEMENT J.Wang a,b, a *, J.X.Zhang, Z.J.Lu a a Insttute of Photogrammetry & Remote Sensng, CASM, Bejng, Chna - stecsm@publc.bta.net.cn b Department

More information

Adaptive Modulation for Multiple Antenna Channels

Adaptive Modulation for Multiple Antenna Channels Adaptve Modulaton for Multple Antenna Channels June Chul Roh and Bhaskar D. Rao Department of Electrcal and Computer Engneerng Unversty of Calforna, San Dego La Jolla, CA 993-7 E-mal: jroh@ece.ucsd.edu,

More information

Optimal Decentralized Kalman Filter

Optimal Decentralized Kalman Filter 17th Medterranean Conference on Control & Automaton Makedona Palace, Thessalonk, Greece June 24-26, 2009 Optmal Decentralzed Kalman Flter S Oruç, J Sjs, PPJ van den Bosch Abstract The Kalman flter s a

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

Graph Method for Solving Switched Capacitors Circuits

Graph Method for Solving Switched Capacitors Circuits Recent Advances n rcuts, ystems, gnal and Telecommuncatons Graph Method for olvng wtched apactors rcuts BHUMIL BRTNÍ Department of lectroncs and Informatcs ollege of Polytechncs Jhlava Tolstého 6, 586

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

Source Localization by TDOA with Random Sensor Position Errors - Part II: Mobile sensors

Source Localization by TDOA with Random Sensor Position Errors - Part II: Mobile sensors Source Localzaton by TDOA wth Random Sensor Poston Errors - Part II: Moble sensors Xaome Qu,, Lhua Xe EXOUISITUS, Center for E-Cty, School of Electrcal and Electronc Engneerng, Nanyang Technologcal Unversty,

More information

NETWORK 2001 Transportation Planning Under Multiple Objectives

NETWORK 2001 Transportation Planning Under Multiple Objectives NETWORK 200 Transportaton Plannng Under Multple Objectves Woodam Chung Graduate Research Assstant, Department of Forest Engneerng, Oregon State Unversty, Corvalls, OR9733, Tel: (54) 737-4952, Fax: (54)

More information

problems palette of David Rock and Mary K. Porter 6. A local musician comes to your school to give a performance

problems palette of David Rock and Mary K. Porter 6. A local musician comes to your school to give a performance palette of problems Davd Rock and Mary K. Porter 1. If n represents an nteger, whch of the followng expressons yelds the greatest value? n,, n, n, n n. A 60-watt lghtbulb s used for 95 hours before t burns

More information

Sensors for Motion and Position Measurement

Sensors for Motion and Position Measurement Sensors for Moton and Poston Measurement Introducton An ntegrated manufacturng envronment conssts of 5 elements:- - Machne tools - Inspecton devces - Materal handlng devces - Packagng machnes - Area where

More information

Resource Allocation Optimization for Device-to- Device Communication Underlaying Cellular Networks

Resource Allocation Optimization for Device-to- Device Communication Underlaying Cellular Networks Resource Allocaton Optmzaton for Devce-to- Devce Communcaton Underlayng Cellular Networks Bn Wang, L Chen, Xaohang Chen, Xn Zhang, and Dacheng Yang Wreless Theores and Technologes (WT&T) Bejng Unversty

More information

A TWO-PLAYER MODEL FOR THE SIMULTANEOUS LOCATION OF FRANCHISING SERVICES WITH PREFERENTIAL RIGHTS

A TWO-PLAYER MODEL FOR THE SIMULTANEOUS LOCATION OF FRANCHISING SERVICES WITH PREFERENTIAL RIGHTS A TWO-PLAYER MODEL FOR THE SIMULTANEOUS LOCATION OF FRANCHISING SERVICES WITH PREFERENTIAL RIGHTS Pedro Godnho and oana Das Faculdade de Economa and GEMF Unversdade de Combra Av. Das da Slva 65 3004-5

More information

An Alternation Diffusion LMS Estimation Strategy over Wireless Sensor Network

An Alternation Diffusion LMS Estimation Strategy over Wireless Sensor Network Progress In Electromagnetcs Research M, Vol. 70, 135 143, 2018 An Alternaton Dffuson LMS Estmaton Strategy over Wreless Sensor Network Ln L * and Donghu L Abstract Ths paper presents a dstrbuted estmaton

More information

Guidelines for CCPR and RMO Bilateral Key Comparisons CCPR Working Group on Key Comparison CCPR-G5 October 10 th, 2014

Guidelines for CCPR and RMO Bilateral Key Comparisons CCPR Working Group on Key Comparison CCPR-G5 October 10 th, 2014 Gudelnes for CCPR and RMO Blateral Key Comparsons CCPR Workng Group on Key Comparson CCPR-G5 October 10 th, 2014 These gudelnes are prepared by CCPR WG-KC and RMO P&R representatves, and approved by CCPR,

More information

Channel Alternation and Rotation in Narrow Beam Trisector Cellular Systems

Channel Alternation and Rotation in Narrow Beam Trisector Cellular Systems Channel Alternaton and Rotaton n Narrow Beam Trsector Cellular Systems Vncent A. Nguyen, Peng-Jun Wan, Ophr Freder Illnos Insttute of Technology-Communcaton Laboratory Research Computer Scence Department-Chcago,

More information

Research Article Indoor Localisation Based on GSM Signals: Multistorey Building Study

Research Article Indoor Localisation Based on GSM Signals: Multistorey Building Study Moble Informaton Systems Volume 26, Artcle ID 279576, 7 pages http://dx.do.org/.55/26/279576 Research Artcle Indoor Localsaton Based on GSM Sgnals: Multstorey Buldng Study RafaB Górak, Marcn Luckner, MchaB

More information

Tile Values of Information in Some Nonzero Sum Games

Tile Values of Information in Some Nonzero Sum Games lnt. ournal of Game Theory, Vot. 6, ssue 4, page 221-229. Physca- Verlag, Venna. Tle Values of Informaton n Some Nonzero Sum Games By P. Levne, Pars I ), and ZP, Ponssard, Pars 2 ) Abstract: The paper

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

A study of turbo codes for multilevel modulations in Gaussian and mobile channels

A study of turbo codes for multilevel modulations in Gaussian and mobile channels A study of turbo codes for multlevel modulatons n Gaussan and moble channels Lamne Sylla and Paul Forter (sylla, forter)@gel.ulaval.ca Department of Electrcal and Computer Engneerng Laval Unversty, Ste-Foy,

More information

Traffic balancing over licensed and unlicensed bands in heterogeneous networks

Traffic balancing over licensed and unlicensed bands in heterogeneous networks Correspondence letter Traffc balancng over lcensed and unlcensed bands n heterogeneous networks LI Zhen, CUI Qme, CUI Zhyan, ZHENG We Natonal Engneerng Laboratory for Moble Network Securty, Bejng Unversty

More information

A New Opportunistic Interference Alignment Scheme and Performance Comparison of MIMO Interference Alignment with Limited Feedback

A New Opportunistic Interference Alignment Scheme and Performance Comparison of MIMO Interference Alignment with Limited Feedback A New Opportunstc Interference Algnment Scheme and Performance Comparson of MIMO Interference Algnment wth Lmted Feedback Johann Lethon, Chau Yuen, Hmal A. Suraweera and Hu Gao Sngapore Unversty of Technology

More information

A Novel UWB Imaging System Setup for Computer- Aided Breast Cancer Diagnosis

A Novel UWB Imaging System Setup for Computer- Aided Breast Cancer Diagnosis A Novel UWB Imagng System Setup for Computer- Aded Breast Cancer Dagnoss Xang He, Ja L, Chenxng Wu Electrcal and Computer Engneerng Oakland Unversty, OU Rochester, I 48309, U.S.A xhe2@oakland.edu, l4@oakland.edu,

More information

Coverage Maximization in Mobile Wireless Sensor Networks Utilizing Immune Node Deployment Algorithm

Coverage Maximization in Mobile Wireless Sensor Networks Utilizing Immune Node Deployment Algorithm CCECE 2014 1569888203 Coverage Maxmzaton n Moble Wreless Sensor Networs Utlzng Immune Node Deployment Algorthm Mohammed Abo-Zahhad, Sabah M. Ahmed and Nabl Sabor Electrcal and Electroncs Engneerng Department

More information

CS345a: Data Mining Jure Leskovec and Anand Rajaraman Stanford University

CS345a: Data Mining Jure Leskovec and Anand Rajaraman Stanford University CS345a: Data Mnng Jure Leskovec and Anand Rajaraman Stanford Unversty HW3 s out Poster sesson s on last day of classes: Thu March 11 at 4:15 Reports are due March 14 Fnal s March 18 at 12:15 Open book,

More information

Multi-sensor optimal information fusion Kalman filter with mobile agents in ring sensor networks

Multi-sensor optimal information fusion Kalman filter with mobile agents in ring sensor networks Mult-sensor optmal nformaton fuson Kalman flter wth moble agents n rng sensor networs Behrouz Safarneadan *, Kazem asanpoor ** *Shraz Unversty of echnology, safarnead@sutech.ac.r ** Shraz Unversty of echnology,.hasanpor@gmal.com

More information

Discussion on How to Express a Regional GPS Solution in the ITRF

Discussion on How to Express a Regional GPS Solution in the ITRF 162 Dscusson on How to Express a Regonal GPS Soluton n the ITRF Z. ALTAMIMI 1 Abstract The usefulness of the densfcaton of the Internatonal Terrestral Reference Frame (ITRF) s to facltate ts access as

More information

Multiscale PCA based Quality Controlled Denoising of Multichannel ECG Signals

Multiscale PCA based Quality Controlled Denoising of Multichannel ECG Signals Multscale PCA based Qualty Controlled enosng of Multchannel ECG Sgnals L. N. Sharma, S. anadapat, and A. Mahanta Abstract Multscale Prncpal Component Analyss (MSPCA) s appled for qualty controlled denosng

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

Network Reconfiguration in Distribution Systems Using a Modified TS Algorithm

Network Reconfiguration in Distribution Systems Using a Modified TS Algorithm Network Reconfguraton n Dstrbuton Systems Usng a Modfed TS Algorthm ZHANG DONG,FU ZHENGCAI,ZHANG LIUCHUN,SONG ZHENGQIANG School of Electroncs, Informaton and Electrcal Engneerng Shangha Jaotong Unversty

More information

Outlier-Tolerant Kalman Filter of State Vectors in Linear Stochastic System

Outlier-Tolerant Kalman Filter of State Vectors in Linear Stochastic System (IJCS Internatonal Journal of dvanced Computer Scence and pplcatons, Vol., No., Outler-Tolerant Kalman Flter of State Vectors n Lnear Stochastc System HU Shaoln State Key Laboratory of stronautcs an, 74,

More information

Multi-Level Halftoning by IGS Quantization

Multi-Level Halftoning by IGS Quantization Journal of Sgnal and Informaton Processng, 2013, 4, 351-358 Publshed Onlne ovember 2013 (http://www.scrp.org/journal/jsp) http://dx.do.org/10.4236/jsp.2013.44044 351 Mult-Level Halftonng by IGS Quantzaton

More information

Malicious User Detection in Spectrum Sensing for WRAN Using Different Outliers Detection Techniques

Malicious User Detection in Spectrum Sensing for WRAN Using Different Outliers Detection Techniques Malcous User Detecton n Spectrum Sensng for WRAN Usng Dfferent Outlers Detecton Technques Mansh B Dave #, Mtesh B Nakran #2 Assstant Professor, C. U. Shah College of Engg. & Tech., Wadhwan cty-363030,

More information

Target Response Adaptation for Correlation Filter Tracking

Target Response Adaptation for Correlation Filter Tracking Target Response Adaptaton for Correlaton Flter Tracng Adel Bb, Matthas Mueller, and Bernard Ghanem Image and Vdeo Understandng Laboratory IVUL, Kng Abdullah Unversty of Scence and Technology KAUST, Saud

More information

Research on the Process-level Production Scheduling Optimization Based on the Manufacturing Process Simplifies

Research on the Process-level Production Scheduling Optimization Based on the Manufacturing Process Simplifies Internatonal Journal of Smart Home Vol.8, No. (04), pp.7-6 http://dx.do.org/0.457/sh.04.8.. Research on the Process-level Producton Schedulng Optmzaton Based on the Manufacturng Process Smplfes Y. P. Wang,*,

More information

Digital Transmission

Digital Transmission Dgtal Transmsson Most modern communcaton systems are dgtal, meanng that the transmtted normaton sgnal carres bts and symbols rather than an analog sgnal. The eect o C/N rato ncrease or decrease on dgtal

More information

Multi-hop Coordination in Gossiping-based Wireless Sensor Networks

Multi-hop Coordination in Gossiping-based Wireless Sensor Networks Mult-hop Coordnaton n Gosspng-based Wreless Sensor Networks Zhlang Chen, Alexander Kuehne, and Anja Klen Communcatons Engneerng Lab, Technsche Unverstät Darmstadt, Germany Emal: {z.chen,a.kuehne,a.klen}@nt.tu-darmstadt.de

More information

LOCAL DECODING OF WALSH CODES TO REDUCE CDMA DESPREADING COMPUTATION

LOCAL DECODING OF WALSH CODES TO REDUCE CDMA DESPREADING COMPUTATION LOCAL DECODING OF WALSH CODES TO REDUCE CDMA DESPREADING COMPUTATION Albert M. Chan, Jon Feldman, and Raghu Madyastha (Vanu, Inc., Cambrdge, MA, USA, {chanal,jonfeld,raghu}@vanu.com); Potr Indyk and Davd

More information

Webinar Series TMIP VISION

Webinar Series TMIP VISION Webnar Seres TMIP VISION TMIP provdes techncal support and promotes knowledge and nformaton exchange n the transportaton plannng and modelng communty. DISCLAIMER The vews and opnons expressed durng ths

More information

A COMPARATIVE STUDY OF DOA ESTIMATION ALGORITHMS WITH APPLICATION TO TRACKING USING KALMAN FILTER

A COMPARATIVE STUDY OF DOA ESTIMATION ALGORITHMS WITH APPLICATION TO TRACKING USING KALMAN FILTER A COMPARATIVE STUDY OF DOA ESTIMATION ALGORITHMS WITH APPLICATION TO TRACKING USING KALMAN FILTER ABSTRACT Venu Madhava M 1, Jagadeesha S N 1, and Yerrswamy T 2 1 Department of Computer Scence and Engneerng,

More information

Development of Neural Networks for Noise Reduction

Development of Neural Networks for Noise Reduction The Internatonal Arab Journal of Informaton Technology, Vol. 7, No. 3, July 00 89 Development of Neural Networks for Nose Reducton Lubna Badr Faculty of Engneerng, Phladelpha Unversty, Jordan Abstract:

More information

A Proposal of Mode Shape Estimation Method Using Pseudo-Modal Response : Applied to Steel Bridge in Building

A Proposal of Mode Shape Estimation Method Using Pseudo-Modal Response : Applied to Steel Bridge in Building A Proposal of Mode Shape Estmaton Method Usng Pseudo-Modal Response : Appled to Steel Brdge n Buldng More nfo about ths artcle: http://www.ndt.net/?d=19899 Doyoung Km 1, Hak Bo Shm 2, Hyo Seon Park 1 1

More information