Hand Gesture Recognition and Its Application in Robot Control

Size: px
Start display at page:

Download "Hand Gesture Recognition and Its Application in Robot Control"

Transcription

1 IJCSI International Journal of Coputer Science Issues, Volue 13, Issue 1, January Hand Gesture Recognition and Its Application in Robot Control Pei-Guo Wu 1 and Qing-Hu Meng 1 Inforation Engineering College, Henan University of Science and Technology, Luoyang, 47103, China Departent of Electronic Engineering, The Chinese University of Hong Kong, Hong Kong, 0085, China Abstract In view of the proble that the accuracy and robustness of hand gesture recognition technology based on vision in the process of using gestures to interact with robots were unstable due to its background, illuination and other factors, this paper presented a gesture segentation and recognition ethod Cobining depth inforation and color iages. First, it used Kinect sensor to obtain depth inforation and color iages, then used depth inforation to pick the hand part fro color iages, and then got gesture iages through color segentation ethod. Second, it calculated HU invariant oents and shape features of the gesture iages as feature inforation. Finally, it used the feature inforation to train the support vector achine, then ipleented hand gesture recognition for static hand gestures. Experiental results show that the ethod has strong robustness to the influence of background interference, illuination variation, translation, rotation and zoo, and can be applied to control intelligent robot. Keywords: Kinect; hand gesture recognition; Hu invariant oents; support vector achine; robot. 1. Introduction With the developent of the robot technology, robots have entered every aspect of huan life. Robots can replace huan to work in the factory, can provide entertainent and help to people in daily life. As a result, interactions between huans and robots are becoing ore and ore frequent. In this case, the traditional huan-coputer interaction technologies based on ouse and keyboard has already could not satisfy people's needs, people are longing for a ore siple, natural and direct way to counicate with the robots. As a coon counication way between people, hand gestures can convey rich and coplete inforation, and play an iportant role in our daily life. The use of hand gestures to control robots can ake people anipulate and interact with the robots easily and conveniently. Therefore, hand gesture recognition is an indispensable key technology in the new generation of huan-coputer interaction technologies [1-3]. Initially, people used data glove to collect the data of hand joints for hand gesture recognition. But the hand gesture recognition Technology based on data glove is not suitable for practical application, because the data glove is expensive and not flexible for user. Now hand gesture recognition Technology based on vision is widely researched and applied, it obtains iages with caera, and used iage processing ethods for processing and analysis, then accoplishes the purpose of hand gesture recognition. Copared with the hand gesture recognition based on data glove, hand gesture recognition based on vision is ore natural and convenient, and has a great application value. In the coplex environent conditions, iages obtained by caera are easily affected by coplex background and illuination variation, that akes it difficult for iage processing and analysis. Therefore, the accuracy of hand gesture recognition is difficult to iprove [4-6]. In this case, this paper presented a hand gesture recognition ethod based on Kinect, it used Kinect to obtain depth inforation and color iages at the sae tie. The depth inforation is only deterined by the distance between object and Kinect, it has strong robustness to the influence of coplex background. The ethod cobined depth inforation with color iages for iage segentation, then extracted feature inforation of the hand iages after segentation, and used the feature inforation to train support vector achine to get classifier, and then used the classifier to recognize hand gestures. Finally, the ethod was used in robot controlling to achieve natural and convenient huan-coputer interaction.. Hand Gesture Segentation Kinect is a 3d sensor which is released by Microsoft Corporation. On the Kinect, there is a color (RGB) caera, an infrared (IR) projector, and an infrared (IR) sensor. With the RGB caera, color iages of the scene in front of the Kinect can be obtained iediately. The IR projector can eit a grid of near infrared (NIR) light in doi: /ijcsi International Journal of Coputer Science Issues

