Signal Processing of Automobile Millimeter Wave Radar Base on BP Neural Network

Size: px
Start display at page:

Download "Signal Processing of Automobile Millimeter Wave Radar Base on BP Neural Network"

Transcription

1 AIML 06 International Conference, 3-5 June 006, Sharm El Sheikh, Egypt Signal Processing of Automobile Millimeter Wave Radar Base on BP Neural Network Xinglin Zheng ), Yang Liu ), Yingsheng Zeng 3) ))3) Institute of Mechatronics and Automation, National University of Defense Technology Changsha, 40073, China Abstract In this paper BP neural network is used for signal processing of automobile millimeter wave radar instead of FFT(Fast Fourier Transform). Simulation results show that BP neural network is superior to FFT. FFT has the drawback such as large computation and frequency spectrum leakage. The BP neural network has three layers(one input layer, one hidden layer, one output layer).the network is trained by using ideal value in the off-line situation. Then inputting the sampling value of signal, the frequency of signal can be got from output in the online situation. Compared with conventional FFT, significant performance improvement has been achieved. Keywords : BP neuron network, FFT, millimeter wave radar.. Introduction In recent years, the automobile production and sales quantity increase significantly along with the development of the economy. So the traffic accident is also more and more multifarious than before. In this situation, the safety of the automobile becomes more important than before. Then many kinds of automobile radars appear gradually, some of them are ultrasonic wave, laser and millimeter wave. Compared with the other ways, millimeter wave radar has stable performance of detecting and excellent ability of adapting the environment. Especially, along with the high frequency device and MMIC (microwave monolithic integrated circuit) appearance and application, millimeter wave radar will be the first choice for automobile radar. There are two (main kinds of) important methods for signal processing, FFT (Fast Fourier Transform) and non-fft. The theory of FFT is mature, it is the most popular method for signal processing in common. But in this paper, BP neural network is used to replace FFT. Simulation results indicate that the proposed method is feasible, and is better than FFT. The remainder of the paper is organized as follows: Section () focuses on the theory of FFT and BP neural network. Section (3) proposes an improved method to solve signal processing for automobile millimetre radar and illustrates the experimental results. Section (4) gives the results and comments. Section (5) is the conclusion.. Theory The principle of distance measuring of millimeter wave radar is that backward wave and sending wave mix, then the beat frequency is obtained. The beat frequency contains distance information. The distance of a goal can be obtained by detecting the beat frequency. As it was mentioned earlier, FFT is the most popular method for signal processing, because it is realized easily, and it has high reliability. However, the drawback of FFT is outstanding. First, computational complexity is large. Second, frequency spectrum leakage exists in FFT []. A typical BP neural network is made of input layer, hidden layer and output layer, but the hidden layer can own one layer or more layers []. BP neural network has its own unique algorithm backpropagation algorithm. The learning process of backpropagation algorithm can be described as this, the first step is to propagate the input signal forward through the network, the second step is to propagate the error signal backward through the network. Finally, the weights and biases are updated [3]. Though the learning process of backpropagation is clear, the drawbacks of backpropagation is obvious. Two of these is local minimum value and slow learning rate. So some improvement must be done for backpropagation. Usually two approaches are applied to improve backpropagation algorithm. The first approach is heuristic modifications of 36

2 AIML 06 International Conference, 3-5 June 006, Sharm El Sheikh, Egypt backpropagation. In this improved method momentum or variable learning rate is used. The second approach is to use numerical optimisation techniques. Levenberg-Marquardt algorithm is one of these. It is a modification to Gauss-Newton s method. The BP neural network can be designed following FFT. When inputting the sampling value of a certain frequency, the corresponding neuron inputs,others input 0. According to this principle, the ideal samples are used to train the BP neural network in the off-line situation. Then the sampling values of signal are inputted in the on-line situation, the frequency of signal can be obtained from the output. 3. Design Network As discussed above, FFT is often used for signal processing, but the drawback of FFT makes us try to find better methods for signal processing. The relation between the sampling value of beat frequency signal of radar and the frequency of signal is non-linear. BP neural network does well in dealing with non-linear problems. So the proposed method is based on BP neural network. 3. Choice of Network Architecture and Parameter Robert Hecht Nielson once pointed out that a BP neural network of three layers could be used to approximate almost any non-linear function if there are enough neurons in the hidden layer [4]. So BP neural network of one hidden layer is usually used except a few quite complex problems. In this paper, one hidden layer is used to constitute a three-layer BP neural network. The number of neurons in the input layer is chosen on the problem being dealt, so does the number of neurons in the output layer. As discussed former, the BP neural network is designed following FFT. It s well known that the output of FFT is symmetrical, so if the number of neurons in the input layer is N, then the number of neurons in the output layer is N /. In order to compare with FFT, the number of sampling N is chosen to be 6, though N can be chosen at will. So input layer has 6 neurons, and output layer has 8 neurons. Suppose that the sampling frequency of signal is fs = 600Hz. According to Shannon sampling theorem, the highest frequency of signal which will be processed should be less than fs /= 800Hz. Because the number of neurons of output layer is 8, the frequency should be divided into 8 segments from the lowest to the highest. The corresponding relation between the input and the output is like table. According to table, a set of band-pass filters can be constructed based on BP neural network. When the frequency of input signal is in a certain range, the output value of the corresponding output neuron is close to, the others are close to 0. So it s easy to know which range the frequency of input signal is belong to according to the output value. It is supposed that the center frequency of any frequency range is n* fs / N ( n is integer between 0 and 7), then the center frequency can be used to substitute the other frequency in this range. The division in table is better than others, because in the same value of N, the difference(50 Hz ) between the center frequency and the other frequency in any frequency range is the least one. Table relation between input and output Frequency( Hz ) output 0~ ~ ~ ~ ~ ~ ~ ~ It s so important to choose the number of neurons in the hidden layer. Whether the number is right or not decides that BP neural network is success or failure. If the number of neurons in the hidden layer is egregious small, the learning process may be not convergent. The larger the number of neurons in the hidden layer is, the stronger the mapping ability of network is. But the learning time is quite long, the ability of fault-tolerant also brings down. There are not uniform theory guide on how to choose the best number of neuron in the hidden layer so far. In practical application, a small number is usually chosen by former experience, then change the number larger step by step. Finally, a right number of neuron in the hidden layer is decided by training. In this paper, we first chose 5 neurons in the hidden layer. After training, the final and right number is. 3. Choice of Samples The beat frequency signal of radar is sinusoidal signal. So we first sample the sinusoidal signal, the sampling values of sinusoidal signal are regarded as input samples. Then, the corresponding output samples can be got according to table. The amount of samples plays an important role on output performance of network. If there are too many samples, the training time will become so long, and learning process even will be not convergent. If there are too few samples, it can not attain excellent results. So the amount of samples must be appropriate. Usually, two rules can be used on choosing the sample [5]. First, not only all patterns should be included, but also each pattern has almost equal amount of sample. Second, adding a little noise into samples, it can improve anti-noise 37

