OPTIMIZING SVM FOR IMAGE RANKING USING ENHANCED ABC

Size: px
Start display at page:

Download "OPTIMIZING SVM FOR IMAGE RANKING USING ENHANCED ABC"

Transcription

1 OPTIMIZING SVM FOR IMAGE RANKING USING ENHANCED ABC NIDHI GONDALIA 1, NIRALI MANKAD 2 1 PG student M.E. Cop., Noble Group of Institutions, nidi.gondalia28@gail.co 2 C.S.E. DEPT., Noble Group of Institutions, nirali.ankad@gail.co Abstract It is saying that iage is worthwhile 100 words. It is better way to explain anything using iage. Here in this paper I a proposing an enhanced swar based optiization algorith to optiize iage ranking procedure. I a using Support Vector Machine for iage ra nking procedure. Swar based technique works on intelligent group work of eber of particular swar. There are any swar based techniques are available now a days like ACO, PSO, ABC etc. ABC is working on intelligent behavior of honey bee swar. To reove soe of liitation of ABC algorith here I hybridize ABC with Genetic algorith. SVM is good classifier and by optiization process of weight vector we can get better perforance of it. In this paper, we provide a thorough and extensive overview of ost research work focusing on the application of ABC, with the expectation that it would serve as a reference aterial to both old and new, incoing researchers to the field, to support their understanding of current trends and assist their future research prospects and directions. Also new proposed architecture of Enhanced ABC algorith, coparison between results of ABC and EABC for iage ranking is also given here. Keywords : Artificial Bee Colony Algorith, Iage Ranking, SVM, Swar based techniques I. INTRODUCTION Optiization is the process to get optiu output with iniu or current input [1]. Iage ranking is the process of classifying different iages based on their content. In real word any ties we search iage by words it s little bit cubersoe to find any iage by word on internet because we can t explain any iage by phrase of few words. To get exact result we can search iage by its content and it leads us to iage based retrieval. For iage based retrieval we need to rank iage based on its content. In recent are any iage ranking algorith are available like SVM, ANN, Naive Bayes Classifier, k-nearest Neighbor, Decision Trees etc. Fro all this algorith SVM has high generalization capacity so it can correctly classify iages with sall set of training exaples. Support Vector Machine is proposed by vapnic in SVM works based on statistical learning theory. Statistical learning theory is not only a tool for the theoretical analysis but also a tool for creating practical algoriths for pattern recognition.[7]. Many optiization techniques are available like Evolutionary algoriths, swar based algoriths. I concentrate on swar based techniques to optiize SVM. All swar based techniques works based on ain four principle which are: I) Positive feedback, II) negative feedback, III) fluctuations and IV) ultiple interactions. Here I a working on artificial bee colony algorith which works based on collective and clever behavior of honey bee swar. The reaining parts of the paper are organized as follows: Coplete ABC algorith is briefly outlined in Section II, iage ranking algorith is discussed in Section III. Section IV briefly explains proposed architecture of our EABC algorith and finally in section V we will copare result of both ABC and EABC to optiize SVM.

2 II. THE ABC ALGORITHM a) Forging behavior of bees in nature In nature honey bees works on rule divide and concur. All the work of nest is divided between group of bees. All bees are divided in ain three groups scout bee, onlooker bee and honey bee. Workings of all three groups are given below: Figure 1: Intelligent behaviour of honey bee foraging 1) Scout bee: they start searching of food sources randoly without any inforation about the food source. 2) Eploy bee: when scout bee finds any food source then it reebers inforation about that source and collects nectar fro that source and also shares inforation about that source to other bees by perforing waggle dance. 3) Onlooker bee: those bees watch the waggle dance perfored by onlooker bee and then goes to the food source found by eploy bee to collect the nectar. 4) Waggle Dance: this is the special type of oveent perfored by the eploy bee to share the inforation about the food source with onlooker bees. b) Matheatical odel of ABC The ABC consists of four ain phases: 1. Initialization Phase: The food sources, whose population size is SN, are randoly generated by scout bees. Each food source, represented by is an input vector to the optiization proble, has D variables and D is the diension of searching space of the objective function to be optiized. The initial food sources are randoly produced via the expression (1)

3 x l rand 0,1 * u l. i i i...(1) Where and are the upper and lower bound of the solution space of objective function, rand (0, 1) is a rando nuber within the range [0, 1]. 2. Eployed Bee Phase: Eployed bee flies to a food source and finds a new food source within the neighborhood of the food source. The higher quantity food source is eorized by the eployed bees. The food source inforation stored by eployed bee will be shared with onlooker bees. A neighbor food source is deterined and calculated by the following equation (2) i i i i ki v x x x.....(2) Where i is a randoly selected paraeter index, is a randoly selected food source, is a rando nuber within the range [-1, 1]. The range of this paraeter can ake an appropriate adjustent on specific issues. The fitness of food sources is essential in order to find the global optial. The fitness is calculated by the following forula (3), after that a greedy selection is applied between x and f. 1,fx 0 1 fx fit x 1 f x,f x 0....(3) Where is the objective function value of. 3. Onlooker Bee Phase: Onlooker bees calculates the profitability of food sources by observing the waggle dance in the dance area and then select a higher food source randoly. After that onlooker bees carry out randoly search in the neighborhood of food source. The quantity of a food source is evaluated by its profitability and the profitability of all food sources. P is deterined by the forula p fit 1SN x fit x....(4) Where fit (x )is the fitness of x. Onlooker bees search the neighborhood of food source according to the expression (5) v x x x.. i i i i ki...(5) 4. Scout Phase: If the profitability of food source cannot be iproved and the ties of unchanged greater than the predeterined nuber of trials, which called "liit", the solutions will be abandoned by scout bees. Then, the new solutions are randoly searched by the scout bees. The new solution will be discovered by the scout by using the expression (6)

4 x l rand 0,1 * u l i i i (6) rand 0,1 is a rando nuber within the range [0,1], and are the upper and lower bound of the solution space of objective function.[5] c) Merits & Deerits of ABC Merits 1. ABC is flexible so can easily odified and hybridize with other algorith.[3] 2. ABC is quite robust and not need to give any starting point.[3] 3. The ABC algorith eploys distributed coputation, which avoids preature convergence.[4] Deerits 1. There is no centralized processor to guide the bees syste towards good solutions[5] 2. This algorith has slower convergence than other heuristic-based algoriths.[6] 3. There does not exist any standard software for the ABC algorith as well.[1] III. PROPOSED ARCHITECTURE OF OUR EABC ALGORITHM By analysis of different optiization technique it is clear that ABC overcoes any liitations of current optiization techniques. And fro one of the advantage of ABC is that we can also reove liitation of ABC by odifying it. One of the drawback of ABC is that it stuck at local optia and we can t get global optial solution. To overcoe this drawback we hybridize ABC with genetic algorith. Here architecture of proposed syste is given below: Figure 2 : Architecture of Proposed Miner

