Use of Ultrasonic Signal Coding and PIR Sensors to Enhance the Sensing Reliability of an Embedded Surveillance System

Size: px
Start display at page:

Download "Use of Ultrasonic Signal Coding and PIR Sensors to Enhance the Sensing Reliability of an Embedded Surveillance System"

Transcription

1 Use of Ultrasonic Signal Coding and PIR Sensors to Enhance the Sensing Reliability of an Embedded Surveillance System Ying-Wen Bai, Chen-Chien Cheng and Zi-Li Xie Department of Electrical Engineering, Fu Jen Catholic University, New Taipei City, Taiwan, 242, R.O.C. Abstract In this paper we design and implement an embedded surveillance system by use of ultrasonic coding of ultrasonic sensors with multiple pyroelectric infrared sensors (PIR) to detect an intruder in a home or a storehouse. The PIR sensors are placed on the ceiling, and the ultrasonic sensor module consists of a transmitter and a receiver which are placed in a line direction; however, ultrasonic sensors with the same frequency are subject to interference by crosstalk with each other and have a high miss rate. To overcome these disadvantages of the ultrasonic sensor, our design reduces the miss rate from the environmental interference by using an ultrasonic coding. Both ultrasonic sensors and PIR sensors are managed by the majority voting mechanism (MVM). Keywords Embedded Surveillance System; Majority Voting Mechanism; PIR Sensor; Ultrasonic Sensor I. INTRODUCTION Recently surveillance systems have become more important for everyone s security. The embedded surveillance system, frequently used in a home, an office or a factory [1-3], uses a sensor triggered to turn on a camera [4-5]. Some designs use different types of sensors to achieve reliability by means of the different features of each sensor [6-7]. In this paper we extend our previous design not only by using both multiple PIR sensors and ultrasonic sensors as a sensor group, but also by using the MVM. Ultrasonic receivers and transmitters are located at opposite ends [8-9]. However, to reduce the interference from other frequencies in ultrasonic s, we use a coding to enhance the ability to distinguish the random interference [10]. To enhance system reliability in the experiment, we focus on how to improve the shortcomings of the ultrasonic sensor. Some research explores the influence of attenuation in air and crosstalk of ultrasonic s by using a coding [11-12], while some provides improvement of the ultrasonic by using different coding types [13-14]. Other research uses the application of a coding to increase resolution and contrast of images [15]. Yet another approach build a 3D image with an ultrasonic sensor in the PN code that solves the problem with time delay [16]. To enhance the reliability of the ultrasonic sensors group, we propose adding to the number of bits with coding to reduce the probability of code breaking. II. SYSTEM ARCHITECTURE Fig. 1 shows our design which contains several ultrasonic and PIR sensor groups. In the modules of the ultrasonic sensor groups the transmitter and the receiver are separated. The transmitter circuit generates a multi-frequency square waveform, and the receiver circuit amplifies the received s and filters out any noise. When a transmitter transmits an ultrasonic coding, the ultrasonic receiver determines whether there is an intruder passing through the sensing area. If there is no intruder, the MCU (Micro Controller Unit) will use the predefined ultrasonic pattern to decode the received. Use of relay stations and frequency conversion extends the sensing range. Our design reduces the environmental interference with the ultrasonic. All sensing s are input to the embedded surveillance system by the GPIO (General purpose input and output), and the MVM program counts the number of sensing states to determine whether to adopt the MVM. The PIR sensor groups obtain the sensing s from human temperature. If the voting results of ultrasonic and PIR sensor groups pass the criteria, the embedded surveillance system starts the Web camera to capture images. Figure 1. Embedded surveillance system with ultrasonic coding /13/$ IEEE 287

2 A. Software modules We choose Embedded Linux as our operating system. The program of the majority voting mechanism contains a detection of the GPIO function, a counting and majority voting function, an image captured function and a Web server. Fig. 2 shows the detection software flowchart of the embedded system. The embedded system scans the GPIO sockets, which are connected to external PIR sensors and ultrasonic sensors. To verify the state of each PIR and ultrasonic sensor, the embedded system reads the voltage levels of the GPIO sockets. When the system reads 5V from a GPIO socket, we learn that the ultrasonic sensors or the PIR sensors have been triggered and will execute the majority voting program by counting the state of each ultrasonic and PIR sensor. Majority voting is achieved by the sensor groups of the different GPIO sockets. The embedded system, when interrupted by the detection procedure, starts the Web camera to capture images. When this is finished, the embedded system starts the detection procedure over again. If the intruder is still in the monitoring area, the count of the GPIO sockets voltage levels continues the majority voting mechanism, and the embedded system again starts the Web camera to capture images. The embedded system uploads the captured images by means of both the Web server and the streaming server through the Internet. No Enter the detection mode Scan GPIO sockets Detect intruder Yes A Detect intruder Figure 3. Block diagram of PIR module. Fig. 3 shows the ultrasonic transmitter circuit which uses a pulse width modulation (PWM) function in the MCU to send out the desired frequency of the ultrasonic. The ultrasonic transducer transforms the voltage waveform into an ultrasonic transmission, and the transducer of the receiver transforms the ultrasonic transmission into the voltage waveform. Figure 4. Ultrasonic transmitter circuit. Fig. 4 shows the ultrasonic receiver circuit. We use a two-stage amplifier to enlarge the ultrasonic waveform, and the filter suppresses any undesired frequency. The MCU comparator determines the level of the ultrasonic waveform, which is the method used for the ultrasonic transmission, whether blocked. When there is no intruder, the MCU changes the transmitting frequency of the ultrasonic to avoid any crosstalk for the next stage. We also design several ultrasonic receivers to receive the ultrasonic transmission and to activate the majority voting mechanism (MVM) to improve the sensing reliability in long distance sensing [6]. The receiving states of all receivers are input to the embedded home surveillance system, which, depending on the results from the ultrasonic receivers, uses the MVM. No Adopt the MVM Upload images on the internet A Yes Figure 2. Turn on the camera and capture images END Detection software flowchart of embedded system. B. Hardware modules We use two groups of the external hardware circuits, the PIR and the ultrasonic sensor group. As the PIR sensor produces a weak voltage, we input the sensed to a two-stage OP amplifier to amplify the weak voltage by about 1000 times. Since the amplified changes between positive and negative voltage, we input this to the absolute value circuit, and then we input it to the adjustable comparator to compare the sensing voltage and the reference voltage which are set according to the environment temperature. Fig. 2 shows the block diagram of the PIR module. Figure 5. Ultrasonic receiver circuit. Table I shows our comparison of the sensing characteristics of both the ultrasonic sensor and the PIR sensor [6]. We have found that the ultrasonic sensor and the PIR sensor can both compensate each other and enhance the overall sensing probability in our design. TABLE I. Sensor Ultrasonic PIR COMPARISON OF CHARACTERISTICS OF PIR SENSOR AND ULTRASONIC SENSOR Condition for trigger Moving block Temperature change Influence of environment temperature Independence Dependence Sensing type Line direction Projection area Disadvantages Noise interference Slow speed and heat insulation 288

