A Vehicle Detection Algorithm Based on Wireless Magnetic Sensor Networks

Size: px
Start display at page:

Download "A Vehicle Detection Algorithm Based on Wireless Magnetic Sensor Networks"

Transcription

1 2013 8th International Conference on Communications and Networking in China (CHINACOM) A Vehicle Detection Algorithm Based on Wireless Magnetic Sensor Networks Xiangke Guan 1, 2, 3, Zusheng Zhang 1, 3, 4, Jingquan Zhou 2, Fengqi Yu 1 Department of Integrated Electronics, Shenzhen Institutes of Advanced Technology, Chinese Academy of Sciences, China 2 College of Electronic Science and Engineering, Nanjing University of Posts and Telecommunications, China 3 Shenzhen Key Laboratory for RF Integrated Circuits, China 4 The Chinese University of Hong Kong, Hong Kong, China xkguan@hotmail.com; zs.zhang@siat.ac.cn; fq.yu@siat.ac.cn; zhoujq@njupt.edu.cn 1, 3, 4 Abstract At present, the research of management system based on Wireless Sensor Networks (WSN) and Anisotropic Magneto Resistive (AMR) sensors have made great progress. However, due to the diversity of the vehicle magnetic signal and the interference caused by the adjacent spaces, vehicle detection technique using wireless magnetic sensor networks is still immature. For accurately detecting a vehicle in a lot, we propose a detection algorithm named Relative Extremum Algorithm (REA). On the lot at Shenzhen Institutes of Advanced Technology (SIAT), 82 sensor devices are deployed to evaluate the performance of REA. By running the system for more than half a year, we observe that the vehicle detection accuracy of the REA is above 98.8%. Keywords- wireless magnetic sensor networks; vehicle detection; Min-max algorithm; threshold-based algorithm; management system I. INTRODUCTION Wireless Sensor Networks (WSN) [1] is an emerging technology and has great potential to be employed in critical situations. The key advantage of WSN is that the network can be deployed easily and can operate unattended, without the need for any pre-existing infrastructure and with little maintenance [2]. Recently, vehicle detection based on magnetic sensor is a hot research topic [3-4]. The magnetometers available today can sense magnetic fields with the geomagnetic field below 1 gauss. They can be used for detecting the vehicles made of ferrous objects that disturb the earth s magnetic field [5]. In this work, we design and implement a management system based on wireless magnetic sensor networks. Each sensor node is equipped with a magnetic sensor. It determines whether a space is occupied or not by detecting the presence of a vehicle based on a change in the environmental magnetic field. Up to now, many algorithms have been proposed for vehicle detection. One of them using a threshold of magnetic field is to measure only the change in z-axis of the geomagnetic field caused by vehicle [6-7]. But a single threshold is not valid to all situations and often leads to a high false alarm rate. In order to solve this problem, an adaptive threshold algorithm is presented [8-9]. However, threshold-based vehicle detection algorithms have congenital defects. Firstly, there is no existence of a reasonable threshold to distinguish between the signal of vehicle and interference, especially in low Signal- Noise-Ratio (SNR). Furthermore, different places have different geomagnetic fields, so it is difficult to have a threshold to fit all situations. Our experiments also show that the aforementioned algorithms have some accuracy issues when they are applied to the real situations. Their vehicle detection success rates are usually less than 95%. Another detection method is to study the characteristics of the wave pattern. J. Ding proposed min-max detection algorithm [10]. Modified min-max algorithm for magnetometers was also published [11]. These algorithms analyze the process of signal changes. However they still rely on single threshold and have low vehicle detection success rate. Furthermore, Li Cui et al. [4] [12] proposed a Similarity Based Vehicle Detection (SBVD) algorithm to detect vehicles in low SNR conditions by calculating the similarity between on-road signal and a reference signal. A data fusion algorithm based on fuzzy logic theory has also been proposed to monitor a space using magnetic sensor [13]. These two algorithms both have high computational complexity and also do not meet the accuracy requirement. In order to achieve a higher detection success rate and lower computational complexity, based on analysis of a large amount of experimental data, we propose a vehicle detection algorithm named Relative Extremum Algorithm (REA) which is based on the min-max detection algorithm. Through multiple threshold setting, it can eliminate the limitations of the single threshold and different decision methods are used for different magnetic signal strength of vehicle. On the space at Shenzhen Institutes of Advanced Technology (SIAT), 82 sensor nodes are deployed to evaluate the performance of REA. By running the system for more than half a year, we observe the vehicle detection accuracy of REA is better than 98.8%. The remainder of this paper is organized as follows: Section 2 describes the characteristics of the magnetic signal. Section 3 proposes the relative extremum algorithm. Section 4 demonstrates our simulation and experiment results. Finally, section 5 makes a brief conclusion. This work was partially supported by the funds of Shenzhen government, with grant numbers: JC A, JC A, NST , CXB A, CXY A, and CXZZ IEEE

2 II. CHARACTERISTICS OF THE SIGNAL The feature analysis and recognition method of geomagnetic signal is the basis of vehicle detection algorithms. However, very few publications have done a detailed analysis of the characteristics of the geomagnetic signal. Based on the original magnetic signal collected from the experiments, the geomagnetic signal is studied and summarized in the time domain. A. The Deployment of Sensor Nodes In our experiments, each sensor node is placed in the middle of a space. We use Honeywell 3-axis magnetic sensor [5] for vehicle detection. Figure 1 describes the deployment of sensor nodes: the Z-axis is vertical, the Y-axis is parallel to the direction of vehicle entering, and the X-axis is pointing to adjacent space. There are typically two layouts, vertical and parallel. The vertical refers to the space perpendicular to the driveway, as shown in Figure 1(a). The parallel refers to the space parallel to the driveway, as shown in Figure 1(b). In our experiments, we found that some of the vehicles greatly disturb the geomagnetic field. They often bring interference to the sensors at the adjacent spaces. For simplicity, we define two kinds of signals: 1) The signal which is perceived by the sensor node deployed on the vehicle parked space. 2) The interference signal which is perceived by the sensors at the neighbor spaces. The signal and the interference signal of a vehicle are shown in Figure 4. Figure 2. The magnetic signature of a vehicle on a vertical space. (a) The vertical. Figure 3. The sensor signal for parallel for a vehicle entering a space with its head forward. (b) The parallel. Figure 1. Two typically layouts and the placement of magnetic sensors. B. Experimental Data Figure 2 shows the magnetic signal for a vehicle on a vertical space. Figure 3 is the magnetic signal for a vehicle on a parallel space with its head forward. From Figure 3, we can see the engine s turning-on and turning-off cause disturbance to the magnetic signal. (a) Parking signal. 670