5 International Journal of Advance Engineering and Research Developent (IJAERD) Volue 1,Issue 5,May 2014, e-issn: , print-issn: Stage 1: Input Raw Iages This is the very first stage where the input is fed to the syste. For ining proble we have considered cobination of iages fro real world. Main purpose of our proposed syste is to rank all iages that fro which class particular iage belongs. Stage 2: Foratted Vectors At this basic step histogra of iage is build fro iage using key features and diensions of iage. For this process first we use SIFT features of iage. Then this vector quantized into visual words. The frequency of each visual words is then recorded in a histogra. And final vector for iage is a cobination of these histogras. Stage-3 Training iages Our EABC iner is supervised iner so we have to give soe training iages to train our iner. For training process we provide set of iages fro any particular class and also we can separate particular iages in raw iages by.at file. Stage 4- Enhanced ABC Algorith to optiize SVM classifier This is the heart of our syste. Entire process of ranking starting fro training to validation is done at this stage. Main work of our EABC optiization algorith is to find out optial feature vector. Stage-5 Training iages A validation set is required to validate our ranking results. This iage set is directly given fro raw data which contains cobinations of all class iages. It is very uch alike the training set but ain difference is that it contains all class iages and our iner provides resulted set of iages which is fro sae class. Stage 6- Output Ranked Iage set & Accuracy check This is the output of our iner. Here we display possible 64 iages fro our raw data which belongs to sae class. Here we also calculate that how any iages are correctly retrieved and based on that calculation accuracy is calculated of our syste. IV. COMPARISON OF RESULT BETWEEN ABC & EABC To verify the effectiveness of the ABC algorith, we conducted experients on different types of class fro various real doains. The ai behind using different class iages for experientation is to prove the consistency of the SVM-EABC classifier in different doains. Here I have given description of two datasets which I a using in this All rights Reserved 5

6 International Journal of Advance Engineering and Research Developent (IJAERD) Volue 1,Issue 5,May 2014, e-issn: , print-issn: Table 1 : PASCAL Dataset description Table 2 : Caltech-101 Dataset Description PASCAL VOC 2007 benchar k Caltech-101 benchark dataset Class Nuber of Iages airplane 238 Class Nuber of Iages Person 2008 Motorbike 245 Car 713 Horse 287 Background 1455 anial 356 Person 1692 Bird 856 Car 954 Background 1576 V. RESULT ANALYSIS The paraeters of the ABC algorith were set to the sae value for all the dataset probles: Colony size (NP = 20), nuber of food sources NP/2, liit = 100 and the axiu nuber of cycles was MCN = Here result of our SVM-ABC classifier is copared with pure SVM classifier for different class iages and for two benchark iage datasets. Coparison between pure SVM and SVM-ABC is given using chart representation for different class iages. 70% 60% 50% 40% 30% 20% SVM-ABC SVM-EABC 10% 0% Aeroplane Horse Person Motorbike All rights Reserved 6

7 International Journal of Advance Engineering and Research Developent (IJAERD) Volue 1,Issue 5,May 2014, e-issn: , print-issn: Figure 3 : coparison of perforance of SVM-ABC and SVM-EABC on PASCAL dataset Figure 4 : coparison of perforance of SVM-ABC and SVM-EABC on Caltech-101 dataset Fro result graph it is clear that SVM-EABC gives better perforance than SVM-ABC. VI. CONCLUSION In this paper, variety of research article in the doain of ABC has studied. Fro the in depth literature survey, it is observed that a large part of research was concentrated towards odifying the ABC algorith to solve a variety of probles, including engineering design probles, scheduling probles, data iing probles etc. Although ABC has great potential, it was clear to the scientific counity that soe odifications to the original structure are still necessary in order to significantly iprove its perforance. Further, in this paper I have given a swar based Enhanced ABC approach for optiizing SVM iage ranking. By analysis of result of experients it is clear that EABC is ore proising than ABC. As a future work we can also ipleent EABC for reote sensing and different type of iages. VII. ACKNOWLEDGMENT The satisfaction and euphoria that accopany the successful copletion of any task would be incoplete without the ention of the people who ade it possible, whose consistent guidance and encourageent crowned y efforts with success. Nidhi Gondaliya highly thankful to y guide Nirali Mankad without whose guidance the work would not have been aterialized and he helps e to solve y difficulties arising during this report preparation. Also N.B. Gondaliya would like to acknowledge all other faculty eber of Coputer Departent and y classates who have coe forward to help e in every way at any tie. With all this assistance little for reains for which I can take credit. REFERENCES [1]. Karaboga D., Basturk B., A powerful and efficient algorith for nuerical function optiization: Artificial bee colony (ABC) algorith, Journal of Global Optiization 39, , All rights Reserved 7

8 International Journal of Advance Engineering and Research Developent (IJAERD) Volue 1,Issue 5,May 2014, e-issn: , print-issn: [2]. Fahad S. Abu-Mouti, Mohaed E. El-Hawary Overview of Artificial Bee Colony (ABC) Algorith and Its applications, IEEE 2012 [3]. R.S. Rao, SVL Narasiha, and M. Raalingaraju. Optiization of distribution network configuration for loss reduction using artificial bee colony algorith. International Journal of Electrical Power and Energy Systes Engineering, 1(2): , [4]. Beatriz A. Garro, Huberto Sossa, Roberto A. V azquez, Artificial Neural Network Synthesis by eans of Artificial Bee Colony (ABC) Algorith, /11/$ IEEE [5]. Karaboga, D. and Basturk, B., On the perforance of artificial bee colony (ABC) algorith, App lied Soft Coputing, 8, , [6]. Basturk, B. and Karaboga, D., An artificial bee colony (ABC) algorith for nueric function optiization, Proceedings of the IEEE Swar Intelligence Syposiu, Indianapolis, USA, [7]. Zhi-Gang Fan, Kai-An Wang, Feature Selection for Fast Iage Classification with Support Vector Machines, Springer-Verlag Berlin Heidelberg 2004 [8]. Baykasoglu, L. Ozbakir, and P. Tapkan. Artificial bee colony algorith and its application to generalized assignent proble. Swar Intelligence: Focus on Ant and Particle Swar Optiization, 2007, [9]. Haiyan Quan and Xinling Shi. On the analysis of perforance of the iproved artificial-bee-colony algorith, in natural coputation, 7, 2008, [10]. H. Narasihan. Parallel artificial bee colony (pabc) algorith. In Nature & Biologically Inspired Coputing, World Congress on, 2009, [11]. P.W. Tsai, J.S. Pan, B.Y. Liao, and S.C. Chu. Enhanced artificial bee colony optiization. International Journal of Innovative Coputing, Inforation and Control, 2009, 5(12). [12]. B. Akay and D. Karaboga. A odified artificial bee colony algorith for real paraeter optiization. Inforation Sciences, [13]. M. Sonez. Artificial bee colony algorith for optiization of truss structures. Applied Soft Co puting, 11, 2010, [14]. R. Luo, T.S. Pan, P.W. Tsai, and J.S. Pan. Parallelized artificial bee colony with ripple-counication strategy. In Genetic and Evolutionary Coputing (ICGEC), 2010 Fourth International Conference on, IEEE, 2010, [15]. Wenping Zou, Young Zhu, Hanning Chen, Xin Sui, A clustering approach using cooperative artificial bee colony algorith, Hindawi publishing corporation, 21(459796), 2010, [16]. D. Karaboga and B. Akay. A odified artificial bee colony (ABC) algorith for constrained optiization probles. Applied Soft Coputing, 11, 2011, [17]. Tarun Kuar, Millie Pant, V.P. Singh, Artificial bee colony algorith with self-adaptive colony size, proceeding of the 2nd international conference on swar, evolutionary and etic coputing, 1, 2008, [18]. Bin Wu and Chu hua Qian. Differential artificial bee colony algorith for global nuerical optiization, in journal of coputers, 6(5), 2011, [19]. M. El-Abd. Opposition-based artificial bee colony algorith. In Proceedings of the 13th annual conference on Genetic and evolutionary coputation, ACM, All rights Reserved 8

Comparison Between PLAXIS Output and Neural Network in the Guard Walls

Comparison Between PLAXIS Output and Neural Network in the Guard Walls Coparison Between PLAXIS Output and Neural Network in the Guard Walls Ali Mahbod 1, Abdolghafar Ghorbani Pour 2, Abdollah Tabaroei 3, Sina Mokhtar 2 1- Departent of Civil Engineering, Shahid Bahonar University,