3 III. ULTRASONIC INTERFERENCE Ultrasonic transmission is a sound transmission which is easily interfered with by other frequencies from the random ultrasonic s. The interference causes difficulties in setting up the reference voltage. Therefore we propose the coding to increase the reliability of the system. According to the features of the coding our design enhances the ultrasonic pattern to distinguish the random ultrasonic interferences. IV. FEATURES OF CODING SIGNAL In this paper we use a coding to increase the reliability of the ultrasonic sensor group. Equation (1) is the function of probability of code breaking. Equation (2) is the function of reliability. Fig. 5 shows the results, when the number of bits increases, the reliability approaches 1. According to Eqs. (1) and (2) we know that with one bit if the probability of code breaking is 0.5, the reliability would be 0.5. To increase the number of bits of the ultrasonic code is to increase the reliability. (1) (2) Figure 7. Ultrasonic interfered by another frequency. In Fig. 8 we see that the has been coded by our system. The coded is not affected by another frequency because our design receives a through the code instead of through its s frequency. Figure 6. Relationship between reliability and number of bits of the ultrasonic code. In our design we use an 8-bit number coding. Using (1) and (2), we know that if the number of bits is the probability of code breaking is The reliability is equal to Figure 8. Our ultrasonic coding in the scope. Fig. 9 shows the judgment of our experiment. When judging a coding, one method of our design counts the rising edge number. If the rising edge number is equal to two, it means the is correct. Lines A and B of Figure 9 show a coding interval. V. IMPLEMENTATION AND EXPERIMENT RESULTS In the experiment results we found that an ultrasonic would be affected by environment sounds and the amplitude of the reference voltage. Those factors affect the transmission distance and the error rate of detecting. We therefore put the transmitter and the receiver on both ends of the sensing area and make sure the intruder passes through if the outside group has detected an individual. Fig. 6 shows an ultrasonic being interfered with by another ultrasonic frequency. As ultrasonic interference causes difficulties in setting up the amplitude of the reference voltage of the circuit, therefore we use the coding to reduce ultrasonic interference based on the characteristics of the ultrasonic. Figure 9. Judgement from received ultrasonic coding. 289

4 Fig. 10 shows our design that consists of the internal software module and the home embedded system software module. When an intruder has been detected, the MCU wakes up the majority decision to test the threshold and then turns on the power supply for the indoor sensors. If the indoor sensors detect no intruder when the outdoor sensors are misjudging, the MCU turns off the power of the indoor sensors and goes back to the alert state. If the indoor sensors detect an intruder, the MCU turns on the Web camera to capture images in keeping with the decision of the MVM. In the experiment the ultrasonic of the receiver has the same direction as the transmitter, and we find that if the amplitude of the voltage waveform has been reduced to approximately the same as the comparator's reference voltage our design can work normally. The scattering causes the amplitude of the voltage waveform to become gradually lower than the reference voltage. To increase the amplitude of the voltage waveform we place a PET bottle at the front end for focusing. Fig. 11 shows the distribution of scattering after adding a PET bottle focus. We have found that the ultrasonic increases at the central point and achieves the focusing effect m 6m 5m 4m 3m Figure 12. Curves showing distribution of scattering after adding PET bottle focus. Figure 10. Software flowchart of embedded surveillance system [11]. After the intruder has been detected outdoors, the MCU software submodule of the ultrasonic coding is executed as shown in Fig. 11. Our design transmits the ultrasonic coding, and the receiver checks whether the coding is correct. If the coding is correct, the ultrasonic sensor group continues for some seconds to make sure that there is no intruder. If the coding is not correct, our design also starts the majority voting mechanism (MVM) to make sure whether there is any detection. Fig. 12 shows the arrangement of our experimental environment that detect intruders in a suitable place. We place the PIR sensor on the ceiling or above the detection area. Transmitter and receiver of the ultrasonic sensor module are placed in a line direction. When an intruder enters the detection area, the ultrasonic coding will be blocked and the PIR sensors will detect temperature changes. Figure 13. Arrangement of our experimental environment. Figure 11. Flowchart of detection by ultrasonic coding. Table II compares our coding and noncoding. The coding is not interfered with by other frequencies unless their patterns are similar. It is easier to break a noncoding than a coding. When we add to the bits of the ultrasonic coding, the message type rise with. A noncoding transmits just two types of messages, 0 and 1. N means number of bits. With more message types, 290