2 IJCSI International Journal of Coputer Science Issues, Volue 13, Issue 1, January front of it. When the NIR light irradiates objects with rough surfaces, according to the distance of the objects, there will be soe different patterns on the surface of the objects. The IR sensor is a CMOS caera that can receive the patterns. Then the patterns are decoded in the Kinect to deterine the depth inforation [7-8]. 11 threshold were replaced with the value of 1, the other pixels were replaced with the value of 0. Finally, binary iages were achieved after the color segentation of hand iages..1 Foreground Extraction In this paper, the frae rate of Kinect was set to 30 Hz, and the resolution of the iage was set to pixels. With the Kinect, color iages and depth inforation could be obtained at the sae tie. It is the value of distance fro Kinect to the objects that is stored in each frae of depth inforation. Then the foreground in the range of 0.5 eters to 1. eters was retrieved fro color iages based on depth inforation. In this way, the iages of hand without any other part of the experienter's body could be obtained; see Fig. 1. H histogra S histogra Fig. Hand color histogras. After skin color segentation, there was soe noise in the binary iages. As a result, edian filtering was necessary before extracting features. Median filter is a kind of nonlinear spatial filters, it provides excellent noisereduction capabilities for certain types of rando noise, with considerably less blurring than linear soothing filters of siilar size. In order to perfor edian filtering at a point in an iage, the values of the pixel in question and its neighbors ust be sorted at first, then deterine their edian, and assign this value to that pixel. Fig. 3 shows the result of edian filtering. Fig. 1 Foreground extraction.. Skin Color Segentation The hand iages which were obtain fro Kinect is a RGB (Red, Green, Blue) color iage. In RGB color space, the color of each pixel is defined by R, G and B values. The R, G and B values have a high correlation, and are easily affected by illuination variation. As a result, it is not suitable for color segentation in RGB color space. Therefore, the hand iages were transfored fro RGB color space to HSV color space. The definition of color in HSV color space accords with the character of huan vision perception very uch. In HSV (Hue, Saturation, Value) color space, H and S values are used to describe the different colors; V value reflects the light and dark of different colors because of light intensity. Hence, color segentation based on HSV color space can eliinate the influence of light intensity [9]. Firstly, the hand iages in RGB color space were transfored to HSV color space. Then, the color histogras of hand were extracted; see Fig.. After analysis of the color histogras, the threshold was deterined as follow: 0 H 15 or 170 H 180, and 50 S 130. The values of pixels within the range of doi: /ijcsi Fig. 3 Median filtering. 3. Feature Extraction Fig. 4 shows the binary iages of hand gestures which are defined in Sebastien Marcel Static Hand Posture Database that were obtained through Kinect. Then the HU invariant oents and copactness of the iages were calculated as feature inforation for hand gesture recognition. 3.1 Hu Invariant Moents In iage processing, oents are usually used to describe geoetrical features of iages, and are used as the basis of classification. If the resolution of the iage is n and 016 International Journal of Coputer Science Issues

3 IJCSI International Journal of Coputer Science Issues, Volue 13, Issue 1, January A B C Five Point V Fig. 4 Binary iages of hand gestures. F ( x, y) is the value at point ( x, y), then the (p + q) th oents and the (p + q) th central oents can be calculated as follows: n x1 y1 n x x1 y1 (, y 0 0 p q y F( x, y), q 0,1,,... p (1) p q ( x x0 ) ( y y0) F( x, y) () Where x ) is the center of gravity in iage, 10 x0, y0. 00 Moents and central oents can be used as shape feature inforation for iages classification, but they are not invariant of transforation, rotation and scale at the sae tie. In 196, HU M.K. put forward the concept of oent invariant, also called Hu invariant oents. Hu invariant oents are invariant of translation, rotation and zoo, therefore they are widely used in iage classification and recognition [10]. Hu invariant oents are constructed with noralized second central oents and third central oents, the noralized central oents can be calculated by zero oent as the following equation: 00 (3) HU invariant oents are calculated as follows: (4) ( (5) 0 0) ( ) (3 1 03) 4 ( 30 1) ( 1 03) (6) (7) 5 ( )( 30 1)[( ) 3( ) ] (3 )( )[ ( 30 1) ( 1 03) ] 6 ( 0 0)[( 30 1) ( 1 03) ] 4 11( 30 1)( 1 03) 7 ( )( 30 1)[( 30 1) 3( 1 03) ] (3 1 30)( 1 03)[3( 30 1) ( 1 03) ] (8) (9) (10) 3. Copactness The sae hand gestures in different iages were not identical because of gesture polyorphis and the influence of the caera angle. Therefore, the Hu invariant oents of iages changed slightly. As a result, the accuracy of hand gesture recognition was reduced. In order to raise the accuracy, two shape features based on copactness were introduced [11-1], they are calculated as follows: l c1 (11) S c 4 S (1) S rect Where l is the circuference of gesture contour, S is the area of gesture, rectangle. S is the area of iniu enclosing rect 4. Hand Gesture Recognition SVM was served as classifier for hand gesture recognition. The first three paraeters in Hu invariant oents and the two shape features were used as feature inforation to train SVM, and then the classifier is obtained. SVM is first put forward by Cortes and Vapnik in 1995, and has becoe a new ethod of achine learning. SVM is based on VC diension theory and structure risk iniization principle, it excels in addressing highdiension and solving sall saple size proble. SVM perfors classification and recognition by finding optial hyperplanes in the feature space. When saples are linear separable, the optial hyperplanes can be find directly. For the linear non-separable probles, it can be solved by introducing slack variables. In fact, ost of the questions doi: /ijcsi International Journal of Coputer Science Issues