3 AIML 06 International Conference, 3-5 June 006, Sharm El Sheikh, Egypt capability to do so. According to the rules, every 0 Hz from 0 Hz to 800 Hz we choose a set of samples of sinusoidal signal without noise, in all 80 groups, then every 0 Hz from 0 Hz to 800 Hz we choose a set of samples sinusoidal signal with white noise, in all 80 groups. So we finally choose 60 groups samples. 3.3 Training of Network Neural network toolbox of Matlab makes backpropagation very easy to be implemented. The rate of convergence of traditional backpropagation is quite slow, and it can not satisfy practical problems. Neuron network toolbox of Matlab offers many improved backpropagation algorithms, the rate of convergence of these algorithms becomes faster than before, the training time remarkably decreases. One of these algorithms is from hidden layer to output layer, b is the bias of hidden layer, b is the bias of output layer, P is the input vector. Combining the two equations, such equation can be got, a = f ( W f ( W P+ b ) + b ) 3.3 This is the equation of a three-layer BP neural network between input P and output a. The four parameters( W, W, b, b ) of network are got by training. We choose tansig function as transfer function f, purelin function as transfer function f. Then according to equation 3.3, we get the frequency of signal by inputting the samples of signal. Figure - to figure -5 show the output of BP neuron network. In these figures, symbol + expresses frequency spectrum of signal without noise using BP neural network, symbol of square expresses frequency spectrum of signal with white noise using BP neural network, symbol * expresses frequency spectrum of signal without noise using FFT. 4. Results and comments In order to test anti-noise capability of network, we respectively choose sinusoidal signal without noise and sinusoidal signal with white noise as input of network. The frequency spectrum got by using FFT is added to the figures to compare BP network to FFT. The sampling frequency of figure - to figure -5 all is 600 Hz, the frequency of processed signal is 455 Hz, 475 Hz, 495 Hz, 55 Hz and 535 Hz respectively. By analysing the five figures, such conclusions are got: Figure training error curve Levenberg-Marquardt algorithm. It combines steepest descent method and Gauss-Newton method, and the training time is short. So we choose this method in this paper. Figure is the training error curve of this method. 3.4 Output of Network There are two such equations in the earlier part, a = f ( W P+ b ) 3. a = f ( W a + b ) 3. In the two equations, a is the output of hidden layer, a is the output of output layer, f is the transform function of hidden layer, f is the transform function of output layer, W is the weight from input layer to hidden layer, W is the weight Figure - 38

4 AIML 06 International Conference, 3-5 June 006, Sharm El Sheikh, Egypt Figure - Figure -5 Figure output result comparing () When using BP neural network, the output is right whether the input is signal with noise or signal without noise, though there is a little deviation from ideal value. () When the frequency of input signal is close to center frequency, FFT and BP neural network can detect the frequency exactly(figure -3). When the frequency of input signal is far from center frequency, especially close to critical frequency, BP neural network can still detect the frequency, but FFT can not(figure - and figure -5). Figure Conclusion In a word, this method can detect the frequency of signal correctly, and has a certain extent anti-noise ability. And the performance of this method is better than that of FFT. Furthermore, computational complexity of BP neural network remarkable reduces when compared with FFT. Because training network is done in the off-line situation, we use equation3.3 to compute frequency of signal in the on-line situation. In on-line computation, there is no circulation and iteration. When applied in automobile millimeter wave radar, train network in the off-line situation, get the parameters of network. Then we input sampling values of signal in the on-line situation, compute the frequency of signal. So BP neural network is suitable for automobile millimeter wave radar in theory, and it is better than FFT. Figure -4 The proposed method is not only applied in automobile radar, but also applied in many other fields. 39