5 more codes can be used in the same design to decrease the probability of breaking a. In our design, when N is equal to 8, the message conbination of the ultrasonic coding is 128 times better than that of noncoding, and the reliability is enhanced from 0.5 to as shown in Eq. (1). TABLE II. COMPARISON OF OUR CODING SIGNAL AND NONCODING SIGNAL Ultrasonic patterns Interference by other ultrasonic Probability of breaking Message combination Reliability Coding Low Low High Noncoding High High 2 Low VI. CONCLUSION Our experiment shows two different types of sensors which are enhancing the overall sensing probability by using the MVM to reduce the shortcomings of both the ultrasonic sensors and the PIR sensors. By adding an ultrasonic coding our design reduces the miss rate of the receiver with ultrasonic sensors by different patterns, improving the reliability of the overall system. REFERENCES [1] Jun Hou, Chengdong Wu, Zhongjia Yuan, Jiyuan Tan, Qiaoqiao Wang and Yun Zhou, Research of Intelligent Home Security Surveillance System Based on ZigBee, International Symposium on Intelligent Information Technology Application Workshops, Shanghai, Dec. 2008, pp [2] Xiangjun Zhu, Shaodong Ying and Le Ling, Multimedia sensor networks design for smart home surveillance, Control and Decision Conference, 2008, Chinese, 2-4 July 2008, pp [3] L. Lo Presti, M. La Cascia, Real-Time Object Detection in Embedded Video Surveillance Systems, Ninth International Workshop on Image Analysis for Multimedia Interactive Services, 7-9 May 2008, pp [4] Wen-Tsuen Chen, Po-Yu Chen, Wei-Shun Lee and Chi-Fu Huang, Design and Implementation of a Real Time Video Surveillance System with Wireless Sensor Networks, VTC Spring IEEE Vehicular Technology Conference, May 2008, pp [5] Mikko Nieminen, Tomi Raty, and Mikko Lindholm, Multi-Sensor Logical Decision Making in the Single Location Surveillance Point System, Fourth International Conference on Systems, France, 1-6 March 2009, pp [6] Ying-Wen Bai, Li-Sih Shen and Zong-Han Li, Design and Implementation of an Embedded Surveillance System by Use of Multiple Ultrasonic Sensors, The 28 th IEEE International Conference on Consumer Electronics, Las Vegas, Nevada, USA, Jan. 2010, , pp [7] Yang Cao, Huijie Zhao, Na Li and Hong Wei Land-Cover Classification by Airborne LIDAR Data Fused with Aerial Optical Images, International Workshop on Multi-Platform/Multi-Sensor Remote Sensing and Mapping (M2RSM), Jan. 2011, pp [8] Hai-Wen Zhao, Hong Yue, and He-Gao Cai, Design of a Distributed Ultrasonic Detecting System Based on Multiprocessor for Autonomous Mobile Robot, Proceedings of tbe 2007 WSEAS Int. Conference on Circuits, Systems, Signal and Telecommunications, Gold Coast, Australia, January 17-19, 2007, pp [9] Zi-LI Xie and Zong-Han Li, Design and implementation of a home embedded surveillance system with ultra-low alert power, IEEE Transactions on Consumer Electronics, Feb. 2011, pp [10] Francesco Alonge, Marco Brancifortem and Francesco Motta, A novel method of distance measurement based on pulse position modulation and synchronization of chaotic s using ultrasonic radar systems, IEEE Transactions on Instrumentation and Measurement, Feb.2009, pp [11] Shraga Shoval and Johann Borenstein, Using Coded Sognals to Benefit from Ultrasonic Sensor Crosstalk in Mobile Robot Obstacle Avoidance, IEEE International Conference on Robotics and Automation, Seoul, Korea, May, 2001, vol.3, pp [12] Hannes Elmer, and Herbert Schweinzer, High Resolution Ultrasonic Distance Measurement in Air Using Coded Signals, The 19 th IEEE Conference on Instrumentation and Measurement Technology Conference, Anchorage, AK, USA, May, 2002, vol.2, pp [13] Rodrigo Pereira Barretto da Costa-Felix and Joao Carlos Machado, P1G-9 Stepped Sine Versus Coded Pulse As Excitation Signals for Ultrasonic Transducer Calibration in a Non-Linear Propagation Field, IEEE Conference on Ultrasonics symposium, 2-6 Oct, 2006, pp [14] Fernando J. Alvarez, A. Jesus Urena, varo Hermamdez, Ana Jimenez, Carlos de Marziano, M. Jose Villadangos, and M. Varmen Perez, Detecting Ultrasonic Signals in a Turbulent Atmosphere Performance of Different Codes, IEEE International Symposium on Intelligent Signal Processing, 3-5 Oct, 2007, pp [15] Jose R. Sanchez, Marko Orescanin and Michael Oelze, Improving image contrast using coded excitation for ultrasonic imaging, IEEE International Conference on Electro/Information Technology, May, 2010, pp.1-6. [16] Hongbo Zhu, Hiroki Inubushi, Noriyuki Takahashi and Kenji Taniguchi, An ultrasonic 3D image sensor employing PN code, The 5 th IEEE conference on Sensors, Daegu, Korea, Oct, 2006, pp

Use of a Multi-Frequency Relay of Ultrasonic Sensors with PIR Sensors to Extend the Sensing Range of an Embedded Surveillance System

Use of a Multi-Frequency Relay of Ultrasonic Sensors with PIR Sensors to Extend the Sensing Range of an Embedded Surveillance System Use of a Multi-Frequency Relay of Ultrasonic Sensors with PIR Sensors to Extend the Sensing Range of an Embedded Surveillance System Ying-Wen Bai, Zi-Li Xie and Chen-Chien Cheng Department of Electrical

More information

Embedded Surveillance System Using Ultra Sonic Sensor Coding With Multiple Pir Sensor

Embedded Surveillance System Using Ultra Sonic Sensor Coding With Multiple Pir Sensor Embedded Surveillance System Using Ultra Sonic Sensor Coding With Multiple Pir Sensor Narige satish M.Tech Student, Dept of Electronics and Communication Engineering, Holy Mary Institute of Technology

More information

Design of Ultrasonic sensors based spectacles and waist belt for blind using low cost Arduino

Design of Ultrasonic sensors based spectacles and waist belt for blind using low cost Arduino Design of Ultrasonic sensors based spectacles and waist belt for blind using low cost Arduino Mr.Yadla Arunababu Department of Electronics and communication Engineering, Indira Institute of Engineering

More information

International Journal of Scientific & Engineering Research, Volume 4, Issue 5, May ISSN

International Journal of Scientific & Engineering Research, Volume 4, Issue 5, May ISSN International Journal of Scientific & Engineering Research, Volume 4, Issue 5, May-2013 363 Home Surveillance system using Ultrasonic Sensors K.Rajalakshmi 1 R.Chakrapani 2 1 Final year ME(VLSI DESIGN),

More information

Design and Implementation of an Integrated Man-Machine Interface by Touch Panel for an Embedded Electronic Measurement System

Design and Implementation of an Integrated Man-Machine Interface by Touch Panel for an Embedded Electronic Measurement System VECIMS 008 IEEE International Conference on Virtual Environments, Human-Computer Interfaces, and Measurement Systems Istambul, Turkey, 4-6 July 008 Design and Implementation of an Integrated Man-Machine

More information

A High End Building Automation and Online Video Surveillance Security System

A High End Building Automation and Online Video Surveillance Security System A High End Building Automation and Online Video Surveillance Security System Iyer Adith Nagarajan #1, Purushothaman Surendran *2 School of Electronics Engineering VIT University Vellore, Tamilnadu, India

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

Auto-Fact Security System

Auto-Fact Security System IJIRST International Journal for Innovative Research in Science & Technology Volume 2 Issue 10 March 2016 ISSN (online): 2349-6010 Auto-Fact Security System Rasika Hedaoo Department of Electronics Engineering

More information

Automatic Docking System with Recharging and Battery Replacement for Surveillance Robot

Automatic Docking System with Recharging and Battery Replacement for Surveillance Robot International Journal of Electronics and Computer Science Engineering 1148 Available Online at www.ijecse.org ISSN- 2277-1956 Automatic Docking System with Recharging and Battery Replacement for Surveillance

More information

XBee based Remote-Controllable and Energy-Saving Room Architecture

XBee based Remote-Controllable and Energy-Saving Room Architecture XBee based Remote-Controllable and Energy-Saving Room Architecture Girish.M 1, Chandan.G.N 2, Pavithra A.C 3 1Assistant Professor, Dept. of ECE, ATMECE, Mysuru 2Assistant Professor, Dept. of ECE, ATMECE,

More information

AMBULANCE TRACKING AND ALTERNATE ROUTING

AMBULANCE TRACKING AND ALTERNATE ROUTING AMBULANCE TRACKING AND ALTERNATE ROUTING E.Abinaya 1, M.Arul Kumar 2, N.Abinaiya 3, RA.Saraswathi 4 1,2 PG student / VLSI Design, SNS College of Technology, Coimbatore, (India) 3 PG student / Communication