4 IJCSI International Journal of Coputer Science Issues, Volue 13, Issue 1, January are nonlinear, they needs to be transfored into linear probles in a high diension space by kernel functions to solve [13-14], three coon kernel functions are as follows: 1. Polynoial kernel function: T d K ( u, v) ( u v c) (13). RBF kernel function: K( u, v) exp( u v ) (14) 3. Sigoid kernel function: T K( u, v) tanh( u v c) (15) RBF kernel function was used in the ethod, it has good stability and wide convergence doain, and has a wider application range than the others. In the experient, in addition to the paraeters in kernel function, the penalty paraeter C is equally iportant. The value of C deterines how iportant the off-group points data is. The bigger the value of C is, the ore iportant the off-group points data is. 5. Results and Analysis 5.1 Experiental Research The hardware equipent of hand gesture recognition includes coputer and Kinect. The operating syste of coputer is Windows 7; the driver software of Kinect is Kinect for Windows SDK v1.8. The software developing platfor is Visual Studio 010. Both Open Source Coputer Vision Library (OpenCV) and LIBSVM tools are used for software developent. With the Kinect, one hundred and sixty iages were obtained randoly for every hand gesture in Sebastien Marcel Static Hand Posture Database. One hundred of the iages were used as training saples, the others were used as test saples. The training saples were used to extract feature inforation, and the feature inforation were used for paraeters optiization with "grid.by" which is included in the LIBSVM tools. Fig. 5 shows the result of paraeters optiization. Then the optial paraeters and feature inforation were used to train SVM. The test saples were used for hand gesture recognition after feature extracting. Table 1 shows the results of hand gesture recognition, and the suggested ethod is ore accurate than the ethod which only use Hu invariant oents as feature inforation. Table 1: Results of hand gesture recognition Recognition Rate(%) Our Method Hu Method Hand Gesture A B C Five Point V Average Robustness Analysis In the coplex environent conditions, coplex background and illuination variation ake it difficult for hand gesture segentation. As a result, the accuracy of hand gesture recognition is reduced. In Fig. 6, a and d are the hand gesture segentation in di light, b and e are the hand gesture segentation in bright light, c and f are the hand gesture segentation in coplex background. Fro Fig. 6, the hand gesture segentation ethod is stable to the influence of illuination change and coplex background, and has strong robustness. In the experient, every hand iage which was used to do hand gesture a b c Fig. 5 Paraeters optiization. d e f Fig. 6 Hand gesture segentation in different condition. doi: /ijcsi International Journal of Coputer Science Issues

5 IJCSI International Journal of Coputer Science Issues, Volue 13, Issue 1, January recognition is different, they have soe changes of translation, rotation and zoo. Cobined with the table 1, we can see that the hand gesture recognition ethod has strong robustness to translation, rotation and zoo. 5.3 Robot Control NAO was used in this experient, it is a prograable huanoid robot developed by Aldebaran Robotics, a French robotics copany. NAO has 5 degrees of freedo, and has any kind of sensors, it is widely used in scientific research and faily service. In the robot control syste, hand gestures (a, b, c, five, point, v) were defined as control coands (go, turn left, turn right, sit down, stand up, say hello) to the robot. The syste used Kinect to obtain hand iages, then do hand gesture recognition. According to the results of hand gesture recognition, the defined control coands were executed. Fig. 7 shows the work flow of robot control syste. The results show that the syste can be used to control the otion of the robot. Kinect Obtain Iages Control Robot 6. Conclusions Fig. 7 Work flow of robot control syste. In this paper, we present a hand gesture recognition ethod based on Kinect. The ethod uses Kinect to obtain hand iages, then perfors skin color segentation and feature extraction to the iages, and uses SVM as classifier. Experiental results show that the ethod has strong robustness to the influence of background interference, illuination variation, translation, rotation and zoo, and can be used to control robot. Future work will focus on the research of dynaic gesture recognition and its application. References Hand Gesture Segentation Execute Control Coand Feature Extraction Hand Gesture Recognition [1] H. Hasan, S. Abdul-Karee, "Huan-coputer interaction using vision-based hand gesture recognition systes: a survey", Neural Coputing and Applications, Vol. 5, No., 014, pp [] Y. Y. Pang, N. A. Isail, and P. L. S. Gilbert, "A Real Tie Vision-Based Hand Gesture Interaction", in the 4th Asia Modelling Syposiu (AMS010), 010, pp [3] M. Takahashi, M. Fujii, M. Naeura, et al., "Huan gesture recognition syste for TV viewing using tie-of-flight caera", Multiedia tools and applications, Vol. 6, No. 3, 013, pp [4] REN Hai-bing, ZHU Yuan-xin, and XU Guang-you, et al., "Vision-Based Recognition of Hand Gestures: A Survey", Acta Electronica Sinica, Vol. 8, No., 000, pp [5] WU Yu, "Gesture Recognition Siulation in Robot Vision Counication", Coputer Siulation, Vol. 3, No., 015, pp [6] Y. Han, "A low-cost visual otion data glove as an input device to interpret huan hand gestures", IEEE Transactions on Consuer Electronics, Vol. 56, No., 010, pp [7] YU tao, Kinect Developent and Application in Actual Cobat, Beijing: China Machine Press, 013. [8] MENG Shang, GAO Chenqiang, and YANG Luyu, "Method of Gesture Recognition Based on Depth Iage", Digital Counication, Vol. 41, No., 014, pp. -6. [9] P. Kakuanu, S. Makrogiannis, and N. Bourbakis, "A survey of skin-color odeling and detection ethods", Pattern Recognition, Vol. 40, No. 3, 007, pp [10] LUO Yuan, XIE Yu, and ZHANG Yi, "Design and Ipleentation of a Gesture-Driven Syste for Intelligent Wheelchairs Based on the Kinect Sensor", Robot, Vol. 34, No. 1, 01, pp , 119. [11] A. Jinda-apiraksa, W. Pongstiensak, and T. Kondo, "A siple shape-based approach to hand gesture recognition", in the 010 International Conference on Electrical Engineering/Electronics Coputer Telecounications and Inforation Technology (ECTI-CON), 010, pp [1] CHEN tao, "Research of Real-Tie Gesture Recognition Technology Based on Depth and Color Inforation ", M.S. thesis, School of Coputer Science and Engineering, Nanjing University of Science and Technology, Nanjing, China, 013. [13] F. Bellakhdhar, K. Loukil, and M. Abid, "Face recognition approach using Gabor Wavelets, PCA and SVM", International Journal of Coputer Science Issues, Vol. 10, No., 013, pp [14] DING Shi-fei, QI Bing-juan, and TAN Hong-yan, "An Overview on Theory and Algorith of Support Vector Machines", Journal of University of Electronic Science and Technology of China, Vol. 40, No. 1, 011, pp Pei-Guo Wu ale, born in 1991, is a aster candidate in coputer application technology at the Inforation Engineering College, Henan University of Science and Technology, Luoyang, China. His research interests include iage processing and recognition. Qing-Hu Meng ale, born in 196, received the Master s degree fro Beijing Institute of Technology, Beijing, China, in 1988, and the Ph.D. degree in electrical and coputer engineering fro the University of Victoria, BC, Canada, in 199. He was a Professor in the Departent of Electrical and Coputer Engineering at the University of Alberta, Canada, fro April 1994 to August 004. Currently, he is a Professor with the Departent of Electronic Engineering, Chinese University of Hong Kong. His research interests are in the areas of bioedical engineering, edical and surgical robotics, active capsule endoscopy, edical doi: /ijcsi International Journal of Coputer Science Issues