5 AIML 06 International Conference, 3-5 June 006, Sharm El Sheikh, Egypt 6. References [] Sanjit K.Mitra. Digital Signal Processing: A Computer-Based Approach,Second Edition. Electronics Industry Press, ~649. [] Gao Jun. Principle of Neural Network and Simulation Example. China Machine Press, ~54. [3] Dong Changhong. Matlab Neural Network and Application. International Defence Industry Press, ~0. [4] Zhang Liming. Model of Neural Network and Application. Shanghai: Fudan University Press,995. [5] Guo Haitao, Zhang Dianlun, Ma Guofang. Some Problems to Be Considered in Using BP Algorithm. Journal of Jiamusi University. 000,: 363~365. [6] [Martin T.Hagan, Howard B.Demuth, Mark Beale. Neural Network Design. China Machine Press, ~7-30. [7] Simon Hayhin. NEURAL NETWORK A Comprehensive Foundation, Second Edition. Tsinghua University Press, 00. 6~48. [8] Ju Junzhang, Zhuo Rong. Convenient Realization of BP Networks on MATLAB. Journal of Xinjiang Petroleum Institute. 999,:4~46. [9] Wang C J, Wu C H. Neural Networks for Target Detection[J]. Proceeding of the IEEE, 990:863~866 40

Neural Network Classifier and Filtering for EEG Detection in Brain-Computer Interface Device

Neural Network Classifier and Filtering for EEG Detection in Brain-Computer Interface Device Neural Network Classifier and Filtering for EEG Detection in Brain-Computer Interface Device Mr. CHOI NANG SO Email: cnso@excite.com Prof. J GODFREY LUCAS Email: jglucas@optusnet.com.au SCHOOL OF MECHATRONICS,

More information

Use of Neural Networks in Testing Analog to Digital Converters

Use of Neural Networks in Testing Analog to Digital Converters Use of Neural s in Testing Analog to Digital Converters K. MOHAMMADI, S. J. SEYYED MAHDAVI Department of Electrical Engineering Iran University of Science and Technology Narmak, 6844, Tehran, Iran Abstract:

More information

Artificial Neural Network Based Fault Locator for Single Line to Ground Fault in Double Circuit Transmission Line

Artificial Neural Network Based Fault Locator for Single Line to Ground Fault in Double Circuit Transmission Line DOI: 10.7763/IPEDR. 2014. V75. 11 Artificial Neural Network Based Fault Locator for Single Line to Ground Fault in Double Circuit Transmission Line Aravinda Surya. V 1, Ebha Koley 2 +, AnamikaYadav 3 and

More information

Comparison of Various Neural Network Algorithms Used for Location Estimation in Wireless Communication

Comparison of Various Neural Network Algorithms Used for Location Estimation in Wireless Communication Comparison of Various Neural Network Algorithms Used for Location Estimation in Wireless Communication * Shashank Mishra 1, G.S. Tripathi M.Tech. Student, Dept. of Electronics and Communication Engineering,

More information

Detection and classification of faults on 220 KV transmission line using wavelet transform and neural network

Detection and classification of faults on 220 KV transmission line using wavelet transform and neural network International Journal of Smart Grid and Clean Energy Detection and classification of faults on 220 KV transmission line using wavelet transform and neural network R P Hasabe *, A P Vaidya Electrical Engineering

More information

A New Localization Algorithm Based on Taylor Series Expansion for NLOS Environment

A New Localization Algorithm Based on Taylor Series Expansion for NLOS Environment BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 16, No 5 Special Issue on Application of Advanced Computing and Simulation in Information Systems Sofia 016 Print ISSN: 1311-970;

More information

A variable step-size LMS adaptive filtering algorithm for speech denoising in VoIP

A variable step-size LMS adaptive filtering algorithm for speech denoising in VoIP 7 3rd International Conference on Computational Systems and Communications (ICCSC 7) A variable step-size LMS adaptive filtering algorithm for speech denoising in VoIP Hongyu Chen College of Information

More information

Fault Diagnosis of Electronic Circuits Based on Matlab

Fault Diagnosis of Electronic Circuits Based on Matlab International Journal of Research in Engineering and Science (IJRES) ISSN (Online): 2320-9364, ISSN (Print): 2320-9356 Volume 4 Issue 11 ǁ November. 2016 ǁ PP.06-13 Fault Diagnosis of Electronic Circuits

More information

Multiple-Layer Networks. and. Backpropagation Algorithms

Multiple-Layer Networks. and. Backpropagation Algorithms Multiple-Layer Networks and Algorithms Multiple-Layer Networks and Algorithms is the generalization of the Widrow-Hoff learning rule to multiple-layer networks and nonlinear differentiable transfer functions.

More information

2 TD-MoM ANALYSIS OF SYMMETRIC WIRE DIPOLE

2 TD-MoM ANALYSIS OF SYMMETRIC WIRE DIPOLE Design of Microwave Antennas: Neural Network Approach to Time Domain Modeling of V-Dipole Z. Lukes Z. Raida Dept. of Radio Electronics, Brno University of Technology, Purkynova 118, 612 00 Brno, Czech

More information

(i) Understanding the basic concepts of signal modeling, correlation, maximum likelihood estimation, least squares and iterative numerical methods

(i) Understanding the basic concepts of signal modeling, correlation, maximum likelihood estimation, least squares and iterative numerical methods Tools and Applications Chapter Intended Learning Outcomes: (i) Understanding the basic concepts of signal modeling, correlation, maximum likelihood estimation, least squares and iterative numerical methods

More information

Design Neural Network Controller for Mechatronic System

Design Neural Network Controller for Mechatronic System Design Neural Network Controller for Mechatronic System Ismail Algelli Sassi Ehtiwesh, and Mohamed Ali Elhaj Abstract The main goal of the study is to analyze all relevant properties of the electro hydraulic

More information

Key-Words: - NARX Neural Network; Nonlinear Loads; Shunt Active Power Filter; Instantaneous Reactive Power Algorithm

Key-Words: - NARX Neural Network; Nonlinear Loads; Shunt Active Power Filter; Instantaneous Reactive Power Algorithm Parameter control scheme for active power filter based on NARX neural network A. Y. HATATA, M. ELADAWY, K. SHEBL Department of Electric Engineering Mansoura University Mansoura, EGYPT a_hatata@yahoo.com

More information

Internal Fault Classification in Transformer Windings using Combination of Discrete Wavelet Transforms and Back-propagation Neural Networks

Internal Fault Classification in Transformer Windings using Combination of Discrete Wavelet Transforms and Back-propagation Neural Networks International Internal Fault Journal Classification of Control, in Automation, Transformer and Windings Systems, using vol. Combination 4, no. 3, pp. of 365-371, Discrete June Wavelet 2006 Transforms and

More information

Target Recognition and Tracking based on Data Fusion of Radar and Infrared Image Sensors

Target Recognition and Tracking based on Data Fusion of Radar and Infrared Image Sensors Target Recognition and Tracking based on Data Fusion of Radar and Infrared Image Sensors Jie YANG Zheng-Gang LU Ying-Kai GUO Institute of Image rocessing & Recognition, Shanghai Jiao-Tong University, China

More information

A Study on PID Controller Parameter Optimization Based on. Cell Membrane Computing

A Study on PID Controller Parameter Optimization Based on. Cell Membrane Computing 5th International Conference on Mechatronics, Materials, Chemistry and Computer Engineering (ICMMCCE 2017) A Study on PID Controller Parameter Optimization Based on Cell Membrane Computing 1, a 2,b JiaChang

More information

Application of Multi Layer Perceptron (MLP) for Shower Size Prediction

Application of Multi Layer Perceptron (MLP) for Shower Size Prediction Chapter 3 Application of Multi Layer Perceptron (MLP) for Shower Size Prediction 3.1 Basic considerations of the ANN Artificial Neural Network (ANN)s are non- parametric prediction tools that can be used

More information

DIAGNOSIS OF STATOR FAULT IN ASYNCHRONOUS MACHINE USING SOFT COMPUTING METHODS

DIAGNOSIS OF STATOR FAULT IN ASYNCHRONOUS MACHINE USING SOFT COMPUTING METHODS DIAGNOSIS OF STATOR FAULT IN ASYNCHRONOUS MACHINE USING SOFT COMPUTING METHODS K. Vinoth Kumar 1, S. Suresh Kumar 2, A. Immanuel Selvakumar 1 and Vicky Jose 1 1 Department of EEE, School of Electrical

More information

Research on MPPT Control Algorithm of Flexible Amorphous Silicon. Photovoltaic Power Generation System Based on BP Neural Network

Research on MPPT Control Algorithm of Flexible Amorphous Silicon. Photovoltaic Power Generation System Based on BP Neural Network 4th International Conference on Sensors, Measurement and Intelligent Materials (ICSMIM 2015) Research on MPPT Control Algorithm of Flexible Amorphous Silicon Photovoltaic Power Generation System Based

More information

Stock Price Prediction Using Multilayer Perceptron Neural Network by Monitoring Frog Leaping Algorithm

Stock Price Prediction Using Multilayer Perceptron Neural Network by Monitoring Frog Leaping Algorithm Stock Price Prediction Using Multilayer Perceptron Neural Network by Monitoring Frog Leaping Algorithm Ahdieh Rahimi Garakani Department of Computer South Tehran Branch Islamic Azad University Tehran,

More information

A Control Method of the Force Loading Electro-hydraulic Servo System Based on BRF Jing-Wen FANG1,a,*, Ji-Shun LI1,2,b, Fang YANG1, Yu-Jun XUE2

A Control Method of the Force Loading Electro-hydraulic Servo System Based on BRF Jing-Wen FANG1,a,*, Ji-Shun LI1,2,b, Fang YANG1, Yu-Jun XUE2 nd Annual International Conference on Advanced Material Engineering (AME 016) A Control Method of the Force Loading Electro-hydraulic Servo System Based on BRF Jing-Wen FANG1,a,*, Ji-Shun LI1,,b, Fang

More information

Harmonic detection by using different artificial neural network topologies

Harmonic detection by using different artificial neural network topologies Harmonic detection by using different artificial neural network topologies J.L. Flores Garrido y P. Salmerón Revuelta Department of Electrical Engineering E. P. S., Huelva University Ctra de Palos de la

More information

Transient stability Assessment using Artificial Neural Network Considering Fault Location

Transient stability Assessment using Artificial Neural Network Considering Fault Location Vol.6 No., 200 مجلد 6, العدد, 200 Proc. st International Conf. Energy, Power and Control Basrah University, Basrah, Iraq 0 Nov. to 2 Dec. 200 Transient stability Assessment using Artificial Neural Network

More information

ISSN: [Jha* et al., 5(12): December, 2016] Impact Factor: 4.116

ISSN: [Jha* et al., 5(12): December, 2016] Impact Factor: 4.116 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY ANALYSIS OF DIRECTIVITY AND BANDWIDTH OF COAXIAL FEED SQUARE MICROSTRIP PATCH ANTENNA USING ARTIFICIAL NEURAL NETWORK Rohit Jha*,

More information

Using of Artificial Neural Networks to Recognize the Noisy Accidents Patterns of Nuclear Research Reactors

Using of Artificial Neural Networks to Recognize the Noisy Accidents Patterns of Nuclear Research Reactors Int. J. Advanced Networking and Applications 1053 Using of Artificial Neural Networks to Recognize the Noisy Accidents Patterns of Nuclear Research Reactors Eng. Abdelfattah A. Ahmed Atomic Energy Authority,

More information

Control simulation of a single phase Boost PFC circuit

Control simulation of a single phase Boost PFC circuit Control simulation of a single phase Boost PFC circuit Wei Dai 1,, Yingwen Long, Fang Song, Yun Huang 1 1 College of Mechanical Engineering, Shanghai University of Engineering Science, Shanghai 01600,

More information

Performance Improvement of Contactless Distance Sensors using Neural Network

Performance Improvement of Contactless Distance Sensors using Neural Network Performance Improvement of Contactless Distance Sensors using Neural Network R. ABDUBRANI and S. S. N. ALHADY School of Electrical and Electronic Engineering Universiti Sains Malaysia Engineering Campus,

More information

Advances in Intelligent Systems Research, volume 136 4th International Conference on Sensors, Mechatronics and Automation (ICSMA 2016)

Advances in Intelligent Systems Research, volume 136 4th International Conference on Sensors, Mechatronics and Automation (ICSMA 2016) 4th International Conference on Sensors, Mechatronics and Automation (ICSMA 2016) On Neural Network Modeling of Main Steam Temperature for Ultra supercritical Power Unit with Load Varying Xifeng Guoa,

More information

DRILLING RATE OF PENETRATION PREDICTION USING ARTIFICIAL NEURAL NETWORK: A CASE STUDY OF ONE OF IRANIAN SOUTHERN OIL FIELDS

DRILLING RATE OF PENETRATION PREDICTION USING ARTIFICIAL NEURAL NETWORK: A CASE STUDY OF ONE OF IRANIAN SOUTHERN OIL FIELDS 21 UDC 622.244.6.05:681.3.06. DRILLING RATE OF PENETRATION PREDICTION USING ARTIFICIAL NEURAL NETWORK: A CASE STUDY OF ONE OF IRANIAN SOUTHERN OIL FIELDS Mehran Monazami MSc Student, Ahwaz Faculty of Petroleum,

More information

Voltage Stability Assessment in Power Network Using Artificial Neural Network

Voltage Stability Assessment in Power Network Using Artificial Neural Network Voltage Stability Assessment in Power Network Using Artificial Neural Network Swetha G C 1, H.R.Sudarshana Reddy 2 PG Scholar, Dept. of E & E Engineering, University BDT College of Engineering, Davangere,

More information

Analysis Of Feed Point Coordinates Of A Coaxial Feed Rectangular Microstrip Antenna Using Mlpffbp Artificial Neural Network

Analysis Of Feed Point Coordinates Of A Coaxial Feed Rectangular Microstrip Antenna Using Mlpffbp Artificial Neural Network Analysis Of Feed Point Coordinates Of A Coaxial Feed Rectangular Microstrip Antenna Using Mlpffbp Artificial Neural Network V. V. Thakare 1 & P. K. Singhal 2 1 Deptt. of Electronics and Instrumentation,

More information

ROTATING MACHINERY FAULT DIAGNOSIS BASED ON WAVELET FUZZY NEURAL NETWORK

ROTATING MACHINERY FAULT DIAGNOSIS BASED ON WAVELET FUZZY NEURAL NETWORK ROTATING MACHINERY FAULT DIAGNOSIS BASED ON WAVELET FUZZY NEURAL NETWORK Bin Peng Zhenquan Liu I.College of Mechanical-Electronic Engineering, Lanzhou University of Technology, Lanzhou 730050, China; 2.

More information

Efficient Computation of Resonant Frequency of Rectangular Microstrip Antenna using a Neural Network Model with Two Stage Training

Efficient Computation of Resonant Frequency of Rectangular Microstrip Antenna using a Neural Network Model with Two Stage Training www.ijcsi.org 209 Efficient Computation of Resonant Frequency of Rectangular Microstrip Antenna using a Neural Network Model with Two Stage Training Guru Pyari Jangid *, Gur Mauj Saran Srivastava and Ashok

More information

Application in composite machine using RBF neural network based on PID control

Application in composite machine using RBF neural network based on PID control Automation, Control and Intelligent Systems 2014; 2(6): 100-104 Published online November 28, 2014 (http://www.sciencepublishinggroup.com/j/acis) doi: 10.11648/j.acis.20140206.11 ISSN: 2328-5583 (Print);

More information

ECG QRS Enhancement Using Artificial Neural Network

ECG QRS Enhancement Using Artificial Neural Network 6 ECG QRS Enhancement Using Artificial Neural Network ECG QRS Enhancement Using Artificial Neural Network Sambita Dalal, Laxmikanta Sahoo Department of Applied Electronics and Instrumentation Engineering

More information

IMAGE TYPE WATER METER CHARACTER RECOGNITION BASED ON EMBEDDED DSP

IMAGE TYPE WATER METER CHARACTER RECOGNITION BASED ON EMBEDDED DSP IMAGE TYPE WATER METER CHARACTER RECOGNITION BASED ON EMBEDDED DSP LIU Ying 1,HAN Yan-bin 2 and ZHANG Yu-lin 3 1 School of Information Science and Engineering, University of Jinan, Jinan 250022, PR China

More information

SERIES (OPEN CONDUCTOR) FAULT DISTANCE LOCATION IN THREE PHASE TRANSMISSION LINE USING ARTIFICIAL NEURAL NETWORK

SERIES (OPEN CONDUCTOR) FAULT DISTANCE LOCATION IN THREE PHASE TRANSMISSION LINE USING ARTIFICIAL NEURAL NETWORK 1067 SERIES (OPEN CONDUCTOR) FAULT DISTANCE LOCATION IN THREE PHASE TRANSMISSION LINE USING ARTIFICIAL NEURAL NETWORK A Nareshkumar 1 1 Assistant professor, Department of Electrical Engineering Institute

More information

Several Different Remote Sensing Image Classification Technology Analysis

Several Different Remote Sensing Image Classification Technology Analysis Vol. 4, No. 5; October 2011 Several Different Remote Sensing Image Classification Technology Analysis Xiangwei Liu Foundation Department, PLA University of Foreign Languages, Luoyang 471003, China E-mail:

More information

CHAPTER 4 LINK ADAPTATION USING NEURAL NETWORK

CHAPTER 4 LINK ADAPTATION USING NEURAL NETWORK CHAPTER 4 LINK ADAPTATION USING NEURAL NETWORK 4.1 INTRODUCTION For accurate system level simulator performance, link level modeling and prediction [103] must be reliable and fast so as to improve the

More information

Initialisation improvement in engineering feedforward ANN models.

Initialisation improvement in engineering feedforward ANN models. Initialisation improvement in engineering feedforward ANN models. A. Krimpenis and G.-C. Vosniakos National Technical University of Athens, School of Mechanical Engineering, Manufacturing Technology Division,

More information

ECE 174 Computer Assignment #2 Due Thursday 12/6/2012 GLOBAL POSITIONING SYSTEM (GPS) ALGORITHM

ECE 174 Computer Assignment #2 Due Thursday 12/6/2012 GLOBAL POSITIONING SYSTEM (GPS) ALGORITHM ECE 174 Computer Assignment #2 Due Thursday 12/6/2012 GLOBAL POSITIONING SYSTEM (GPS) ALGORITHM Overview By utilizing measurements of the so-called pseudorange between an object and each of several earth

More information

Vibration Analysis using Extrinsic Fabry-Perot Interferometric Sensors and Neural Networks

Vibration Analysis using Extrinsic Fabry-Perot Interferometric Sensors and Neural Networks 1 Vibration Analysis using Extrinsic Fabry-Perot Interferometric Sensors and Neural Networks ROHIT DUA STEVE E. WATKINS A.C.I.L Applied Optics Laboratory Dept. of Electrical and Computer Dept. of Electrical

More information

INTELLIGENT DETECTION OF SERIAL ARC FAULT ON LOW VOLTAGE POWER LINES

INTELLIGENT DETECTION OF SERIAL ARC FAULT ON LOW VOLTAGE POWER LINES Journal of Marine Science and Technology, Vol 5, 1, pp 3-53 (17) 3 DOI: 119/JMST-1-111-1 INTELLIGENT DETECTION OF SERIAL ARC FAULT ON LOW VOLTAGE POWER LINES Chi-Jui Wu, Yu-Wei Liu, and Chen-Shung Hung

More information

Prediction of Missing PMU Measurement using Artificial Neural Network

Prediction of Missing PMU Measurement using Artificial Neural Network Prediction of Missing PMU Measurement using Artificial Neural Network Gaurav Khare, SN Singh, Abheejeet Mohapatra Department of Electrical Engineering Indian Institute of Technology Kanpur Kanpur-208016,

More information

Study on OFDM Symbol Timing Synchronization Algorithm

Study on OFDM Symbol Timing Synchronization Algorithm Vol.7, No. (4), pp.43-5 http://dx.doi.org/.457/ijfgcn.4.7..4 Study on OFDM Symbol Timing Synchronization Algorithm Jing Dai and Yanmei Wang* College of Information Science and Engineering, Shenyang Ligong

More information

A Millimeter-wave Radar Signal Processing Method based on FPGA+DSP Dejun Chen, Yang Liu, Yu Yin, Dong Liu

A Millimeter-wave Radar Signal Processing Method based on FPGA+DSP Dejun Chen, Yang Liu, Yu Yin, Dong Liu 5th International Conference on Environment, Materials, Chemistry and Power Electronics (EMCPE 2016) A Millimeter-wave Radar Signal Processing Method based on FPGA+DSP Dejun Chen, Yang Liu, Yu Yin, Dong

More information

Computation of Different Parameters of Triangular Patch Microstrip Antennas using a Common Neural Model

Computation of Different Parameters of Triangular Patch Microstrip Antennas using a Common Neural Model 219 Computation of Different Parameters of Triangular Patch Microstrip Antennas using a Common Neural Model *Taimoor Khan and Asok De Department of Electronics and Communication Engineering Delhi Technological

More information

Current Harmonic Estimation in Power Transmission Lines Using Multi-layer Perceptron Learning Strategies

Current Harmonic Estimation in Power Transmission Lines Using Multi-layer Perceptron Learning Strategies Journal of Electrical Engineering 5 (27) 29-23 doi:.7265/2328-2223/27.5. D DAVID PUBLISHING Current Harmonic Estimation in Power Transmission Lines Using Multi-layer Patrice Wira and Thien Minh Nguyen

More information

Improved Directional Perturbation Algorithm for Collaborative Beamforming

Improved Directional Perturbation Algorithm for Collaborative Beamforming American Journal of Networks and Communications 2017; 6(4): 62-66 http://www.sciencepublishinggroup.com/j/ajnc doi: 10.11648/j.ajnc.20170604.11 ISSN: 2326-893X (Print); ISSN: 2326-8964 (Online) Improved

More information

Sub/super-synchronous harmonics measurement method based on PMUs

Sub/super-synchronous harmonics measurement method based on PMUs The 6th International Conference on Renewable Power Generation (RPG) 19 20 October 2017 Sub/super-synchronous harmonics measurement method based on PMUs Hao Liu, Sudi Xu, Tianshu Bi, Chuang Cao State Key

More information

AN IMPROVED NEURAL NETWORK-BASED DECODER SCHEME FOR SYSTEMATIC CONVOLUTIONAL CODE. A Thesis by. Andrew J. Zerngast

AN IMPROVED NEURAL NETWORK-BASED DECODER SCHEME FOR SYSTEMATIC CONVOLUTIONAL CODE. A Thesis by. Andrew J. Zerngast AN IMPROVED NEURAL NETWORK-BASED DECODER SCHEME FOR SYSTEMATIC CONVOLUTIONAL CODE A Thesis by Andrew J. Zerngast Bachelor of Science, Wichita State University, 2008 Submitted to the Department of Electrical

More information

CHAPTER 6 BACK PROPAGATED ARTIFICIAL NEURAL NETWORK TRAINED ARHF

CHAPTER 6 BACK PROPAGATED ARTIFICIAL NEURAL NETWORK TRAINED ARHF 95 CHAPTER 6 BACK PROPAGATED ARTIFICIAL NEURAL NETWORK TRAINED ARHF 6.1 INTRODUCTION An artificial neural network (ANN) is an information processing model that is inspired by biological nervous systems

More information

Virtual Engineering: Challenges and Solutions for Intuitive Offline Programming for Industrial Robot

Virtual Engineering: Challenges and Solutions for Intuitive Offline Programming for Industrial Robot Virtual Engineering: Challenges and Solutions for Intuitive Offline Programming for Industrial Robot Liwei Qi, Xingguo Yin, Haipeng Wang, Li Tao ABB Corporate Research China No. 31 Fu Te Dong San Rd.,

More information

A Novel Fuzzy Neural Network Based Distance Relaying Scheme

A Novel Fuzzy Neural Network Based Distance Relaying Scheme 902 IEEE TRANSACTIONS ON POWER DELIVERY, VOL. 15, NO. 3, JULY 2000 A Novel Fuzzy Neural Network Based Distance Relaying Scheme P. K. Dash, A. K. Pradhan, and G. Panda Abstract This paper presents a new

More information

Application Research on Hydraulic Coke Cutting Monitoring System Based on Optical Fiber Sensing Technology

Application Research on Hydraulic Coke Cutting Monitoring System Based on Optical Fiber Sensing Technology PHOTONIC SENSORS / Vol. 4, No. 2, 2014: 147 11 Application Research on Hydraulic Coke Cutting Monitoring System Based on Optical Fiber Sensing Technology Dong ZHONG 1,2 and Xinglin TONG 1* 1 Key Laboratory

More information

Application Research on BP Neural Network PID Control of the Belt Conveyor

Application Research on BP Neural Network PID Control of the Belt Conveyor Application Research on BP Neural Network PID Control of the Belt Conveyor Pingyuan Xi 1, Yandong Song 2 1 School of Mechanical Engineering Huaihai Institute of Technology Lianyungang 222005, China 2 School

More information

The Measurement and Analysis of Bluetooth Signal RF Lu GUO 1, Jing SONG 2,*, Si-qi REN 2 and He HUANG 2

The Measurement and Analysis of Bluetooth Signal RF Lu GUO 1, Jing SONG 2,*, Si-qi REN 2 and He HUANG 2 2017 2nd International Conference on Wireless Communication and Network Engineering (WCNE 2017) ISBN: 978-1-60595-531-5 The Measurement and Analysis of Bluetooth Signal RF Lu GUO 1, Jing SONG 2,*, Si-qi

More information

Application of Machine Vision Technology in the Diagnosis of Maize Disease

Application of Machine Vision Technology in the Diagnosis of Maize Disease Application of Machine Vision Technology in the Diagnosis of Maize Disease Liying Cao, Xiaohui San, Yueling Zhao, and Guifen Chen * College of Information and Technology Science, Jilin Agricultural University,

More information

On the Subcarrier Averaged Channel Estimation for Polarization Mode Dispersion CO-OFDM Systems

On the Subcarrier Averaged Channel Estimation for Polarization Mode Dispersion CO-OFDM Systems Vol. 1, No. 1, pp: 1-7, 2017 Published by Noble Academic Publisher URL: http://napublisher.org/?ic=journals&id=2 Open Access On the Subcarrier Averaged Channel Estimation for Polarization Mode Dispersion

More information

Discrete Fourier Transform (DFT)

Discrete Fourier Transform (DFT) Amplitude Amplitude Discrete Fourier Transform (DFT) DFT transforms the time domain signal samples to the frequency domain components. DFT Signal Spectrum Time Frequency DFT is often used to do frequency

More information

Adaptive filter and noise cancellation*

Adaptive filter and noise cancellation* Advances in Engineering Research, volume 5 2nd Annual International Conference on Energy, Environmental & Sustainable Ecosystem Development (EESED 26) Adaptive filter and noise cancellation* Xing-Tuan

More information

Application of Artificial Neural Network for the Prediction of Aerodynamic Coefficients of a Plunging Airfoil

Application of Artificial Neural Network for the Prediction of Aerodynamic Coefficients of a Plunging Airfoil International Journal of Science and Engineering Investigations vol 1, issue 1, February 212 Application of Artificial Neural Network for the Prediction of Aerodynamic Coefficients of a Plunging Airfoil

More information

Inverse Dynamic Neuro-Controller for Superheater Steam Temperature Control of a Large-Scale Ultra-Supercritical (USC) Boiler Unit

Inverse Dynamic Neuro-Controller for Superheater Steam Temperature Control of a Large-Scale Ultra-Supercritical (USC) Boiler Unit Inverse Dynamic Neuro-Controller for Superheater Steam Temperature Control of a Large-Scale Ultra-Supercritical (USC) Boiler Unit Kwang Y. Lee*, Liangyu Ma**, Chang J. Boo+, Woo-Hee Jung++, and Sung-Ho

More information

Solution to Harmonics Interference on Track Circuit Based on ZFFT Algorithm with Multiple Modulation

Solution to Harmonics Interference on Track Circuit Based on ZFFT Algorithm with Multiple Modulation Solution to Harmonics Interference on Track Circuit Based on ZFFT Algorithm with Multiple Modulation Xiaochun Wu, Guanggang Ji Lanzhou Jiaotong University China lajt283239@163.com 425252655@qq.com ABSTRACT:

More information

Application based on feedback neural network fault current detection method

Application based on feedback neural network fault current detection method ISSN : 0974-7435 Volume 8 Issue 2 BTAIJ, 8(2), 2013 [152-158] Application based on feedback neural network fault current detection method Yang Zhao*, PengGao, Yun-xia Jiang, Rui Zhang School of Automation,

More information

(i) Understanding of the characteristics of linear-phase finite impulse response (FIR) filters

(i) Understanding of the characteristics of linear-phase finite impulse response (FIR) filters FIR Filter Design Chapter Intended Learning Outcomes: (i) Understanding of the characteristics of linear-phase finite impulse response (FIR) filters (ii) Ability to design linear-phase FIR filters according

More information

3D radar imaging based on frequency-scanned antenna

3D radar imaging based on frequency-scanned antenna LETTER IEICE Electronics Express, Vol.14, No.12, 1 10 3D radar imaging based on frequency-scanned antenna Sun Zhan-shan a), Ren Ke, Chen Qiang, Bai Jia-jun, and Fu Yun-qi College of Electronic Science

More information

CHAPTER 4 MONITORING OF POWER SYSTEM VOLTAGE STABILITY THROUGH ARTIFICIAL NEURAL NETWORK TECHNIQUE

CHAPTER 4 MONITORING OF POWER SYSTEM VOLTAGE STABILITY THROUGH ARTIFICIAL NEURAL NETWORK TECHNIQUE 53 CHAPTER 4 MONITORING OF POWER SYSTEM VOLTAGE STABILITY THROUGH ARTIFICIAL NEURAL NETWORK TECHNIQUE 4.1 INTRODUCTION Due to economic reasons arising out of deregulation and open market of electricity,

More information

An ultra-high ramp rate arbitrary waveform generator for communication and radar applications

An ultra-high ramp rate arbitrary waveform generator for communication and radar applications LETTER IEICE Electronics Express, Vol.12, No.3, 1 10 An ultra-high ramp rate arbitrary waveform generator for communication and radar applications Zhang De-ping a), Xie Shao-yi, Wang Chao, Wu Wei-wei,

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,800 116,000 120M Open access books available International authors and editors Downloads Our