More information

Ultrasound-Based Indoor Robot Localization Using Ambient Temperature Compensation

Ultrasound-Based Indoor Robot Localization Using Ambient Temperature Compensation Acta Universitatis Sapientiae Electrical and Mechanical Engineering, 8 (2016) 19-28 DOI: 10.1515/auseme-2017-0002 Ultrasound-Based Indoor Robot Localization Using Ambient Temperature Compensation Csaba

More information

Adaptive Modulation with Customised Core Processor

Adaptive Modulation with Customised Core Processor Indian Journal of Science and Technology, Vol 9(35), DOI: 10.17485/ijst/2016/v9i35/101797, September 2016 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Adaptive Modulation with Customised Core Processor

More information

Smart Parking Information System Exploiting Visible Light Communication

Smart Parking Information System Exploiting Visible Light Communication , pp.251-260 http://dx.doi.org/10.14257/ijsh.2014.8.1.26 Smart Parking Information System Exploiting Visible Light Communication Nammoon Kim, Changqiang Jing, Biao Zhou and Youngok Kim Department of Electronics

More information

ADAPTIVE ESTIMATION AND PI LEARNING SPRING- RELAXATION TECHNIQUE FOR LOCATION ESTIMATION IN WIRELESS SENSOR NETWORKS

ADAPTIVE ESTIMATION AND PI LEARNING SPRING- RELAXATION TECHNIQUE FOR LOCATION ESTIMATION IN WIRELESS SENSOR NETWORKS INTERNATIONAL JOURNAL ON SMART SENSING AND INTELLIGENT SYSTEMS VOL. 6, NO. 1, FEBRUARY 013 ADAPTIVE ESTIMATION AND PI LEARNING SPRING- RELAXATION TECHNIQUE FOR LOCATION ESTIMATION IN WIRELESS SENSOR NETWORKS

More information

Design of Signal Conditioning Circuit for Photoelectric Sensor. , Zhennan Zhang

Design of Signal Conditioning Circuit for Photoelectric Sensor. , Zhennan Zhang 7th International Conference on Education, Management, Computer and Medicine (EMCM 2016) Design of Signal Conditioning Circuit for Photoelectric Sensor 1, a* Nan Xie 2, b, Zhennan Zhang 2, c and Weimin

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

SIMULTANEOUS OBSTACLE DETECTION FOR MOBILE ROBOTS AND ITS LOCALIZATION FOR AUTOMATIC BATTERY RECHARGING

SIMULTANEOUS OBSTACLE DETECTION FOR MOBILE ROBOTS AND ITS LOCALIZATION FOR AUTOMATIC BATTERY RECHARGING SIMULTANEOUS OBSTACLE DETECTION FOR MOBILE ROBOTS AND ITS LOCALIZATION FOR AUTOMATIC BATTERY RECHARGING *Sang-Il Gho*, Jong-Suk Choi*, *Ji-Yoon Yoo**, Mun-Sang Kim* *Department of Electrical Engineering

More information

Remote-Controllable and Energy-Saving Room Architecture based on ZigBee Communication

Remote-Controllable and Energy-Saving Room Architecture based on ZigBee Communication 264 Remote-Controllable and Energy-Saving Room Architecture based on Communication Jinsoo Han, Haeryong Lee, and Kwang-Roh Park Abstract This paper proposes remote-controllable and energy-saving room architecture

More information

Design and Implementation of an Intuitive Gesture Recognition System Using a Hand-held Device

Design and Implementation of an Intuitive Gesture Recognition System Using a Hand-held Device Design and Implementation of an Intuitive Gesture Recognition System Using a Hand-held Device Hung-Chi Chu 1, Yuan-Chin Cheng 1 1 Department of Information and Communication Engineering, Chaoyang University

More information

Using LDPC coding and AMC to mitigate received power imbalance in carrier aggregation communication system

Using LDPC coding and AMC to mitigate received power imbalance in carrier aggregation communication system Using LDPC coding and AMC to mitigate received power imbalance in carrier aggregation communication system Yang-Han Lee 1a), Yih-Guang Jan 1, Hsin Huang 1,QiangChen 2, Qiaowei Yuan 3, and Kunio Sawaya

More information

Estimation of Absolute Positioning of mobile robot using U-SAT

Estimation of Absolute Positioning of mobile robot using U-SAT Estimation of Absolute Positioning of mobile robot using U-SAT Su Yong Kim 1, SooHong Park 2 1 Graduate student, Department of Mechanical Engineering, Pusan National University, KumJung Ku, Pusan 609-735,

More information

Enhanced Indoor Positioning Method Using RSSI Log Model Based on IEEE s Mesh Network

Enhanced Indoor Positioning Method Using RSSI Log Model Based on IEEE s Mesh Network International Global Navigation Satellite Systems Society IGNSS Symposium 2015 Outrigger Gold Coast, Australia 14-16 July, 2015 Enhanced Indoor Positioning Method Using RSSI Log Model Based on IEEE 802.11s

More information

Design of High-Precision Infrared Multi-Touch Screen Based on the EFM32

Design of High-Precision Infrared Multi-Touch Screen Based on the EFM32 Sensors & Transducers 204 by IFSA Publishing, S. L. http://www.sensorsportal.com Design of High-Precision Infrared Multi-Touch Screen Based on the EFM32 Zhong XIAOLING, Guo YONG, Zhang WEI, Xie XINGHONG,

More information

An Improved Bernsen Algorithm Approaches For License Plate Recognition

An Improved Bernsen Algorithm Approaches For License Plate Recognition IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) ISSN: 78-834, ISBN: 78-8735. Volume 3, Issue 4 (Sep-Oct. 01), PP 01-05 An Improved Bernsen Algorithm Approaches For License Plate Recognition

More information

A Phase Modulation Scheme for Millimeter Wave Generation Based on Frequency Octupling using LiNbO 3 Mach- Zehnder Modulator.

A Phase Modulation Scheme for Millimeter Wave Generation Based on Frequency Octupling using LiNbO 3 Mach- Zehnder Modulator. A Phase Modulation Scheme for Millimeter Wave Generation Based on Frequency Octupling using LiNbO 3 Mach- Zehnder Modulator. Anand Prem P K #1, Arvind Chakrapani #2 # Department of Electronics and Communication

More information

Automatic Docking System for Recharging Home Surveillance Robots

Automatic Docking System for Recharging Home Surveillance Robots 428 IEEE Transactions on Consumer Electronics, Vol. 57, No. 2, May 2011 Automatic Docking System for Recharging Home Surveillance Robots Guangming Song, Member, IEEE, Hui Wang, Jun Zhang, and Tianhua Meng

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

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

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

More information

Compact Microstrip UWB Power Divider with Dual Notched Bands Using Dual-Mode Resonator