3 III. RELATIVE EXTREMUM ALGORITHM Figure 6 shows the block diagram of our proposed relative extremum algorithm. The algorithm consists of signal filtering and min-max detection. Signal filtering uses wavelet transform [14-15]. (b) Interference signal. Figure 4. The signal and interference signal of a vehicle. C. Signal Characteristic 1) As shown in Figure 2 and 3, magnetic signal is oscillating when a vehicle enters or leaves a sensor. When the vehicle is completely stopped or left, the signal becomes stable. The drift of the magnetic signal between two stable states can be calculated, denoted by V1, as shown in Figure 5. At present, the existing algorithms are mostly based on the signal level difference to decide whether the space is occupied. However the interference from the vehicles on the neighbor spaces can produce a similar drift, especially in the case of low SNR. As shown in Figure 4(b), a threshold for the determination of interference usually causes misjudgment. From Figure 5 we can see, another variation appears when vehicle is leaving the space, denoted by V2. V1 equals V2 approximately. Figure 6. Block diagram of the proposed algorithm. Figure 7 shows the state machine used in the proposed REA. The state machine detects the waveform characteristics in the process, including local maxima, local minima, signal stable value during and after, the frequency of fluctuation. It consists of: State(x) : {Init, Flat, Peak, Valley, Flat_count_up, Flat_count_down, Count0} Input(u) : {1, -1, 0} Output(d) : {free, occupancy} The input for the decision state machine is the sign of the slope of s(k), which is defined as: 1, if s(k) - s(k - 1) > min_delta_u u(k) = -1, if s(k) - s(k (1) - 1) < -min_delta_u 0, otherwise where min_delta_u is a pre-defined positive constant. Figure 5. V1 equals V2 approximately. 2) We also note that the signal change in Z-axis during is usually greater than that in X-axis and Y-axis. While the change of interference signal in Z-axis is less than the other two. This is because the sensor Z-axis is placed perpendicular to the ground and it is a sensitive axis. However, the sensor Z- axis is insensitive to some special vehicles. 3) Generally, the change of interference signal is relatively flat, as shown in Figure 4(b). The interference caused by moving vehicles on the road produces a short fluctuation, and does not cause a stable drift. According to our statistics, most of the vehicles have these two features which are the basis of our proposed algorithm. Figure 7. State machine for REA detection. There is a counter associated with each state in {Peak, Valley, Count0}, to introduce hysteresis in the detection. When the machine jumps from one state to a new state, the counter associated with the new state resets and only counts up when the state loop back to itself. 671

4 Flat: After system initialization, the state machine jumps to Flat state and stays at this state if u(k)=0. The state machine can jump to Flat_count_up state when the current slope is positive (u(k)=1) and jumps to Flat_count_down when the current slope is negative (u(k)=-1) accordingly. Flat_count_up: The state machine stays where it is if the slope is positive (u(k)=1) and it jumps to Count0 if the current slope is equals to 0 (u(k)=0). Moreover, the state machine jumps to Peak state if the current slope is negative (u(k)=-1). Flat_count_down: The state machine stays where it is if the slope is negative (u(k)=-1) and it jumps to Count0 if the current slope is equals to 0 (u(k)=0). Moreover, the state machine jumps to Valley state if the current slope is positive (u(k)=1). Count0: The state machine stays where it is and the counter counts up if u(k)=0 and the counter has the value less than N. The state machine jumps to Flat if u(k)=0 and the counter has the value not less than N. Moreover, the state machine jumps to Flat_count_up if u(k)=1 and jumps to Flat_count_down if u(k)=-1. Peak: The state machine stays at Peak and the counter counts up if the slope is not positive (u(k)=-1) and the counter has the value less than M. The state machine jumps to Flat_count_down if the slope is negative (u(k)=-1) and the counter has the value not less M. The state jumps to Valley state if u(k)=1. Valley: The state machine stays at Valley and the counter counts up if the slope is positive (u(k)=1) and the counter has the value less than M. The state machine jumps to Flat_count_up if the slope is positive and the counter has the value not less M. The state jumps to Peak state if u(k)=-1. There are also five variables associated with the state machine: slope_change_counter, local_min, local_max, flat_previous and flat_current. They are updated as follows, where x is the current state. s(k), if x {Flat, Count0} flat_current = unchanged, otherwise The local_min tracks the local minimums in real time while the local_max tracks the local maximums. The slope_change_counter indicates the number of the magnetic signal fluctuations. While flat_previous - flat_current indicates the drift between two stable status, as shown in Figure 8. Occupancy of space is determined by the flow chart, as shown in Figure 9. δ and α represent the fluctuation of the signal frequency and the relative amplitude, respectively. In order to distinguish the amplitude of the vehicle magnetic signal, the algorithm sets the high and low threshold U_max and U_min. Different decision is used for different magnetic signal strength. Thereby the detection accuracy is improved. Figure 8. Variable update process. (6) slope_change_counter(k - 1) + 1, if x {Peak, Vally} slope_change_counter(k) = 0, if x {Flat} unchanged, otherwise min{s(k), local_min(k - 1)}, if x {Valley} local_min(k) = s(k), if x {Flat} unchanged, otherwise local_max(k) = max{s(k), local_max(k - 1)}, if x {Peak} s(k), if x {Flat} unchanged, otherwise flat_previous = s(k), if x {Flat} unchanged, otherwise (2) (3) (4) (5) Figure 9. The flow chart of the proposed algorithm. 672

5 IV. EXPERIMENT AND DATA PROCESS In order to verify the proposed algorithm, we deployed 82 nodes in the lot at Shenzhen Institutes of Advanced Technology, Chinese Academy of Sciences. The system has operated for 6 months. According to the large number of measured data, we found that the two coefficients of the proposed algorithm, δ and α, should be 3 and 0.8, respectively. The U_max and U_min should be 30 and 5, respectively. TABLE I lists the coefficients in REA. TABLE I. PARAMETER IN REA. Parameter Value Parameter Value min_delta_u 3 U_min 5 M/N 10 δ 3 U_max 30 α 0.8 Three-axis magnetic field data are analyzed using fuzzy logic and simulated using Matlab. The detection successful rate is above 98.8%. Figure 10 shows the sensor signal process and decision of space occupancy. The first picture shows the filtered signal s(k). The second and the third show the process of the changes of local maxima and minima. The fourth represents the update of the fluctuation of signal frequency. The last picture shows the results using the proposed algorithm. 1 means the spaces occupied and 0 means not. The experiment results are given in TABLE II-IV. of TABLE I and TABLE V, we can see that the REA is better than the threshold-based algorithm. TABLE III. Location of sensor No car on left & right A car on the left A cat on the right 2 cars on left & right TABLE IV. Parking style Head-in Parking Back-in Parking TABLE V. VEHICLE PARKING DETECTION USING REA: GROUP1. times of detected vehicle Accuracy of the proposed algorithm VEHICLE PARKING DETECTION USING REA: GROUP2. times of detected vehicle Accuracy of the proposed algorithm VEHICLE PARKING DETECTION USING THE THRESHOLD-BASED ALGORITHM. Detected the number of Accuracy of the threshold-based algorithm It is noted that the counter at the states {Count1, Peak, Valley} and parameters M and N introduce hysteresis in the detection, which makes the algorithm more robust to the short burst errors in the hard decision. Figure 10. The sensor signal process and decision of space occupancy. TABLE II. VEHICLE PARKING DETECTION USING REA. times of detected vehicle Accuracy of the proposed algorithm For comparison, some experiments have also been done to evaluate the performance of the threshold-based algorithm. The experimental results are shown in TABLE IV. By comparison V. CONCLUSION In this paper, we have studied an Intelligent Parking System using wireless magnetic sensor network. Based on the analysis of a large number of experimental data, we have proposed the Relative Extremum Algorithm (REA), to solve the limitations of the existing threshold-based vehicle detection algorithm. Our simulations and experiments demonstrate that the proposed algorithm can accurately detect space occupancy. The system is stability and has high detection accuracy. It has been working in the lot at SIAT for 6 months. REFERENCES [1] C. S. Raghavendra, K. M. Sivalingam, and T. Znati. Wireless sensor networks. Kluwer Academic Pub, [2] G. Padmavathi, D. Shanmugapriya, and M. Kalaivani. "A Study on Vehicle Detection and Tracking Using Wireless Sensor Networks," Wireless Sensor Network, vol. 2(2), 2010, pp [3] M. J. Caruso and L. S. Withanawasam. "Vehicle detection and compass applications using AMR magnetic sensors," Sensors Expo Proceedings, vol