6 IJCSI International Journal of Coputer Science Issues, Volue 13, Issue 1, January iage-based autoatic diagnosis, interactive teleedicine and telehealthcare, biosensors and ultisensor data fusion, bio-mems with edical applications, bioedical devices and robotic assistive technologies and prosthetics, adaptive and intelligent systes, and related edical and industrial applications. doi: /ijcsi International Journal of Coputer Science Issues

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

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

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

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

THE IMPLEMENTATION OF PERMANENT MAGNET SYNCHRONOUS MOTOR SPEED TRACKING BASED ON ONLINEARTIFICIAL NEURAL NETWORK

THE IMPLEMENTATION OF PERMANENT MAGNET SYNCHRONOUS MOTOR SPEED TRACKING BASED ON ONLINEARTIFICIAL NEURAL NETWORK ISSN 1819-668 26-213 AsianResearch PublishingNetwork (ARPN).Allrights reserved. www.arpnjournals.co THE IMPLEMENTATION OF PERMANENT MAGNET SYNCHRONOUS MOTOR SPEED TRACKING BASED ON ONLINEARTIFICIAL NEURAL

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

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

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

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

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

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

Department of Mechanical and Aerospace Engineering, Case Western Reserve University, Cleveland, OH, 2

Department of Mechanical and Aerospace Engineering, Case Western Reserve University, Cleveland, OH, 2 Subission International Conference on Acoustics, Speech, and Signal Processing (ICASSP ) PARAMETRIC AND NON-PARAMETRIC SIGNAL ANALYSIS FOR MAPPING AIR FLOW IN THE EAR-CANALTO TONGUE MOVEMENT: A NEW STRATEGY

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

OPTIMIZING SVM FOR IMAGE RANKING USING ENHANCED ABC

OPTIMIZING SVM FOR IMAGE RANKING USING ENHANCED ABC 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,

More information

Analyzing of dynamic characteristics for discrete S-PCNN Rencan Nie1, Shaowen Yao2, Dongming Zhou1and Haiying Deng1,a

Analyzing of dynamic characteristics for discrete S-PCNN Rencan Nie1, Shaowen Yao2, Dongming Zhou1and Haiying Deng1,a Analyzing of dynaic characteristics for discrete S-PCNN Rencan Nie, Shaowen Yao, Donging Zhouand Haiying Deng,a School of Inforation Science, Yunnan University, Kuning 659, China; Graduate School, Yunnan

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

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

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

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

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

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

Design of a Radioactive Source Sampler Based on CPAC

Design of a Radioactive Source Sampler Based on CPAC IJCSI International Journal of Coputer Science Issues, Vol. 0, Issue, No, March 03 ISSN (Print): 694-084 ISSN (Online): 694-0784 www.ijcsi.org Design of a Radioactive Source Sapler Based on CPAC Bin Yang,

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

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

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

Mismatch error correction for time interleaved analog-to-digital converter over a wide frequency range