Compact Microstrip UWB Power Divider with Dual Notched Bands Using Dual-Mode Resonator Progress In Electromagnetics Research Letters, Vol. 75, 39 45, 218 Compact Microstrip UWB Power Divider with Dual Notched Bands Using Dual-Mode Resonator Lihua Wu 1, Shanqing Wang 2,LuetaoLi 3, and Chengpei

More information

Multiple Target Tracking For Indoor Environment Using WPIR

Multiple Target Tracking For Indoor Environment Using WPIR Multiple Target Tracking For Indoor Environment Using WPIR K. Ashnath 1, R. Jeyanthi 2 PG scholar, Applied Electronics, Department of EEE, K.S.R College of Engineering, Tiruchengode, Tamilnadu, India 1

More information

Path Planning for Mobile Robots Based on Hybrid Architecture Platform

Path Planning for Mobile Robots Based on Hybrid Architecture Platform Path Planning for Mobile Robots Based on Hybrid Architecture Platform Ting Zhou, Xiaoping Fan & Shengyue Yang Laboratory of Networked Systems, Central South University, Changsha 410075, China Zhihua Qu

More information

UWB RFID Technology Applications for Positioning Systems in Indoor Warehouses

UWB RFID Technology Applications for Positioning Systems in Indoor Warehouses UWB RFID Technology Applications for Positioning Systems in Indoor Warehouses # SU-HUI CHANG, CHEN-SHEN LIU # Industrial Technology Research Institute # Rm. 210, Bldg. 52, 195, Sec. 4, Chung Hsing Rd.

More information

A Fault Detection Device for Energy Metering Equipment

A Fault Detection Device for Energy Metering Equipment 2017 2nd International Conference on Manufacturing Science and Information Engineering (ICMSIE 2017) ISBN: 978-1-60595-516-2 A Fault Detection Device for Energy Metering Equipment Weineng Wang, Guangming

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 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 Vehicular Visual Tracking System Incorporating Global Positioning System

A Vehicular Visual Tracking System Incorporating Global Positioning System Vol:5, :6, 20 A Vehicular Visual Tracking System Incorporating Global Positioning System Hsien-Chou Liao and Yu-Shiang Wang International Science Index, Computer and Information Engineering Vol:5, :6,

More information

An Area-efficient DLL based on a Merged Synchronous Mirror Delay Structure for Duty Cycle Correction

An Area-efficient DLL based on a Merged Synchronous Mirror Delay Structure for Duty Cycle Correction Proceedings of the 6th WSEAS Int. Conf. on Electronics, Hardware, Wireless and Optical Communications, Corfu Island, Greece, February 16-19, 2007 203 An Area-efficient DLL based on a Merged Synchronous

More information

Design and Implementation of a PIR Luminaire with Zero Standby Power Using a Photovoltaic Array in Enough Daylight

Design and Implementation of a PIR Luminaire with Zero Standby Power Using a Photovoltaic Array in Enough Daylight C.-H. Tsai et al.: Design and Implementation of a PIR Luminaire with Zero Standby Power Using a Photovoltaic Array in Enough Daylight 499 Design and Implementation of a PIR Luminaire with Zero Standby

More information

CARRIER LESS AMPLITUDE AND PHASE (CAP) ODULATION TECHNIQUE FOR OFDM SYSTEM

CARRIER LESS AMPLITUDE AND PHASE (CAP) ODULATION TECHNIQUE FOR OFDM SYSTEM CARRIER LESS AMPLITUDE AND PHASE (CAP) ODULATION TECHNIQUE FOR OFDM SYSTEM S.Yogeeswaran 1, Ramesh, G.P 2, 1 Research Scholar, St.Peter s University, Chennai, India, 2 Professor, Department of ECE, St.Peter

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

Published by: PIONEER RESEARCH & DEVELOPMENT GROUP (www.prdg.org) 190

Published by: PIONEER RESEARCH & DEVELOPMENT GROUP (www.prdg.org) 190 Microcontroller Based Real Time Distance Measurement System Ankit Singh 1, Gourishankar Sharma 2 1,2 Electronics and Telecommunication/CSVTU Bhilai /DIMAT, Raipur, 492001, India Abstract The easy and accurate

More information

The Framework of the Integrated Power Line and Visible Light Communication Systems

The Framework of the Integrated Power Line and Visible Light Communication Systems The Framework of the Integrated Line and Visible Light Communication Systems Jian Song 1, 2, Wenbo Ding 1, Fang Yang 1, 2, Hongming Zhang 1, 2, Kewu Peng 1, 2, Changyong Pan 1, 2, Jun Wang 1, 2, and Jintao

More information

Indoor Light Energy Harvesting System for Energy-aware Wireless Sensor Node

Indoor Light Energy Harvesting System for Energy-aware Wireless Sensor Node Available online at www.sciencedirect.com Energy Procedia 16 (01) 107 103 01 International Conference on Future Energy, Environment, and Materials Indoor Light Energy Harvesting System for Energy-aware

More information

Research on Intelligent Helmet for Safety Monitoring in Coal Mine

Research on Intelligent Helmet for Safety Monitoring in Coal Mine 2017 2 nd International Conference on Architectural Engineering and New Materials (ICAENM 2017) ISBN: 978-1-60595-436-3 Research on Intelligent Helmet for Safety Monitoring in Coal Mine Xiucai Guo and

More information

Study of multi physical parameter monitoring device based on FBG sensors demodulation system

Study of multi physical parameter monitoring device based on FBG sensors demodulation system Advances in Engineering Research (AER), volume 116 International Conference on Communication and Electronic Information Engineering (CEIE 2016) Study of multi physical parameter monitoring device based

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

A Simple Design of Clean Robot

A Simple Design of Clean Robot Journal of Computing and Electronic Information Management ISSN: 2413-1660 A Simple Design of Clean Robot Huichao Wu 1, a, Daofang Chen 2, Yunpeng Yin 3 1 College of Optoelectronic Engineering, Chongqing

More information

Embedded Voice Announcement Ultrasonic Distance Meter and. University Lab Teaching Reformation

Embedded Voice Announcement Ultrasonic Distance Meter and. University Lab Teaching Reformation 5th International Conference on Measurement, Instrumentation and Automation (ICMIA 2016) Embedded Voice Announcement Ultrasonic Distance Meter and University Lab Teaching Reformation Yu ZHANG1,a, Xinyu

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

Reduce the Standby Power Consumption of a Microwave Oven

Reduce the Standby Power Consumption of a Microwave Oven 54 IEEE Transactions on Consumer Electronics, Vol. 59, No., February Reduce the Standby Power Consumption of a Microwave Oven Cheng-Hung Tsai, Ying-Wen Bai, Ming-Bo Lin, Senior Member, IEEE, Roger Jia

More information

2D Image Transmission using Light Fidelity Technology