More information

A New Speed Measurement Sensor Using Difference Structure

A New Speed Measurement Sensor Using Difference Structure Preprints of the 9th World Congress The International Federation of Automatic Control A New Speed Measurement Sensor Using Difference Structure Fengshan Dou*, Chunhui Dai*,and Zhiqiang Long* *College of

More information

Image Processing and Artificial Neural Network techniques in Identifying Defects of Textile Products

Image Processing and Artificial Neural Network techniques in Identifying Defects of Textile Products Image Processing and Artificial Neural Network techniques in Identifying Defects of Textile Products Mrs.P.Banumathi 1, Ms.T.S.Ushanandhini 2 1 Associate Professor, Department of Computer Science and Engineering,

More information

Sound pressure level calculation methodology investigation of corona noise in AC substations

Sound pressure level calculation methodology investigation of corona noise in AC substations International Conference on Advanced Electronic Science and Technology (AEST 06) Sound pressure level calculation methodology investigation of corona noise in AC substations,a Xiaowen Wu, Nianguang Zhou,

More information

Real time monitoring method for the longitudinal settlement of shield tunnel using wireless inclinometer YIN Jianguo1, a *, HUANG Hongwei1,b

Real time monitoring method for the longitudinal settlement of shield tunnel using wireless inclinometer YIN Jianguo1, a *, HUANG Hongwei1,b Information Technology and Mechatronics Engineering Conference (ITOEC 205) Real time monitoring method for the longitudinal settlement of shield tunnel using wireless inclinometer YIN Jianguo, a *, HUANG