Mismatch error correction for time interleaved analog-to-digital converter over a wide frequency range Misatch error correction for tie interleaved analog-to-digital converter over a wide frequency range Zouyi Jiang,,2 Lei Zhao,,2,a) Xingshun Gao,2, Ruoshi Dong,2, Jinxin Liu,2, and Qi An,2 State Key Laboratory

More information

Keywords: Equivalent Instantaneous Inductance, Finite Element, Inrush Current.

Keywords: Equivalent Instantaneous Inductance, Finite Element, Inrush Current. Discriination of Inrush fro Fault Currents in Power Transforers Based on Equivalent Instantaneous Inductance Technique Coupled with Finite Eleent Method Downloaded fro ijeee.iust.ac.ir at 5:47 IRST on

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

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

Modeling and Parameter Identification of a DC Motor Using Constraint Optimization Technique

Modeling and Parameter Identification of a DC Motor Using Constraint Optimization Technique IOSR Journal of Mechanical and Civil Engineering (IOSR-JMCE) e-issn: 2278-684,p-ISSN: 2320-334X, Volue 3, Issue 6 Ver. II (Nov. - Dec. 206), PP 46-56 www.iosrjournals.org Modeling and Paraeter Identification

More information

Carlson Software Inc. 102 West 2 nd Street Maysville, KY m Phone: (606) Fax: (606)

Carlson Software Inc. 102 West 2 nd Street Maysville, KY m Phone: (606) Fax: (606) Page 1 of 18 Field-to-Finish, SurvCE and Hardware Updated 1/26/2017 Survey Field-to-Finish, in Carlson Survey and SurvCE Minnesota Surveyor s Conference February 8-9, 2017 Bruce Carlson, PE President bcarlson@carlsonsw.co

More information

Detection of Faults in Power System Using Wavelet Transform and Independent Component Analysis

Detection of Faults in Power System Using Wavelet Transform and Independent Component Analysis Detection of Faults in Power Syste Using Wavelet Transfor and Independent Coponent Analysis 1 Prakash K. Ray, 2 B. K. Panigrahi, 2 P. K. Rout 1 Dept. of Electrical and Electronics Engineering, IIIT, Bhubaneswar,

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

ROBUST UNDERWATER LOCALISATION OF ULTRA LOW FREQUENCY SOURCES IN OPERATIONAL CONTEXT

ROBUST UNDERWATER LOCALISATION OF ULTRA LOW FREQUENCY SOURCES IN OPERATIONAL CONTEXT ROBUST UNDERWATER LOCALISATION OF ULTRA LOW FREQUENCY SOURCES IN OPERATIONAL CONTEXT M. Lopatka a, B. Nicolas a, G. Le Touzé a,b, X. Cristol c, B. Chalindar c, J. Mars a, D. Fattaccioli d a GIPSA-Lab /DIS/

More information

Research on Hand Gesture Recognition Using Convolutional Neural Network

Research on Hand Gesture Recognition Using Convolutional Neural Network Research on Hand Gesture Recognition Using Convolutional Neural Network Tian Zhaoyang a, Cheng Lee Lung b a Department of Electronic Engineering, City University of Hong Kong, Hong Kong, China E-mail address:

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 4,1 116, 12M Open access books available International authors and editors Downloads Our authors

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

Robust Acceleration Control of Electrodynamic Shaker Using µ Synthesis

Robust Acceleration Control of Electrodynamic Shaker Using µ Synthesis Proceedings of the 44th IEEE Conference on Decision and Control, and the European Control Conference 5 Seville, Spain, Deceber -5, 5 WeIC8. Robust Acceleration Control of Electrodynaic Shaker Using µ Synthesis

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

VEHICLE LOCALIZATION IN URBAN CANYONS USING GEO-REFERENCED DATA AND FEW GNSS SATELLITES

VEHICLE LOCALIZATION IN URBAN CANYONS USING GEO-REFERENCED DATA AND FEW GNSS SATELLITES VEHICLE LOCALIZATION IN URBAN CANYONS USING GEO-REFERENCED DATA AND FEW GNSS SATELLITES Cleent Fouque Philippe Bonnifait Heudiasyc UMR CNRS 6599, Universite de Technologie de Copiegne, France. firstnae.nae@hds.utc.fr

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

Lecture 8 Camera Models

Lecture 8 Camera Models Lecture 8 Caera Models Professor Silvio Savarese Coputational Vision and Geoetr Lab Silvio Savarese Lecture 8-5-Oct-4 Lecture 8 Caera Models Pinhole caeras Caeras & lenses The geoetr of pinhole caeras

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

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

Three Component Time-domain Electromagnetic Surveying: Modeling and Data Analysis

Three Component Time-domain Electromagnetic Surveying: Modeling and Data Analysis PIERS ONLINE, VOL., NO., 75 Three Coponent Tie-doain Electroagnetic Surveying: Modeling and Data Analysis Chow-Son Chen 1, Wei-Hsuan Chiu 1, and Ching-Ren Lin 1 Institute of Geophysics, National Central

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

