Anomaly Detection in Wireless Sensor Networks using Self-Organizing Map and Wavelets

Size: px
Start display at page:

Download "Anomaly Detection in Wireless Sensor Networks using Self-Organizing Map and Wavelets"

Transcription

1 Anomaly Detetion in Wireless Sensor Networks using Self-Organizing Map and Wavelets SUPAKIT SIRIPANADORN 1, WIPAWEE HATTAGAM, NEUNG TEAUMROONG 3 1, Shool of Teleommuniation Engineering, Institute of Engineering 3 Shool of Biotehnology, Institute of Agriulture Suranaree University of Tehnology 111 University Avenue, Muang, Nakhon Rathasima THAILAND 1 arhitet_ton@hotmail.om wusaha@ieee.org 3 neung@sut.a.th Abstrat: - Wireless Sensor Networks (WSNs) have been applied in agriulture monitoring to monitor and ollet various physial attributes within a speifi area. It is important to detet data anomalies to determine a suitable ourse of ation. The underlying aim of this paper is therefore to propose an anomaly detetion sheme whih is able to detet anomalies aurately by means of exploiting both time and frequeny harateristis of the data signals. The ontribution of this paper enters on anomaly detetion by using Disrete Wavelet Transform () ombined with a ompetitive learning neural network alled self-organizing map (SOM) in order to aurately detet abnormal data readings. Experiment results from syntheti and real data olleted from a WSN show that the proposed algorithm outperforms the SOM algorithm by up to 18% and algorithm by up to 35% in presene of bursty faults with marginal inrease of false alarm rate. Key-Words: - Anomaly Detetion, Wavelets, Disrete Wavelet Transform, Self-Organizing Map, Wireless Sensor Networks, Agriulture Monitoring 1 Introdution Wireless sensor networks (WSNs) have been reently deployed in many areas of agriulture to inrease yield and prevent outbreaks suh as in hydroponis and paddy fields, fertilizer omposting proess, and livestok monitoring. However, these appliations rely mainly on manually measuring and ontrolling the parameters suh as moisture, temperature, ph, oxygen, soil nutrients, et., whih is both time onsuming and laborious. Autonomous monitoring devies suh as WSNs therefore warrant potential use in agriulture monitoring. A WSN is a wireless network that onsists of distributed autonomous devies using sensors to ooperatively monitor or ollet environmental onditions at different loations. Several measurements an be olleted from the WSN. The olleted measurements from the WSN may be affeted by anomalies in the sensor network suh as faulty sensors, faulty ommuniation between sensors or atual abnormal physial measurements. With the huge amount of data ontinually olleted from the WSN, it beomes inreasingly diffiult to detet anomalies in the data measurements. Therefore, anomaly detetion tehniques are neessary to automatially detet faults and alert the system ontroller to take suitable ation. Researh emphasizing on anomaly detetion in ommuniation networks has progressed in reent years, e.g. in IP networks [1], in ellular mobile networks []. There are also works on fault and anomaly detetion in wireless sensor networks (WSNs). Ref.[3] lassified anomalies in WSNs into groups, i.e. 1) intrusion or seurity attaks, and ) faults from unusual hanges in a monitored environment. This paper fouses on the latter sine suh anomaly detetion is more ritial to agriultural use. To detet the latter type of anomalies, a dynami model of WSNs based on reurrent neural networks (RNNs) was presented in [4], whereas a distributed kernel density estimator was proposed in [5] to approximate the density distribution of the data. Another mehanism ommonly used for anomaly detetion is a ompetitive learning method alled selforganizing map (SOM) [6], [7]. SOM has several benefiial features whih make it a useful tool in data mining. It follows the probability density funtion of the data and is, thus, an effiient lustering and quantization algorithm. The most important feature of the SOM is the visualization property. However, SOM has some weaknesses where it extrats relevant features of the data only in the time domain. In many senarios, features of the data extrated from both time and frequeny domain an be used to further enhane anomaly detetion [8]. This an be ahieved by the Disrete Wavelet Transform (). Wavelets have been extensively employed for anomaly ISSN: ISBN:

2 and fault detetion in many appliations [9]. has also been integrated with SOM to detet faults [10], [11]. In partiular, feature vetors of the faults have been onstruted using, sliding window and a statistial analysis. Classifiation of the feature vetors was obtained by using SOM. To the best of our knowledge, and SOM have not yet been applied to anomaly detetion in WSNs. Therefore, the underlying aim of this paper is to propose an anomaly detetion algorithm whih determines the wavelet transform, and detets the abnormality of the sensor readings by training the SOM using the wavelet oeffiients. Anomaly Detetion The first step of anomaly detetion involves seleting the data parameters to be monitored and grouping them together in a pattern vetor x R, = 1, K, N, x 1 KPI 1 x KPI, (1) x = = M M x n KPI n where is the observation index, n is the number of parameter types or key performane indies (KPIs) hosen to monitor the environmental ondition..1 Self-Organizing Map Competitive neural models suh as the self-organizing map (SOM) [6], are able to extrat statistial regularities from the input data vetors and enode them in the weights without supervision. It maps a high-dimensional data manifold onto a low-dimensional, usually twodimensional, grid or display. The basi SOM onsists of a regular grid of map units or neurons as shown in Fig 1(a). Eah neuron, denoted by i (depited by the blak dot), has a set of layered neighboring neurons (depited by the white dots) as shown in Fig 1(a). Neuron i maintains a weight vetor m i. In order to follow the properties of the input data, suh vetor is updated during the training proess. For example, Fig.1(b) shows a SOM represented by a -dimensional grid of 4 4 neurons. The dimension of eah vetor is equal to the dimension of the input data. In the figure, a vetor of input data (marked by x) is used to train the SOM weight vetors (the blak dots). The winning neuron (marked by BMU) as well as its 1-neighborhood neurons, adust their orresponding vetors to the values (marked by the gray dots). The SOM is trained iteratively. In eah training step, one sample vetor x from the input data set is hosen. (a) (b) Fig. 1 An illustration of the SOM (a) with retangular lattie neighbors belonging to the innermost neuron (blak dot) orresponding to 1, and 3- neighborhoods, (b) SOM updates the BMU with 1-neighborhood. The distanes between the sample data and all of weight vetors in the SOM are alulated using some distane measure. Suppose that at iteration t, neuron i whose m t is the losest to the input vetor weight vetor i ( ) x ( t). We denote suh weight vetor by ( t) m and refer to it as the Best-Mathing Unit (BMU), that is x ( t ) m ( t ) = arg min x ( t ) m ( t ) () i where is the Eulidian distane. Suppose neuron i is to be updated, the SOM updating rule for the weight vetor of neuron i is given by mi( t+ 1) = mi( t) + ηth( i, t)[ x( t) m i( t)] (3) where t is the iteration index, x(t) is an input vetor, η t is the learning rate, h ( i, t) is the neighborhood funtion of the algorithm. The Gaussian neighborhood funtion may be used, that is r ( t ) ri ( t ) h ( i, t ) = exp (4) σ ( t ) where r i (t) and r (t) are the positions of neurons i and the BMU respetively, and σ (t) is the radius of the neighborhood funtion at time t. Note that ( i, t) defines the width of the neighborhood. It is neessary that lim h ( i, t) = 0 and limη = 0 for the algorithm to t onverge [6]. t. Disrete Wavelet Transform is a mathematial transform that separates the data signal into fine-sale information known as detail oeffiients, and rough-sale information known as approximate oeffiients. Its maor advantage is the multi-resolution representation and time-frequeny loalization property for signals. Usually, the sketh of the original time series an be reovered using only the low-pass-ut off deomposition oeffiients; the details an be modeled from the middle-level deomposition t i h ISSN: ISBN:

3 oeffiients; the rest is usually regarded as noises or irregularities. The following equations desribe the omputation of the deomposition proess: a + ( k) = h ( n k) a ( k) (5) 1 0 n d + ( k) = g ( n k) a ( k), (6) 1 0 n where the rough-sale (or approximation) oeffiients a are onvolved separately with h 0 and g 0, the wavelet funtion and saling funtion, respetively, n is the time saling index, k is the frequeny translation index for wavelet level. The resulting oeffiient is down-sampled by. This proess splits a roughly in half, partitioning it into a set of fine-sale (or detail) oeffiients d + 1 and a oarser set of approximation oeffiients a + 1 [1]. has the apability to enode the finer resolution of the original time series with its hierarhial oeffiients. Furthermore, an be omputed effiiently in linear time, whih is important while dealing with large datasets..3 Integration of SOM and In the integration of SOM and algorithm, the algorithm is used as an input data preproessor of the SOM algorithm in order to redue the size of data without losing any signifiant feature of the data. This enables the implementation of in-network proessing whih helps to redue the radio ommuniation energy and eventually prolong the lifetime of the WSN [3]. The input data will be padded with zero if its length is odd data. After obtaining the wavelet oeffiients, these oeffiients will be fed to the SOM algorithm whih an be divided into sets. Eah set ontains both approximate and detail oeffiients. The first set whih is obtained from noiseless data, will be used to train the SOM algorithm. The seond set whih is obtained from the faulty data will be used to test the SOM algorithm. Then to redue the false alarms the deteted results will be double heked by using the univariate method [6], [7]..4 Anomaly Detetion A observation data set an be onsidered abnormal if the distane between the weight vetor of the winning neuron and the state vetor, given by Input data N 0 Selet Mother Wavelet Apply Disrete Wavelet Transform Approximate Coeffiient Fig. The integration of the SOM and algorithm diagram. e = x m (7) is greater than a ertain perentage p = 1 α of the distanes in the distane distribution profile. That is, + IF e e, e, THEN p Detail Coeffiient Apply Self-Organizing Map Double heking with Univariate method Deision p x is NORMAL Padded ELSE x is ABNORMAL. (8) Equation (8) is referred to as the global deision. In [6], an addition of loal deisions of eah KPIs is presented. Suppose that a data vetor x is onsidered abnormal by the global deision. Then in the loal anomaly detetion, the absolute value of error in eah omponent of the error vetor is then omputed by x 1 m,1 x m,. (9) E = M x n m, n The error in eah KPI is then ompared to the interval of normality omponent-by-omponent, and the anomaly deision is arried out as in (8). ISSN: ISBN:

4 3 Experiment Results In this setion, we evaluated the performane of the proposed integration of SOM and algorithm by deteting anomalies in series of syntheti data and atual data olleted from a wireless sensor network. In the experiment, we generated the syntheti input data from a normal distribution N(0,1) and syntheti faults by additive white Gaussian noise (AWGN) with power 5 dbw generated from MATLAB. We used suh fault beause its statistial similarity to the syntheti input data thus, it is more diffiult to be deteted. Therefore, we an evaluate the performane of the algorithms under ambiguous faults. The amount of faults an be represented by the notation n/s, where n is the amount of faults per series and s is the amount of series of faults, resulting in the total amount of n s faults. The generated faults added to the input data ranged from bursty (0/10) to sparse (1/10). The exat positions of the faults inurred in the input data were predetermined and was later used to detet true and false alarms. In the experiment using real data, we have hosen parameters, namely temperature and moisture, as KPIs olleted from samples of ompost in a bioorgani fertilizer plant. In this paper, the data of the KPIs at the WSNs were olleted every 5 minutes for 3 days. We ompared 3 anomaly detetion methods: 1. SOM algorithm. algorithm 3. Integration of SOM and algorithm We measured performane metris: 1) the true alarm rate whih is defined by the number of deteted true anomalies over the total number of true anomalies in the data set; and ) the false alarm rate whih is defined by the number of deteted false alarms over the total number of deteted anomalies. In the algorithm, we used the threshold in (11) in order to deide whether the data is normal or abnormal. σ w = median( d1 d1) (10) T = σ log ( N), (11) w w e where N is the size of data and d 1 is the sample mean of the level 1 detail oeffiients [1]. This threshold was alulated from the low pass and high pass oeffiients from the assumed normal data by using Haar and Daubehies4 mother wavelets. The Haar and Daubehies4 wavelets were used beause they are relatively easy to ross-hek by hand with omputed oeffiients from MATLAB program. Hene, we an ompare the position of eah oeffiient with the atual fault position. After the threshold alulation, the set of oeffiients whih are obtained from the of the noisy data will be ompared with the threshold, oeffiient by oeffiient. For the real data senario, the data was normalized by equation (1) before being proessed by the to eliminate potential outliers. (Data) - mean(data) Norm(Data) = variane(data) (1) If the absolute value of the oeffiient is greater than the omputed threshold, an anomaly is said to be deteted. In the SOM algorithm and the proposed integration of SOM and algorithm, the initial value for learning rate in the SOM part was set to η 0 = 0.9, and gradually redued to η T = 10-5, in order to guarantee onvergene [6]. The number of training epohs was set to 50 beause longer training epohs tend to over train the SOM [6]. The onfidene interval was set to 99% (K=.57). We used a Gaussian neighborhood funtion beause the distribution of the olleted data after the normalization fits well to the Gaussian distribution. The size of neurons was used. Figures 3 and 4 show that the anomaly detetion in SOM algorithm and the integrated SOM and algorithms improve as the number of neurons is inreased. This suggests that the more neurons used, the finer SOM s lassifiation beomes resulting in enhaned detetion performane. However, at neuron size 50 50, the SOM requires muh longer training time with a marginal improvement in the detetion performane. Therefore, The size of neurons was seleted to train and test the SOM. We also improved the SOM algorithm by double heking with the univariate method in order to redue the false alarm rate [6], [7]. To obtain aurate results, eah algorithm was repeated for 70 runs whih gave the best auray as shown in Table 1. Table 1. Auray results obtained by feeding syntheti input data to the neuron SOM algorithm. Runs True Alarm rate Deviation from previous iteration ISSN: ISBN:

5 Fig. 3 True alarm rates with different size of neurons in the sparse faults ase. Fig. 4 True alarm rates with different size of neurons in the bursty faults ase. Fig. 5 True alarm rates with syntheti data. Fig. 6 True alarm rates with real data. Fig. 7 False alarm rates with syntheti data. Fig. 8 False alarm rates with real data. Fig. 9 True alarm rate with 10 dbw AWGN faults. Fig. 10 False alarm rate with 10 dbw AWGN faults. ISSN: ISBN:

6 To evaluate the performane of all algorithms, the results of eah algorithm were ompared to the (known) fault positions whih were added into the input data. In partiular, when an anomaly was deteted then its position was ompared with the (known) fault position. If this position existed, then the anomaly deteted was a true alarm; otherwise, it was a miss. On the other hand, if an anomaly was deteted but the (known) fault position did not exist, then the anomaly was a false alarm. Fig. 5 and Fig. 6 show the perentage of true alarm rate averaged over 70 runs, as the funtion of the amount of faults added into the input data. Note that the proposed integrated SOM and algorithm whih used Haar as a mother wavelet gives the best performane over other algorithms. This is beause the with Haar wavelet an detet hanging points. In partiular, the Haar wavelet uses adaent input data to ompute a oeffiient whereas the Daubehies4 uses 4 adaent input data to ompute a oeffiient. However, Daubehies4 gave a lower performane than Haar beause eah oeffiient was omputed from an average over 4 input data. If a fault ourred in 1 of these 4 data, suh fault will be averaged with the remaining 3 normal data resulting in a oeffiient with an absolute value possibly lower than the deision threshold. Consequently, the true alarm rate is redued. On the other hand, the Haar wavelet only uses adaent data to ompute 1 oeffiient. Thus, the true alarm rate is signifiantly higher than that of Daubehies4. The integrated SOM and algorithm using Haar also outperforms the SOM algorithm. This is beause in the Haar ase, the oeffiients obtained were transformed from two adaent data. Therefore, if some data was faulty or differed greatly from the data nearby, this oeffiient an detet suh anomaly. On the other hand, the SOM algorithm diretly heked the data one by one to detet an anomaly. If the data was faulty but had a small magnitude, then this fault may not be deteted, and onsequently the true alarm rate was redued. Note that the algorithm has the lowest performane beause the deision threshold in (11) is rather onservative. Furthermore, the threshold is fixed throughout the detetion and the algorithm does not have any double heking method. Fig.7 and Fig. 8 show the false alarm rate results in the syntheti and real data experiments, respetively. Note that most results have low false alarm rates, i.e., less than 1 % exept in the ase of sparse faults due to the inreased detetion diffiulty. The integration of SOM and Daubehies4 also gave a weak performane due to the reasons previously explained. All these results show that the integration of SOM and with Haar as a mother wavelet outperforms the SOM algorithm and method. Fig.5 and 6 show that the proposed algorithm an ahieve up to 65% and 67% of true alarm rates in ase of bursty faults for syntheti and real data, respetively. The proposed algorithm ahieved a true alarm rate of up to 18% higher than the SOM algorithm alone in presene of bursty faults. Compared to the alone, the proposed algorithm an attain a true alarm rate of up to 35% more in the bursty faults ase. As for sparse faults, the proposed algorithm an ahieve up to 69% and 80% true alarm rates for syntheti and real data, respetively. The integrated SOM and also gave true alarm rates of up to 10% higher than the SOM algorithm alone whereas performed the weakest, in presene of sparse faults. Fig. 7 and 8 show that the false alarm rate of the proposed algorithm is 0.11% and 0.13% in presene of bursty faults and 0.91% and 1% in presene of sparse faults with syntheti and real data, respetively. Note that the false alarm rate of the propose algorithm is slightly higher than the other two algorithms. Sine the gain in the true alarm rate is more signifiant, suh tradeoff is therefore onsidered aeptable. to redue transmitted data: The proposed integration of SOM and algorithm with Haar wavelet outperformed the SOM algorithm and the algorithm alone. Our results suggest that the proposed integrated SOM and anomaly detetion sheme an be deployed in a resoure-onstrained network suh as a WSN. In partiular, the using Haar wavelet an be implemented at the sensor nodes as a data preproessor to redue the amount of data to be transmitted by at least half (for one-level ). Sine energy onsumption is ritial in WSNs, suh distributed in-network proessing an redue transmission energy and eventually help prolong the overall network lifetime of the WSN [3] while still maintaining aeptable anomaly detetion auray. Fig. 9 and Fig. 10 show the effet of the dereasing of AWGN noise power from 5dBW to 10 dbw in both syntheti and real data senarios. Though the anomaly detetion is more diffiult, the proposed integrated SOM and still onsistently outperforms the other two methods in terms of true alarm rate but with marginal inrease in the false alarm rate as tradeoff. 4 Conlusion This paper proposed an integration of a ompetitive learning method alled the self-organizing map (SOM) and the disrete wavelet transform (), to detet anomalies in syntheti and atual data olleted from a WSN. ISSN: ISBN:

7 The results show that the integration of SOM and with Haar as a mother wavelet an attain 65% and 67% of true alarm rates in the ase of bursty faults, and 69% and 80% of true alarm rates in ase of sparse faults for syntheti and real data, respetively. In terms of the true alarm rate, the proposed algorithm outperforms the SOM algorithm by up to 18% and algorithm by up to 35% in presene of bursty faults. With sparse faults, the proposed algorithm an gain a true alarm rate up to 10% above the SOM algorithm alone and entirely outperforms the algorithm alone. Suh gain in true alarm rates ome with a marginal inrease of false alarm rate. These results show that the proposed algorithm an maintain aeptable anomaly detetion auray while using ust half of the input data (using level 1 ). Our results suggest that the integration of SOM and with Haar wavelet an lead to a more effetive anomaly detetion whih redues human operator s troubleshooting efforts. In the future, we plan to extend our work to investigate anomaly detetion with atual faults obtained from the bioorgani fertilizer plant environment, and study its performane by inreasing the level and onsidering other different types of wavelets. Furthermore, we also plan to investigate ways to identify and eliminate erroneous sensor readings at the sensor nodes, whih ould help redue wasted energy from transmitting unwanted erroneous measurements to the base station. 5 Aknowledgment The authors would like to thank Asso. Prof. Dr. Boon Hee Soong and Mr. Edwin Chan of Intelligent Systems Laboratory, Nanyang Tehnologial University, Singapore for their assistane and suggestions on the sensor development and implementation. Trans. on Instrumentation and Measurement, Vol. 57, No. 5, 008, pp [5] S. Subramaniam et al., Online outlier detetion in sensor data using nonparametri model, Proeeding of VLDB, 006, pp [6] G.A. Barreto, J.C.M. Mota, L.G.M. Souza, R.A. Frota, and L. Aguayo, Condition monitoring of 3G ellular network through, IEEE Trans. Neural Networks, Vol. 16, No. 5, 006, pp [7] P. Sukkhawathani and W. Usaha., Performane Evaluation of Anomaly Detetion in Cellular Core Networks using Self-Organizing Map, Proeeding of ECTI-CON 008, Vol.1, 008, pp [8] V.A. Aquino and J.A. Barria, Anomaly detetion in ommuniation Networks using wavelets, IEEE Pro.-Commun, Vol.148, No.6, 001, pp [9] N. Yadaiah, and Nagireddy Ravi, Fault detetion tehniques for power transformers, Industrial & Commerial Power Systems Tehnial Conferene, 007, pp [10] Z. Xu and Q. Zhao, A novel approah to fault detetion and isolation based on wavelet analysis and neural network, Eletrial and Computer Engineering, Vol. 1, 00, pp [11] S. Postalıoglu, K. Erkan, and E.D. Bolat, Implementation of Intelligent Ative Fault Tolerant Control System, Springer-Verlag Berlin Heidelberg 007, pp [1] R. J. Bryhta, et al, Wavelet Methods for Spike Detetion in Mouse Renal Synpatheti Nerve Ativity, IEEE Transations on Biomedial Engineering, Vol.54, No.1, 007, pp Referenes: [1] M. Thottan and J. Chuanyi, Anomaly detetion in IP network, IEEE Trans. on signal proessing, Vol.51, No.8, 003. [] J. Laiho, K. Raivio, P. Lehtimaki, K. Hatonen, and O. Simula, Advaned Analysis Methods for 3G Cellular Networks, IEEE Trans. Neural Networks, Vol.4, No.3, 005, pp [3] S. Raasegarar, C. Lekie, M. Palaniswami, Anomaly Detetion in Wireless Sensor Networks, IEEE Wireless Communiations, Vol.15, No.4, 008, pp [4] A.I. Moustapha, and R.R. Selmi, Wireless sensor network modeling using modified reurrent neural networks: Appliation to fault detetion, IEEE ISSN: ISBN:

Assessing the Performance of a BCI: A Task-Oriented Approach

Assessing the Performance of a BCI: A Task-Oriented Approach Assessing the Performane of a BCI: A Task-Oriented Approah B. Dal Seno, L. Mainardi 2, M. Matteui Department of Eletronis and Information, IIT-Unit, Politenio di Milano, Italy 2 Department of Bioengineering,

More information

DIGITAL DISTANCE RELAYING SCHEME FOR PARALLEL TRANSMISSION LINES DURING INTER-CIRCUIT FAULTS