2D Image Transmission using Light Fidelity Technology 2D Image Transmission using Light Fidelity Technology Undergraduate Student, Computer Engineering Department Dwarkadas J. Sanghvi College of Engineering, Mumbai, India. Abstract : Recently wireless technology

More information

Design of Feed Control System for Micro EDM Machine Tool Liao-yuan ZHANG, Yue GENG, Da-lin JIANG, Ming-wei SHANG and Yue-long WANG

Design of Feed Control System for Micro EDM Machine Tool Liao-yuan ZHANG, Yue GENG, Da-lin JIANG, Ming-wei SHANG and Yue-long WANG 2016 International Conference on Electrical Engineering and Automation (ICEEA 2016) ISBN: 978-1-60595-407-3 Design of Feed Control System for Micro EDM Machine Tool Liao-yuan ZHANG, Yue GENG, Da-lin JIANG,

More information

Method Of Defogging Image Based On the Sky Area Separation Yanhai Wu1,a, Kang1 Chen, Jing1 Zhang, Lihua Pang1

Method Of Defogging Image Based On the Sky Area Separation Yanhai Wu1,a, Kang1 Chen, Jing1 Zhang, Lihua Pang1 2nd Workshop on Advanced Research and Technology in Industry Applications (WARTIA 216) Method Of Defogging Image Based On the Sky Area Separation Yanhai Wu1,a, Kang1 Chen, Jing1 Zhang, Lihua Pang1 1 College

More information

Progress In Electromagnetics Research C, Vol. 45, , 2013

Progress In Electromagnetics Research C, Vol. 45, , 2013 Progress In Electromagnetics Research C, Vol. 45, 113 123, 2013 DIRECTIONAL COUPLER USING MULTI-STAGE COUPLED STRUCTURE THEORY Zong Long Chen *, Ling Tong, Yu Tian, and Bo Gao School of Automation Engineering,

More information

Research Of Displacement Measuring System Based On Capacitive. Grating Sensor

Research Of Displacement Measuring System Based On Capacitive. Grating Sensor Applied Mechanics and Materials Vols. 20-23 (2010) pp 1260-1264 Online available since 2010/Jan/12 at www.scientific.net (2010) Trans Tech Publications, Switzerland doi:10.4028/www.scientific.net/amm.20-23.1260

More information

Efficiency Analysis of the Smart Controller Switch System using RF Communication for Energy Saving

Efficiency Analysis of the Smart Controller Switch System using RF Communication for Energy Saving Vol.133 (Information Technology and Computer Science 2016), pp.39-44 http://dx.doi.org/10.14257/astl.2016. Efficiency Analysis of the Smart Controller Switch System using RF Communication for Energy Saving

More information

Intelligent Balanced Device and its Sensing System for Beam Pumping Units

Intelligent Balanced Device and its Sensing System for Beam Pumping Units Sensors & Transducers 2014 by IFSA Publishing, S. L. http://www.sensorsportal.com Intelligent Balanced Device and its Sensing System for Beam Pumping Units Hangxin WEI, Wenfang WANG School of mechanical

More information

Research of Antenna for Microwave Energy Transmission System for IOT

Research of Antenna for Microwave Energy Transmission System for IOT 2016 3 rd International Conference on Engineering Technology and Application (ICETA 2016) ISBN: 978-1-60595-383-0 Research of Antenna for Microwave Energy Transmission System for IOT Wu Qin* Tianjin Railway

More information

Range Sensing strategies

Range Sensing strategies Range Sensing strategies Active range sensors Ultrasound Laser range sensor Slides adopted from Siegwart and Nourbakhsh 4.1.6 Range Sensors (time of flight) (1) Large range distance measurement -> called

More information

Feasibility Tests for Visible Light Communication Scheme with Various LEDs

Feasibility Tests for Visible Light Communication Scheme with Various LEDs Feasibility Tests for Visible Light Communication Scheme with Various LEDs Dongsung Kim, Hoyeon Jung, Chungjo Yu, Dongjun Seo, Biao Zhou, Youngok Kim Department of Electronics Engineering, Kwangwoon University,

More information

Enhanced Positioning Method using WLAN RSSI Measurements considering Dilution of Precision of AP Configuration

Enhanced Positioning Method using WLAN RSSI Measurements considering Dilution of Precision of AP Configuration Enhanced Positioning Method using WLAN RSSI Measurements considering Dilution of Precision of AP Configuration Cong Zou, A Sol Kim, Jun Gyu Hwang, Joon Goo Park Graduate School of Electrical Engineering

More information

SMART ELECTRONIC GADGET FOR VISUALLY IMPAIRED PEOPLE

SMART ELECTRONIC GADGET FOR VISUALLY IMPAIRED PEOPLE ISSN: 0976-2876 (Print) ISSN: 2250-0138 (Online) SMART ELECTRONIC GADGET FOR VISUALLY IMPAIRED PEOPLE L. SAROJINI a1, I. ANBURAJ b, R. ARAVIND c, M. KARTHIKEYAN d AND K. GAYATHRI e a Assistant professor,

More information

Why Time-Reversal for Future 5G Wireless?

Why Time-Reversal for Future 5G Wireless? Why Time-Reversal for Future 5G Wireless? K. J. Ray Liu Department of Electrical and Computer Engineering University of Maryland, College Park Acknowledgement: the Origin Wireless Team What is Time-Reversal?

More information

AN IMPLEMENTATION OF MULTI-DSP SYSTEM ARCHITECTURE FOR PROCESSING VARIANT LENGTH FRAME FOR WEATHER RADAR

AN IMPLEMENTATION OF MULTI-DSP SYSTEM ARCHITECTURE FOR PROCESSING VARIANT LENGTH FRAME FOR WEATHER RADAR DOI: 10.21917/ime.2018.0096 AN IMPLEMENTATION OF MULTI- SYSTEM ARCHITECTURE FOR PROCESSING VARIANT LENGTH FRAME FOR WEATHER RADAR Min WonJun, Han Il, Kang DokGil and Kim JangSu Institute of Information

More information

Power Management in a Self-Charging Wireless Sensor Node using Solar Energy

Power Management in a Self-Charging Wireless Sensor Node using Solar Energy Power Management in a Self-Charging Wireless Sensor Node using Solar Energy Myungnam Bae, Inhwan Lee, Hyochan Bang ETRI, IoT Convergence Research Department, 218 Gajeongno, Yuseong-gu, Daejeon, 305-700,

More information

A Cooperative Sensing Method Using Katz Fractal Dimension in Frequency Domain Jun AN, Lu-yong ZHANG, Pei-pei ZHU and Dian-jun CHEN

A Cooperative Sensing Method Using Katz Fractal Dimension in Frequency Domain Jun AN, Lu-yong ZHANG, Pei-pei ZHU and Dian-jun CHEN 206 International Conference on Wireless Communication and Network Engineering (WCNE 206) ISBN: 978--60595-403-5 A Cooperative Sensing Method Using Katz Fractal Dimension in Frequency Domain Jun AN, Lu-yong