A Method of Multi-License Plate Location in Road Bayonet Image

A Method of Multi-License Plate Location in Road Bayonet Image A Method of Multi-License Plate Location in Road Bayonet Image Ying Qian The lab of Graphics and Multimedia Chongqing University of Posts and Telecommunications Chongqing, China Zhi Li The lab of Graphics

More information

Intermediate-Node Initiated Reservation (IIR): A New Signaling Scheme for Wavelength-Routed Networks with Sparse Conversion

Intermediate-Node Initiated Reservation (IIR): A New Signaling Scheme for Wavelength-Routed Networks with Sparse Conversion Interediate-Node Initiated Reservation IIR): A New Signaling Schee for Wavelength-Routed Networks with Sparse Conversion Kejie Lu, Jason P. Jue, Tiucin Ozugur, Gaoxi Xiao, and Irich Chlatac The Center

More information

Design and Experiments of Photon Counting Imaging Test Platform

Design and Experiments of Photon Counting Imaging Test Platform Design and Experients of Photon Counting Iaging Test Platfor Liju Yin School of Electrical and Electronic Engineering Shandong University of Technology Zibo, China Qian Chen School of Electronic Eng. and

More information

Overlapped frequency-time division multiplexing

Overlapped frequency-time division multiplexing April 29, 16(2): 8 13 www.sciencedirect.co/science/journal/158885 he Journal of China Universities of Posts and elecounications www.buptjournal.cn/xben Overlapped frequency-tie division ultiplexing JIANG

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

Camera 2 Lens 4 Filters 7 Film Image Sensor 9 Flash Units 12 Film v. Digital 17 Equipment Selection Guidelines 21 SAMPLE. Resource List.

Camera 2 Lens 4 Filters 7 Film Image Sensor 9 Flash Units 12 Film v. Digital 17 Equipment Selection Guidelines 21 SAMPLE. Resource List. Basic Evidence Photography Contents Table of Contents Equipent Considerations. 2 Caera 2 Lens 4 Filters 7 Fil Iage Sensor 9 Flash Units 12 Fil v. Digital 17 Equipent Selection Guidelines 21 Scene Photography

More information

Model Development for the Wideband Vehicle-to-vehicle 2.4 GHz Channel

Model Development for the Wideband Vehicle-to-vehicle 2.4 GHz Channel Model Developent for the Wideband Vehicle-to-vehicle.4 GHz Channel Guillero Acosta and Mary Ann Ingra School of ECE, Georgia Institute of Technology, Atlanta, GA 333-5, USA gte437k@ail.gatech.edu, ai@ece.gatech.edu

More information

A Novel TDS-FDMA Scheme for Multi-User Uplink Scenarios

A Novel TDS-FDMA Scheme for Multi-User Uplink Scenarios A Novel TDS-FDMA Schee for Multi-User Uplink Scenarios Linglong Dai, Zhaocheng Wang, Jun Wang, and Zhixing Yang Tsinghua National Laboratory for Inforation Science and Technology, Electronics Engineering

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

Impact of the Sternotomy Wires and Aortic Valve Implant on the On-Body UWB Radio Channels

Impact of the Sternotomy Wires and Aortic Valve Implant on the On-Body UWB Radio Channels Ipact of the Sternotoy Wires and Aortic Valve Iplant on the On-Body UWB Radio Channels Mariella Särestöniei, Tio Kupuniei, Matti Hääläinen, Jari Iinatti Centre for Wireless Counications (CWC) University

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

APPLICATION OF THE FAN-CHIRP TRANSFORM TO HYBRID SINUSOIDAL+NOISE MODELING OF POLYPHONIC AUDIO

APPLICATION OF THE FAN-CHIRP TRANSFORM TO HYBRID SINUSOIDAL+NOISE MODELING OF POLYPHONIC AUDIO 6th European Signal Processing Conference (EUSIPCO 8), Lausanne, Switzerland, August 5-9, 8, copyright by EURASIP APPLICATION OF THE FAN-CHIRP TRANSFORM TO HYBRID SINUSOIDAL+NOISE MODELING OF POLYPHONIC

More information

Applied Digital Control: Optimization for System Identification and Controller Design

Applied Digital Control: Optimization for System Identification and Controller Design Applied Digital Control: Optiization for Syste Identification and Controller Design David G. Wilson Mechanical Engineering University of New Mexico 1. wilson@e.un.edu 2. starr@un.edu 2/27/2006 Lecture

More information

Design of Pretension Tubular Rope Machine Control System Based on RBFNN Tuning PID

Design of Pretension Tubular Rope Machine Control System Based on RBFNN Tuning PID 06 International Conference on Coputer, Mechatronics and Electronic Engineering (CMEE 06) ISBN: 978--60595-406-6 Design of Pretension ubular Rope Machine Control Syste Based on RBFNN uning PID Hui LI and

More information

CONFIDENCE FEATURES EXTRACTION FOR WYNER-ZIV VIDEO DECODING