6 [4] Z. lei, R. Wang, and L. Cui. Real-time Traffic Monitoring with Magnetic Sensor Networks, Journal of information science and engineering, vol. 27(4), 2011, pp [5] Information on [6] S. Coleri, S. Y. Cheung, and P. Varaiya. "Sensor networks for monitoring traffic," Allerton conference on communication, control and computing, 2004, pp [7] A. Haoui, R. Kavaler, and P. Varaiya. "Wireless magnetic sensors for traffic surveillance," Transportation Research Part C: Emerging Technologies, vol.16(3), 2008, pp [8] J. Ding, S. Y. Cheung, et al. "Signal processing of sensor node data for vehicle detection," Intelligent Transportation Systems, Proceedings. The 7th International IEEE Conference on. IEEE, 2004, pp [9] S. Y. Cheung. Traffic Surveillance by Wireless Sensor Networks. Phd thesis, University of California, Berkeley, [10] J. Ding. Vehicle detection by sensor network nodes. MS thesis, Department of Electrical Engineering and Computer Science, University of California, Berkeley, CA, Fall [11] S. Lee, D. Yoon, and A. Ghosh. "Intelligent lot application using wireless sensor networks," Collaborative Technologies and Systems, CTS International Symposium on. IEEE, 2008, pp [12] Z. Yuhe, H. Xi, et al. "Design and Evaluation of a Wireless Sensor Network for Monitoring Traffic," The 14th World Congress on Intelligent Transportation Systems (WCITS'07) [13] Z. Jian, H. Cao, et al. "Data Fusion for Magnetic Sensor Based on Fuzzy Logic Theory," Intelligent Computation Technology and Automation (ICICTA), 2011 International Conference on, vol. 1, IEEE, 2011, pp [14] I. Daubechies. "The wavelet transform, time-frequency localization and signal analysis," Information Theory, IEEE Transactions on, vol , pp [15] M. Alexandrescu, D. Gibert, et al. "Detection of geomagnetic jerks using wavelet analysis," Journal of geophysical research 100.B7, 1995, pp

Signal Processing of Sensor Node Data for Vehicle Detection

Signal Processing of Sensor Node Data for Vehicle Detection Signal Processing of Sensor Node Data for Vehicle Detection Jiagen (Jason) Ding, SingYiu Cheung, ChinWoo Tan and Pravin Varaiya, Fellow, IEEE Abstract In this paper we describe the experimental work and

More information

Research Article A Vehicle Parking Detection Method Based on Correlation of Magnetic Signals

Research Article A Vehicle Parking Detection Method Based on Correlation of Magnetic Signals International Journal of Distributed Sensor Networks Volume 215, Article ID 361242, 13 pages http://dx.doi.org/1.1155/215/361242 Research Article A Vehicle Parking Detection Method Based on Correlation

More information

An Improved DV-Hop Localization Algorithm Based on Hop Distance and Hops Correction

An Improved DV-Hop Localization Algorithm Based on Hop Distance and Hops Correction , pp.319-328 http://dx.doi.org/10.14257/ijmue.2016.11.6.28 An Improved DV-Hop Localization Algorithm Based on Hop Distance and Hops Correction Xiaoying Yang* and Wanli Zhang College of Information Engineering,

More information

Traffic Surveillance with Wireless Magnetic Sensors

Traffic Surveillance with Wireless Magnetic Sensors Paper 4779 Traffic Surveillance with Wireless Magnetic Sensors Sing Yiu Cheung, Sinem Coleri Ergen * and Pravin Varaiya University of California, Berkeley, CA 94720-1770, USA *Tel: (510) 642-5270, csinem@eecs.berkeley.edu

More information

VEHICLE DETECTION METHODS FOR INTELLIGENT ROAD STUD APPLICATION: A REVIEW

VEHICLE DETECTION METHODS FOR INTELLIGENT ROAD STUD APPLICATION: A REVIEW VEHICLE DETECTION METHODS FOR INTELLIGENT ROAD STUD APPLICATION: A REVIEW Nalla Vikram 1, S Ashok 2 1 PG Scholar, 2 Professor, Department of Electrical Engineering, National Institute of Technology Calicut,

More information

A Multi-Agent Based Autonomous Traffic Lights Control System Using Fuzzy Control

A Multi-Agent Based Autonomous Traffic Lights Control System Using Fuzzy Control International Journal of Scientific & Engineering Research Volume 2, Issue 6, June-2011 1 A Multi-Agent Based Autonomous Traffic Lights Control System Using Fuzzy Control Yousaf Saeed, M. Saleem Khan,

More information

UC Berkeley Research Reports

UC Berkeley Research Reports UC Berkeley Research Reports Title Vehicle Detection by Sensor Network Nodes Permalink https://escholarship.org/uc/item/72b6f7gh Authors Ding, Jiagen Cheung, Sing-Yiu Tan, Chin-woo et al. Publication Date

More information

A Wireless Sensor Network Approach to Signalized Left Turn Assist at Intersections

A Wireless Sensor Network Approach to Signalized Left Turn Assist at Intersections A Wireless Sensor Network Approach to Signalized Left Turn Assist at Intersections Fabien Chraim, Thomas Watteyne, Ali Ganji,KrisPister BSAC, University of California, Berkeley, USA {chraim,watteyne,pister}@eecs.berkeley.edu

More information

Vehicle Classification Using Neural Networks with a Single Magnetic Detector

Vehicle Classification Using Neural Networks with a Single Magnetic Detector Vehicle Classification Using Neural Networks with a Single Magnetic Detector Peter Šarčević Abstract In this work, principles of operation, advantages and disadvantages are presented for different detector

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

The Elevator Fault Diagnosis Method Based on Sequential Probability Ratio Test (SPRT)

The Elevator Fault Diagnosis Method Based on Sequential Probability Ratio Test (SPRT) Automation, Control and Intelligent Systems 2017; 5(4): 50-55 http://www.sciencepublishinggroup.com/j/acis doi: 10.11648/j.acis.20170504.11 ISSN: 2328-5583 (Print); ISSN: 2328-5591 (Online) The Elevator

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

License Plate Localisation based on Morphological Operations

License Plate Localisation based on Morphological Operations License Plate Localisation based on Morphological Operations Xiaojun Zhai, Faycal Benssali and Soodamani Ramalingam School of Engineering & Technology University of Hertfordshire, UH Hatfield, UK Abstract

More information

An Improved Path Planning Method Based on Artificial Potential Field for a Mobile Robot

An Improved Path Planning Method Based on Artificial Potential Field for a Mobile Robot BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 15, No Sofia 015 Print ISSN: 1311-970; Online ISSN: 1314-4081 DOI: 10.1515/cait-015-0037 An Improved Path Planning Method Based

More information

Traffic Measurement and Vehicle Classification with a Single Magnetic Sensor

Traffic Measurement and Vehicle Classification with a Single Magnetic Sensor Traffic Measurement and Vehicle Classification with a Single Magnetic Sensor Sing Yiu Cheung, Sinem Coleri, Baris Dundar, Sumitra Ganesh, Chin-Woo Tan and Pravin Varaiya * University of California, Berkeley,

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

Oil metal particles Detection Algorithm Based on Wavelet

Oil metal particles Detection Algorithm Based on Wavelet Oil metal particles Detection Algorithm Based on Wavelet Transform Wei Shang a, Yanshan Wang b, Meiju Zhang c and Defeng Liu d AVIC Beijing Changcheng Aeronautic Measurement and Control Technology Research

More information

Design and Implementation of the DAB/DMB Transmitter Identification Information Decoder

Design and Implementation of the DAB/DMB Transmitter Identification Information Decoder Design and Implementation of the DAB/DMB Transmitter Identification Information Decoder Hongsheng Zhang, Hongyun Wang, Guoyu Wang* and Mingying Lu Abstract The Transmitter Identification Information (TII)

More information

Research on Harmonic Suppression in Power System Based on Improved Adaptive Filter

Research on Harmonic Suppression in Power System Based on Improved Adaptive Filter Available online at www.sciencedirect.com Energy Procedia 16 (2012) 1479 1486 2012 International Conference on Future Energy, Environment, and Materials Research on Harmonic Suppression in Power System

More information

FPGA-BASED DESIGN AND IMPLEMENTATION OF THREE-PRIORITY PERSISTENT CSMA PROTOCOL

FPGA-BASED DESIGN AND IMPLEMENTATION OF THREE-PRIORITY PERSISTENT CSMA PROTOCOL U.P.B. Sci. Bull., Series C, Vol. 79, Iss. 4, 2017 ISSN 2286-3540 FPGA-BASED DESIGN AND IMPLEMENTATION OF THREE-PRIORITY PERSISTENT CSMA PROTOCOL Xu ZHI 1, Ding HONGWEI 2, Liu LONGJUN 3, Bao LIYONG 4,

More information

Resource-Efficient Vibration Data Collection in Cyber-Physical Systems

Resource-Efficient Vibration Data Collection in Cyber-Physical Systems Resource-Efficient Vibration Data Collection in Cyber-Physical Systems M. Z. A Bhuiyan, G. Wang, J. Wu, T. Wang, and X. Liu Proc. of the 15th International Conference on Algorithms and Architectures for

More information

UNISI Team. UNISI Team - Expertise

UNISI Team. UNISI Team - Expertise Control Alberto Bemporad (prof.) Davide Barcelli (student) Daniele Bernardini (PhD student) Marta Capiluppi (postdoc) Giulio Ripaccioli (PhD student) XXXXX (postdoc) Communications Andrea Abrardo (prof.)

More information

Design of Automatic Following and Locating Electric Carrier Based on Ultrasonic Positioning and PI Controller

Design of Automatic Following and Locating Electric Carrier Based on Ultrasonic Positioning and PI Controller 017 nd International Conference on Mechatronics and Information Technology (ICMIT 017) Design of Automatic Following and Locating Electric Carrier Based on Ultrasonic Positioning and PI Controller Junyang

More information

Performance improvement in beamforming of Smart Antenna by using LMS algorithm

Performance improvement in beamforming of Smart Antenna by using LMS algorithm Performance improvement in beamforming of Smart Antenna by using LMS algorithm B. G. Hogade Jyoti Chougale-Patil Shrikant K.Bodhe Research scholar, Student, ME(ELX), Principal, SVKM S NMIMS,. Terna Engineering

More information

A Vehicle Speed Measurement System for Nighttime with Camera

A Vehicle Speed Measurement System for Nighttime with Camera Proceedings of the 2nd International Conference on Industrial Application Engineering 2014 A Vehicle Speed Measurement System for Nighttime with Camera Yuji Goda a,*, Lifeng Zhang a,#, Seiichi Serikawa

More information

Suppression of Pulse Interference in Partial Discharge Measurement Based on Phase Correlation and Waveform Characteristics

Suppression of Pulse Interference in Partial Discharge Measurement Based on Phase Correlation and Waveform Characteristics Journal of Energy and Power Engineering 9 (215) 289-295 doi: 1.17265/1934-8975/215.3.8 D DAVID PUBLISHING Suppression of Pulse Interference in Partial Discharge Measurement Based on Phase Correlation and

More information

Addressing the Challenges of Radar and EW System Design and Test using a Model-Based Platform

Addressing the Challenges of Radar and EW System Design and Test using a Model-Based Platform Addressing the Challenges of Radar and EW System Design and Test using a Model-Based Platform By Dingqing Lu, Agilent Technologies Radar systems have come a long way since their introduction in the Today

More information

Three-Axis Magnetic Sensor HMC1043L

Three-Axis Magnetic Sensor HMC1043L Three-Axis Magnetic Sensor HMC1043L The Honeywell HMC1043L is a miniature three-axis surface mount sensor array designed for low field magnetic sensing. By adding the HMC1043L with supporting signal processing,

More information

The Pitch Control Algorithm of Wind Turbine Based on Fuzzy Control and PID Control

The Pitch Control Algorithm of Wind Turbine Based on Fuzzy Control and PID Control Energy and Power Engineering, 2013, 5, 6-10 doi:10.4236/epe.2013.53b002 Published Online May 2013 (http://www.scirp.org/journal/epe) The Pitch Control Algorithm of Wind Turbine Based on Fuzzy Control and

More information

A Novel Dual-Band Scheme for Magnetic Resonant Wireless Power Transfer

A Novel Dual-Band Scheme for Magnetic Resonant Wireless Power Transfer Progress In Electromagnetics Research Letters, Vol. 80, 53 59, 2018 A Novel Dual-Band Scheme for Magnetic Resonant Wireless Power Transfer Keke Ding 1, 2, *, Ying Yu 1, 2, and Hong Lin 1, 2 Abstract In

More information

The Research on Servo Control System for AC PMSM Based on DSP BaiLei1, a, Wengang Zheng2, b

The Research on Servo Control System for AC PMSM Based on DSP BaiLei1, a, Wengang Zheng2, b 4th International Conference on Mechatronics, Materials, Chemistry and Computer Engineering (ICMMCCE 015) The Research on Servo Control System for AC PMSM Based on DSP BaiLei1, a, Wengang Zheng, b 1 Engineering

More information

Chaotic speed synchronization control of multiple induction motors using stator flux regulation. IEEE Transactions on Magnetics. Copyright IEEE.

Chaotic speed synchronization control of multiple induction motors using stator flux regulation. IEEE Transactions on Magnetics. Copyright IEEE. Title Chaotic speed synchronization control of multiple induction motors using stator flux regulation Author(s) ZHANG, Z; Chau, KT; Wang, Z Citation IEEE Transactions on Magnetics, 2012, v. 48 n. 11, p.

More information

Smart Home System for Energy Saving using Genetic- Fuzzy-Neural Networks Approach

Smart Home System for Energy Saving using Genetic- Fuzzy-Neural Networks Approach Int. J. of Sustainable Water & Environmental Systems Volume 8, No. 1 (216) 27-31 Abstract Smart Home System for Energy Saving using Genetic- Fuzzy-Neural Networks Approach Anwar Jarndal* Electrical and

More information

Partial Discharge Source Classification and De-Noising in Rotating Machines Using Discrete Wavelet Transform and Directional Coupling Capacitor

Partial Discharge Source Classification and De-Noising in Rotating Machines Using Discrete Wavelet Transform and Directional Coupling Capacitor J. Electromagnetic Analysis & Applications, 2009, 2: 92-96 doi:10.4236/jemaa.2009.12014 Published Online June 2009 (www.scirp.org/journal/jemaa) 1 Partial Discharge Source Classification and De-Noising

More information

Analysis of RWPT Relays for Intermediate-Range Simultaneous Wireless Information and Power Transfer System

Analysis of RWPT Relays for Intermediate-Range Simultaneous Wireless Information and Power Transfer System Progress In Electromagnetics Research Letters, Vol. 57, 111 116, 2015 Analysis of RWPT Relays for Intermediate-Range Simultaneous Wireless Information and Power Transfer System Keke Ding 1, 2, *, Ying

More information

Parallel Programming Design of BPSK Signal Demodulation Based on CUDA

Parallel Programming Design of BPSK Signal Demodulation Based on CUDA Int. J. Communications, Network and System Sciences, 216, 9, 126-134 Published Online May 216 in SciRes. http://www.scirp.org/journal/ijcns http://dx.doi.org/1.4236/ijcns.216.9511 Parallel Programming

More information

Study on Repetitive PID Control of Linear Motor in Wafer Stage of Lithography

Study on Repetitive PID Control of Linear Motor in Wafer Stage of Lithography Available online at www.sciencedirect.com Procedia Engineering 9 (01) 3863 3867 01 International Workshop on Information and Electronics Engineering (IWIEE) Study on Repetitive PID Control of Linear Motor

More information

GMSK iterative carrier recovery for AIS burst-mode

GMSK iterative carrier recovery for AIS burst-mode Available online at www.sciencedirect.com June 017, 4(3): 1 6 www.sciencedirect.com/science/journal/10055 The Journal of China Universities of Posts and Telecommunications http://jcupt.bupt.edu.cn GMSK

More information

AN INNOVATIVE WIRELESS SENSOR BASED VITAL TRAIN DETECTION AND WARNING SYSTEM

AN INNOVATIVE WIRELESS SENSOR BASED VITAL TRAIN DETECTION AND WARNING SYSTEM AN INNOVATIVE WIRELESS SENSOR BASED VITAL TRAIN DETECTION AND WARNING SYSTEM Ahtasham Ashraf *, David Baldwin and Xin Zhou Central Signal, LLC 2912 Syene Rd, Madison, WI 53713 Tel: (608) 237 1780, Fax:

More information

Research Article Research of Smart Car s Speed Control Based on the Internal Model Control

Research Article Research of Smart Car s Speed Control Based on the Internal Model Control Abstract and Applied Analysis, Article ID 274293, 5 pages http://dx.doi.org/.55/24/274293 Research Article Research of Smart Car s Speed Control Based on the Internal Model Control Han Yu, Hamid Reza Karimi,

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

Design of Vibration Sensor Based on Fiber Bragg Grating

Design of Vibration Sensor Based on Fiber Bragg Grating PHOTONIC SENSORS / Vol. 7, No. 4, 2017: 345 349 Design of Vibration Sensor Based on Fiber Bragg Grating Zhengyi ZHANG * and Chuntong LIU Department Two, Rocket Force University of Engineering, Xi an, 710025,

More information

中国科技论文在线. An Efficient Method of License Plate Location in Natural-scene Image. Haiqi Huang 1, Ming Gu 2,Hongyang Chao 2

中国科技论文在线. An Efficient Method of License Plate Location in Natural-scene Image.   Haiqi Huang 1, Ming Gu 2,Hongyang Chao 2 Fifth International Conference on Fuzzy Systems and Knowledge Discovery n Efficient ethod of License Plate Location in Natural-scene Image Haiqi Huang 1, ing Gu 2,Hongyang Chao 2 1 Department of Computer

More information

A Novel Forging Hammerhead Displacement Detection System Based on Eddy Current Sensor

A Novel Forging Hammerhead Displacement Detection System Based on Eddy Current Sensor Sensors & ransducers 2014 by IFSA Publishing, S. L. http://www.sensorsportal.com A Novel Forging Hammerhead Displacement Detection System Based on Eddy Current Sensor ZHANG Chun-Long, CHEN Zi-Guo Department

More information

Using Vision-Based Driver Assistance to Augment Vehicular Ad-Hoc Network Communication

Using Vision-Based Driver Assistance to Augment Vehicular Ad-Hoc Network Communication Using Vision-Based Driver Assistance to Augment Vehicular Ad-Hoc Network Communication Kyle Charbonneau, Michael Bauer and Steven Beauchemin Department of Computer Science University of Western Ontario

More information

Analysis of RF requirements for Active Antenna System

Analysis of RF requirements for Active Antenna System 212 7th International ICST Conference on Communications and Networking in China (CHINACOM) Analysis of RF requirements for Active Antenna System Rong Zhou Department of Wireless Research Huawei Technology

More information

VHICLE location is a necessity for vehicle control and

VHICLE location is a necessity for vehicle control and THE IEEE FOURTH INTERNATIONAL CONFERENCE ON INTELLIGENT TRANSPORTATION SYSTEMS 1 Real-Time Vehicle Location with Desired Accuracy Soheila V. Bana, Pravin Varaiya Abstract Magnetic markers are provisioned

More information

Study on the UWB Rader Synchronization Technology

Study on the UWB Rader Synchronization Technology Study on the UWB Rader Synchronization Technology Guilin Lu Guangxi University of Technology, Liuzhou 545006, China E-mail: lifishspirit@126.com Shaohong Wan Ari Force No.95275, Liuzhou 545005, China E-mail:

More information

Recursive Plateau Histogram Equalization for the Contrast Enhancement of the Infrared Images

Recursive Plateau Histogram Equalization for the Contrast Enhancement of the Infrared Images 2 3rd International Conference on Computer and Electrical Engineering ICCEE 2) IPCSIT vol. 53 22) 22) IACSIT Press, Singapore DOI:.7763/IPCSIT.22.V53.No..7 Recursive Plateau Histogram Equalization for