DIGITAL DISTANCE RELAYING SCHEME FOR PARALLEL TRANSMISSION LINES DURING INTER-CIRCUIT FAULTS CHAPTER 4 DIGITAL DISTANCE RELAYING SCHEME FOR PARALLEL TRANSMISSION LINES DURING INTER-CIRCUIT FAULTS 4.1 INTRODUCTION Around the world, environmental and ost onsiousness are foring utilities to install

More information

Developing Excel Macros for Solving Heat Diffusion Problems

Developing Excel Macros for Solving Heat Diffusion Problems Session 50 Developing Exel Maros for Solving Heat Diffusion Problems N. N. Sarker and M. A. Ketkar Department of Engineering Tehnology Prairie View A&M University Prairie View, TX 77446 Abstrat This paper

More information

Case I: 2 users In case of 2 users, the probability of error for user 1 was earlier derived to be 2 A1

Case I: 2 users In case of 2 users, the probability of error for user 1 was earlier derived to be 2 A1 MUTLIUSER DETECTION (Letures 9 and 0) 6:33:546 Wireless Communiations Tehnologies Instrutor: Dr. Narayan Mandayam Summary By Shweta Shrivastava (shwetash@winlab.rutgers.edu) bstrat This artile ontinues

More information

A Spatiotemporal Approach to Passive Sound Source Localization

A Spatiotemporal Approach to Passive Sound Source Localization A Spatiotemporal Approah Passive Sound Soure Loalization Pasi Pertilä, Mikko Parviainen, Teemu Korhonen and Ari Visa Institute of Signal Proessing Tampere University of Tehnology, P.O.Box 553, FIN-330,

More information

Control Theory association of mathematics and engineering

Control Theory association of mathematics and engineering Control Theory assoiation of mathematis and engineering Wojieh Mitkowski Krzysztof Oprzedkiewiz Department of Automatis AGH Univ. of Siene & Tehnology, Craow, Poland, Abstrat In this paper a methodology

More information

Maximum Entropy and Exponential Families

Maximum Entropy and Exponential Families Maximum Entropy and Exponential Families April 9, 209 Abstrat The goal of this note is to derive the exponential form of probability distribution from more basi onsiderations, in partiular Entropy. It

More information

Complexity of Regularization RBF Networks

Complexity of Regularization RBF Networks Complexity of Regularization RBF Networks Mark A Kon Department of Mathematis and Statistis Boston University Boston, MA 02215 mkon@buedu Leszek Plaskota Institute of Applied Mathematis University of Warsaw

More information

Development of Fuzzy Extreme Value Theory. Populations

Development of Fuzzy Extreme Value Theory. Populations Applied Mathematial Sienes, Vol. 6, 0, no. 7, 58 5834 Development of Fuzzy Extreme Value Theory Control Charts Using α -uts for Sewed Populations Rungsarit Intaramo Department of Mathematis, Faulty of

More information

Measuring & Inducing Neural Activity Using Extracellular Fields I: Inverse systems approach

Measuring & Inducing Neural Activity Using Extracellular Fields I: Inverse systems approach Measuring & Induing Neural Ativity Using Extraellular Fields I: Inverse systems approah Keith Dillon Department of Eletrial and Computer Engineering University of California San Diego 9500 Gilman Dr. La

More information

LOGISTIC REGRESSION IN DEPRESSION CLASSIFICATION

LOGISTIC REGRESSION IN DEPRESSION CLASSIFICATION LOGISIC REGRESSIO I DEPRESSIO CLASSIFICAIO J. Kual,. V. ran, M. Bareš KSE, FJFI, CVU v Praze PCP, CS, 3LF UK v Praze Abstrat Well nown logisti regression and the other binary response models an be used

More information

Evaluation of effect of blade internal modes on sensitivity of Advanced LIGO

Evaluation of effect of blade internal modes on sensitivity of Advanced LIGO Evaluation of effet of blade internal modes on sensitivity of Advaned LIGO T0074-00-R Norna A Robertson 5 th Otober 00. Introdution The urrent model used to estimate the isolation ahieved by the quadruple

More information

Sensitivity of Spectrum Sensing Techniques to RF impairments

Sensitivity of Spectrum Sensing Techniques to RF impairments Sensitivity of Spetrum Sensing Tehniques to RF impairments Jonathan Verlant-Chenet Julien Renard Jean-Mihel Driot Philippe De Donker François Horlin Université Libre de Bruelles - OPERA Dpt., Avenue F.D.

More information

DESIGN FOR DIGITAL COMMUNICATION SYSTEMS VIA SAMPLED-DATA H CONTROL

DESIGN FOR DIGITAL COMMUNICATION SYSTEMS VIA SAMPLED-DATA H CONTROL DESIG FOR DIGITAL COMMUICATIO SYSTEMS VIA SAMPLED-DATA H COTROL M agahara 1 Y Yamamoto 2 Department of Applied Analysis and Complex Dynamial Systems Graduate Shool of Informatis Kyoto University Kyoto

More information

Coding for Random Projections and Approximate Near Neighbor Search

Coding for Random Projections and Approximate Near Neighbor Search Coding for Random Projetions and Approximate Near Neighbor Searh Ping Li Department of Statistis & Biostatistis Department of Computer Siene Rutgers University Pisataay, NJ 8854, USA pingli@stat.rutgers.edu

More information

An Integrated Architecture of Adaptive Neural Network Control for Dynamic Systems

An Integrated Architecture of Adaptive Neural Network Control for Dynamic Systems An Integrated Arhiteture of Adaptive Neural Network Control for Dynami Systems Robert L. Tokar 2 Brian D.MVey2 'Center for Nonlinear Studies, 2Applied Theoretial Physis Division Los Alamos National Laboratory,

More information

Optimization of Statistical Decisions for Age Replacement Problems via a New Pivotal Quantity Averaging Approach