More information

Hand Gesture Recognition and Its Application in Robot Control

Hand Gesture Recognition and Its Application in Robot Control IJCSI International Journal of Coputer Science Issues, Volue 13, Issue 1, January 016 www.ijcsi.org 10 Hand Gesture Recognition and Its Application in Robot Control Pei-Guo Wu 1 and Qing-Hu Meng 1 Inforation

More information

A New Localization and Tracking Algorithm for Wireless Sensor Networks Based on Internet of Things

A New Localization and Tracking Algorithm for Wireless Sensor Networks Based on Internet of Things Sensors & Transducers 203 by IFSA http://www.sensorsportal.co A New Localization and Tracking Algorith for Wireless Sensor Networks Based on Internet of Things, 2 Zhang Feng, Xue Hui-Feng, 2 Zhang Yong-Heng,

More information

EQUALIZED ALGORITHM FOR A TRUCK CABIN ACTIVE NOISE CONTROL SYSTEM

EQUALIZED ALGORITHM FOR A TRUCK CABIN ACTIVE NOISE CONTROL SYSTEM EQUALIZED ALGORITHM FOR A TRUCK CABIN ACTIVE NOISE CONTROL SYSTEM Guangrong Zou, Maro Antila, Antti Lanila and Jari Kataja Sart Machines, VTT Technical Research Centre of Finland P.O. Box 00, FI-0 Tapere,

More information

Power Improvement in 64-Bit Full Adder Using Embedded Technologies Er. Arun Gandhi 1, Dr. Rahul Malhotra 2, Er. Kulbhushan Singla 3

Power Improvement in 64-Bit Full Adder Using Embedded Technologies Er. Arun Gandhi 1, Dr. Rahul Malhotra 2, Er. Kulbhushan Singla 3 Power Iproveent in 64-Bit Full Adder Using Ebedded Technologies Er. Arun Gandhi 1, Dr. Rahul Malhotra 2, Er. Kulbhushan Singla 3 1 Departent of ECE, GTBKIET, Chhapianwali Malout, Punjab 2 Director, Principal,

More information

Interference Management in LTE Femtocell Systems Using Fractional Frequency Reuse