More information

The Design of Switched Reluctance Motor Torque Optimization Controller

The Design of Switched Reluctance Motor Torque Optimization Controller , pp.27-36 http://dx.doi.org/10.14257/ijca.2015.8.5.03 The Design of Switched Reluctance Motor Torque Optimization Controller Xudong Gao 1, 2, Xudong Wang 1, Zhongyu Li 1, Yongqin Zhou 1 1. Harbin University

More information

Intelligent Traffic Signal Control System Using Embedded System

Intelligent Traffic Signal Control System Using Embedded System Intelligent Traffic Signal Control System Using Embedded System Dinesh Rotake 1* Prof. Swapnili Karmore 2 1. Department of Electronics Engineering, G. H. Raisoni College of Engineering, Nagpur 2. Department

More information

Attack-Proof Collaborative Spectrum Sensing in Cognitive Radio Networks

Attack-Proof Collaborative Spectrum Sensing in Cognitive Radio Networks Attack-Proof Collaborative Spectrum Sensing in Cognitive Radio Networks Wenkai Wang, Husheng Li, Yan (Lindsay) Sun, and Zhu Han Department of Electrical, Computer and Biomedical Engineering University

More information

May 20, Keywords: automatic vehicle classification, sensors, traffic surveillance, vehicle detectors, advanced traffic management systems

