Enhancement of Degraded Image Based on Neural Network

Size: px
Start display at page:

Download "Enhancement of Degraded Image Based on Neural Network"

Transcription

1 Engneerng scence Enhancement of Degraded Image Based on Neural Network Defa Hu School of Computer and Informaton Engneerng, Hunan Unversty of Commerce, Changsha , Hunan, Chna Zhuang Wu* Informaton College, Captal Unversty of Economcs and Busness Bejng , Chna *Correspondng author: Abstract Inevtably, mage degradaton s caused n the magng, reproducton, scannng, transmsson and dsplay. Ths paper conducts systematc analyss and research on the clearness processng of degraded mage based on BP neural network. The proposed scheme ncreases the output ranges of the hdden layer and the output layer, sets the varable step sze, accelerates the learnng speed of the neural network and avods the excessve correcton of the weghts and speeds up the convergence rate of the neural network. It can preserve more profound mage nformaton, greatly enhance the contrast of the degraded mage, effectvely strengthen the overall qualty of the degraded mage and obtan more deal mage clearness effect whle processng the degraded mage acqured under bad condtons. Key words: IMAGE CLEARNESS, BP NEURAL NETWORK, DEGRADED IMAGE 1. Introducton The mage we record usually has certan degree of degradaton, ncludng some pxel dsplacement, object dstorton and dstance rato mbalance n the mage due to the mperfect actual magng system, the mpact of transmsson meda, the relatve moton between the scenery and the magng system and the random envronment noses n the formaton, transmsson and recordng of the mage[1]. In fact, ths s the so-called mage degradaton. The purpose of mage clearness restoraton processng s to process the degraded mage to restore t nto the orgnal mage and ths s the foundaton of mage processng, pattern recognton and machne vson[2]. The tradtonal mage clearness restoraton s faced wth the computaton of hgh-dmensonal equatons, whch has a heavy computaton load, requres the assumpton to satsfy the generalzed statonary process n the restoraton or lacks complete theoretcal foundaton and unfed desgn method[3]. Ths s the fundamental reason why the mage restoraton problem wth extensve applcaton value can t be solved satsfactorly. Neural network has certan advantages n the Metallurgcal and Mnng Industry, 2015, No