CONFIDENCE FEATURES EXTRACTION FOR WYNER-ZIV VIDEO DECODING CONFIDENCE FEATURES EXTRACTION FOR WYNER-ZIV VIDEO DECODING Ralph Hänsel, and Eria Müller Institute of Counications Engineering, University of Rostoc Richard-Wagner-Straße, Rostoc, Gerany phone: + (),

More information

A Decoupling Structure of Controllable Reactor of Transformer Type

A Decoupling Structure of Controllable Reactor of Transformer Type TELKOMNIKA Indonesian Journal of Electrical Engineering Vol., No., January 5, pp. ~ 5 DOI:.59/telkonika.vi.67 A Decoupling Structure of Controllable Reactor of Transforer Type Yu He*, Huatai Chen Power

More information

Gesture Recognition with Real World Environment using Kinect: A Review

Gesture Recognition with Real World Environment using Kinect: A Review Gesture Recognition with Real World Environment using Kinect: A Review Prakash S. Sawai 1, Prof. V. K. Shandilya 2 P.G. Student, Department of Computer Science & Engineering, Sipna COET, Amravati, Maharashtra,

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

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

CHAPTER 2 POSITION SERVO DRIVE OF BLDC MOTOR FOR SINGLE LINK ROBOTIC ARM

CHAPTER 2 POSITION SERVO DRIVE OF BLDC MOTOR FOR SINGLE LINK ROBOTIC ARM 22 CHAPTER 2 POSITION SERVO DRIVE OF BLDC MOTOR FOR SINGLE LINK ROBOTIC ARM 2.1 INTRODUCTION An industrial autoation involves robotic to handle aterials in different environents with different pay loads

More information

Direct F 0 Control of an Electrolarynx based on Statistical Excitation Feature Prediction and its Evaluation through Simulation

Direct F 0 Control of an Electrolarynx based on Statistical Excitation Feature Prediction and its Evaluation through Simulation INTERSPEECH 2014 Direct F 0 Control of an Electrolarynx based on Statistical Excitation Prediction and its Evaluation through Siulation Kou Tanaka, Tooki Toda, Graha Neubig, Sakriani Sakti, Satoshi Nakaura

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

Iterative Receiver Signal Processing for Joint Mitigation of Transmitter and Receiver Phase Noise in OFDM-Based Cognitive Radio Link

Iterative Receiver Signal Processing for Joint Mitigation of Transmitter and Receiver Phase Noise in OFDM-Based Cognitive Radio Link Iterative Receiver Signal Processing for Joint Mitigation of Transitter and Receiver Phase Noise in OFDM-Based Cognitive Radio Link Ville Syrjälä and Mikko Valkaa Departent of Counications Engineering

More information

Equal Area Criterion Scheme to Reduce DC Bus Voltage Stress of Single Stage Single Switch Power Factor Corrected Converter

Equal Area Criterion Scheme to Reduce DC Bus Voltage Stress of Single Stage Single Switch Power Factor Corrected Converter Aerican nternational Journal of Research in Science, Technology, Engineering & Matheatics Available online at http://www.iasir.net SSN (Print): 38-349, SSN (Online): 38-3580, SSN (CD-ROM): 38-369 AJRSTEM

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

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

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

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

High Impedance Fault Detection in Electrical Power Feeder by Wavelet and GNN

High Impedance Fault Detection in Electrical Power Feeder by Wavelet and GNN International Journal of Engineering and Applied Sciences (IJEAS) ISSN: 2394-3661, Volue-2, Issue-3, March 2015 High Ipedance Fault Detection in Electrical Power Feeder by Wavelet and GNN Majid Jail, Rajveer

More information

Multitarget Direction Measurement Based on Bistatic Radar

Multitarget Direction Measurement Based on Bistatic Radar Sensors & ransducers Vol. 70 Issue 5 May 204 pp. 65-70 Sensors & ransducers 204 by IFSA Publishing S. L. http://www.sensorsportal.co Multitarget Direction Measureent Based on Bistatic Radar Yubao ou School

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

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

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

Comparison of Fourier Bessel (FB) and EMD-FB Based Noise Removal Techniques for Underwater Acoustic Signals

Comparison of Fourier Bessel (FB) and EMD-FB Based Noise Removal Techniques for Underwater Acoustic Signals Journal of Scientific & Industrial Research Vol. 73, Deceber 214, pp. 756-762 Coparison of Fourier Bessel (FB) and EMD-FB Based Noise Reoval Techniques for Underwater Acoustic Signals V Vijaya Baskar*,

More information

International Journal of Advanced Research in Electronics and Communication Engineering (IJARECE) Volume 3, Issue 9, September 2014

International Journal of Advanced Research in Electronics and Communication Engineering (IJARECE) Volume 3, Issue 9, September 2014 International Journal of Advanced Research in Electronics and Counication Engineering Volue 3, Issue 9, Septeber 2014 High Speed Error Detection and Data Recovery Architecture for Video Testing Applications

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

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