Interference Management in LTE Femtocell Systems Using Fractional Frequency Reuse Interference Manageent in LTE Fetocell Systes Using Fractional Frequency Reuse Poongup Lee and Jitae Shin School of Inforation and Counication Engineering Sungyunwan University, Suwon, 440-746, Korea {poongup,

More information

ACCURATE DISPLACEMENT MEASUREMENT BASED ON THE FREQUENCY VARIATION MONITORING OF ULTRASONIC SIGNALS

ACCURATE DISPLACEMENT MEASUREMENT BASED ON THE FREQUENCY VARIATION MONITORING OF ULTRASONIC SIGNALS XVII IMEKO World Congress Metrology in 3rd Millenniu June 22 27, 2003, Dubrovnik, Croatia ACCURATE DISPLACEMENT MEASUREMENT BASED ON THE FREQUENCY VARIATION MONITORING OF ULTRASONIC SIGNALS Ch. Papageorgiou

More information

Distributed Power Delivery for Energy Efficient and Low Power Systems

Distributed Power Delivery for Energy Efficient and Low Power Systems Distributed Power Delivery for Energy Efficient and Low Power Systes Selçuk Köse Departent of Electrical Engineering University of South Florida Tapa, Florida 33620 kose@usf.edu Eby G. Friedan Departent

More information

DSI3 Sensor to Master Current Threshold Adaptation for Pattern Recognition

DSI3 Sensor to Master Current Threshold Adaptation for Pattern Recognition International Journal of Signal Processing Systes Vol., No. Deceber 03 DSI3 Sensor to Master Current Threshold Adaptation for Pattern Recognition David Levy Infineon Austria AG, Autootive Power Train Systes,

More information

Radio Resource Management in a Coordinated Cellular Distributed Antenna System By Using Particle Swarm Optimization

Radio Resource Management in a Coordinated Cellular Distributed Antenna System By Using Particle Swarm Optimization Radio Resource Manageent in a Coordinated Cellular Distributed Antenna Syste By Using Particle Swar Optiization Oer Haliloglu (1), Cenk Toker (1), Gurhan Bulu (1), Hali Yanikoeroglu (2) (1) Departent of

More information

Energy-Efficient Cellular Communications Powered by Smart Grid Technology

Energy-Efficient Cellular Communications Powered by Smart Grid Technology Energy-Efficient Cellular Counications Powered by Sart Grid Technology Itiaz Nasi, Mostafa Zaan Chowdhury, and Md. Syadus Sefat Departent of Electrical and Electronic Engineering Khulna University of Engineering

More information

Design of PID Controller for Higher Order Discrete Systems Based on Order Reduction Employing ABC Algorithm

Design of PID Controller for Higher Order Discrete Systems Based on Order Reduction Employing ABC Algorithm Design of PID Controller for Higher Order Discrete Systems Based on Order Reduction Employing ABC Algorithm G.Vasu 1* G.Sandeep 2 1. Assistant professor, Dept. of Electrical Engg., S.V.P Engg College,

More information

IMPROVEMENT OF FAR FIELD RADIATION PATTERN OF LINEAR ARRAY ANTENNA USING GENETIC ALGORITHM

IMPROVEMENT OF FAR FIELD RADIATION PATTERN OF LINEAR ARRAY ANTENNA USING GENETIC ALGORITHM ISSN: 2229-6948 (ONLINE) ICTACT JOURNAL OF COMMUNICATION TECHNOLOGY, MARCH 10, VOLUME: 01, ISSUE: 01 DOI: 10.21917/ijct.10.0004 IMPROVEMENT OF FAR FIELD RADIATION PATTERN OF LINEAR ARRAY ANTENNA USING

More information

WIPL-D Pro: What is New in v12.0?

WIPL-D Pro: What is New in v12.0? WIPL-D Pro: What is New in v12.0? Iproveents/new features introduced in v12.0 are: 1. Extended - Extree Liits a. Extreely LOW contrast aterials b. Extended resolution for radiation pattern c. Extreely

More information

NINTH INTERNATIONAL CONGRESS ON SOUND AND VIBRATION, ICSV9 PASSIVE CONTROL OF LAUNCH NOISE IN ROCKET PAYLOAD BAYS

NINTH INTERNATIONAL CONGRESS ON SOUND AND VIBRATION, ICSV9 PASSIVE CONTROL OF LAUNCH NOISE IN ROCKET PAYLOAD BAYS first nae & faily nae: Rick Morgans Page nuber: 1 NINTH INTERNATIONAL CONGRESS ON SOUND AND VIBRATION, ICSV9 PASSIVE CONTROL OF LAUNCH NOISE IN ROCKET PAYLOAD BAYS Rick Morgans, Ben Cazzolato, Anthony

More information

SECURITY AND BER PERFORMANCE TRADE-OFF IN WIRELESS COMMUNICATION SYSTEMS APPLICATIONS

SECURITY AND BER PERFORMANCE TRADE-OFF IN WIRELESS COMMUNICATION SYSTEMS APPLICATIONS Latin Aerican Applied Research 39:187-192 (2009) SECURITY AND BER PERFORMANCE TRADE-OFF IN WIRELESS COMMUNICATION SYSTEMS APPLICATIONS L. ARNONE, C. GONZÁLEZ, C. GAYOSO, J. CASTIÑEIRA MOREIRA and M. LIBERATORI

More information

PREDICTING SOUND LEVELS BEHIND BUILDINGS - HOW MANY REFLECTIONS SHOULD I USE? Apex Acoustics Ltd, Gateshead, UK

PREDICTING SOUND LEVELS BEHIND BUILDINGS - HOW MANY REFLECTIONS SHOULD I USE? Apex Acoustics Ltd, Gateshead, UK PREDICTING SOUND LEVELS BEHIND BUILDINGS - HOW MANY REFLECTIONS SHOULD I USE? W Wei A Cooke J Havie-Clark Apex Acoustics Ltd, Gateshead, UK Apex Acoustics Ltd, Gateshead, UK Apex Acoustics Ltd, Gateshead,

More information

Fundamental study for measuring microflow with Michelson interferometer enhanced by external random signal

Fundamental study for measuring microflow with Michelson interferometer enhanced by external random signal Bulletin of the JSME Journal of Advanced Mechanical Design, Systes, and Manufacturing Vol.8, No.4, 2014 Fundaental study for easuring icroflow with Michelson interferoeter enhanced by external rando signal

More information

Implementation of Adaptive Viterbi Decoder

Implementation of Adaptive Viterbi Decoder Ipleentation of Adaptive Viterbi Decoder Devendra Made #1 VIII Se B.E.(Etrx) K.D.K.College of Engineering, Nagpur, Maharashtra(I) Asst. Prof. R.B. Khule *2 M.Tech V.L.S.I. K.D.K.College of Engineering,

More information

Design and Implementation of Serial Port Ultrasonic Distance Measurement System Based on STC12 Jian Huang

Design and Implementation of Serial Port Ultrasonic Distance Measurement System Based on STC12 Jian Huang International Conference on Education, Manageent and Coputer Science (ICEMC 2016) Design and Ipleentation of Serial Port Ultrasonic Distance Measureent Syste Based on STC12 Jian Huang Xijing University,

More information

Mitigation of GPS L 2 signal in the H I observation based on NLMS algorithm Zhong Danmei 1, a, Wang zhan 1, a, Cheng zhu 1, a, Huang Da 1, a

Mitigation of GPS L 2 signal in the H I observation based on NLMS algorithm Zhong Danmei 1, a, Wang zhan 1, a, Cheng zhu 1, a, Huang Da 1, a 2nd International Conference on Electrical, Coputer Engineering and Electronics (ICECEE 25 Mitigation of GPS L 2 signal in the H I observation based on NLMS algorith Zhong Danei, a, Wang zhan, a, Cheng

More information

The Research of PV MPPT based on RBF-BP Neural Network Optimized by GA

The Research of PV MPPT based on RBF-BP Neural Network Optimized by GA nternational Conference on Logistics Engineering, Manageent and Coputer Science (LEMCS 215) The Research of PV MPPT based on RBF-BP Neural Network Optiized by GA Jian Liu xxliujian@sjzu.edu.cn iaolin u

More information

Efficient Non-linear Changed Mel-filter Bank VAD Algorithm

Efficient Non-linear Changed Mel-filter Bank VAD Algorithm Matheatical Models and Methods in Modern Science Efficient on-linear Changed Mel-filter Bank VAD Algorith DAMJA VLAJ, ZDRAVKO KAČIČ, MARKO KOS Faculty of Electrical Engineering and Coputer Science University

More information

Parameter Identification of Transfer Functions Using MATLAB

Parameter Identification of Transfer Functions Using MATLAB Paraeter Identification of Transfer Functions Using MATLAB Mato Fruk, Goran Vujisić, Toislav Špoljarić Departent of Electrical Engineering The Polytechnic of Zagreb Konavoska, Zagreb, Croatia ato.fruk@tvz.hr,

More information

Evolutionary Computing Based Antenna Array Beamforming with Low Probabality of Intercept Property

Evolutionary Computing Based Antenna Array Beamforming with Low Probabality of Intercept Property World Applied Sciences Journal 23 (): 57-575, 23 ISSN 88-4952 IDOSI Publications, 23 DOI:.5829/idosi.wasj.23.23..89 Evolutionary Coputing Based Antenna Array Beaforing with Low Probabality of Intercept

More information

Evolutionary Computing Based Antenna Array Beamforming with Low Probabality of Intercept Property

Evolutionary Computing Based Antenna Array Beamforming with Low Probabality of Intercept Property World Applied Sciences Journal 23 (): 57-575, 23 ISSN 88-4952 IDOSI Publications, 23 DOI:.5829/idosi.wasj.23.23..89 Evolutionary Coputing Based Antenna Array Beaforing with Low Probabality of Intercept

More information

Selective Harmonic Elimination for Multilevel Inverters with Unbalanced DC Inputs

Selective Harmonic Elimination for Multilevel Inverters with Unbalanced DC Inputs Selective Haronic Eliination for Multilevel Inverters with Unbalanced DC Inputs Abstract- Selective haronics eliination for the staircase voltage wavefor generated by ultilevel inverters has been widely

More information

Real Time Etch-depth Measurement Using Surface Acoustic Wave Sensor

Real Time Etch-depth Measurement Using Surface Acoustic Wave Sensor Australian Journal of Basic and Applied Sciences, (8): -7, 1 ISSN 1991-8178 Real Tie Etch-depth Measureent Using Surface Acoustic Wave Sensor 1 Reza Hosseini, Navid Rahany, 3 Behrad Soltanbeigi, Rouzbeh

More information

Adaptive Harmonic IIR Notch Filter with Varying Notch Bandwidth and Convergence Factor

Adaptive Harmonic IIR Notch Filter with Varying Notch Bandwidth and Convergence Factor Journal of Counication and Coputer (4 484-49 doi:.765/548-779/4.6. D DAVID PUBLISHING Adaptive Haronic IIR Notch Filter with Varying Notch Bandwidth and Convergence Factor Li Tan, Jean Jiang, and Liango

More information

Optimal Modulation Index of the Mach-Zehnder Modulator in a Coherent Optical OFDM System Employing Digital Predistortion

Optimal Modulation Index of the Mach-Zehnder Modulator in a Coherent Optical OFDM System Employing Digital Predistortion Optial Modulation Index of the Mach-Zehnder Modulator in a Coherent Optical OFDM yste Eploying Digital redistortion David Rörich, Xiaojie Wang, Michael Bernhard, Joachi peidel Universität tuttgart, Institut

More information

A NEW APPROACH TO UNGROUNDED FAULT LOCATION IN A THREE-PHASE UNDERGROUND DISTRIBUTION SYSTEM USING COMBINED NEURAL NETWORKS & WAVELET ANALYSIS

A NEW APPROACH TO UNGROUNDED FAULT LOCATION IN A THREE-PHASE UNDERGROUND DISTRIBUTION SYSTEM USING COMBINED NEURAL NETWORKS & WAVELET ANALYSIS A NEW APPROACH TO UNGROUNDED FAULT LOCATION IN A THREE-PHASE UNDERGROUND DISTRIBUTION SYSTEM USING COMBINED NEURAL NETWORKS & WAVELET ANALYSIS Jaal Moshtagh University of Bath, UK oshtagh79@yahoo.co Abstract

More information

Performance Analysis of an AMC System with an Iterative V-BLAST Decoding Algorithm

Performance Analysis of an AMC System with an Iterative V-BLAST Decoding Algorithm I. J. Counications, Network and Syste Sciences, 008,, 105-06 Published Online May 008 in SciRes (http://www.srpublishing.org/journal/ijcns/). Perforance Analysis of an AMC Syste with an Iterative V-BLAST

More information

A Selection Region Based Routing Protocol for Random Mobile ad hoc Networks with Directional Antennas

A Selection Region Based Routing Protocol for Random Mobile ad hoc Networks with Directional Antennas A Selection Region Based Routing Protocol for Rando Mobile ad hoc Networks with Directional Antennas arxiv:1011.6017v1 cs.it] 8 Nov 010 Di Li, Changchuan Yin, and Changhai Chen Key Laboratory of Universal

More information

Distributed Resource Allocation Assisted by Intercell Interference Mitigation in Downlink Multicell MC DS-CDMA Systems

Distributed Resource Allocation Assisted by Intercell Interference Mitigation in Downlink Multicell MC DS-CDMA Systems 1 Distributed Resource Allocation Assisted by Intercell Interference Mitigation in Downlin Multicell MC DS-CDMA Systes Jia Shi, Zhengyu Song, IEEE Meber, and Qiang Ni, IEEE Senior Meber Abstract This paper

More information

Analysis on DV-Hop Algorithm and its variants by considering threshold

Analysis on DV-Hop Algorithm and its variants by considering threshold Analysis on DV-Hop Algorith and its variants by considering threshold Aanpreet Kaur 1, Pada Kuar 1, Govind P Gupta 2 1 Departent of Coputer Science & Engineering Jaypee Institute of Inforation Technology,

More information

COMPARISON OF TOKEN HOLDING TIME STRATEGIES FOR A STATIC TOKEN PASSING BUS. M.E. Ulug

COMPARISON OF TOKEN HOLDING TIME STRATEGIES FOR A STATIC TOKEN PASSING BUS. M.E. Ulug COMPARISON OF TOKEN HOLDING TIME STRATEGIES FOR A STATIC TOKEN PASSING BUS M.E. Ulug General Electric Corporate Research and Developent Schenectady, New York 1245 ABSTRACT Waiting ties have been calculated

More information

TESTING OF ADCS BY FREQUENCY-DOMAIN ANALYSIS IN MULTI-TONE MODE

TESTING OF ADCS BY FREQUENCY-DOMAIN ANALYSIS IN MULTI-TONE MODE THE PUBLISHING HOUSE PROCEEDINGS OF THE ROMANIAN ACADEMY, Series A, OF THE ROMANIAN ACADEMY Volue 5, Nuber /004, pp.000-000 TESTING OF ADCS BY FREQUENCY-DOMAIN ANALYSIS IN MULTI-TONE MODE Daniel BELEGA

More information

Performance Analysis of Reversible Fast Decimal Adders

Performance Analysis of Reversible Fast Decimal Adders Proceedings of the World Congress on Engineering and Coputer Science 7 WCECS 7, October 4-6, 7, San rancisco, USA Perforance Analysis of Reversible ast Decial Adders Rekha K. Jaes, Shahana T. K., K. Poulose

More information

Comparing structural airframe maintenance strategies based on probabilistic estimates of the remaining useful service life

Comparing structural airframe maintenance strategies based on probabilistic estimates of the remaining useful service life 22 èe Congrès Français de Mécanique Lyon, 24 au 28 Août 2015 Coparing structural airfrae aintenance strategies based on probabilistic estiates of the reaining useful service life. WAG a, C.GOGU b,.biaud

More information

A New Image Denoising Method Based on Wave Atoms and Cycle Spinning

A New Image Denoising Method Based on Wave Atoms and Cycle Spinning 6 JOURNAL OF SOFTWARE, VOL. 9, NO., JANUARY A New Iage Denoising Method Based on Wave Atos and Cycle Spinning Wei-qiang Zhang College of Matheatics and coputational Science, Shenzhen University, Shenzhen

More information

Research Article Dynamic Beamforming for Three-Dimensional MIMO Technique in LTE-Advanced Networks

Research Article Dynamic Beamforming for Three-Dimensional MIMO Technique in LTE-Advanced Networks Antennas and Propagation Volue 213, Article ID 76457, 8 pages http://dx.doi.org/1.1155/213/76457 Research Article Dynaic Beaforing for Three-Diensional MIMO Technique in LTE-Advanced Networks Yan Li, Xiaodong

More information

Kalman Filtering for NLOS Mitigation and Target Tracking in Indoor Wireless Environment

Kalman Filtering for NLOS Mitigation and Target Tracking in Indoor Wireless Environment 16 Kalan Filtering for NLOS Mitigation and Target Tracking in Indoor Wireless Environent Chin-Der Wann National Sun Yat-Sen University Taiwan 1. Introduction Kalan filter and its nonlinear extension, extended

More information

Performance of Multiuser MIMO System Employing Block Diagonalization with Antenna Selection at Mobile Stations

Performance of Multiuser MIMO System Employing Block Diagonalization with Antenna Selection at Mobile Stations Perforance of Multiuser MIMO Syste Eploying Bloc Diagonalization with Antenna Selection at Mobile Stations Feng Wang, Mare E. Bialowsi School of Inforation Technology and Electrical Engineering The University

More information

NONLINEAR WAVELET PACKET DENOISING OF IMPULSIVE VIBRATION SIGNALS NIKOLAOS G. NIKOLAOU, IOANNIS A. ANTONIADIS

NONLINEAR WAVELET PACKET DENOISING OF IMPULSIVE VIBRATION SIGNALS NIKOLAOS G. NIKOLAOU, IOANNIS A. ANTONIADIS NONLINEAR WAVELET PACKET DENOISING OF IMPULSIVE VIBRATION SIGNALS NIKOLAOS G. NIKOLAOU, IOANNIS A. ANTONIADIS Departent of Mechanical Engineering, Machine Design and Control Systes Section National Technical

More information

Secondary-side-only Simultaneous Power and Efficiency Control in Dynamic Wireless Power Transfer System

Secondary-side-only Simultaneous Power and Efficiency Control in Dynamic Wireless Power Transfer System 069060 Secondary-side-only Siultaneous Power and Efficiency Control in Dynaic Wireless Power Transfer Syste 6 Giorgio ovison ) Daita Kobayashi ) Takehiro Iura ) Yoichi Hori ) ) The University of Tokyo,