May 20, Keywords: automatic vehicle classification, sensors, traffic surveillance, vehicle detectors, advanced traffic management systems Traffic measurement and vehicle classification with a single magnetic sensor Sing Yiu Cheung, Sinem Coleri, Baris Dundar, Sumitra Ganesh, Chin-Woo Tan and Pravin Varaiya Traffic Measurement Group Department

More information

MASH 2-1 MULTI-BIT SIGMA-DELTA MODULATOR FOR WLAN L 2 ( ) ( ) 1( 1 1 1

MASH 2-1 MULTI-BIT SIGMA-DELTA MODULATOR FOR WLAN L 2 ( ) ( ) 1( 1 1 1 MASH 2- MULTI-BIT SIGMA-DELTA MODULATOR FOR WLAN Yu hang, Ning Xie, Hui Wang and Yejun He College of Information Engineering, Shenzhen University, Shenzhen, Guangdong 58060, China kensouren@yahoo.com.cn

More information

Fuzzy Logic Based Smart User Selection for Spectrum Sensing under Spatially Correlated Shadowing

Fuzzy Logic Based Smart User Selection for Spectrum Sensing under Spatially Correlated Shadowing Open Access Journal Journal of Sustainable Research in Engineering Vol. 3 (2) 2016, 47-52 Journal homepage: http://sri.jkuat.ac.ke/ojs/index.php/sri Fuzzy Logic Based Smart User Selection for Spectrum

More information

Electrical Machines Diagnosis

Electrical Machines Diagnosis Monitoring and diagnosing faults in electrical machines is a scientific and economic issue which is motivated by objectives for reliability and serviceability in electrical drives. This concern for continuity

More information

A Novel Algorithm for Hand Vein Recognition Based on Wavelet Decomposition and Mean Absolute Deviation

A Novel Algorithm for Hand Vein Recognition Based on Wavelet Decomposition and Mean Absolute Deviation Sensors & Transducers, Vol. 6, Issue 2, December 203, pp. 53-58 Sensors & Transducers 203 by IFSA http://www.sensorsportal.com A Novel Algorithm for Hand Vein Recognition Based on Wavelet Decomposition

More information

Positioning System Performance Based on Different Pressure Sensors

Positioning System Performance Based on Different Pressure Sensors Sensors & Transducers, Vol. 7, Issue 6, June 4, pp. -6 Sensors & Transducers 4 by IFSA Publishing, S. L. http://www.sensorsportal.com Positioning System Performance Based on Different Pressure Sensors

More information

Robust Voice Activity Detection Based on Discrete Wavelet. Transform

Robust Voice Activity Detection Based on Discrete Wavelet. Transform Robust Voice Activity Detection Based on Discrete Wavelet Transform Kun-Ching Wang Department of Information Technology & Communication Shin Chien University kunching@mail.kh.usc.edu.tw Abstract This paper

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

GEOMAGNETIC COMPENSATION FOR LOW-COST CRASH AVOIDANCE PROJECT. A Thesis. presented to. the Faculty of California Polytechnic State University,

GEOMAGNETIC COMPENSATION FOR LOW-COST CRASH AVOIDANCE PROJECT. A Thesis. presented to. the Faculty of California Polytechnic State University, GEOMAGNETIC COMPENSATION FOR LOW-COST CRASH AVOIDANCE PROJECT A Thesis presented to the Faculty of California Polytechnic State University, San Luis Obispo In Partial Fulfillment of the Requirements for

More information

Co-Operative Spectrum Sensing In Cognitive Radio Network in ISM Band

Co-Operative Spectrum Sensing In Cognitive Radio Network in ISM Band Co-Operative Spectrum Sensing In Cognitive Radio Network in ISM Band 1 D.Muthukumaran, 2 S.Omkumar 1 Research Scholar, 2 Associate Professor, ECE Department, SCSVMV University, Kanchipuram ABSTRACT One

More information

A smooth tracking algorithm for capacitive touch panels

A smooth tracking algorithm for capacitive touch panels Advances in Engineering Research (AER), volume 116 International Conference on Communication and Electronic Information Engineering (CEIE 2016) A smooth tracking algorithm for capacitive touch panels Zu-Cheng

More information

Malaysian Car Number Plate Detection System Based on Template Matching and Colour Information

Malaysian Car Number Plate Detection System Based on Template Matching and Colour Information Malaysian Car Number Plate Detection System Based on Template Matching and Colour Information Mohd Firdaus Zakaria, Shahrel A. Suandi Intelligent Biometric Group, School of Electrical and Electronics Engineering,

More information

Noise Removal of Spaceborne SAR Image Based on the FIR Digital Filter

Noise Removal of Spaceborne SAR Image Based on the FIR Digital Filter Noise Removal of Spaceborne SAR Image Based on the FIR Digital Filter Wei Zhang & Jinzhong Yang China Aero Geophysical Survey & Remote Sensing Center for Land and Resources, Beijing 100083, China Tel:

More information

FLUORESCENCE MAGNETIC PARTICLE FLAW DETECTING SYSTEM BASED ON LOW LIGHT LEVEL CCD

FLUORESCENCE MAGNETIC PARTICLE FLAW DETECTING SYSTEM BASED ON LOW LIGHT LEVEL CCD FLUORESCENCE MAGNETIC PARTICLE FLAW DETECTING SYSTEM BASED ON LOW LIGHT LEVEL CCD Jingrong Zhao 1, Yang Mi 2, Ke Wang 1, Yukuan Ma 1 and Jingqiu Yang 3 1 College of Communication Engineering, Jilin University,

More information

Orientation-based Wi-Fi Positioning on the Google Nexus One

Orientation-based Wi-Fi Positioning on the Google Nexus One 200 IEEE 6th International Conference on Wireless and Mobile Computing, Networking and Communications Orientation-based Wi-Fi Positioning on the Google Nexus One Eddie C.L. Chan, George Baciu, S.C. Mak

More information

Training of EEG Signal Intensification for BCI System. Haesung Jeong*, Hyungi Jeong*, Kong Borasy*, Kyu-Sung Kim***, Sangmin Lee**, Jangwoo Kwon*

Training of EEG Signal Intensification for BCI System. Haesung Jeong*, Hyungi Jeong*, Kong Borasy*, Kyu-Sung Kim***, Sangmin Lee**, Jangwoo Kwon* Training of EEG Signal Intensification for BCI System Haesung Jeong*, Hyungi Jeong*, Kong Borasy*, Kyu-Sung Kim***, Sangmin Lee**, Jangwoo Kwon* Department of Computer Engineering, Inha University, Korea*

More information

1831. Fractional derivative method to reduce noise and improve SNR for lamb wave signals

1831. Fractional derivative method to reduce noise and improve SNR for lamb wave signals 8. Fractional derivative method to reduce noise and improve SNR for lamb wave signals Xiao Chen, Yang Gao, Chenlong Wang Jiangsu Key Laboratory of Meteorological observation and Information Processing,

More information

On Fusion Algorithm of Infrared and Radar Target Detection and Recognition of Unmanned Surface Vehicle

On Fusion Algorithm of Infrared and Radar Target Detection and Recognition of Unmanned Surface Vehicle Journal of Applied Science and Engineering, Vol. 21, No. 4, pp. 563 569 (2018) DOI: 10.6180/jase.201812_21(4).0008 On Fusion Algorithm of Infrared and Radar Target Detection and Recognition of Unmanned

More information

Vehicle Detection and Classification Using Wireless Sensor Network

Vehicle Detection and Classification Using Wireless Sensor Network Vehicle Detection and Classification Using Wireless Sensor Network D. P. Mishra 1, G. M. Asutkar 2 Associate Professor, Dept of Electronics Engineering, MIET, Gondia (M.S.), India 1 Professor & Head, Dept

More information

POWER TRANSFORMER PROTECTION USING ANN, FUZZY SYSTEM AND CLARKE S TRANSFORM

POWER TRANSFORMER PROTECTION USING ANN, FUZZY SYSTEM AND CLARKE S TRANSFORM POWER TRANSFORMER PROTECTION USING ANN, FUZZY SYSTEM AND CLARKE S TRANSFORM 1 VIJAY KUMAR SAHU, 2 ANIL P. VAIDYA 1,2 Pg Student, Professor E-mail: 1 vijay25051991@gmail.com, 2 anil.vaidya@walchandsangli.ac.in

More information

Detection of Rail Fastener Based on Wavelet Decomposition and PCA Ben-yu XIAO 1, Yong-zhi MIN 1,* and Hong-feng MA 2

Detection of Rail Fastener Based on Wavelet Decomposition and PCA Ben-yu XIAO 1, Yong-zhi MIN 1,* and Hong-feng MA 2 2017 2nd International Conference on Information Technology and Management Engineering (ITME 2017) ISBN: 978-1-60595-415-8 Detection of Rail Fastener Based on Wavelet Decomposition and PCA Ben-yu XIAO

More information

Simulation Analysis of Control System in an Innovative Magnetically-Saturated Controllable Reactor

Simulation Analysis of Control System in an Innovative Magnetically-Saturated Controllable Reactor Journal of Power and Energy Engineering, 2014, 2, 403-410 Published Online April 2014 in SciRes. http://www.scirp.org/journal/jpee http://dx.doi.org/10.4236/jpee.2014.24054 Simulation Analysis of Control

More information

International Conference on Automation, Mechanical Control and Computational Engineering (AMCCE 2015)

International Conference on Automation, Mechanical Control and Computational Engineering (AMCCE 2015) International Conference on Automation, Mechanical Control and Computational Engineering (AMCCE 1) Design of Digital Phase-locking Amplifier Applied in Detection of Weak Photoelectric Signals Lei Wang,

More information

Open Access AOA and TDOA-Based a Novel Three Dimensional Location Algorithm in Wireless Sensor Network

Open Access AOA and TDOA-Based a Novel Three Dimensional Location Algorithm in Wireless Sensor Network Send Orders for Reprints to reprints@benthamscience.ae The Open Automation and Control Systems Journal, 2015, 7, 1611-1615 1611 Open Access AOA and TDOA-Based a Novel Three Dimensional Location Algorithm

More information

A Chinese License Plate Recognition System

A Chinese License Plate Recognition System A Chinese License Plate Recognition System Bai Yanping, Hu Hongping, Li Fei Key Laboratory of Instrument Science and Dynamic Measurement North University of China, No xueyuan road, TaiYuan, ShanXi 00051,

More information

Noise Adaptive and Similarity Based Switching Median Filter for Salt & Pepper Noise

Noise Adaptive and Similarity Based Switching Median Filter for Salt & Pepper Noise 51 Noise Adaptive and Similarity Based Switching Median Filter for Salt & Pepper Noise F. Katircioglu Abstract Works have been conducted recently to remove high intensity salt & pepper noise by virtue

More information

Localization in Wireless Sensor Networks

Localization in Wireless Sensor Networks Localization in Wireless Sensor Networks Part 2: Localization techniques Department of Informatics University of Oslo Cyber Physical Systems, 11.10.2011 Localization problem in WSN In a localization problem

More information

Reduction of Musical Residual Noise Using Harmonic- Adapted-Median Filter

Reduction of Musical Residual Noise Using Harmonic- Adapted-Median Filter Reduction of Musical Residual Noise Using Harmonic- Adapted-Median Filter Ching-Ta Lu, Kun-Fu Tseng 2, Chih-Tsung Chen 2 Department of Information Communication, Asia University, Taichung, Taiwan, ROC

More information

Research on State Estimation and Information Processing Method for Intelligent Substation

Research on State Estimation and Information Processing Method for Intelligent Substation , pp.89-93 http://dx.doi.org/10.14257/astl.2015.83.17 Research on State Estimation and Information Processing Method for Intelligent Substation Tongwei Yu 1, Xingchao Yang 2 1 Electric Power Research Institute,

More information

Extending lifetime of sensor surveillance systems in data fusion model

Extending lifetime of sensor surveillance systems in data fusion model IEEE WCNC 2011 - Network Exting lifetime of sensor surveillance systems in data fusion model Xiang Cao Xiaohua Jia Guihai Chen State Key Laboratory for Novel Software Technology, Nanjing University, Nanjing,

More information

Study on Elimination of Lift-off Effect in Barkhausen Noise Detection

Study on Elimination of Lift-off Effect in Barkhausen Noise Detection International Symposium on Material, Energy and Environment Engineering (ISM3E 5) Study on Elimination of Lift-off Effect in Barkhausen Noise Detection Kai Huang, Ping Wang, Jianqin Xu, Jie Wu,Yihui Zhang,

More information

A Vehicular Visual Tracking System Incorporating Global Positioning System

A Vehicular Visual Tracking System Incorporating Global Positioning System A Vehicular Visual Tracking System Incorporating Global Positioning System Hsien-Chou Liao and Yu-Shiang Wang Abstract Surveillance system is widely used in the traffic monitoring. The deployment of cameras

More information

A Low Power Single Ended Inductorless Wideband CMOS LNA with G m Enhancement and Noise Cancellation

A Low Power Single Ended Inductorless Wideband CMOS LNA with G m Enhancement and Noise Cancellation 2017 International Conference on Electronic, Control, Automation and Mechanical Engineering (ECAME 2017) ISBN: 978-1-60595-523-0 A Low Power Single Ended Inductorless Wideband CMOS LNA with G m Enhancement

More information

CCD Automatic Gain Algorithm Design of Noncontact Measurement System Based on High-speed Circuit Breaker

CCD Automatic Gain Algorithm Design of Noncontact Measurement System Based on High-speed Circuit Breaker 2016 3 rd International Conference on Engineering Technology and Application (ICETA 2016) ISBN: 978-1-60595-383-0 CCD Automatic Gain Algorithm Design of Noncontact Measurement System Based on High-speed

More information

Multi-GI Detector with Shortened and Leakage Correlation for the Chinese DTMB System. Fengkui Gong, Jianhua Ge and Yong Wang

Multi-GI Detector with Shortened and Leakage Correlation for the Chinese DTMB System. Fengkui Gong, Jianhua Ge and Yong Wang 788 IEEE Transactions on Consumer Electronics, Vol. 55, No. 4, NOVEMBER 9 Multi-GI Detector with Shortened and Leakage Correlation for the Chinese DTMB System Fengkui Gong, Jianhua Ge and Yong Wang Abstract

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

WAVELET AND S-TRANSFORM BASED SPECTRUM SENSING IN COGNITIVE RADIO

WAVELET AND S-TRANSFORM BASED SPECTRUM SENSING IN COGNITIVE RADIO WAVELET AND S-TRANSFORM BASED SPECTRUM SENSING IN COGNITIVE RADIO S.Raghave #1, R.Saravanan *2, R.Muthaiah #3 School of Computing, SASTRA University, Thanjavur-613402, India #1 raga.vanaj@gmail.com *2

More information

Urban Road Network Extraction from Spaceborne SAR Image

Urban Road Network Extraction from Spaceborne SAR Image Progress In Electromagnetics Research Symposium 005, Hangzhou, hina, ugust -6 59 Urban Road Network Extraction from Spaceborne SR Image Guangzhen ao and Ya-Qiu Jin Fudan University, hina bstract two-step

More information

Electronics Science and Technology Program

Electronics Science and Technology Program Program Overview Electronics Science and Technology Program The Department of Electronic Engineering has two first-level disciplines which are Information and Communication Engineering, and Electronic

More information

Adaptive Threshold for Energy Detector Based on Discrete Wavelet Packet Transform

Adaptive Threshold for Energy Detector Based on Discrete Wavelet Packet Transform for Energy Detector Based on Discrete Wavelet Pacet Transform Zhiin Qin Beiing University of Posts and Telecommunications Queen Mary University of London Beiing, China qinzhiin@gmail.com Nan Wang, Yue

More information

Simultaneous geomagnetic monitoring with multiple SQUIDs and fluxgate sensors across underground laboratories

Simultaneous geomagnetic monitoring with multiple SQUIDs and fluxgate sensors across underground laboratories Simultaneous geomagnetic monitoring with multiple SQUIDs and fluxgate sensors across underground laboratories S. Henry 1, E. Pozzo di Borgo 2, C. Danquigny 2, and B. Abi 1 1 University of Oxford, Department

More information

An Adaptive Indoor Positioning Algorithm for ZigBee WSN

An Adaptive Indoor Positioning Algorithm for ZigBee WSN An Adaptive Indoor Positioning Algorithm for ZigBee WSN Tareq Alhmiedat Department of Information Technology Tabuk University Tabuk, Saudi Arabia t.alhmiedat@ut.edu.sa ABSTRACT: The areas of positioning

More information

Localization of tagged inhabitants in smart environments

Localization of tagged inhabitants in smart environments Localization of tagged inhabitants in smart environments M. Javad Akhlaghinia, Student Member, IEEE, Ahmad Lotfi, Senior Member, IEEE, and Caroline Langensiepen School of Science and Technology Nottingham

More information

LCRT: A ToA Based Mobile Terminal Localization Algorithm in NLOS Environment

LCRT: A ToA Based Mobile Terminal Localization Algorithm in NLOS Environment : A ToA Based Mobile Terminal Localization Algorithm in NLOS Environment Lei Jiao, Frank Y. Li Dept. of Information and Communication Technology University of Agder (UiA) N-4898 Grimstad, rway Email: {lei.jiao;

More information

Image Recognition for PCB Soldering Platform Controlled by Embedded Microchip Based on Hopfield Neural Network

Image Recognition for PCB Soldering Platform Controlled by Embedded Microchip Based on Hopfield Neural Network 436 JOURNAL OF COMPUTERS, VOL. 5, NO. 9, SEPTEMBER Image Recognition for PCB Soldering Platform Controlled by Embedded Microchip Based on Hopfield Neural Network Chung-Chi Wu Department of Electrical Engineering,

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

IMPROVING THE DETECTION OF INTERNAL RAIL CRACKS BY USING RADON TRANSFORM OF BSCAN IMAGE

IMPROVING THE DETECTION OF INTERNAL RAIL CRACKS BY USING RADON TRANSFORM OF BSCAN IMAGE IMPROVING THE DETECTION OF INTERNAL RAIL CRACKS BY USING RADON TRANSFORM OF BSCAN IMAGE Dr. Patrice AKNIN INRETS, French National Institute for Transport and Safety Research 2 Av. du Gnl. Malleret-Joinville,

More information

Vehicle parameter detection in Cyber Physical System

Vehicle parameter detection in Cyber Physical System Vehicle parameter detection in Cyber Physical System Prof. Miss. Rupali.R.Jagtap 1, Miss. Patil Swati P 2 1Head of Department of Electronics and Telecommunication Engineering,ADCET, Ashta,MH,India 2Department

More information