2 restoraton of mage clearness because the mage clearness based on neural network doesn t need to assume that the mage meets the wde-sense statonary process and that t s easy to realse[4]. By analyzng the features of degraded mage and havng a great number of tranngs, neural network method can accurately dentfy and extract the fuzzy regons n the locally-moved fuzzy mage, search the fuzzy features n the mage, set the parameters, process the fuzzy regons and get the restored mage n the complcated backgrounds and unclear gray features[5]. Frstly, ths paper desgns the hdden layer, the output layer and the step sze of BP neural network n accordance wth the clearness restoraton of degraded mage. Secondly, t gves the basc procedures of the algorthm n ths paper and the steps of the restoraton of mage clearness. Fnally, t s the experment smulaton and analyss. 2. BPAlgorthm BP neural network algorthm s a backpropagaton algorthm, the operatng base of whch s mult-layer feed-forward neural network. Ever snce t was proposed n the 1980s, t has been attractng ncreasng attenton, so far, t has been wdely appled n varous forefront felds Introducton of BP Algorthm As one of the layered network models, BP neural network model ncludes nput layer, output layer and multple hdden layers. Besdes, there are several unts n every layer of BP neural network model and the connecton between the unts s realzed by drected weghted edge. Attenton shall be pad to several problems here: 1) The network s feed-forward and sngle, that s to say, every feedback can only be sent to the front neghborhood output layer or hdden layer but not to span and propagate backwards. 2) The network s fully connected. In other words, t s n a one-to-many relatonshp, namely that the unts n every layer are connected wth all unts n the prevous layer through drected weghted edge. Therefore, as long as there are enough hdden layers n the mddle, the lnear threshold functon n the mult-layer feed-forward neural network can approach any functon suffcently. Besdes, before the neural network tranng starts, the structure of the neural network must be confrmed, namely the followng shall be confrmed: the unts n the nput layer, the number of hdden layers, the unts of every hdden layer and the unts of the output layer. However, there sn t a specfc theoretcal bass for us to follow as for how to confrm the number of nodes n every hdden layer and the number of network layers [6] Process of BP Algorthm In the above dscusson, t has been confrmed BP neural network model s one of the mult-layer feed-forward neural network models.its structural pattern must be confrmed before utlzng BP neural network model (t s certan that such structure may change after that. Then dvde the orgnal data provded, ncludng tranng data, test data and nspecton data. In the calculaton, obtan the calculaton error between the data and that of the node n the forward layer and adjust ts weght and threshold so that the nput data and output data satsfy certan mappng relatonshp gven before[7]. It can be seen that by prncple, BP neural network model can be dvded nto three parts. Forward propagaton nput: Calculate the net nput of the unt I = wo +θ and the data to be used s the bas j j j I between the lnear combnaton and unt. Use actvaton functon actvaton functon n the net nput of the unt and get the unt output 1. O = j 1 + e I Calculate the error Error calculaton reflects the network predcton error through the weght updates and the bas and back propagate the predcted error. Calculate the error E rrj of the unt j n the output layer wth the followng formula: Errj = Oj (1 Oj )( Tj Oj ) (1) Update the weght and bas The update methods nclude nstance update and perodc update. The former update of weght and bas are made after processng a data. In ths way, t has excellent tmelness but ts parallel processng capacty s not so strong and that s why perodc update comes nto beng. The basc dea of perodc update s to update the weght and bas after processng traned and centralzed samples. There are three termnaton condtons: the frst s that the varaton of all w j n the prevous perod s smaller than a certan gven threshold, the second s that the percentage of the samples whch are not correctly classfed n the prevous perod s smaller than a certan threshold and the thrd s that t has exceeded the pre-assgned number of perods[8]. 2.3 Standard Formula of BP Algorthm It s nevtable to dscuss the nput and output of the nodes n the BP neural network 282 Metallurgcal and Mnng Industry, 2015, No. 4

3 model.there are no specfc conclusons to follow n the exstng academc materals n the selecton of the ntal neural network parameters such as the weght w, the devaton value θ and the learnng rate of that network model[9]. The nput and output calculaton formula (1) The value of the nput node n the nput layer: x j (2) The output of the hdden node n the hdden layer: y = f( wx θ ) j j (3) The output of the output node n the output layer: o = f( T θ ) node: t j The modfed formula of the output layer (1) The expected output of the output (2) Error control: p k ξr k = 1 E = e < (3) Error calculaton: Errj = oj (1 oj )( Tj o j ) (4) Weght modfcaton: Tj ( k+ 1) = Tj ( k) + lerrjo (5) Threshold modfcaton: θj ( k + 1) = θj ( k) + lerrjo The modfed formula of the hdden layer (1) Error calculaton: E = o (1 o ) E w rrj j j rrk kj k (2) Weght modfcaton: wj ( k+ 1) = wj ( k) + lerrjo (3) Threshold modfcaton: θ ( k + 1) = θ ( k) + le o j j rrj 3. Establshment of BP Neural Network 3.1 Desgn of Transfer Functon Transfer functon s an mportant part of BP network and we usually use S-type logarthmc or tangent functon. Before the nput, make a quantzed unfcaton on the orgnal data to make the nput vectors wthn the range of [- 1,1] and meet the value requrements of the above transfer functons. Therefore, ths paper selects tan sg and logsg as the transfer functons of the hdden layer and the output layer respectvely [10]. tan sg s a hyperbolc tangent S-type transfer functon wth ts graph as ndcated by Fg.1. Fgure 1. Hyperbolc tangent s-type transfer functon logsg s the S-type logarthmc functon and ts call format s: A = log sg( N ) nfo = log sg (code) In here, N s S-dmensonal nput vectors and A s the functon return value wthn the range of (0,1). nfo = log sg (code) returns dfferent nformaton accordng to the dfferences of code value. See ts functon graph as Fg.2. Fgure 2. S-type logarthmc functon 3.2.Desgn of Intal Weght Intal weght s of great sgnfcant n the neural network because t determnes the ntal state of the error. Normally, the smaller the desgn of the ntal weght, the better snce n ths way every neuron n the neural network can be close to unform dstrbuton n that layer. Ths paperhas few requrements on the parallel capacty and error analyss of BP neural network, however, snce the predcton result s based on short-term trend, t has hgher accuracy requrements. Ths paper uses Functon nt provded by Matlab. An ntal value randomly generates Metallurgcal and Mnng Industry, 2015, No

4 among [-1,1]. It uses the characterstcs of BP neural network n the entre process, adjusts ts numercal value by calculatng the error and fnalzes the numercal value of ntal weght[11]. 3.3 Desgn of Tranng Functon The data collected n ths paper are all wthn the range of [0,1] after normalzaton processng and the dfferences between every numercal values are small, therefore, the tranng functon ths paper selects s trandx. In accordance wth the tme, number and accuracy requrements on the tranng data, ths paper defnes the tmes of tranng as and sets the tranng target error and learnng rate as and 0.01 respectvely. See the detals as followsn Fg.3: Weght correcton Input layer Hdden layer Output layer Fgure 3. Tranng process of BP network Error Tranng 3.4 Desgn of Performance Functon In ts research, n order to make the model unversal and applcable, t mproves ts generalzaton ablty on new samples to reduce tranng error. The feed-forward network error performance functons used n ths paper are Mean Square Error mse: N N F = mse = e = ( t a) (2) N = 1 N = a Although there s another performance functon, whch s the modfyng network error performance functon msereg, namely: msereg = r * mse + (1 r) msw (3) In here, r s the error performance 1 2 adjustment rato and = n msw x j. n j= 1 The above has form the complete desgn and study process of a complete BP neural network model[12]. 4. The Flow and Steps of BP Neural Network Algorthm The mage clearness based on BP neural network algorthm ncludes the followng steps: (1) Read the mage, obtan ts pxel matrx, extract the gray value of every pxel pont, computes the membershp of pxel ( mn, ) n the matrx by usng the membershp functon and set the nput vector P and the target vector. (2) Intalze BP neural network and set the learnng rate η (0) of the frst sample tranng. The tranng lasts from the nput of the samples tll the network error reaches the set value or the maxmum number of tranngs has reached and preserve the weght and threshold. (3) Read n the mage to be processed. The mage to be adopted here s the football mage wth a gray scale of 256. Degrade the orgnal mage through 5 5 functon and ts form s: H = / 32 (4) (4) Defne the range of the gray value of the degraded mage Y wthn [ 0.5,0.5],.e. the value range of every neuron x s wthn [-0.5, 0.5], so as to reduce the error whch s ntroduced when forcng x of every teraton nto the value Y range to certan extent: Y = 0.5, the ntal 255 T value x(0) = H Y, t = 0 and the admssble error 5 of the network convergence s err = 10. (5) Select the mage to be sharpened, tran the nput vector wth the well-traned BP neural network. And the fnal output vector s the restoraton processng result of the mage. (6) Restore the mage restoraton result nto the mage grayscale matrx n the form of vector and dsplay the result. The key flow othe mproved method s ndcated n Fg.4: 284 Metallurgcal and Mnng Industry, 2015, No. 4

5 Start Buld BP neural network, nput tranng data and select the membershp functon BP neural network computaton Compute the error Reach the target or not? No Yes Read n the orgnal mage Tranng s over, preserve the network and output the basc parameters Perform mage degradaton processng and acqure degradaton matrx Extract the mage feature vector and compute the weght and threshold by usng the parameters obtaned from BP neural network tranng. BP neural network trans the vectors acqured n the mage. Compute the result of the mage restoraton vector and restore t nto mage gray matrx n the form of vector Output the preserved restored mage. End Fgure 4. The man flow of mproved method The selecton of the learnng rate η s very mportant. If η s too bg, the weghted coeffcent may not be converged because of repeated vbraton, f η s too small, the learnng rate can be relatvely slow, causng too much tme n network convergence, therefore, the nerta coeffcent αs usually ntroduced to accelerate the network convergence when η s small and to assst n the network convergence when η s bg[13,14]. Another problem of BP network s that the system may be trapped nto certan local mnmum, or certan quescent pont or vbraton among these ponts n the learnng process. Under these crcumstances, the system wll have huge errors no matter how many teratons have been performed. Therefore, n the learnng process, avod the system to be trapped n certan local mnmum ponts and the ntroducton of nerta tem may avod the network to be trapped n vertan local mnmum[15]. 5. Experment Smulaton and Analyss The orgnal clear mage adopted n the smulaton experment s the 128x128 football mage wth a gray scale of 256. Fg.5(C) s the restoraton result of the least square method and Fg.5 (D) s the restoraton result of BP network. It can be seen from the comparson of the above experment results that BP neural network has greatly mproved the qualty of the restored mage wth well-preserved mage detals, comfortable sense of feelng to human eyes n the processed mage and obvous effect. The method ntegratng tan sg functon and log sg functon has provded the network wth stronger functon approxmaton capablty and the obvous mprovements n the mage restoraton has proved Metallurgcal and Mnng Industry, 2015, No

6 that the method n ths paper s better than the tradtonal least square method. (a) Standard mage (b) Degraded mage (c) Least square method (d) BP neural network Fgure 5. Comparson of restoraton of mage clearness 6. Concluson In varous mage systems, the mage s usually degraded because of mage transmsson and converson such as magng, reproducton, scannng, transmsson and dsplay. In order to mprove the mage qualty, ths paper has nvestgated the clearness of degraded mage based on BP neural network from the aspects lke the transmsson functon, the network learnng rate and the tranng algorthm of BP neural network. And the experment smulaton n the fnal part has verfed the effectveness of the method of ths paper. Acknowledgements Ths work was supported by the Bejng Phlosophcal Socal Scence Project (No.14SHB015), the Bejng Muncpal Educaton Commsson Foundaton of Chna (No. SM ) and the Natonal Natural Scence Foundaton of Chna (Grant No: ). References 1. Olver Jovanovsk (2014) Convergence Bound n Total Varaton for an Image Restoraton Model. Statstcs & Probablty Letters, 90(7), p.p Zhuang Wen Wu, Langrong Zhu (2013) Car Informaton Bus Image Restoraton usng Multwavelet Transform Algorthm. TELKOMNIKA Indonesan Journal of Electrcal Engneerng, 11(10), p.p Donghong Zhao (2014) Total Varaton Dfferental Equaton wth Wavelet Transform for Image Restoraton. TELKOMNIKA Indonesan Journal of Electrcal Engneerng, 12(6), p.p Pablo Ruz, Hram Madero-Orozco, Javer Mateos, et al. (2014) Combnng Posson Sngular Integral and Total Varaton Pror Models n Image Restoraton. Sgnal Processng, 103(10), p.p Jahedsaravan, M.H. Marhaban, M. Massnae (2014) Predcton of the Metallurgcal Performances of a Batch Flotaton System by Image Analyss and Neural Networks. Mnerals Engneerng, 69(12), p.p M. Sartha, K. Paul Joseph, Abraham T. Mathew (2013) Classfcaton of MRI Bran Images usng Combned Wavelet Entropy Based Spder Web Plots and Probablstc Neural Network. Pattern Recognton Letters, 34(16), p.p Metallurgcal and Mnng Industry, 2015, No. 4

7 7. M. Monca Subashn, Sarat Kumar Sahoo (2014) Pulse Coupled Neural Networks and Its Applcatons. Expert Systems wth Applcatons, 41(8), p.p Seung-Ho Kang, Jung-Hee Cho, Sang-Hee Lee (2014) Identfcaton of Butterfly Based on Ther Shapes when Vewed from Dfferent Angles usng An Artfcal Neural Network. Journal of Asa-Pacfc Entomology, 17(2), p.p D. Jude Hemanth, C.Kez Selva Vjla, A.Immanuel Selvakumar, et al. (2014) Performance Improved Iteraton-free Artfcal Neural Networks for Abnormal Magnetc Resonance Bran Image Classfcaton. Neurocomputng, 130(23), p.p Roberto Vega, Gldardo Sanchez-Ante, Lus E. Falcon-Morales,et al. (2015) Retnal Vessel Extracton usng Lattce Neural Networks wth Dendrtc Processng. Computers n Bology and Medcne, 58(1), p.p Sddhartha Bhattacharyya, Pankaj Pal, Sandp Bhowmck (2014) Bnary Image Denosng usng A Quantum Multlayer Self Organzng Neural Network. Appled Soft Computng, 24(11), p.p Anna Aprle, Govanna Castellano, Gacomo Eramo (2014) Combnng Image Analyss and Modular Neural Networks for Classfcaton of Mneral Inclusons and Pores n Archaeologcal Potsherds. Journal of Archaeologcal Scence, 50(10), p.p A.Bouhamd, R. Enkhbat, K. Jblou (2014) Condtonal Gradent Tkhonov Method for a Convex Optmzaton Problem n Image Restoraton. Journal of Computatonal and Appled Mathematcs, 255(1), p.p Rachd Hedjam, Mohamed Cheret (2013) Hstorcal Document Image Restoraton usng Multspectral Imagng System. Pattern Recognton, 46(8), p.p Ratnakar Dash, Banshdhar Majh (2014) Moton Blur Parameters Estmaton for Image Restoraton. Optk-Internatonal Journal for Lght and Electron Optcs, 125(5), p.p Metallurgcal and Mnng Industry, 2015, No

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

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

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

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

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

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

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

MTBF PREDICTION REPORT

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

More information

Evaluate the Effective of Annular Aperture on the OTF for Fractal Optical Modulator

Evaluate the Effective of Annular Aperture on the OTF for Fractal Optical Modulator Global Advanced Research Journal of Management and Busness Studes (ISSN: 2315-5086) Vol. 4(3) pp. 082-086, March, 2015 Avalable onlne http://garj.org/garjmbs/ndex.htm Copyrght 2015 Global Advanced Research

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

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

Grain Moisture Sensor Data Fusion Based on Improved Radial Basis Function Neural Network

Grain Moisture Sensor Data Fusion Based on Improved Radial Basis Function Neural Network Gran Mosture Sensor Data Fuson Based on Improved Radal Bass Functon Neural Network Lu Yang, Gang Wu, Yuyao Song, and Lanlan Dong 1 College of Engneerng, Chna Agrcultural Unversty, Bejng,100083, Chna zhjunr@gmal.com,{yanglu,maozhhua}@cau.edu.cn

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[Type text] [Type text] [Type text] Wenjing Yuan Luxun Art Academy of Yan an University Xi an, , (CHINA)

[Type text] [Type text] [Type text] Wenjing Yuan Luxun Art Academy of Yan an University Xi an, , (CHINA) [Type text] [Type text] [Type text] ISSN : 0974-7435 Volume 10 Issue 19 BoTechnology 2014 An Indan Journal FULL PAPER BTAIJ, 10(19, 2014 [10873-10877] Computer smulaton analyss on pano tmbre ABSTRACT Wenjng

More information

A High-Sensitivity Oversampling Digital Signal Detection Technique for CMOS Image Sensors Using Non-destructive Intermediate High-Speed Readout Mode

A High-Sensitivity Oversampling Digital Signal Detection Technique for CMOS Image Sensors Using Non-destructive Intermediate High-Speed Readout Mode A Hgh-Senstvty Oversamplng Dgtal Sgnal Detecton Technque for CMOS Image Sensors Usng Non-destructve Intermedate Hgh-Speed Readout Mode Shoj Kawahto*, Nobuhro Kawa** and Yoshak Tadokoro** *Research Insttute

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

TECHNICAL NOTE TERMINATION FOR POINT- TO-POINT SYSTEMS TN TERMINATON FOR POINT-TO-POINT SYSTEMS. Zo = L C. ω - angular frequency = 2πf

TECHNICAL NOTE TERMINATION FOR POINT- TO-POINT SYSTEMS TN TERMINATON FOR POINT-TO-POINT SYSTEMS. Zo = L C. ω - angular frequency = 2πf TECHNICAL NOTE TERMINATION FOR POINT- TO-POINT SYSTEMS INTRODUCTION Because dgtal sgnal rates n computng systems are ncreasng at an astonshng rate, sgnal ntegrty ssues have become far more mportant to

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

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

Th P5 13 Elastic Envelope Inversion SUMMARY. J.R. Luo* (Xi'an Jiaotong University), R.S. Wu (UC Santa Cruz) & J.H. Gao (Xi'an Jiaotong University)

Th P5 13 Elastic Envelope Inversion SUMMARY. J.R. Luo* (Xi'an Jiaotong University), R.S. Wu (UC Santa Cruz) & J.H. Gao (Xi'an Jiaotong University) -4 June 5 IFEMA Madrd h P5 3 Elastc Envelope Inverson J.R. Luo* (X'an Jaotong Unversty), R.S. Wu (UC Santa Cruz) & J.H. Gao (X'an Jaotong Unversty) SUMMARY We developed the elastc envelope nverson method.

More information

Study of the Improved Location Algorithm Based on Chan and Taylor

Study of the Improved Location Algorithm Based on Chan and Taylor Send Orders for eprnts to reprnts@benthamscence.ae 58 The Open Cybernetcs & Systemcs Journal, 05, 9, 58-6 Open Access Study of the Improved Locaton Algorthm Based on Chan and Taylor Lu En-Hua *, Xu Ke-Mng

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

BP Neural Network based on PSO Algorithm for Temperature Characteristics of Gas Nanosensor

BP Neural Network based on PSO Algorithm for Temperature Characteristics of Gas Nanosensor 2318 JOURNAL OF COMPUTERS, VOL. 7, NO. 9, SEPTEMBER 2012 BP Neural Network based on PSO Algorthm for Temperature Characterstcs of Gas Nanosensor Weguo Zhao Center of Educaton Technology, Hebe Unversty

More information

Improvement of the Vehicle License Plate Recognition System in the Environment of Rain and Fog Zhun Wang 1, a *, Zhenyu Liu 2,b

Improvement of the Vehicle License Plate Recognition System in the Environment of Rain and Fog Zhun Wang 1, a *, Zhenyu Liu 2,b Internatonal Conference on Informaton Technology and Management Innovaton (ICITMI 05) Improvement of the Vehcle Lcense Plate Recognton System n the Envronment of Ran and Fog Zhun Wang, a *, Zhenyu Lu,b

More information

Impact of Interference Model on Capacity in CDMA Cellular Networks. Robert Akl, D.Sc. Asad Parvez University of North Texas

Impact of Interference Model on Capacity in CDMA Cellular Networks. Robert Akl, D.Sc. Asad Parvez University of North Texas Impact of Interference Model on Capacty n CDMA Cellular Networks Robert Akl, D.Sc. Asad Parvez Unversty of North Texas Outlne Introducton to CDMA networks Average nterference model Actual nterference model

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

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

Applying Rprop Neural Network for the Prediction of the Mobile Station Location

Applying Rprop Neural Network for the Prediction of the Mobile Station Location Sensors 0,, 407-430; do:0.3390/s040407 OPE ACCESS sensors ISS 44-80 www.mdp.com/journal/sensors Communcaton Applyng Rprop eural etwork for the Predcton of the Moble Staton Locaton Chen-Sheng Chen, * and

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

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

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

熊本大学学術リポジトリ. 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

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

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

More information

Transformer winding modal parameter identification based on poly-reference least-square complex frequency domain method

Transformer winding modal parameter identification based on poly-reference least-square complex frequency domain method Internatonal Conference on Advanced Electronc Scence and Technology (AEST 2016) Transformer wndng modal parameter dentfcaton based on poly-reference least-square complex frequency doman method Yanng L

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

Adaptive System Control with PID Neural Networks

Adaptive System Control with PID Neural Networks Adaptve System Control wth PID Neural Networs F. Shahra a, M.A. Fanae b, A.R. Aromandzadeh a a Department of Chemcal Engneerng, Unversty of Sstan and Baluchestan, Zahedan, Iran. b Department of Chemcal

More information

A Fuzzy-based Routing Strategy for Multihop Cognitive Radio Networks

A Fuzzy-based Routing Strategy for Multihop Cognitive Radio Networks 74 Internatonal Journal of Communcaton Networks and Informaton Securty (IJCNIS) Vol. 3, No., Aprl 0 A Fuzzy-based Routng Strategy for Multhop Cogntve Rado Networks Al El Masr, Naceur Malouch and Hcham

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

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

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

New Parallel Radial Basis Function Neural Network for Voltage Security Analysis

New Parallel Radial Basis Function Neural Network for Voltage Security Analysis New Parallel Radal Bass Functon Neural Network for Voltage Securty Analyss T. Jan, L. Srvastava, S.N. Sngh and I. Erlch Abstract: On-lne montorng of power system voltage securty has become a very demandng

More information

Beam quality measurements with Shack-Hartmann wavefront sensor and M2-sensor: comparison of two methods

Beam quality measurements with Shack-Hartmann wavefront sensor and M2-sensor: comparison of two methods Beam qualty measurements wth Shack-Hartmann wavefront sensor and M-sensor: comparson of two methods J.V.Sheldakova, A.V.Kudryashov, V.Y.Zavalova, T.Y.Cherezova* Moscow State Open Unversty, Adaptve Optcs

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

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

Electrical Capacitance Tomography with a Square Sensor

Electrical Capacitance Tomography with a Square Sensor Electrcal Capactance Tomography wth a Square Sensor W Q Yang * Department of Electrcal Engneerng and Electroncs, Process Tomography Group, UMIST, P O Box 88, Manchester M60 QD, UK, emal w.yang@umst.ac.uk

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

Performance Analysis of the Weighted Window CFAR Algorithms

Performance Analysis of the Weighted Window CFAR Algorithms Performance Analyss of the Weghted Wndow CFAR Algorthms eng Xangwe Guan Jan He You Department of Electronc Engneerng, Naval Aeronautcal Engneerng Academy, Er a road 88, Yanta Cty 6400, Shandong Provnce,

More information

A Patent Quality Classification System Using a Kernel-PCA with SVM

A Patent Quality Classification System Using a Kernel-PCA with SVM ADVCOMP 05 : The nth Internatonal Conference on Advanced Engneerng Computng and Applcatons n Scences A Patent Qualty Classfcaton System Usng a Kernel-PCA wth SVM Pe-Chann Chang Innovaton Center for Bg

More information

Medium Term Load Forecasting for Jordan Electric Power System Using Particle Swarm Optimization Algorithm Based on Least Square Regression Methods

Medium Term Load Forecasting for Jordan Electric Power System Using Particle Swarm Optimization Algorithm Based on Least Square Regression Methods Journal of Power and Energy Engneerng, 2017, 5, 75-96 http://www.scrp.org/journal/jpee ISSN Onlne: 2327-5901 ISSN Prnt: 2327-588X Medum Term Load Forecastng for Jordan Electrc Power System Usng Partcle

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

AN ALTERNATE CUT-OFF FREQUENCY FOR THE RESPONSE SPECTRUM METHOD OF SEISMIC ANALYSIS

AN ALTERNATE CUT-OFF FREQUENCY FOR THE RESPONSE SPECTRUM METHOD OF SEISMIC ANALYSIS ASIAN JOURNAL OF CIVIL ENGINEERING (BUILDING AND HOUSING) VOL. 11, NO. 3 (010) PAGES 31-334 AN ALTERNATE CUT-OFF FREQUENCY FOR THE RESPONSE SPECTRUM METHOD OF SEISMIC ANALYSIS M. Dhleep a*, N.P. Shahul

More information

An Algorithm Forecasting Time Series Using Wavelet

An Algorithm Forecasting Time Series Using Wavelet IJCSI Internatonal Journal of Computer Scence Issues, Vol., Issue, No, January 04 ISSN (Prnt): 94-084 ISSN (Onlne): 94-0784 www.ijcsi.org 0 An Algorthm Forecastng Tme Seres Usng Wavelet Kas Ismal Ibraheem,Eman

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

Design of Teaching Platform Based on Information Detection System

Design of Teaching Platform Based on Information Detection System , pp.43-48 http://dx.do.org/1.14257/astl.216.139.8 Desgn of Teachng Platform Based on Informaton Detecton System Zhenjng Yao, Lxn L, Qn Gao & Zhmng Han Insttute of Dsaster Preventon Sanhe, Hebe, People

More information

A Novel Spatial Interpolation Method Based on the Integrated RBF Neural Network

A Novel Spatial Interpolation Method Based on the Integrated RBF Neural Network Avalable onlne at www.scencedrect.com Proceda Envronmental Scences 10 (2011 ) 568 575 2011 3rd Internatonal Conference on Envronmental Scence and Informaton Applcaton Technology (ESIAT 2011) www.elsever.com/locate/proceda

More information

Advanced Bio-Inspired Plausibility Checking in a Wireless Sensor Network Using Neuro-Immune Systems

Advanced Bio-Inspired Plausibility Checking in a Wireless Sensor Network Using Neuro-Immune Systems Fourth Internatonal Conference on Sensor Technologes and Applcatons Advanced Bo-Inspred Plausblty Checkng n a reless Sensor Network Usng Neuro-Immune Systems Autonomous Fault Dagnoss n an Intellgent Transportaton

More information

Estimation of Solar Radiations Incident on a Photovoltaic Solar Module using Neural Networks

Estimation of Solar Radiations Incident on a Photovoltaic Solar Module using Neural Networks XXVI. ASR '2001 Semnar, Instruments and Control, Ostrava, Aprl 26-27, 2001 Paper 14 Estmaton of Solar Radatons Incdent on a Photovoltac Solar Module usng Neural Networks ELMINIR, K. Hamdy 1, ALAM JAN,

More information

Approximating User Distributions in WCDMA Networks Using 2-D Gaussian

Approximating User Distributions in WCDMA Networks Using 2-D Gaussian CCCT 05: INTERNATIONAL CONFERENCE ON COMPUTING, COMMUNICATIONS, AND CONTROL TECHNOLOGIES 1 Approxmatng User Dstrbutons n CDMA Networks Usng 2-D Gaussan Son NGUYEN and Robert AKL Department of Computer

More information

Yarn tenacity modeling using artificial neural networks and development of a decision support system based on genetic algorithms

Yarn tenacity modeling using artificial neural networks and development of a decision support system based on genetic algorithms Journal of AI and Data Mnng Vol 2, No, 204, 73-78 Yarn tenacty modelng usng artfcal neural networks and development of a decson support system based on genetc algorthms M Dasht, V Derham 2*, E Ekhtyar

More information

Compressive Direction Finding Based on Amplitude Comparison

Compressive Direction Finding Based on Amplitude Comparison Compressve Drecton Fndng Based on Ampltude Comparson Rumng Yang, Ypeng Lu, Qun Wan and Wanln Yang Department of Electronc Engneerng Unversty of Electronc Scence and Technology of Chna Chengdu, Chna { shan99,

More information

Breast Cancer Detection using Recursive Least Square and Modified Radial Basis Functional Neural Network

Breast Cancer Detection using Recursive Least Square and Modified Radial Basis Functional Neural Network Breast Cancer Detecton usng Recursve Least Square and Modfed Radal Bass Functonal Neural Network M.R.Senapat a, P.K.Routray b,p.k.dask b,a Department of computer scence and Engneerng Gandh Engneerng College

More information

A Novel Hybrid Neural Network for Data Clustering

A Novel Hybrid Neural Network for Data Clustering A Novel Hybrd Neural Network for Data Clusterng Dongha Guan, Andrey Gavrlov Department of Computer Engneerng Kyung Hee Unversty, Korea dongha@oslab.khu.ac.kr, Avg1952@rambler.ru Abstract. Clusterng plays

More information

Cooperative localization method for multi-robot based on PF-EKF

Cooperative localization method for multi-robot based on PF-EKF Scence n Chna Seres F: Informaton Scences 008 SCIENCE IN CHINA PRESS Sprnger www.scchna.com nfo.scchna.com www.sprngerln.com Cooperatve localzaton method for mult-robot based on PF-EKF WANG Lng, WAN JanWe,

More information

D-STATCOM Optimal Allocation Based On Investment Decision Theory

D-STATCOM Optimal Allocation Based On Investment Decision Theory Internatonal Conference on Computer Engneerng, Informaton Scence & Applcaton Technology (ICCIA 2016) D-STATCOM Optmal Allocaton Based On Investment Decson Theory Yongjun Zhang1, a, Yfu Mo1, b and Huazhen

More information

Micro-grid Inverter Parallel Droop Control Method for Improving Dynamic Properties and the Effect of Power Sharing

Micro-grid Inverter Parallel Droop Control Method for Improving Dynamic Properties and the Effect of Power Sharing 2015 AASRI Internatonal Conference on Industral Electroncs and Applcatons (IEA 2015) Mcro-grd Inverter Parallel Droop Control Method for Improvng Dynamc Propertes and the Effect of Power Sharng aohong

More information

Topology Control for C-RAN Architecture Based on Complex Network

Topology Control for C-RAN Architecture Based on Complex Network Topology Control for C-RAN Archtecture Based on Complex Network Zhanun Lu, Yung He, Yunpeng L, Zhaoy L, Ka Dng Chongqng key laboratory of moble communcatons technology Chongqng unversty of post and telecommuncaton

More information

Optimization of Ancillary Services for System Security: Sequential vs. Simultaneous LMP calculation

Optimization of Ancillary Services for System Security: Sequential vs. Simultaneous LMP calculation Optmzaton of Ancllary Servces for System Securty: Sequental vs. Smultaneous LM calculaton Sddhartha Kumar Khatan, Yuan L, Student Member, IEEE, and Chen-Chng. Lu, Fellow, IEEE Abstract-- A lnear optmzaton

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

FAST ELECTRON IRRADIATION EFFECTS ON MOS TRANSISTOR MICROSCOPIC PARAMETERS EXPERIMENTAL DATA AND THEORETICAL MODELS

FAST ELECTRON IRRADIATION EFFECTS ON MOS TRANSISTOR MICROSCOPIC PARAMETERS EXPERIMENTAL DATA AND THEORETICAL MODELS Journal of Optoelectroncs and Advanced Materals Vol. 7, No., June 5, p. 69-64 FAST ELECTRON IRRAIATION EFFECTS ON MOS TRANSISTOR MICROSCOPIC PARAMETERS EXPERIMENTAL ATA AN THEORETICAL MOELS G. Stoenescu,

More information

Equity trend prediction with neural networks

Equity trend prediction with neural networks Res. Lett. Inf. Math. Sc., 2004, Vol. 6, pp 15-29 15 Avalable onlne at http://ms.massey.ac.nz/research/letters/ Equty trend predcton wth neural networks R.HALLIDAY Insttute of Informaton & Mathematcal

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

arxiv: v1 [cs.lg] 8 Jul 2016

arxiv: v1 [cs.lg] 8 Jul 2016 Overcomng Challenges n Fxed Pont Tranng of Deep Convolutonal Networks arxv:1607.02241v1 [cs.lg] 8 Jul 2016 Darryl D. Ln Qualcomm Research, San Dego, CA 92121 USA Sachn S. Talath Qualcomm Research, San

More information

Methods for Preventing Voltage Collapse

Methods for Preventing Voltage Collapse Methods for Preventng Voltage Collapse Cláuda Res 1, Antóno Andrade 2, and F. P. Macel Barbosa 3 1 Telecommuncatons Insttute of Avero Unversty, Unversty Campus of Avero, Portugal cres@av.t.pt 2 Insttute

More information

Radio Link Parameters Based QoE Measurement of Voice Service in GSM Network *

Radio Link Parameters Based QoE Measurement of Voice Service in GSM Network * Communcatons and etwork, 2013, 5, 448-454 http://dx.do.org/10.4236/cn.2013.53b2083 Publshed Onlne September 2013 (http://www.scrp.org/journal/cn) Rado Lnk Parameters Based QoE Measurement of Voce Servce

More information

MASTER TIMING AND TOF MODULE-

MASTER TIMING AND TOF MODULE- MASTER TMNG AND TOF MODULE- G. Mazaher Stanford Lnear Accelerator Center, Stanford Unversty, Stanford, CA 9409 USA SLAC-PUB-66 November 99 (/E) Abstract n conjuncton wth the development of a Beam Sze Montor

More information

Joint Adaptive Modulation and Power Allocation in Cognitive Radio Networks

Joint Adaptive Modulation and Power Allocation in Cognitive Radio Networks I. J. Communcatons, etwork and System Scences, 8, 3, 7-83 Publshed Onlne August 8 n ScRes (http://www.scrp.org/journal/jcns/). Jont Adaptve Modulaton and Power Allocaton n Cogntve Rado etworks Dong LI,

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

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

Short Term Load Forecasting based on An Optimized Architecture of Hybrid Neural Network Model

Short Term Load Forecasting based on An Optimized Architecture of Hybrid Neural Network Model Short Term Load Forecastng based on An Optmzed Archtecture of Hybrd Neural Network Model Fras Shhab Ahmed Turksh Aeronautcal Assocaton Unversty Department of Informaton Technology Ankara, Turkey Mnstry

More information

A novel immune genetic algorithm based on quasi-secondary response

A novel immune genetic algorithm based on quasi-secondary response 12th AIAA/ISSMO Multdscplnary Analyss and Optmzaton Conference 10-12 September 2008, Vctora, Brtsh Columba Canada AIAA 2008-5919 A novel mmune genetc algorthm based on quas-secondary response Langyu Zhao

More information

Comparative Study of Short-term Electric Load Forecasting

Comparative Study of Short-term Electric Load Forecasting 2014 Ffth Internatonal Conference on Intellgent Systems, Modellng and Smulaton Comparatve Study of Short-term Electrc Load Forecastng Bon-gl Koo Department of electrcal and computer engneerng Pusan atonal

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

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

Control of Chaos in Positive Output Luo Converter by means of Time Delay Feedback

Control of Chaos in Positive Output Luo Converter by means of Time Delay Feedback Control of Chaos n Postve Output Luo Converter by means of Tme Delay Feedback Nagulapat nkran.ped@gmal.com Abstract Faster development n Dc to Dc converter technques are undergong very drastc changes due

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