More information

A Frequency Domain Approach to Design Constrained Amplitude Spreading Sequences for DS-CDMA Systems for Frequency Selective Fading Channels

A Frequency Domain Approach to Design Constrained Amplitude Spreading Sequences for DS-CDMA Systems for Frequency Selective Fading Channels A Frequency Doain Approach to Design Constrained Aplitude Spreading Sequences for DS-CDMA Systes for Frequency Selective Fading Channels B.J.Peiris, K.R.Narayanan and S.L. Miller Dept. of Electrical Engineering

More information

An orthogonal multi-beam based MIMO scheme. for multi-user wireless systems

An orthogonal multi-beam based MIMO scheme. for multi-user wireless systems An orthogonal ulti-bea based IO schee for ulti-user wireless systes Dong-chan Oh o and Yong-Hwan Lee School of Electrical Engineering and IC, Seoul ational University Kwana P.O. Box 34, Seoul, 151-600,

More information

A Novel NLOS Mitigation Approach for Wireless Positioning System

A Novel NLOS Mitigation Approach for Wireless Positioning System 2 3rd International Conference on Coputer and Electrical Engineering (ICCEE 2) IPCSIT vol. 53 (22) (22) IACSIT Press, Singapore DOI:.7763/IPCSIT.22.V53.No..54 A Novel NLOS Mitigation Approach for Wireless

More information

Power Optimal Signaling for Fading Multi-access Channel in Presence of Coding Gap

Power Optimal Signaling for Fading Multi-access Channel in Presence of Coding Gap Power Optial Signaling for Fading Multi-access Channel in Presence of Coding Gap Ankit Sethi, Prasanna Chaporkar, and Abhay Karandikar Abstract In a ulti-access fading channel, dynaic allocation of bandwidth,

More information