Optimization of Statistical Decisions for Age Replacement Problems via a New Pivotal Quantity Averaging Approach Amerian Journal of heoretial and Applied tatistis 6; 5(-): -8 Published online January 7, 6 (http://www.sienepublishinggroup.om/j/ajtas) doi:.648/j.ajtas.s.65.4 IN: 36-8999 (Print); IN: 36-96 (Online)

More information

UTC. Engineering 329. Proportional Controller Design. Speed System. John Beverly. Green Team. John Beverly Keith Skiles John Barker.

UTC. Engineering 329. Proportional Controller Design. Speed System. John Beverly. Green Team. John Beverly Keith Skiles John Barker. UTC Engineering 329 Proportional Controller Design for Speed System By John Beverly Green Team John Beverly Keith Skiles John Barker 24 Mar 2006 Introdution This experiment is intended test the variable

More information

Model-based mixture discriminant analysis an experimental study

Model-based mixture discriminant analysis an experimental study Model-based mixture disriminant analysis an experimental study Zohar Halbe and Mayer Aladjem Department of Eletrial and Computer Engineering, Ben-Gurion University of the Negev P.O.Box 653, Beer-Sheva,

More information

QCLAS Sensor for Purity Monitoring in Medical Gas Supply Lines

QCLAS Sensor for Purity Monitoring in Medical Gas Supply Lines DOI.56/sensoren6/P3. QLAS Sensor for Purity Monitoring in Medial Gas Supply Lines Henrik Zimmermann, Mathias Wiese, Alessandro Ragnoni neoplas ontrol GmbH, Walther-Rathenau-Str. 49a, 7489 Greifswald, Germany

More information

Nonreversibility of Multiple Unicast Networks

Nonreversibility of Multiple Unicast Networks Nonreversibility of Multiple Uniast Networks Randall Dougherty and Kenneth Zeger September 27, 2005 Abstrat We prove that for any finite direted ayli network, there exists a orresponding multiple uniast

More information

A model for measurement of the states in a coupled-dot qubit

A model for measurement of the states in a coupled-dot qubit A model for measurement of the states in a oupled-dot qubit H B Sun and H M Wiseman Centre for Quantum Computer Tehnology Centre for Quantum Dynamis Griffith University Brisbane 4 QLD Australia E-mail:

More information

Resolving RIPS Measurement Ambiguity in Maximum Likelihood Estimation

Resolving RIPS Measurement Ambiguity in Maximum Likelihood Estimation 14th International Conferene on Information Fusion Chiago, Illinois, USA, July 5-8, 011 Resolving RIPS Measurement Ambiguity in Maximum Likelihood Estimation Wenhao Li, Xuezhi Wang, and Bill Moran Shool

More information

Sensor Network Localisation with Wrapped Phase Measurements

Sensor Network Localisation with Wrapped Phase Measurements Sensor Network Loalisation with Wrapped Phase Measurements Wenhao Li #1, Xuezhi Wang 2, Bill Moran 2 # Shool of Automation, Northwestern Polytehnial University, Xian, P.R.China. 1. wenhao23@mail.nwpu.edu.n

More information

A Heuristic Approach for Design and Calculation of Pressure Distribution over Naca 4 Digit Airfoil

A Heuristic Approach for Design and Calculation of Pressure Distribution over Naca 4 Digit Airfoil IOSR Journal of Engineering (IOSRJEN) ISSN (e): 2250-3021, ISSN (p): 2278-8719 PP 11-15 www.iosrjen.org A Heuristi Approah for Design and Calulation of Pressure Distribution over Naa 4 Digit Airfoil G.

More information

Likelihood-confidence intervals for quantiles in Extreme Value Distributions

Likelihood-confidence intervals for quantiles in Extreme Value Distributions Likelihood-onfidene intervals for quantiles in Extreme Value Distributions A. Bolívar, E. Díaz-Franés, J. Ortega, and E. Vilhis. Centro de Investigaión en Matemátias; A.P. 42, Guanajuato, Gto. 36; Méxio

More information

Exploring the feasibility of on-site earthquake early warning using close-in records of the 2007 Noto Hanto earthquake

Exploring the feasibility of on-site earthquake early warning using close-in records of the 2007 Noto Hanto earthquake Exploring the feasibility of on-site earthquake early warning using lose-in reords of the 2007 Noto Hanto earthquake Yih-Min Wu 1 and Hiroo Kanamori 2 1. Department of Geosienes, National Taiwan University,

More information

Millennium Relativity Acceleration Composition. The Relativistic Relationship between Acceleration and Uniform Motion

Millennium Relativity Acceleration Composition. The Relativistic Relationship between Acceleration and Uniform Motion Millennium Relativity Aeleration Composition he Relativisti Relationship between Aeleration and niform Motion Copyright 003 Joseph A. Rybzyk Abstrat he relativisti priniples developed throughout the six

More information

Danielle Maddix AA238 Final Project December 9, 2016

Danielle Maddix AA238 Final Project December 9, 2016 Struture and Parameter Learning in Bayesian Networks with Appliations to Prediting Breast Caner Tumor Malignany in a Lower Dimension Feature Spae Danielle Maddix AA238 Final Projet Deember 9, 2016 Abstrat

More information

Supplementary Materials

Supplementary Materials Supplementary Materials Neural population partitioning and a onurrent brain-mahine interfae for sequential motor funtion Maryam M. Shanehi, Rollin C. Hu, Marissa Powers, Gregory W. Wornell, Emery N. Brown

More information

Variation Based Online Travel Time Prediction Using Clustered Neural Networks

Variation Based Online Travel Time Prediction Using Clustered Neural Networks Variation Based Online Travel Time Predition Using lustered Neural Networks Jie Yu, Gang-Len hang, H.W. Ho and Yue Liu Abstrat-This paper proposes a variation-based online travel time predition approah

More information

Weighted K-Nearest Neighbor Revisited

Weighted K-Nearest Neighbor Revisited Weighted -Nearest Neighbor Revisited M. Biego University of Verona Verona, Italy Email: manuele.biego@univr.it M. Loog Delft University of Tehnology Delft, The Netherlands Email: m.loog@tudelft.nl Abstrat

More information

Modeling Probabilistic Measurement Correlations for Problem Determination in Large-Scale Distributed Systems

Modeling Probabilistic Measurement Correlations for Problem Determination in Large-Scale Distributed Systems 009 9th IEEE International Conferene on Distributed Computing Systems Modeling Probabilisti Measurement Correlations for Problem Determination in Large-Sale Distributed Systems Jing Gao Guofei Jiang Haifeng

More information

Seismic dip estimation based on the two-dimensional Hilbert transform and its application in random noise attenuation a

Seismic dip estimation based on the two-dimensional Hilbert transform and its application in random noise attenuation a Seismi dip estimation based on the two-dimensional Hilbert transform and its appliation in random noise attenuation a a Published in Applied Geophysis, 1, 55-63 (Marh 015) Cai Liu, Changle Chen, Dian Wang,

More information

Adaptive neuro-fuzzy inference system-based controllers for smart material actuator modelling

Adaptive neuro-fuzzy inference system-based controllers for smart material actuator modelling Adaptive neuro-fuzzy inferene system-based ontrollers for smart material atuator modelling T L Grigorie and R M Botez Éole de Tehnologie Supérieure, Montréal, Quebe, Canada The manusript was reeived on

More information

COMBINED PROBE FOR MACH NUMBER, TEMPERATURE AND INCIDENCE INDICATION

COMBINED PROBE FOR MACH NUMBER, TEMPERATURE AND INCIDENCE INDICATION 4 TH INTERNATIONAL CONGRESS OF THE AERONAUTICAL SCIENCES COMBINED PROBE FOR MACH NUMBER, TEMPERATURE AND INCIDENCE INDICATION Jiri Nozika*, Josef Adame*, Daniel Hanus** *Department of Fluid Dynamis and

More information

Fiber Optic Cable Transmission Losses with Perturbation Effects

Fiber Optic Cable Transmission Losses with Perturbation Effects Fiber Opti Cable Transmission Losses with Perturbation Effets Kampanat Namngam 1*, Preeha Yupapin 2 and Pakkinee Chitsakul 1 1 Department of Mathematis and Computer Siene, Faulty of Siene, King Mongkut

More information

The Effectiveness of the Linear Hull Effect

The Effectiveness of the Linear Hull Effect The Effetiveness of the Linear Hull Effet S. Murphy Tehnial Report RHUL MA 009 9 6 Otober 009 Department of Mathematis Royal Holloway, University of London Egham, Surrey TW0 0EX, England http://www.rhul.a.uk/mathematis/tehreports

More information

Singular Event Detection

Singular Event Detection Singular Event Detetion Rafael S. Garía Eletrial Engineering University of Puerto Rio at Mayagüez Rafael.Garia@ee.uprm.edu Faulty Mentor: S. Shankar Sastry Researh Supervisor: Jonathan Sprinkle Graduate

More information

On the Bit Error Probability of Noisy Channel Networks With Intermediate Node Encoding I. INTRODUCTION

On the Bit Error Probability of Noisy Channel Networks With Intermediate Node Encoding I. INTRODUCTION 5188 IEEE TRANSACTIONS ON INFORMATION THEORY, VOL. 54, NO. 11, NOVEMBER 2008 [8] A. P. Dempster, N. M. Laird, and D. B. Rubin, Maximum likelihood estimation from inomplete data via the EM algorithm, J.

More information

A NONLILEAR CONTROLLER FOR SHIP AUTOPILOTS

A NONLILEAR CONTROLLER FOR SHIP AUTOPILOTS Vietnam Journal of Mehanis, VAST, Vol. 4, No. (), pp. A NONLILEAR CONTROLLER FOR SHIP AUTOPILOTS Le Thanh Tung Hanoi University of Siene and Tehnology, Vietnam Abstrat. Conventional ship autopilots are

More information

A simple expression for radial distribution functions of pure fluids and mixtures

A simple expression for radial distribution functions of pure fluids and mixtures A simple expression for radial distribution funtions of pure fluids and mixtures Enrio Matteoli a) Istituto di Chimia Quantistia ed Energetia Moleolare, CNR, Via Risorgimento, 35, 56126 Pisa, Italy G.