More information

15 th Asia Pacific Conference for Non-Destructive Testing (APCNDT2017), Singapore.

15 th Asia Pacific Conference for Non-Destructive Testing (APCNDT2017), Singapore. Time of flight computation with sub-sample accuracy using digital signal processing techniques in Ultrasound NDT Nimmy Mathew, Byju Chambalon and Subodh Prasanna Sudhakaran More info about this article:

More information

Design of Spread-Spectrum Communication System Based on FPGA

Design of Spread-Spectrum Communication System Based on FPGA Sensors & Transducers 203 by IFSA http://www.sensorsportal.com Design of Spread-Spectrum Communication System Based on FPGA Yixin Yan, Xiaolei Liu, 2* Xiaobing Zhang College Measurement Control Technology

More information

ScienceDirect. An Integrated Xbee arduino And Differential Evolution Approach for Localization in Wireless Sensor Networks

ScienceDirect. An Integrated Xbee arduino And Differential Evolution Approach for Localization in Wireless Sensor Networks Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 48 (2015 ) 447 453 International Conference on Intelligent Computing, Communication & Convergence (ICCC-2015) (ICCC-2014)

More information

The Study on the Method of Eliminating Errors of PSD

The Study on the Method of Eliminating Errors of PSD Sensors & Transducers 2013 by IFSA http://www.sensorsportal.com The Study on the Method of Eliminating Errors of PSD Changjun ZHOU, * Wei WANG, Hongxiao CHAO, Lina HONG, Xin CAO, Pengfei ZHANG, Lingyue

More information

Performance of Wideband Mobile Channel with Perfect Synchronism BPSK vs QPSK DS-CDMA

Performance of Wideband Mobile Channel with Perfect Synchronism BPSK vs QPSK DS-CDMA Performance of Wideband Mobile Channel with Perfect Synchronism BPSK vs QPSK DS-CDMA By Hamed D. AlSharari College of Engineering, Aljouf University, Sakaka, Aljouf 2014, Kingdom of Saudi Arabia, hamed_100@hotmail.com

More information

Ray-Tracing Analysis of an Indoor Passive Localization System

Ray-Tracing Analysis of an Indoor Passive Localization System EUROPEAN COOPERATION IN THE FIELD OF SCIENTIFIC AND TECHNICAL RESEARCH EURO-COST IC1004 TD(12)03066 Barcelona, Spain 8-10 February, 2012 SOURCE: Department of Telecommunications, AGH University of Science

More information

Enhancing the capability of primary calibration system for shock acceleration in NML

Enhancing the capability of primary calibration system for shock acceleration in NML Enhancing the capability of primary calibration system for shock acceleration in NML Jiun-Kai CHEN 1 ; Yen-Jong HUANG 1 1 Center for Measurement Standards, Industrial Technology Research Institute, R.O.C.

More information

A Broadband High-Efficiency Rectifier Based on Two-Level Impedance Match Network

A Broadband High-Efficiency Rectifier Based on Two-Level Impedance Match Network Progress In Electromagnetics Research Letters, Vol. 72, 91 97, 2018 A Broadband High-Efficiency Rectifier Based on Two-Level Impedance Match Network Ling-Feng Li 1, Xue-Xia Yang 1, 2, *,ander-jialiu 1

More information

Improvement of Ultrasonic Distance Measuring System

Improvement of Ultrasonic Distance Measuring System Improvement of Ultrasonic Distance Measuring System Yu Jiang 1, Rui Song 2,*, and Mingting Yuan 3 1 Qingdao University, College of automation and electrical engineering, 266071 Qingdao and Shangdong University,College

More information

A NOVEL G-SHAPED SLOT ULTRA-WIDEBAND BAND- PASS FILTER WITH NARROW NOTCHED BAND

A NOVEL G-SHAPED SLOT ULTRA-WIDEBAND BAND- PASS FILTER WITH NARROW NOTCHED BAND Progress In Electromagnetics Research Letters, Vol. 2, 77 86, 211 A NOVEL G-SHAPED SLOT ULTRA-WIDEBAND BAND- PASS FILTER WITH NARROW NOTCHED BAND L.-N. Chen, Y.-C. Jiao, H.-H. Xie, and F.-S. Zhang National

More information

STUDY OF A NEW PHASE DETECTOR BASED ON CMOS

STUDY OF A NEW PHASE DETECTOR BASED ON CMOS STUDY OF A NEW PHASE DETECTOR BASED ON CMOS 1 CHEN SHUYUE, 2 WANG NU 1 Prof., School of Information Science and Engineering, Changzhou University, Changzhou213164,P.R.China 2 Graduate Student, School of

More information

Autonomous Obstacle Avoiding and Path Following Rover

Autonomous Obstacle Avoiding and Path Following Rover Volume 114 No. 9 2017, 271-281 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu Autonomous Obstacle Avoiding and Path Following Rover ijpam.eu Sandeep Polina

More information

Performance Evaluation of BPSK modulation Based Spectrum Sensing over Wireless Fading Channels in Cognitive Radio

Performance Evaluation of BPSK modulation Based Spectrum Sensing over Wireless Fading Channels in Cognitive Radio IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 9, Issue 6, Ver. IV (Nov - Dec. 2014), PP 24-28 Performance Evaluation of BPSK modulation

More information

Communication and signals. Book page Syllabus

Communication and signals. Book page Syllabus Communication and signals Book page 103 105 Syllabus 3.23 3.25 What do these have to do with one another? Homer and the Internet What are the codes they use? Do you know what changed WWII? The Imitation

More information

2 Intelligent meter reading mode

2 Intelligent meter reading mode 3rd International Conference on Multimedia Technology(ICMT 2013) Intelligent water meter with low power consumption based on ZigBee technology Zhe Xie Rangding Wang 1 Abstract. A design of intelligent

More information

Fuzzy-Heuristic Robot Navigation in a Simulated Environment

Fuzzy-Heuristic Robot Navigation in a Simulated Environment Fuzzy-Heuristic Robot Navigation in a Simulated Environment S. K. Deshpande, M. Blumenstein and B. Verma School of Information Technology, Griffith University-Gold Coast, PMB 50, GCMC, Bundall, QLD 9726,

More information

INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & TECHNOLOGY (IJCET) DESIGN OF A LINE FOLLOWING SENSOR FOR VARIOUS LINE SPECIFICATIONS

INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & TECHNOLOGY (IJCET) DESIGN OF A LINE FOLLOWING SENSOR FOR VARIOUS LINE SPECIFICATIONS INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & TECHNOLOGY (IJCET) International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 6367(Print) ISSN 0976 6375(Online)

More information

Journal Papers. No. Title