PARAMETER OPTIMIZATION OF THE ADAPTIVE MVDR QR-BASED BEAMFORMER FOR JAMMING AND MULTIPATH SUPRESSION IN GPS/GLONASS RECEIVERS

PARAMETER OPTIMIZATION OF THE ADAPTIVE MVDR QR-BASED BEAMFORMER FOR JAMMING AND MULTIPATH SUPRESSION IN GPS/GLONASS RECEIVERS PARAMETER OPTIMIZATION OF THE ADAPTIVE MVDR QR-BASED BEAMFORMER FOR JAMMING AND MULTIPATH SUPRESSION IN GPS/GLONASS RECEIVERS V. Behar 1, Ch. Kabakchiev 2, G. Gaydadjiev 3, G.Kuzanov 4, P. Ganchosov 5

More information

Comparison of Different Performance Index Factor for ABC-PID Controller

Comparison of Different Performance Index Factor for ABC-PID Controller International Journal of Electronic and Electrical Engineering. ISSN 0974-2174, Volume 7, Number 2 (2014), pp. 177-182 International Research Publication House http://www.irphouse.com Comparison of Different

More information

NASA Swarmathon Team ABC (Artificial Bee Colony)

NASA Swarmathon Team ABC (Artificial Bee Colony) NASA Swarmathon Team ABC (Artificial Bee Colony) Cheylianie Rivera Maldonado, Kevin Rolón Domena, José Peña Pérez, Aníbal Robles, Jonathan Oquendo, Javier Olmo Martínez University of Puerto Rico at Arecibo

More information

Yield Enhancement Techniques for 3D Memories by Redundancy Sharing among All Layers

Yield Enhancement Techniques for 3D Memories by Redundancy Sharing among All Layers Yield Enhanceent Techniques for 3D Meories by Redundancy Sharing aong All Layers Joohwan Lee, Kihyun Park, and Sungho Kang Three-diensional (3D) eories using through-silicon vias (TSVs) will likely be

More information

The PAPR and Simple PAPR Reduction of the 2D Spreading Based Communication Systems

The PAPR and Simple PAPR Reduction of the 2D Spreading Based Communication Systems RADIOENGINEERING, VOL. 9, NO., APRIL 7 The PAPR and Siple PAPR Reduction of the D Spreading Based Counication Systes Jiří BLUMENSTEIN, Zbyněk FEDRA Dept. of Radio Electronics, Brno University of Technology,

More information

ELECTROMAGNETIC COVERAGE CALCULATION IN GIS

ELECTROMAGNETIC COVERAGE CALCULATION IN GIS ELECTROMAGNETIC COVERAGE CALCULATION IN GIS M. Uit Guusay 1, Alper Sen 1, Uut Bulucu 2, Aktul Kavas 2 1 Yildiz Technical University, Departent of Geodesy and Photograetry Engineering, Besiktas, Istanbul,

More information

Research Article An Optimization Algorithm for Multipath Parallel Allocation for Service Resource in the Simulation Task Workflow

Research Article An Optimization Algorithm for Multipath Parallel Allocation for Service Resource in the Simulation Task Workflow e Scientific World Journal, Article ID 50757, pages http://dx.doi.org/0.55/204/50757 Research Article An Optiization Algorith for Multipath Parallel Allocation for Resource in the Siulation Task Workflow

More information

ANALYSIS AND OPTIMIZATION OF SYNTHETIC APERTURE ULTRASOUND IMAGING USING THE EFFECTIVE APERTURE APPROACH. Milen Nikolov, Vera Behar

ANALYSIS AND OPTIMIZATION OF SYNTHETIC APERTURE ULTRASOUND IMAGING USING THE EFFECTIVE APERTURE APPROACH. Milen Nikolov, Vera Behar International Journal "Inforation heories & Applications" Vol. 57 AALYSIS AD OPIMIZAIO OF SYHEIC APEUE ULASOUD IMAGIG USIG HE EFFECIVE APEUE APPOACH Milen ikolov, Vera Behar Abstract: An effective aperture

More information

Dynamic Model Displacement for Model-mediated Teleoperation

Dynamic Model Displacement for Model-mediated Teleoperation Dynaic Model Displaceent for Model-ediated Teleoperation Xiao Xu Giulia Paggetti Eckehard Steinbach Institute for Media Technology, Technische Universität München, Munich, Gerany ABSTRACT In this paper,

More information

RAKE Receiver. Tommi Heikkilä S Postgraduate Course in Radio Communications, Autumn II.

RAKE Receiver. Tommi Heikkilä S Postgraduate Course in Radio Communications, Autumn II. S-72333 Postgraduate Course in Radio Counications, Autun 2004 1 RAKE Receiver Toi Heikkilä toiheikkila@teliasoneraco Abstract RAKE receiver is used in CDMA-based (Code Division Multiple Access) systes

More information

Smarter Balanced Assessment Consortium Claims, Targets, and Standard Alignment for Math

Smarter Balanced Assessment Consortium Claims, Targets, and Standard Alignment for Math Sarter Balanced Assessent Consortiu Clais, s, Stard Alignent for Math The Sarter Balanced Assessent Consortiu (SBAC) has created a hierarchy coprised of clais targets that together can be used to ake stateents

More information

Keywords: International Mobile Telecommunication (IMT) Systems, evaluating the usage of frequency bands, evaluation indicators

Keywords: International Mobile Telecommunication (IMT) Systems, evaluating the usage of frequency bands, evaluation indicators 2nd International Conference on Advances in Mechanical Engineering and Industrial Inforatics (AMEII 206) Entropy Method based Evaluation for Spectru Usage Efficiency of International Mobile Telecounication

More information

POWER QUALITY ASSESSMENT USING TWO STAGE NONLINEAR ESTIMATION NUMERICAL ALGORITHM

POWER QUALITY ASSESSMENT USING TWO STAGE NONLINEAR ESTIMATION NUMERICAL ALGORITHM POWER QUALITY ASSESSENT USING TWO STAGE NONLINEAR ESTIATION NUERICAL ALGORITH Vladiir Terzia ABB Gerany vadiir.terzia@de.abb.co Vladiir Stanoevic EPS Yugoslavia vla_sta@hotail.co artin axiini ABB Gerany

More information

Improving Power Grid Resilience Through Predictive Outage Estimation

Improving Power Grid Resilience Through Predictive Outage Estimation Iproving Power Grid Resilience Through Predictive Outage Estiation Rozhin Eskandarpour, Ain Khodaei Departent of Electrical and Coputer Engineering University of Denver Denver, CO 800, USA rozhin.eskandarpour@du.edu,

More information

Design Optimisation of Compound Parabolic Concentrator (CPC) for Improved Performance R. Abd-Rahman, M. M. Isa, H. H. Goh

Design Optimisation of Compound Parabolic Concentrator (CPC) for Improved Performance R. Abd-Rahman, M. M. Isa, H. H. Goh Tokyo Japan May 2-2, 21, 1 () Part XXIII Design Optiisation of Copound Parabolic Concentrator (CPC) for Iproved Perforance R. Abd-Rahan, M. M. Isa, H. H. Goh Abstract A copound parabolic concentrator (CPC)

More information

Optimization of Antenna Arrays for SLL Reduction Towards Pareto Objectivity Using GA Variants

Optimization of Antenna Arrays for SLL Reduction Towards Pareto Objectivity Using GA Variants 5 IEEE Syposiu Series on Coputational Intelligence Optiization of Antenna Arrays for SLL Reduction Towards Pareto Objectivity Using GA Variants Sudipta Das, Gopi Ra, Pragnan Chakravorty, Durbadal Mandal,

More information