More information

Swinburne Research Bank

Swinburne Research Bank Swinburne Research Bank http://researchbank.swinburne.edu.au Tashakori, A., & Ektesabi, M. (2013). A simple fault tolerant control system for Hall Effect sensors failure of BLDC motor. Originally published

More information

J. C. Brégains (Student Member, IEEE), and F. Ares (Senior Member, IEEE).

J. C. Brégains (Student Member, IEEE), and F. Ares (Senior Member, IEEE). ANALYSIS, SYNTHESIS AND DIAGNOSTICS OF ANTENNA ARRAYS THROUGH COMPLEX-VALUED NEURAL NETWORKS. J. C. Brégains (Student Member, IEEE), and F. Ares (Senior Member, IEEE). Radiating Systems Group, Department

More information

EE 215 Semester Project SPECTRAL ANALYSIS USING FOURIER TRANSFORM

EE 215 Semester Project SPECTRAL ANALYSIS USING FOURIER TRANSFORM EE 215 Semester Project SPECTRAL ANALYSIS USING FOURIER TRANSFORM Department of Electrical and Computer Engineering Missouri University of Science and Technology Page 1 Table of Contents Introduction...Page

More information

Modeling and Simulation of the Knife Movement for Veneer Lathe. Guang-ming XIONG and Li-jun GUO