Journal Papers. No. Title Journal Papers No. Title 1 2 3 4 5 6 7 8 M.-L. Wang, C.-P. Li*, and W.-J. Huang, Semi-blind channel estimation and precoding scheme in two-way multi-relay networks, IEEE Trans. on Signal Processing, Accepted,

More information

MULTI CHANNEL ADJUSTABLE DC POWER SUPPLY WITH SINGLE TRANSFORMER BASED ON SPECTRAL SEPARATION

MULTI CHANNEL ADJUSTABLE DC POWER SUPPLY WITH SINGLE TRANSFORMER BASED ON SPECTRAL SEPARATION Journal of ELECTRICAL ENGINEERING, VOL. 65, NO. 1, 2014, 50 54 MULTI CHANNEL ADJUSTABLE DC POWER SUPPLY WITH SINGLE TRANSFORMER BASED ON SPECTRAL SEPARATION Zhang Benfeng Li Huafeng Li Sunan To meet the

More information

A Reflectometer for Cable Fault Location with Multiple Pulse Reflection Method

A Reflectometer for Cable Fault Location with Multiple Pulse Reflection Method 2014 by IFSA Publishing, S. L. http://www.sensorsportal.com A Reflectometer for Cable Fault Location with Multiple Pulse Reflection Method Zheng Gongming Electronics & Information School, Yangtze University,

More information

個人著作一覽表 : 請參照國科會現行格式 B. 研討會論文

個人著作一覽表 : 請參照國科會現行格式 B. 研討會論文 個人著作一覽表 : 請參照國科會現行格式 A. 期刊論文 1. Jun-Da Chen, Zhi-Ming Lin, and Jeen-Sheen Row, A 5.25-GHz low-power down-conversion mixer in 0.18-lm CMOS technology, Analog Integr Circ Sig Process, Springger, pp. 1 12,

More information

THE DESIGN OF DIGITAL FREQUENCY SYNTHESIZER BASED ON VHDL

THE DESIGN OF DIGITAL FREQUENCY SYNTHESIZER BASED ON VHDL THE DESIGN OF DIGITAL FREQUENCY SYNTHESIZER BASED ON VHDL LI WENXING, ZHANG YE Department of Mechanical and Electrical Engineering, Xin Xiang University ABSTRACT Direct digital frequency synthesizer (DSS)

More information

Node Localization using 3D coordinates in Wireless Sensor Networks

Node Localization using 3D coordinates in Wireless Sensor Networks Node Localization using 3D coordinates in Wireless Sensor Networks Shayon Samanta Prof. Punesh U. Tembhare Prof. Charan R. Pote Computer technology Computer technology Computer technology Nagpur University

More information

A New Chaotic Secure Communication System

A New Chaotic Secure Communication System 1306 IEEE TRANSACTIONS ON COMMUNICATIONS, VOL 51, NO 8, AUGUST 2003 A New Chaotic Secure Communication System Zhengguo Li, Kun Li, Changyun Wen, and Yeng Chai Soh Abstract This paper proposes a digital

More information

COMPARISON OF SIMULATION AND EXPERIMENTAL RESULTS OF ZVS BIDIRECTIONAL DC-DC CONVERTER

COMPARISON OF SIMULATION AND EXPERIMENTAL RESULTS OF ZVS BIDIRECTIONAL DC-DC CONVERTER COMPARISON OF SIMULATION AND EXPERIMENTAL RESULTS OF ZVS BIDIRECTIONAL DC-DC CONVERTER G. Themozhi 1, S. Rama Reddy 2 Research Scholar 1, Professor 2 Electrical Engineering Department, Jerusalem College

More information

Complex Impedance-Transformation Out-of-Phase Power Divider with High Power-Handling Capability

Complex Impedance-Transformation Out-of-Phase Power Divider with High Power-Handling Capability Progress In Electromagnetics Research Letters, Vol. 53, 13 19, 215 Complex Impedance-Transformation Out-of-Phase Power Divider with High Power-Handling Capability Lulu Bei 1, 2, Shen Zhang 2, *, and Kai

More information

A NOVEL MULTI-SERVICE SIMULTANEOUS RECEIVER WITH DIVERSITY RECEPTION TECHNIQUE BY SHARING BRANCHES

A NOVEL MULTI-SERVICE SIMULTANEOUS RECEIVER WITH DIVERSITY RECEPTION TECHNIQUE BY SHARING BRANCHES A NOVEL MULTI-SERVICE SIMULTANEOUS RECEIVER WITH DIVERSITY RECEPTION TECHNIQUE BY SHARING BRANCHES Noriyoshi Suzuki (Toyota Central R&D Labs., Inc., Nagakute, Aichi, Japan; nori@mcl.tytlabs.co.jp); Kenji

More information

A CORNER-FED SQUARE RING ANTENNA WITH AN L-SHAPED SLOT ON GROUND PLANE FOR GPS APPLICATION

A CORNER-FED SQUARE RING ANTENNA WITH AN L-SHAPED SLOT ON GROUND PLANE FOR GPS APPLICATION Progress In Electromagnetics Research C, Vol. 41, 111 120, 2013 A CORNER-FED SQUARE RING ANTENNA WITH AN L-SHAPED SLOT ON GROUND PLANE FOR GPS APPLICATION Bau-Yi Lee 1, *, Wen-Shan Chen 2, Yu-Ching Su

More information

Orthogonal Cyclic Prefix for Time Synchronization in MIMO-OFDM

Orthogonal Cyclic Prefix for Time Synchronization in MIMO-OFDM Orthogonal Cyclic Prefix for Time Synchronization in MIMO-OFDM Gajanan R. Gaurshetti & Sanjay V. Khobragade Dr. Babasaheb Ambedkar Technological University, Lonere E-mail : gaurshetty@gmail.com, svk2305@gmail.com

More information

Gigabit Transmission in 60-GHz-Band Using Optical Frequency Up-Conversion by Semiconductor Optical Amplifier and Photodiode Configuration

Gigabit Transmission in 60-GHz-Band Using Optical Frequency Up-Conversion by Semiconductor Optical Amplifier and Photodiode Configuration 22 Gigabit Transmission in 60-GHz-Band Using Optical Frequency Up-Conversion by Semiconductor Optical Amplifier and Photodiode Configuration Jun-Hyuk Seo, and Woo-Young Choi Department of Electrical and

More information

Cognitive Ultra Wideband Radio

Cognitive Ultra Wideband Radio Cognitive Ultra Wideband Radio Soodeh Amiri M.S student of the communication engineering The Electrical & Computer Department of Isfahan University of Technology, IUT E-Mail : s.amiridoomari@ec.iut.ac.ir

More information

GFT bit High Speed Digitizer

GFT bit High Speed Digitizer FEATURES Up to 4 analog channels in only 1U space Up to 2GS/s sampling rate per channel 14 bits vertical resolution DC coupled with up to 1GHz bandwidth Programmable DC offset Internal and external clock

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