More information

Remark 4.1 Unlike Lyapunov theorems, LaSalle s theorem does not require the function V ( x ) to be positive definite.

Remark 4.1 Unlike Lyapunov theorems, LaSalle s theorem does not require the function V ( x ) to be positive definite. Leture Remark 4.1 Unlike Lyapunov theorems, LaSalle s theorem does not require the funtion V ( x ) to be positive definite. ost often, our interest will be to show that x( t) as t. For that we will need

More information

Subject: Introduction to Component Matching and Off-Design Operation % % ( (1) R T % (

Subject: Introduction to Component Matching and Off-Design Operation % % ( (1) R T % ( 16.50 Leture 0 Subjet: Introdution to Component Mathing and Off-Design Operation At this point it is well to reflet on whih of the many parameters we have introdued (like M, τ, τ t, ϑ t, f, et.) are free

More information

Feature Selection by Independent Component Analysis and Mutual Information Maximization in EEG Signal Classification

Feature Selection by Independent Component Analysis and Mutual Information Maximization in EEG Signal Classification Feature Seletion by Independent Component Analysis and Mutual Information Maximization in EEG Signal Classifiation Tian Lan, Deniz Erdogmus, Andre Adami, Mihael Pavel BME Department, Oregon Health & Siene

More information

A Queueing Model for Call Blending in Call Centers

A Queueing Model for Call Blending in Call Centers A Queueing Model for Call Blending in Call Centers Sandjai Bhulai and Ger Koole Vrije Universiteit Amsterdam Faulty of Sienes De Boelelaan 1081a 1081 HV Amsterdam The Netherlands E-mail: {sbhulai, koole}@s.vu.nl

More information

International Journal of Advanced Engineering Research and Studies E-ISSN

International Journal of Advanced Engineering Research and Studies E-ISSN Researh Paper FINIE ELEMEN ANALYSIS OF A CRACKED CANILEVER BEAM Mihir Kumar Sutar Address for Correspondene Researh Sholar, Department of Mehanial & Industrial Engineering Indian Institute of ehnology

More information

An Adaptive Optimization Approach to Active Cancellation of Repeated Transient Vibration Disturbances

An Adaptive Optimization Approach to Active Cancellation of Repeated Transient Vibration Disturbances An aptive Optimization Approah to Ative Canellation of Repeated Transient Vibration Disturbanes David L. Bowen RH Lyon Corp / Aenteh, 33 Moulton St., Cambridge, MA 138, U.S.A., owen@lyonorp.om J. Gregory

More information

A Characterization of Wavelet Convergence in Sobolev Spaces

A Characterization of Wavelet Convergence in Sobolev Spaces A Charaterization of Wavelet Convergene in Sobolev Spaes Mark A. Kon 1 oston University Louise Arakelian Raphael Howard University Dediated to Prof. Robert Carroll on the oasion of his 70th birthday. Abstrat

More information

Reliability Guaranteed Energy-Aware Frame-Based Task Set Execution Strategy for Hard Real-Time Systems

Reliability Guaranteed Energy-Aware Frame-Based Task Set Execution Strategy for Hard Real-Time Systems Reliability Guaranteed Energy-Aware Frame-Based ask Set Exeution Strategy for Hard Real-ime Systems Zheng Li a, Li Wang a, Shuhui Li a, Shangping Ren a, Gang Quan b a Illinois Institute of ehnology, Chiago,

More information

Array Design for Superresolution Direction-Finding Algorithms

Array Design for Superresolution Direction-Finding Algorithms Array Design for Superresolution Diretion-Finding Algorithms Naushad Hussein Dowlut BEng, ACGI, AMIEE Athanassios Manikas PhD, DIC, AMIEE, MIEEE Department of Eletrial Eletroni Engineering Imperial College

More information

Average Rate Speed Scaling

Average Rate Speed Scaling Average Rate Speed Saling Nikhil Bansal David P. Bunde Ho-Leung Chan Kirk Pruhs May 2, 2008 Abstrat Speed saling is a power management tehnique that involves dynamially hanging the speed of a proessor.

More information

Neuro-Fuzzy Modeling of Heat Recovery Steam Generator

Neuro-Fuzzy Modeling of Heat Recovery Steam Generator International Journal of Mahine Learning and Computing, Vol. 2, No. 5, Otober 202 Neuro-Fuzzy Modeling of Heat Reovery Steam Generator A. Ghaffari, A. Chaibakhsh, and S. Shahhoseini represented in a network

More information

23.1 Tuning controllers, in the large view Quoting from Section 16.7:

23.1 Tuning controllers, in the large view Quoting from Section 16.7: Lesson 23. Tuning a real ontroller - modeling, proess identifiation, fine tuning 23.0 Context We have learned to view proesses as dynami systems, taking are to identify their input, intermediate, and output

More information

Research Letter Distributed Source Localization Based on TOA Measurements in Wireless Sensor Networks

Research Letter Distributed Source Localization Based on TOA Measurements in Wireless Sensor Networks Researh Letters in Eletronis Volume 2009, Artile ID 573129, 4 pages doi:10.1155/2009/573129 Researh Letter Distributed Soure Loalization Based on TOA Measurements in Wireless Sensor Networks Wanzhi Qiu

More information

Centroid Detection by Gaussian Pattern Matching In Adaptive Optics

Centroid Detection by Gaussian Pattern Matching In Adaptive Optics 010 International Journal of Computer Appliations (0975-8887) Centroid Detetion by Gaussian Pattern Mathing In Adaptive Optis Akondi Vyas Indian Institute of Astrophysis Indian Institute of Siene M B Roopashree

More information

Bilinear Formulated Multiple Kernel Learning for Multi-class Classification Problem

Bilinear Formulated Multiple Kernel Learning for Multi-class Classification Problem Bilinear Formulated Multiple Kernel Learning for Multi-lass Classifiation Problem Takumi Kobayashi and Nobuyuki Otsu National Institute of Advaned Industrial Siene and Tehnology, -- Umezono, Tsukuba, Japan

More information

Aircraft CAS Design with Input Saturation Using Dynamic Model Inversion

Aircraft CAS Design with Input Saturation Using Dynamic Model Inversion International Journal of Control, Automation, and Systems Vol., No. 3, September 003 35 Airraft CAS Design with Input Saturation sing Dynami Model Inversion Sangsoo Lim and Byoung Soo Kim Abstrat: This

More information

Discrete Bessel functions and partial difference equations

Discrete Bessel functions and partial difference equations Disrete Bessel funtions and partial differene equations Antonín Slavík Charles University, Faulty of Mathematis and Physis, Sokolovská 83, 186 75 Praha 8, Czeh Republi E-mail: slavik@karlin.mff.uni.z Abstrat

More information

ONLINE APPENDICES for Cost-Effective Quality Assurance in Crowd Labeling

ONLINE APPENDICES for Cost-Effective Quality Assurance in Crowd Labeling ONLINE APPENDICES for Cost-Effetive Quality Assurane in Crowd Labeling Jing Wang Shool of Business and Management Hong Kong University of Siene and Tehnology Clear Water Bay Kowloon Hong Kong jwang@usthk

More information

Applying CIECAM02 for Mobile Display Viewing Conditions

Applying CIECAM02 for Mobile Display Viewing Conditions Applying CIECAM2 for Mobile Display Viewing Conditions YungKyung Park*, ChangJun Li*, M.. Luo*, Youngshin Kwak**, Du-Sik Park **, and Changyeong Kim**; * University of Leeds, Colour Imaging Lab, UK*, **

More information

Neuro-Fuzzy Control of Chemical Reactor with Disturbances

Neuro-Fuzzy Control of Chemical Reactor with Disturbances Neuro-Fuzzy Control of Chemial Reator with Disturbanes LENK BLHOÁ, JÁN DORN Department of Information Engineering and Proess Control, Institute of Information Engineering, utomation and Mathematis Faulty

More information

Cavity flow with surface tension past a flat plate

Cavity flow with surface tension past a flat plate Proeedings of the 7 th International Symposium on Cavitation CAV9 Paper No. ## August 7-, 9, Ann Arbor, Mihigan, USA Cavity flow with surfae tension past a flat plate Yuriy Savhenko Institute of Hydromehanis

More information

Computer Science 786S - Statistical Methods in Natural Language Processing and Data Analysis Page 1

Computer Science 786S - Statistical Methods in Natural Language Processing and Data Analysis Page 1 Computer Siene 786S - Statistial Methods in Natural Language Proessing and Data Analysis Page 1 Hypothesis Testing A statistial hypothesis is a statement about the nature of the distribution of a random

More information

Estimating the probability law of the codelength as a function of the approximation error in image compression

Estimating the probability law of the codelength as a function of the approximation error in image compression Estimating the probability law of the odelength as a funtion of the approximation error in image ompression François Malgouyres Marh 7, 2007 Abstrat After some reolletions on ompression of images using

More information

Controller Design Based on Transient Response Criteria. Chapter 12 1

Controller Design Based on Transient Response Criteria. Chapter 12 1 Controller Design Based on Transient Response Criteria Chapter 12 1 Desirable Controller Features 0. Stable 1. Quik responding 2. Adequate disturbane rejetion 3. Insensitive to model, measurement errors

More information

Finite-time stabilization of chaotic gyros based on a homogeneous supertwisting-like algorithm

Finite-time stabilization of chaotic gyros based on a homogeneous supertwisting-like algorithm OP Conferene Series: Materials Siene Engineering PAPER OPEN ACCESS Finite-time stabilization of haoti gyros based on a homogeneous supertwisting-like algorithm To ite this artile: Pitha Khamsuwan et al

More information

The simulation analysis of the bridge rectifier continuous operation in AC circuit

The simulation analysis of the bridge rectifier continuous operation in AC circuit Computer Appliations in Eletrial Engineering Vol. 4 6 DOI 8/j.8-448.6. The simulation analysis of the bridge retifier ontinuous operation in AC iruit Mirosław Wiślik, Paweł Strząbała Kiele University of

More information

Normative and descriptive approaches to multiattribute decision making

Normative and descriptive approaches to multiattribute decision making De. 009, Volume 8, No. (Serial No.78) China-USA Business Review, ISSN 57-54, USA Normative and desriptive approahes to multiattribute deision making Milan Terek (Department of Statistis, University of

More information

Advances in Radio Science

Advances in Radio Science Advanes in adio Siene 2003) 1: 99 104 Copernius GmbH 2003 Advanes in adio Siene A hybrid method ombining the FDTD and a time domain boundary-integral equation marhing-on-in-time algorithm A Beker and V

More information

FINITE WORD LENGTH EFFECTS IN DSP

FINITE WORD LENGTH EFFECTS IN DSP FINITE WORD LENGTH EFFECTS IN DSP PREPARED BY GUIDED BY Snehal Gor Dr. Srianth T. ABSTRACT We now that omputers store numbers not with infinite preision but rather in some approximation that an be paed

More information

Simplification of Network Dynamics in Large Systems

Simplification of Network Dynamics in Large Systems Simplifiation of Network Dynamis in Large Systems Xiaojun Lin and Ness B. Shroff Shool of Eletrial and Computer Engineering Purdue University, West Lafayette, IN 47906, U.S.A. Email: {linx, shroff}@en.purdue.edu

More information

9 Geophysics and Radio-Astronomy: VLBI VeryLongBaseInterferometry

9 Geophysics and Radio-Astronomy: VLBI VeryLongBaseInterferometry 9 Geophysis and Radio-Astronomy: VLBI VeryLongBaseInterferometry VLBI is an interferometry tehnique used in radio astronomy, in whih two or more signals, oming from the same astronomial objet, are reeived

More information

Simplified Buckling Analysis of Skeletal Structures

Simplified Buckling Analysis of Skeletal Structures Simplified Bukling Analysis of Skeletal Strutures B.A. Izzuddin 1 ABSRAC A simplified approah is proposed for bukling analysis of skeletal strutures, whih employs a rotational spring analogy for the formulation

More information

Sensitivity Analysis in Markov Networks

Sensitivity Analysis in Markov Networks Sensitivity Analysis in Markov Networks Hei Chan and Adnan Darwihe Computer Siene Department University of California, Los Angeles Los Angeles, CA 90095 {hei,darwihe}@s.ula.edu Abstrat This paper explores

More information

CONDITIONAL CONFIDENCE INTERVAL FOR THE SCALE PARAMETER OF A WEIBULL DISTRIBUTION. Smail Mahdi

CONDITIONAL CONFIDENCE INTERVAL FOR THE SCALE PARAMETER OF A WEIBULL DISTRIBUTION. Smail Mahdi Serdia Math. J. 30 (2004), 55 70 CONDITIONAL CONFIDENCE INTERVAL FOR THE SCALE PARAMETER OF A WEIBULL DISTRIBUTION Smail Mahdi Communiated by N. M. Yanev Abstrat. A two-sided onditional onfidene interval

More information

CRITICAL EXPONENTS TAKING INTO ACCOUNT DYNAMIC SCALING FOR ADSORPTION ON SMALL-SIZE ONE-DIMENSIONAL CLUSTERS

CRITICAL EXPONENTS TAKING INTO ACCOUNT DYNAMIC SCALING FOR ADSORPTION ON SMALL-SIZE ONE-DIMENSIONAL CLUSTERS Russian Physis Journal, Vol. 48, No. 8, 5 CRITICAL EXPONENTS TAKING INTO ACCOUNT DYNAMIC SCALING FOR ADSORPTION ON SMALL-SIZE ONE-DIMENSIONAL CLUSTERS A. N. Taskin, V. N. Udodov, and A. I. Potekaev UDC

More information

A Novel Process for the Study of Breakage Energy versus Particle Size

A Novel Process for the Study of Breakage Energy versus Particle Size Geomaterials, 2013, 3, 102-110 http://dx.doi.org/10.4236/gm.2013.33013 Published Online July 2013 (http://www.sirp.org/journal/gm) A Novel Proess for the Study of Breakage Energy versus Partile Size Elias

More information

arxiv: v2 [math.pr] 9 Dec 2016

arxiv: v2 [math.pr] 9 Dec 2016 Omnithermal Perfet Simulation for Multi-server Queues Stephen B. Connor 3th Deember 206 arxiv:60.0602v2 [math.pr] 9 De 206 Abstrat A number of perfet simulation algorithms for multi-server First Come First

More information

A Differential Equation for Specific Catchment Area

A Differential Equation for Specific Catchment Area Proeedings of Geomorphometry 2009. Zurih, Sitzerland, 3 ugust - 2 September, 2009 Differential Equation for Speifi Cathment rea J. C. Gallant, M. F. Huthinson 2 CSIRO Land and Water, GPO Box 666, Canberra

More information

Identification of a Nonlinear Aeroelastic Aircraft Wing Model

Identification of a Nonlinear Aeroelastic Aircraft Wing Model Identifiation of a Nonlinear Aeroelasti Airraft Wing Model Christopher M. Rihards * University of Louisville, Louisville, Kentuky 9 Martin J. Brenner NASA Dryden Flight Researh Center, Edwards, California

More information

Study on the leak test technology of spacecraft using ultrasonic

Study on the leak test technology of spacecraft using ultrasonic SINCE2013 Singapore International NDT Conferene & Exhibition 2013, 19-20 July 2013 Study on the test tehnology of spaeraft using ultrasoni Yan Rongxin, Li Weidan Beijing Institute of Spaeraft Environment

More information

RESEARCH ON RANDOM FOURIER WAVE-NUMBER SPECTRUM OF FLUCTUATING WIND SPEED

RESEARCH ON RANDOM FOURIER WAVE-NUMBER SPECTRUM OF FLUCTUATING WIND SPEED The Seventh Asia-Paifi Conferene on Wind Engineering, November 8-1, 9, Taipei, Taiwan RESEARCH ON RANDOM FORIER WAVE-NMBER SPECTRM OF FLCTATING WIND SPEED Qi Yan 1, Jie Li 1 Ph D. andidate, Department

More information

Planning with Uncertainty in Position: an Optimal Planner

Planning with Uncertainty in Position: an Optimal Planner Planning with Unertainty in Position: an Optimal Planner Juan Pablo Gonzalez Anthony (Tony) Stentz CMU-RI -TR-04-63 The Robotis Institute Carnegie Mellon University Pittsburgh, Pennsylvania 15213 Otober

More information

Inter-fibre contacts in random fibrous materials: experimental verification of theoretical dependence on porosity and fibre width

Inter-fibre contacts in random fibrous materials: experimental verification of theoretical dependence on porosity and fibre width J Mater Si (2006) 41:8377 8381 DOI 10.1007/s10853-006-0889-7 LETTER Inter-fibre ontats in random fibrous materials: experimental verifiation of theoretial dependene on porosity and fibre width W. J. Bathelor

More information

BINARY RANKINE CYCLE OPTIMIZATION Golub, M., Koscak-Kolin, S., Kurevija, T.

BINARY RANKINE CYCLE OPTIMIZATION Golub, M., Koscak-Kolin, S., Kurevija, T. BINARY RANKINE CYCLE OPTIMIZATION Golub, M., Kosak-Kolin, S., Kurevija, T. Faulty of Mining, Geology and Petroleum Engineering Department of Petroleum Engineering Pierottijeva 6, Zagreb 0 000, Croatia

More information

On the Designs and Challenges of Practical Binary Dirty Paper Coding

On the Designs and Challenges of Practical Binary Dirty Paper Coding On the Designs and Challenges of Pratial Binary Dirty Paper Coding 04 / 08 / 2009 Gyu Bum Kyung and Chih-Chun Wang Center for Wireless Systems and Appliations Shool of Eletrial and Computer Eng. Outline

More information

The universal model of error of active power measuring channel

The universal model of error of active power measuring channel 7 th Symposium EKO TC 4 3 rd Symposium EKO TC 9 and 5 th WADC Workshop nstrumentation for the CT Era Sept. 8-2 Kosie Slovakia The universal model of error of ative power measuring hannel Boris Stogny Evgeny

More information

Bäcklund Transformations: Some Old and New Perspectives

Bäcklund Transformations: Some Old and New Perspectives Bäklund Transformations: Some Old and New Perspetives C. J. Papahristou *, A. N. Magoulas ** * Department of Physial Sienes, Helleni Naval Aademy, Piraeus 18539, Greee E-mail: papahristou@snd.edu.gr **

More information

arxiv:cond-mat/ v1 [cond-mat.stat-mech] 16 Aug 2004

arxiv:cond-mat/ v1 [cond-mat.stat-mech] 16 Aug 2004 Computational omplexity and fundamental limitations to fermioni quantum Monte Carlo simulations arxiv:ond-mat/0408370v1 [ond-mat.stat-meh] 16 Aug 2004 Matthias Troyer, 1 Uwe-Jens Wiese 2 1 Theoretishe

More information

Speed-feedback Direct-drive Control of a Low-speed Transverse Flux-type Motor with Large Number of Poles for Ship Propulsion

Speed-feedback Direct-drive Control of a Low-speed Transverse Flux-type Motor with Large Number of Poles for Ship Propulsion Speed-feedbak Diret-drive Control of a Low-speed Transverse Flux-type Motor with Large Number of Poles for Ship Propulsion Y. Yamamoto, T. Nakamura 2, Y. Takada, T. Koseki, Y. Aoyama 3, and Y. Iwaji 3

More information

An I-Vector Backend for Speaker Verification

An I-Vector Backend for Speaker Verification An I-Vetor Bakend for Speaker Verifiation Patrik Kenny, 1 Themos Stafylakis, 1 Jahangir Alam, 1 and Marel Kokmann 2 1 CRIM, Canada, {patrik.kenny, themos.stafylakis, jahangir.alam}@rim.a 2 VoieTrust, Canada,

More information

Wavetech, LLC. Ultrafast Pulses and GVD. John O Hara Created: Dec. 6, 2013

Wavetech, LLC. Ultrafast Pulses and GVD. John O Hara Created: Dec. 6, 2013 Ultrafast Pulses and GVD John O Hara Created: De. 6, 3 Introdution This doument overs the basi onepts of group veloity dispersion (GVD) and ultrafast pulse propagation in an optial fiber. Neessarily, it

More information

Sufficient Conditions for a Flexible Manufacturing System to be Deadlocked

Sufficient Conditions for a Flexible Manufacturing System to be Deadlocked Paper 0, INT 0 Suffiient Conditions for a Flexile Manufaturing System to e Deadloked Paul E Deering, PhD Department of Engineering Tehnology and Management Ohio University deering@ohioedu Astrat In reent

More information

UPPER-TRUNCATED POWER LAW DISTRIBUTIONS

UPPER-TRUNCATED POWER LAW DISTRIBUTIONS Fratals, Vol. 9, No. (00) 09 World Sientifi Publishing Company UPPER-TRUNCATED POWER LAW DISTRIBUTIONS STEPHEN M. BURROUGHS and SARAH F. TEBBENS College of Marine Siene, University of South Florida, St.

More information

Advanced Computational Fluid Dynamics AA215A Lecture 4

Advanced Computational Fluid Dynamics AA215A Lecture 4 Advaned Computational Fluid Dynamis AA5A Leture 4 Antony Jameson Winter Quarter,, Stanford, CA Abstrat Leture 4 overs analysis of the equations of gas dynamis Contents Analysis of the equations of gas

More information

Moments and Wavelets in Signal Estimation

Moments and Wavelets in Signal Estimation Moments and Wavelets in Signal Estimation Edward J. Wegman 1 Center for Computational Statistis George Mason University Hung T. Le 2 International usiness Mahines Abstrat: The problem of generalized nonparametri

More information

Lightpath routing for maximum reliability in optical mesh networks

Lightpath routing for maximum reliability in optical mesh networks Vol. 7, No. 5 / May 2008 / JOURNAL OF OPTICAL NETWORKING 449 Lightpath routing for maximum reliability in optial mesh networks Shengli Yuan, 1, * Saket Varma, 2 and Jason P. Jue 2 1 Department of Computer

More information

EXACT TRAVELLING WAVE SOLUTIONS FOR THE GENERALIZED KURAMOTO-SIVASHINSKY EQUATION

EXACT TRAVELLING WAVE SOLUTIONS FOR THE GENERALIZED KURAMOTO-SIVASHINSKY EQUATION Journal of Mathematial Sienes: Advanes and Appliations Volume 3, 05, Pages -3 EXACT TRAVELLING WAVE SOLUTIONS FOR THE GENERALIZED KURAMOTO-SIVASHINSKY EQUATION JIAN YANG, XIAOJUAN LU and SHENGQIANG TANG

More information

Distributed Gaussian Mixture Model for Monitoring Multimode Plant-wide Process

Distributed Gaussian Mixture Model for Monitoring Multimode Plant-wide Process istributed Gaussian Mixture Model for Monitoring Multimode Plant-wide Proess Jinlin Zhu, Zhiqiang Ge, Zhihuan Song. State ey Laboratory of Industrial Control Tehnology, Institute of Industrial Proess Control,

More information