Modeling and Simulation of the Knife Movement for Veneer Lathe. Guang-ming XIONG and Li-jun GUO 16 International Conference on Artificial Intelligence: Techniques and Applications (AITA 16) ISBN: 978-1-6595-389- Modeling and Simulation of the Knife Movement for Veneer Lathe Guang-ming XIONG and Li-jun

More information

(i) Understanding of the characteristics of linear-phase finite impulse response (FIR) filters

(i) Understanding of the characteristics of linear-phase finite impulse response (FIR) filters FIR Filter Design Chapter Intended Learning Outcomes: (i) Understanding of the characteristics of linear-phase finite impulse response (FIR) filters (ii) Ability to design linear-phase FIR filters according

More information

A Faster Method for Accurate Spectral Testing without Requiring Coherent Sampling

A Faster Method for Accurate Spectral Testing without Requiring Coherent Sampling A Faster Method for Accurate Spectral Testing without Requiring Coherent Sampling Minshun Wu 1,2, Degang Chen 2 1 Xi an Jiaotong University, Xi an, P. R. China 2 Iowa State University, Ames, IA, USA Abstract

More information

AN ANALYSIS OF SPEECH RECOGNITION PERFORMANCE BASED UPON NETWORK LAYERS AND TRANSFER FUNCTIONS