ES 442 Homework #8 Solutions (Spring 2018 Due April 16, 2018 ) Print out homework and do work on the printed pages.. Problem 1 ASCII Code (20 points)

ES 442 Homework #8 Solutions (Spring 2018 Due April 16, 2018 ) Print out homework and do work on the printed pages.. Problem 1 ASCII Code (20 points) Hoework 8 NAME olutions E 44 Hoework #8 olutions (pring 018 Due April 16, 018 ) Print out hoework and do work on the printed pages.. Proble 1 ACII Code (0 points) he Aerican tandard Code for Inforation

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

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

Waveform Design and Receive Processing for Nonrecurrent Nonlinear FMCW Radar

Waveform Design and Receive Processing for Nonrecurrent Nonlinear FMCW Radar Wavefor Design and Receive Processing for Nonrecurrent Nonlinear FMCW Radar John Jakabosky and Shannon D. Blunt Radar Systes Lab University of Kansas Lawrence, KS Braha Hied Sensors Directorate Air Force

More information

Research on Early Fault Self-Recovery Monitoring of Aero-Engine Rotor System

Research on Early Fault Self-Recovery Monitoring of Aero-Engine Rotor System Engineering, 2010, 2, 60-64 doi:10.4236/eng.2010.21008 Published Online January 2010 (http://www.scirp.org/journal/eng/). Research on Early Fault Sel-Recovery Monitoring o Aero-Engine Rotor Syste Abstract

More information

A Decentralized Architecture for Multi-Robot Systems Based on the Null-Space-Behavioral Control with Application to Multi-Robot Border Patrolling

A Decentralized Architecture for Multi-Robot Systems Based on the Null-Space-Behavioral Control with Application to Multi-Robot Border Patrolling DOI 1.17/s1846-12-9783-5 A Decentralized Architecture for Multi-Robot Systes Based on the Null-Space-Behavioral Control with Application to Multi-Robot Border Patrolling Alessandro Marino Lynne E. Parker

More information

SEMI-STATIC OBJECT DETECTION USING POLYGONAL MAPS FOR SAFE NAVIGATION OF INDUSTRIAL ROBOTS

SEMI-STATIC OBJECT DETECTION USING POLYGONAL MAPS FOR SAFE NAVIGATION OF INDUSTRIAL ROBOTS SEMI-STATIC OBJECT DETECTION USING POLYGONAL MAPS FOR SAFE NAVIGATION OF INDUSTRIAL ROBOTS Dario Lodi Rizzini, Gionata Boccalini, and Stefano Caselli Dipartiento di Ingegneria dell Inforazione, University

More information

Laboratory Manual for DC Servo System Control Platform

Laboratory Manual for DC Servo System Control Platform Laboratory Manual for DC Servo Syste Control Platfor GSMT Series V1.01 2012.06 www.googoltech.co.cn 2012 Googol Technology. All rights reserved Copyrights Stateent All rights are reserved by The shall

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

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

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

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

ABSTRACT 1. INTRODUCTION

ABSTRACT 1. INTRODUCTION Adaptive characterization of laser daage fro sparse defects Sa Richan *, Alexander R. Martin, Quentin Turchette and Trey Turner RO, 555 Airport Blvd., Boulder, CO, USA 831 ABSTRACT Standard techniques

More information

AN OPTIMAL DESIGN PROCESS FOR AN ADEQUATE PRODUCT?

AN OPTIMAL DESIGN PROCESS FOR AN ADEQUATE PRODUCT? AN OPTIMAL DESIGN PROCESS FOR AN ADEQUATE PRODUCT? P. J. Clarkson University of Cabridge Departent of Engineering e-ail: pjc10@ca.ac.uk Keywords: process odelling, robustness, optiisation Abstract: The

More information

Ruohua Zhou, Josh D Reiss ABSTRACT KEYWORDS INTRODUCTION

Ruohua Zhou, Josh D Reiss ABSTRACT KEYWORDS INTRODUCTION Subitted for; Algoriths and Systes, Edited by W. Wang, Published by IGI Global, ISBN-13: 978-1615209194, July, Music Onset Detection Ruohua Zhou, Josh D Reiss Center for Digital Music, Electronic Engineering

More information

Research Article Novel Design for Reduction of Transformer Size in Dynamic Voltage Restorer

Research Article Novel Design for Reduction of Transformer Size in Dynamic Voltage Restorer Research Journal of Applied Sciences, Engineering and Technology 8(19): 057-063, 014 DOI:10.1906/rjaset.8.1198 ISSN: 040-7459; e-issn: 040-7467 014 Maxwell Scientific Publication Corp. Subitted: April

More information

Review Paper on Low Power VLSI Design Techniques

Review Paper on Low Power VLSI Design Techniques Review Paper on Low VLSI Design Neha Thakur 1, Deepak Kuar 2 1 Assistant Professor, ECE Deptt., SRMS WCET, Bareilly, India 2 Assistant Professor, ECE Deptt., Raa University, Kanpur, India 1 nehathakurec@gail.co,

More information