Beacon-driven Leader Based Protocol over a GE Channel for MAC Layer Multicast Error Control

Beacon-driven Leader Based Protocol over a GE Channel for MAC Layer Multicast Error Control I. J. Counications, Network and Syste Sciences, 2008, 2, 05-206 Published Online May 2008 in Scies (http://www.spublishing.org/journal/ijcns/. Beacon-driven Leader Based Protocol over a GE Channel for

More information

Overlapping Signal Separation in DPX Spectrum Based on EM Algorithm. Chuandang Liu 1, a, Luxi Lu 1, b

Overlapping Signal Separation in DPX Spectrum Based on EM Algorithm. Chuandang Liu 1, a, Luxi Lu 1, b nd International Worshop on Materials Engineering and Coputer Sciences (IWMECS 015) Overlapping Signal Separation in DPX Spectru Based on EM Algorith Chuandang Liu 1, a, Luxi Lu 1, b 1 National Key Laboratory

More information

Modeling Beam forming in Circular Antenna Array with Directional Emitters

Modeling Beam forming in Circular Antenna Array with Directional Emitters International Journal of Research in Engineering and Science (IJRES) ISSN (Online): 2320-9364, ISSN (Print): 2320-9356 Volue 5 Issue 3 ǁ Mar. 2017 ǁ PP.01-05 Modeling Bea foring in Circular Antenna Array

More information

Precise Indoor Localization System For a Mobile Robot Using Auto Calibration Algorithm

Precise Indoor Localization System For a Mobile Robot Using Auto Calibration Algorithm Precise Indoor Localization Syste For a Mobile Robot Using Auto Calibration Algorith Sung-Bu Ki, JangMyung Lee, and I.O. Lee : Pusan National University, http://robotics.ee.pusan.ac.r, : Ninety syste Abstract:

More information

UNIT - II CONTROLLED RECTIFIERS (Line Commutated AC to DC converters) Line Commutated Converter

UNIT - II CONTROLLED RECTIFIERS (Line Commutated AC to DC converters) Line Commutated Converter UNIT - II CONTROLLED RECTIFIERS (Line Coutated AC to DC converters) INTRODUCTION TO CONTROLLED RECTIFIERS Controlled rectifiers are line coutated ac to power converters which are used to convert a fixed

More information

COMBINED FREQUENCY AND SPATIAL DOMAINS POWER DISTRIBUTION FOR MIMO-OFDM TRANSMISSION

COMBINED FREQUENCY AND SPATIAL DOMAINS POWER DISTRIBUTION FOR MIMO-OFDM TRANSMISSION The 8th nnual IEEE International Syposiu on Personal, Indoor and Mobile Radio Counications (PIMRC 07) COMINED FREQUENCY ND SPTIL DOMINS POWER DISTRIUTION FOR MIMO-OFDM TRNSMISSION Wladiir ocquet, Kazunori

More information

A soft decision decoding of product BCH and Reed-Müller codes for error control and peak-factor reduction in OFDM

A soft decision decoding of product BCH and Reed-Müller codes for error control and peak-factor reduction in OFDM A soft decision decoding of product BCH and Reed-Müller codes for error control and pea-factor reduction in OFDM Yves LOUET *, Annic LE GLAUNEC ** and Pierre LERAY ** * PhD Student and ** Professors, Departent

More information

Design and Implementation of Block Based Transpose Form FIR Filter

Design and Implementation of Block Based Transpose Form FIR Filter Design and Ipleentation of Bloc Based Transpose For FIR Filter O. Venata rishna 1, Dr. C. Venata Narasihulu 2, Dr.. Satya Prasad 3 1 (ECE, CVR College of Engineering, Hyderabad, India) 2 (ECE, Geethanjali

More information

Estimating river suspended sediment yield using MLP neural network in arid and semi-arid basins Case study: Bar River, Neyshaboor, Iran

Estimating river suspended sediment yield using MLP neural network in arid and semi-arid basins Case study: Bar River, Neyshaboor, Iran DESERT DESERT Online at http://jdesert.ut.ac.ir DESERT 14 (2009) 43-52 Estiating river suspended sedient yield using MLP neural network in arid and sei-arid basins Case study: Bar River, Neyshaboor, Iran

More information

ORTHOGONAL frequency division multiplexing (OFDM) has become the most popular multicarrier

ORTHOGONAL frequency division multiplexing (OFDM) has become the most popular multicarrier IEEE SIGNAL PROCESSING LETTERS 1 MultipleInput MultipleOutput OFDM with Index Modulation Ertuğrul Başar, Meber, IEEE Abstract arxiv:1510.06141v1 [cs.it] 1 Oct 015 Orthogonal frequency division ultiplexing

More information

EXPERIMENTAL VERIFICATION OF SINUSOIDAL APPROXIMATION IN ANALYSIS OF THREE-PHASE TWELVE-PULSE OUTPUT VOLTAGE TYPE RECTIFIERS

EXPERIMENTAL VERIFICATION OF SINUSOIDAL APPROXIMATION IN ANALYSIS OF THREE-PHASE TWELVE-PULSE OUTPUT VOLTAGE TYPE RECTIFIERS th INTERNATIONAL SYPOSIU on POWER ELECTRONICS - Ee 9 XV eđunarodni sipoziju Energetska elektronika Ee 9 NOVI SAD, REPUBLIC OF SERBIA, October 8 th - th, 9 EXPERIENTAL VERIFICATION OF SINUSOIDAL APPROXIATION

More information

Distributed Resource Allocation for Proportional Fairness in Multi-Band Wireless Systems

Distributed Resource Allocation for Proportional Fairness in Multi-Band Wireless Systems Distributed Resource Allocation for Proportional Fairness in Multi-Band Wireless Systes I-Hong Hou CSL and Departent of CS University of Illinois Urbana, IL 61801, USA ihou2@illinois.edu Piyush Gupta Bell

More information

Statistical Singing Voice Conversion with Direct Waveform Modification based on the Spectrum Differential

Statistical Singing Voice Conversion with Direct Waveform Modification based on the Spectrum Differential INTERSPEECH 2014 Statistical Singing Voice Conversion with Direct Wavefor Modification based on the Spectru Differential Kazuhiro Kobayashi, Tooki Toda, Graha Neubig, Sakriani Sakti, Satoshi Nakaura Graduate

More information

Relation between C/N Ratio and S/N Ratio

Relation between C/N Ratio and S/N Ratio Relation between C/N Ratio and S/N Ratio In our discussion in the past few lectures, we have coputed the C/N ratio of the received signals at different points of the satellite transission syste. The C/N

More information

SAMPLING PERIOD ASSIGNMENT FOR NETWORKED CONTROL SYSTEMS BASED ON THE PLANT OPERATION MODE

SAMPLING PERIOD ASSIGNMENT FOR NETWORKED CONTROL SYSTEMS BASED ON THE PLANT OPERATION MODE SAMPLING PERIOD ASSIGNMENT FOR NETWORKED CONTROL SYSTEMS BASED ON THE PLANT OPERATION MODE Daniel A. Perez, Ubirajara F. Moreno, Carlos B. Montez, Tito L. M. Santos PGEAS - Prograa de Pós-Graduação e Engenharia

More information

Track-Before-Detect for an Active Towed Array Sonar

Track-Before-Detect for an Active Towed Array Sonar 17-20 Noveber 2013, Victor Harbor, Australia Track-Before-Detect for an Active Towed Array Sonar Han X. Vu (1,2), Sauel J. Davey (1,2), Fiona K. Fletcher (1), Sanjeev Arulapala (1,2), Richard Elle (1)

More information

Sound recording with the application of microphone arrays

Sound recording with the application of microphone arrays Coputer Applications in Electrical Engineering Sound recording with the application of icrophone arrays Eugeniusz Kornatowski West Poeranian University of Technology 7-26 Szczecin, 26 Kwietnia, e-ail:

More information

FORWARD MASKING THRESHOLD ESTIMATION USING NEURAL NETWORKS AND ITS APPLICATION TO PARALLEL SPEECH ENHANCEMENT

FORWARD MASKING THRESHOLD ESTIMATION USING NEURAL NETWORKS AND ITS APPLICATION TO PARALLEL SPEECH ENHANCEMENT FORWARD MASKING THRESHOLD ESTIMATION USING NEURAL NETWORKS AND ITS APPLICATION TO PARALLEL SPEECH ENHANCEMENT T. S. GUNAWAN 1, O. O. KHALIFA 1, E. AMBIKAIRAJAH 2 1 Electrical and Coputer Engineering Departent,

More information

Distributed Power and Channel Allocation for Cognitive Femtocell Network using a Coalitional Game Approach

Distributed Power and Channel Allocation for Cognitive Femtocell Network using a Coalitional Game Approach 1 Distributed Power and Channel Allocation for Cognitive Fetocell Network using a Coalitional Gae Approach Tuan eanh, Nguyen H. Tran, and Choong Seon Hong Departent of Coputer Engineering, Kyung Hee University,

More information

Keywords: Adindan-Sudan, Transit-Doppler and GPS datums (WGS72, WGS84).

Keywords: Adindan-Sudan, Transit-Doppler and GPS datums (WGS72, WGS84). ISO 900:2008 Certified Volue 2, Issue 0, April 203 Modified and Corrected Transforation of WGS72 (The Transit, Doppler) and WGS84 (GPS Datu) Stations To Adindan Datu Based On Clarke880 Ellipsoid ABSTRACT:

More information

THREE-PHASE AC CHOPPER SUPPLIED FOR INDUCTION MOTOR

THREE-PHASE AC CHOPPER SUPPLIED FOR INDUCTION MOTOR International Journal of Engineering Inventions e-issn: 78-7461, p-issn: 19-6491 Volue 7, Issue 8 [August 018] PP: 01-14 THREE-PHASE AC CHOPPER SUPPIED FOR INDUCTION MOTOR Mohaed Shaban Electric & Electronic

More information

An Automatic Control Strategy of Strip Width in Cold Rolling

An Automatic Control Strategy of Strip Width in Cold Rolling Advanced Materials Research Subitted: 204-06-04 ISSN: 662-8985, Vols. 004-005, pp 22-225 Accepted: 204-06-08 doi:0.4028/www.scientific.net/amr.004-005.22 Online: 204-08-3 204 Trans Tech Publications, Switzerland

More information

A Wireless Transmission Technique for Remote Monitoring and Recording System on Power Devices by GPRS Network

A Wireless Transmission Technique for Remote Monitoring and Recording System on Power Devices by GPRS Network Proceedings of the 6th WSEAS International Conference on Instruentation, Measureent, Circuits & Systes, Hangzhou, China, April 15-17, 007 13 A Wireless Transission Technique for Reote Monitoring and Recording

More information

Design of an Arrayed Waveguide Grating with flat spectral response

Design of an Arrayed Waveguide Grating with flat spectral response Design of an Arrayed Waveguide Grating with flat spectral response Thoas Kaalakis, Thoas Sphicopoulos and Diitris Syvridis (Departent of Inforatics and Telecounications, University of Athens, Panepistiiopolis,

More information

This file is part of the following reference: Access to this file is available from:

This file is part of the following reference: Access to this file is available from: This file is part of the following reference: Page, Geoff (27) Mass Transport Evaluation using consolidated VHF Radar and Acoustic Doppler Current Profiler data. Masters (Research) thesis, Jaes Cook University.

More information

Allocation of Multiple Services in Multi-Access Wireless Systems

Allocation of Multiple Services in Multi-Access Wireless Systems Allocation of Multiple Serices in Multi-Access Wireless Systes Anders Furuskär Wireless@KTH, Royal Institute of Technology, Sweden and Ericsson Research anders.furuskar@era.ericsson.se Abstract This paper

More information

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists 3,900 116,000 10M Open access books available International authors and editors Downloads Our authors

More information

New Adaptive Linear Combination Structure for Tracking/Estimating Phasor and Frequency of Power System

New Adaptive Linear Combination Structure for Tracking/Estimating Phasor and Frequency of Power System 28 Journal of Electrical Engineering & echnology Vol. 5, No., pp. 28~35, 2 New Adaptive Linear Cobination Structure for racking/estiating Phasor and Frequency of Power Syste Choowong-Wattanasakpubal and

More information

Speech Enhancement using Temporal Masking and Fractional Bark Gammatone Filters

Speech Enhancement using Temporal Masking and Fractional Bark Gammatone Filters PAGE 420 Speech Enhanceent using Teporal Masking and Fractional Bark Gaatone Filters Teddy Surya Gunawan, Eliathaby Abikairajah School of Electrical Engineering and Telecounications The University of New

More information

Urals State Technical University UPI Mira st., 19 Mira st., 32 Ekaterinburg, , RUSSIAN FEDERATION Ekaterinburg, , RUSSIAN FEDERATION

Urals State Technical University UPI Mira st., 19 Mira st., 32 Ekaterinburg, , RUSSIAN FEDERATION Ekaterinburg, , RUSSIAN FEDERATION Proceedings of the 2008 Winter Siulation Conference S. J. Mason, R. R. Hill, L. Mönch, O. Rose, T. Jefferson, J. W. Fowler eds. INDUSTRIAL ENTERPRISES BUSINESS PROCESSES SIMULATION WITH BPSIM.MAS Konstantin

More information

Study and Implementation of Complementary Golay Sequences for PAR reduction in OFDM signals

Study and Implementation of Complementary Golay Sequences for PAR reduction in OFDM signals Study and Ipleentation of Copleentary Golay Sequences for PAR reduction in OFDM signals Abstract In this paper soe results of PAR reduction in OFDM signals and error correction capabilities by using Copleentary

More information

Planning for Decentralized Control of Multiple Robots Under Uncertainty

Planning for Decentralized Control of Multiple Robots Under Uncertainty Planning for Decentralized Control of Multiple Robots Under Uncertainty Christopher Aato 1, George D. Konidaris 1, Gabriel Cruz 1 Christopher A. Maynor 2, Jonathan P. How 2 and Leslie P. Kaelbling 1 1

More information

Uplink blocking probability calculation for cellular systems with WCDMA radio interface and finite source population

Uplink blocking probability calculation for cellular systems with WCDMA radio interface and finite source population Uplin blocing probability calculation for cellular systes with WCDMA radio interface and finite source population Mariusz Głąbowsi *, Macie Stasia *, Aradiusz Wiśniewsi and Piotr Zwierzyowsi * * Institute

More information

Transmit Beamforming and Iterative Water-Filling Based on SLNR for OFDMA Systems

Transmit Beamforming and Iterative Water-Filling Based on SLNR for OFDMA Systems Transit Beaforing and Iterative Water-Filling Based on SLNR for OFDMA Systes Kazunori Hayashi, Megui Kaneko, Takeshi Fui, Hideaki Sakai Graduate School of Inforatics, Kyoto University, Yoshida Honachi

More information

Cross-correlation tracking for Maximum Length Sequence based acoustic localisation

Cross-correlation tracking for Maximum Length Sequence based acoustic localisation Cross-correlation tracking for Maxiu Length Sequence based acoustic localisation Navinda Kottege Research School of Inforation Sciences and Engineering The Australian National University, ACT, Australia

More information