AN ANALYSIS OF SPEECH RECOGNITION PERFORMANCE BASED UPON NETWORK LAYERS AND TRANSFER FUNCTIONS AN ANALYSIS OF SPEECH RECOGNITION PERFORMANCE BASED UPON NETWORK LAYERS AND TRANSFER FUNCTIONS Kuldeep Kumar 1, R. K. Aggarwal 1 and Ankita Jain 2 1 Department of Computer Engineering, National Institute

More information

APPLICATION OF NEURAL NETWORK TRAINED WITH META-HEURISTIC ALGORITHMS ON FAULT DIAGNOSIS OF MULTI-LEVEL INVERTER

APPLICATION OF NEURAL NETWORK TRAINED WITH META-HEURISTIC ALGORITHMS ON FAULT DIAGNOSIS OF MULTI-LEVEL INVERTER APPLICATION OF NEURAL NETWORK TRAINED WITH META-HEURISTIC ALGORITHMS ON FAULT DIAGNOSIS OF MULTI-LEVEL INVERTER 1 M.SIVAKUMAR, 2 R.M.S.PARVATHI 1 Research Scholar, Department of EEE, Anna University, Chennai,

More information

Dynamic Throttle Estimation by Machine Learning from Professionals

Dynamic Throttle Estimation by Machine Learning from Professionals Dynamic Throttle Estimation by Machine Learning from Professionals Nathan Spielberg and John Alsterda Department of Mechanical Engineering, Stanford University Abstract To increase the capabilities of

More information

Composite Adaptive Digital Predistortion with Improved Variable Step Size LMS Algorithm

Composite Adaptive Digital Predistortion with Improved Variable Step Size LMS Algorithm nd Information Technology and Mechatronics Engineering Conference (ITOEC 6) Composite Adaptive Digital Predistortion with Improved Variable Step Size LMS Algorithm Linhai Gu, a *, Lu Gu,b, Jian Mao,c and

More information

FAULT DIAGNOSIS AND PERFORMANCE ASSESSMENT FOR A ROTARY ACTUATOR BASED ON NEURAL NETWORK OBSERVER

FAULT DIAGNOSIS AND PERFORMANCE ASSESSMENT FOR A ROTARY ACTUATOR BASED ON NEURAL NETWORK OBSERVER 7 Journal of Marine Science and Technology, Vol., No., pp. 7-78 () DOI:.9/JMST-3 FAULT DIAGNOSIS AND PERFORMANCE ASSESSMENT FOR A ROTARY ACTUATOR BASED ON NEURAL NETWORK OBSERVER Jian Ma,, Xin Li,, Chen

More information

Coalface WSN Sub-area Model and Network Deployment Strategy

Coalface WSN Sub-area Model and Network Deployment Strategy 2011 International Conference on Computer Communication and Management Proc.of CSIT vol.5 (2011) (2011) IACSIT Press, Singapore Coalface WSN Sub-area Model and Network Deployment Strategy Peng Zhang 1,

More information

Design of Substrate IntegratedWaveguide Power Divider and Parameter optimization using Neural Network

Design of Substrate IntegratedWaveguide Power Divider and Parameter optimization using Neural Network IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 13, Issue 1, Ver. I (Jan.- Feb. 2018), PP 37-43 www.iosrjournals.org Design of Substrate

More information

A Robust Footprint Detection Using Color Images and Neural Networks

A Robust Footprint Detection Using Color Images and Neural Networks A Robust Footprint Detection Using Color Images and Neural Networks Marco Mora 1 and Daniel Sbarbaro 2 1 Department of Computer Science, Catholic University of Maule, Casilla 617, Talca, Chile marco.mora@enseeiht.fr

More information

A 5 GHz LNA Design Using Neural Smith Chart

A 5 GHz LNA Design Using Neural Smith Chart Progress In Electromagnetics Research Symposium, Beijing, China, March 23 27, 2009 465 A 5 GHz LNA Design Using Neural Smith Chart M. Fatih Çaǧlar 1 and Filiz Güneş 2 1 Department of Electronics and Communication

More information

1433. A wavelet-based algorithm for numerical integration on vibration acceleration measurement data

1433. A wavelet-based algorithm for numerical integration on vibration acceleration measurement data 1433. A wavelet-based algorithm for numerical integration on vibration acceleration measurement data Dishan Huang 1, Jicheng Du 2, Lin Zhang 3, Dan Zhao 4, Lei Deng 5, Youmei Chen 6 1, 2, 3 School of Mechatronic

More information

Application of Adaptive Spectral-line Enhancer in Bioradar

Application of Adaptive Spectral-line Enhancer in Bioradar International Conference on Computer and Automation Engineering (ICCAE ) IPCSIT vol. 44 () () IACSIT Press, Singapore DOI:.7763/IPCSIT..V44. Application of Adaptive Spectral-line Enhancer in Bioradar FU

More information

A Novel Wideband Phase Shifter Using T- and Pi-Networks

A Novel Wideband Phase Shifter Using T- and Pi-Networks Progress In Electromagnetics Research Letters, Vol. 71, 29 36, 2017 A Novel Wideband Phase Shifter Using T- and Pi-Networks Mohammad H. Maktoomi 1, *, Rahul Gupta 1, Mohammad A. Maktoomi 2, and Mohammad

More information

A Novel Range Detection Method for 60GHz LFMCW Radar

A Novel Range Detection Method for 60GHz LFMCW Radar A ovel Range Detection Method for 6GHz LFMCW Radar Yizhong Wu,YingBao, Zhiguo Shi, Jiming Chen and Youxian Sun Department of Control Science and Engineering, Zhejiang University Email:{yzwu, jmchen, yxsun}@iipc.zju.edu.cn

More information

Wireless Spectral Prediction by the Modified Echo State Network Based on Leaky Integrate and Fire Neurons

Wireless Spectral Prediction by the Modified Echo State Network Based on Leaky Integrate and Fire Neurons Wireless Spectral Prediction by the Modified Echo State Network Based on Leaky Integrate and Fire Neurons Yunsong Wang School of Railway Technology, Lanzhou Jiaotong University, Lanzhou 730000, Gansu,

More information

A Neural Network Approach for the calculation of Resonant frequency of a circular microstrip antenna

A Neural Network Approach for the calculation of Resonant frequency of a circular microstrip antenna A Neural Network Approach for the calculation of Resonant frequency of a circular microstrip antenna K. Kumar, Senior Lecturer, Dept. of ECE, Pondicherry Engineering College, Pondicherry e-mail: kumarpec95@yahoo.co.in

More information

Indoor location algorithm based on RBF neural network 1

Indoor location algorithm based on RBF neural network 1 Acta Technica 62 No. 2B/2017, 253262 c 2017 Institute of Thermomechanics CAS, v.v.i. Indoor location algorithm based on RBF neural network 1 Xushan Peng 2, 3, Yongping Li 2, Xiaoming Zhang 2, Shui Wang

More information

Prediction of Cluster System Load Using Artificial Neural Networks

Prediction of Cluster System Load Using Artificial Neural Networks Prediction of Cluster System Load Using Artificial Neural Networks Y.S. Artamonov 1 1 Samara National Research University, 34 Moskovskoe Shosse, 443086, Samara, Russia Abstract Currently, a wide range

More information

Shunt active filter algorithms for a three phase system fed to adjustable speed drive

Shunt active filter algorithms for a three phase system fed to adjustable speed drive Shunt active filter algorithms for a three phase system fed to adjustable speed drive Sujatha.CH(Assoc.prof) Department of Electrical and Electronic Engineering, Gudlavalleru Engineering College, Gudlavalleru,

More information

A Comparison of Particle Swarm Optimization and Gradient Descent in Training Wavelet Neural Network to Predict DGPS Corrections

A Comparison of Particle Swarm Optimization and Gradient Descent in Training Wavelet Neural Network to Predict DGPS Corrections Proceedings of the World Congress on Engineering and Computer Science 00 Vol I WCECS 00, October 0-, 00, San Francisco, USA A Comparison of Particle Swarm Optimization and Gradient Descent in Training

More information

Acoustic Emission Source Location Based on Signal Features. Blahacek, M., Chlada, M. and Prevorovsky, Z.

Acoustic Emission Source Location Based on Signal Features. Blahacek, M., Chlada, M. and Prevorovsky, Z. Advanced Materials Research Vols. 13-14 (6) pp 77-82 online at http://www.scientific.net (6) Trans Tech Publications, Switzerland Online available since 6/Feb/15 Acoustic Emission Source Location Based

More information