Sensor Network with Data Transfer over Power Supply Wires

Size: px
Start display at page:

Download "Sensor Network with Data Transfer over Power Supply Wires"

Transcription

1 Sensor Network with Data Transfer over Power Supply Wires Vašek V., Dolinay J. and Dostálek P. Abstrat This artile desribes system whih allows reating sensor networks where sensors ommuniate with a entral unit using only two wires the power lines. The system an be used in wide range of appliations in whih it is needed to ollet data from several sensors onneted by only two wires. The wires provide power to these sensors and at the same time transfer the data. Keywords sensor, miroontroller, power line ommuniation, data transfer, HCS08, PWM. P I. INTRODUCTION ROCESS measurement is one of the most important parts of any ontrol system. It follows from the fat that ontrol auray depends on how preisely the measuring hain works. These days there is number of devies available performing data aquisition tasks standard ards for PCI or ISA bus whih are suitable for standard personal omputers and its industrial versions and modules for industrial automation usually equipped with RS485, CAN and other interfaes [4]. Independent ategory is formed by smart sensors inorporating sensor, onverter to unified signal and data aquisition devie in one embedded system with very ompat dimensions and low power onsumption. They have number of advantageous features, suh as automati diagnosti and alibration, high auray and immunity against eletromagneti interferene due to short signal paths. Suh sensors an be found in inreasing number of appliations, inluding automotive and airraft industry, where small dimensions and low weight are ruial. Rather often it is neessary to measure data in terrain where This work was supported by the Ministry of Eduation, Youth and Sports of the Czeh Republi under the Researh Plan No. MSM and by the European Regional Development Fund under the projet CEBIA-Teh No. CZ..05/..00/ ). Vladimír Vašek is with the Department of Automation and Control Engineering, Tomas Bata University in Zlin, Faulty of Applied Informatis, nám. T. G. Masaryka 5555, 7600 Zlín, Czeh Republi ( vasek@fai.utb.z). Jan Dolinay is with the Department of Automation and Control Engineering, Tomas Bata University in Zlin, Faulty of Applied Informatis, nám. T. G. Masaryka 5555, 7600 Zlín, Czeh Republi ( dolinay@fai.utb.z). Petr Dostálek is with the Department of Automation and Control Engineering, Tomas Bata University in Zlin, Faulty of Applied Informatis, nám. T. G. Masaryka 5555, 7600 Zlín, Czeh Republi ( dostalek@fai.utb.z). it is not possible to use standard omputer equipped with DAQ ard. In this ase it is very advantageous to use laptop omputer or other devie with suitable ommuniation interfae equipped with portable sensor network. The main intention for our work is to develop simple sensor network minimizing number of hardware omponents of the system, its onfiguration omplexity and deploy time of the measurement system. II. SYSTEM OVERVIEW The following requirements were kept in mind when designing the system: Use only wires whih both provide the power and arry the data. Transfer data seurely, detet and disard damaged data. Make the devies as heap as possible. The system onsists of one or more sensors (transmitters) whih are all onneted to one two-wire line starting from a entral unit (reeiver). All sensors are powered from this line. Transmitting data from the sensor is done by lowering the voltage of the power line (by swithing on a load in the sensor). The reeiver monitors the voltage and interprets the hanges as logial zeroes and ones in the transmitted digital data. The ommuniation is only possible in one way from the sensor to the entral unit. This ould be onsidered a drawbak, but for intended appliation of olleting data from e.g. temperature or humidity sensors, this one-way ommuniation is suffiient. It has the advantage of simpliity both in software and hardware of the sensor. We onsidered also master-slave model with the entral unit being the master whih requests data from the sensors (slaves) only when needed. This would mean better use of the bandwidth sensors would transmit data only when requested. However, on the other hand, if we deide to require that the sensors are also able to reeive data, it would require extra iruitry in eah sensor whih inreases the prie and moreover it ompliates the setup of suh system address of eah sensor must be defined in the entral unit with the polling interval et. After onsidering all pros and ons we deided for one-way ommuniation solution. In this solution eah sensor transmits data with predefined period. This period an be fixed (e.g. 0 Issue, Volume 6, 0 8

2 seonds) or it an be programmed into the sensor during initial setup, together with unique serial number. In the entral unit it is easy to hoose the period with whih the data from sensor are reeived and drop the extra measurements, whih are not needed. An example of the sensor network an be seen in the following piture. There are three sensor onneted to a entral unit, whih reeives and deodes the data from the sensors and passes them on to the laptop. In the laptop it is then easy to store the data, display their trends et. USB / RS3 Central unit Laptop Bus + - Power / Data Fig.. Sensor network blok diagram. III. MAIN PARTS OF THE SYSTEM The system onsists of three main parts: entral unit (reeiver), sensor unit (transmitter) and a programming unit. A. Central unit... Sensor Sensor Sensor 3 Sensor N This unit reeives data from all the sensors and provides these data to supervisory system. In our design this is a simple MCU-based devie whih handles the low-level operations and presents data to a personal omputer for storing, displaying et. Basially the unit provides power soure for all the sensors and it monitors the voltage of the power soure to reeive data from the sensors. Of ourse, it would be possible to reate a unit whih would also present the data on display or store them to storage devie. But for our purpose we prefer to keep the unit simple and let the user manipulate the data as needed in the supervisory omputer. This has the advantage of bigger versatility of the unit. Fig. Central unit hardware The Central unit hardware an be divided into six funtional bloks: High-pass filter eliminates DC omponent ( V supply voltage) from useful signal. Low-pass filter shape high-pass filter output signal to near retangular wave form. Amplifier amplifies signal before it enters to A/D onverter. Gain is seletable in 8 steps by miroontroller. Control logi utilizes same miroontroller as sensor unit Communiation interfae standard RS3 interfae Power supply provides stabilized +5 V for digital and +/-8 V for analog iruits (operational amplifier and multiplexer). Detailed desription of the unit inluding shematis an be found in the Hardware hapter below. B. Sensor unit The sensor unit is the transmitter, whih transmits data to the entral unit with ertain period. For example, this an be temperature sensor whih sends the measured temperature one every 30 seonds. In fat we an divide this unit into two parts: sensor itself (e.g. temperature sensor as an integrated iruit as available from semiondutor manufaturers, e.g. with PWM output) bus module, whih handles the ommuniation with the entral unit. In our design the sensor unit is equipped with simple 8-bit miroontroller whih handles both the ommuniation on the bus and with the sensor itself. Issue, Volume 6, 0 8

3 interpreted as one or zero depends on its length. Nominal length of 0.8 ms represents, length 0.35 ms represents 0, see figure below. The software allows for inauray in the length up to ertain limits these limits were experimentally set to +/- 0. ms. Voltage drops of a length whih does not fall into the tolerane are onsidered a noise and ignored. 0.8 ms Fig. 3 Sensor unit hardware Three sensor types are supported: sensors with analog output, sensors with PWM (or other digital) output, sensors with serial interfae (SPI, IIC). This allows onneting wide range of available sensors to the network. For example, the analog interfae an be used to onnet sensors with voltage (e.g. 0-0V) or urrent output (e.g. 4-0 ma). The interfae for onneting digital (PWM or other) signal allows onneting sensors smart sensors, suh as pre-alibrated temperature or humidity sensors. The serial interfae then allows onneting devies with IIC and SPI interfae, whih inludes even aelerometers, gyrosopes and so on. C. Programmer unit The programmer unit is devie whih is used for initialization of the sensor units. It is used only when the sensor network is set up or re-onfigured. It is not needed for normal operation of the system. The sensor units are assumed to have their miroontrollers programmed before assembly (soldering them to the PCB) and given the overall prie of the unit it is not neessary to allow for firmware hange in the miroontroller. However, it is possible to store some onfiguration data into the MCU, suh us unique serial number of the sensor, period of transmission and possibly also other parameters. The programmer unit makes it possible to write these data into the sensor unit. The programmer unit is a simple MCU-based devie, whih is onneted to the sensor unit to be programmed. It is also onneted to a PC, whih provides user interfae for setting up the parameters (there is no interfae on the programmer unit itself). The PC an provide additional servies, for example, store the database of sensor IDs. IV. COMMUNICATION PROTOCOL As mentioned above the sensor units transmit data to the entral unit by the means of lowering the voltage of the power soure, whih is monitored in the entral unit and deoded as logial ones and zeroes. It uses PWM enoding with period of ms; the pulse is the voltage drop. Whether this drop is ms Fig. 4 The pulse for log ms ms Fig. 5 The pulse for log. 0 Data are sent in pakets. Eah paket begins with 3 ms start pulse, delay of ms, then transmission of the data bits with ms period. The struture of the data an be seen in Fig. 6. Byte Byte Bytes (max. 55) Byte Sensor ID Length Data, Data,, Data N CRC 8 Fig. 6 data paket struture There is byte for the ID of the sensor, one byte with length of the data, the data itself and then byte CRC. The CRC is used for detetion of errors inluding ollision (if more than one transmitter transmits at the same time). V. HARDWARE OF THE SYSTEM Hardware of the system an be divided into the three types of units: sensors transmitting data to the bus, entral unit reeiving data from the bus and finally programmer unit whih is used to program onfiguration data to the sensor using simple TTL UART interfae. Sensor and entral unit hardware design is based on 8-bit miroontroller Freesale MC9S08SH8. It is a member of low-ost, general purpose, high-performane 8-bit flash-based miroontrollers with Von-Neumann arhiteture. Central proessor unit with enhaned HCS08 ore is fully upward ompatible with Freesale HC05 family. CPU arhiteture is Issue, Volume 6, 0 83

4 fully optimized for C language ompilers. On the hip are integrated many of modules, for example []: On hip 8 KiB FLASH memory with in-iruit programming apability 5 B on-hip RAM Up-to 40 MHz CPU lok speed Internal lok generator Two -hannel 6-bit timer/pulse width modulator modules (TPM) Serial ommuniation interfae (SCI) Serial peripheral interfae (SPI) 0-bit Analog-to-digital onverter with -hannel analog multiplexer 7 general-purpose I/O pins, output only Wathdog system and other modules, see []. A. Central unit Central unit utilizes same miroontroller type as sensor unit. Its hardware an be divided to six funtional bloks: High-pass filter and over-voltage protetion Low-pass filter Amplifier Control logi Communiation interfae Power supply Bus voltage first enters high-pass filter with over-voltage proteting iruit eliminating DC omponent from useful signal. Then signal shape is orreted in the seond order Butterworth type ative low pass low-pass filter with Sallen Key topology implemented by operational amplifiers (Fig. 9). Filter parts was designed for utoff frequeny of 5000 Hz and gain of 0 db in the passband. Parts values were designed using proedure published in [7]. Computation is based on transfer funtion of the Sallen- Key nd order low-pass filter () where oeffiients a and b are equal to () and (3). A = A () + a s + b s 0 ( s) [ C ( R + R ) + ( A ) R ] a = ω () b 0 C ω RRCC = (3) Final transfer funtion of the nd order low-pass Sallen-Key filter is: A ( s) 0 = (4) [ C ( R + R ) + ( A ) R C ] s R R C C + ω + s 0 ω where ω is a utoff angular frequeny, A 0 is gain of the filter in the passband and a and b are filter oeffiients determining its properties. After the formulation of R from equation (3) and onstituting to () we obtain quadrati equation: A Fig. 7 Complete shematis of the entral unit Issue, Volume 6, 0 84

5 R ( C + C A C ) 0 C C arcc ω + b 0 = ω. (5) Its solution is equation for omputation of R part value (6), R part value an be omputed by (7). R b = (6) RCC ω acc ω + R = ( a C C ω ) 4C C ω b ( C + C A C ) Cω C 0 (7) Fig. 9 high-pass and low-pass filters In order to obtain non-negative value under square root in (7), apaitor values must fulfill (8). C 4b A0 + a A0 a C (8) a A0 Pratially the easiest way is to hoose first apaitors C and C manufatured usually in E6 series and then ompute resistor values. Exat resistor value an be reahed by onneting more resistors in parallel or in series. After amplifiation to the suitable level in the seletable gain amplifier (Fig. 8) onsisting of parts IC4C and IC6 is signal diretly brought to the analog input of the miroontroller. Communiation interfae is in basi version standard RS3 realized by TTL to RS3 level onverter MAX3 (Fig. 0) onneted to MCU UART interfae. There is an option to use USB interfae utilizing USB UART interfae FT3BM integrated iruit [3]. In this ase omputer detets entral unit as standard USB serial port devie. Fig. 8 Seletable gain amplifier B. Sensor unit Fig. 0 Communiation interfae Sensor unit hardware an be divided to the three funtional bloks: Power supply Modulator Control logi The omplete shematis of the sensor unit an be seen in the Fig.. Input voltage from the bus enters power supply iruit whih is based on three terminal positive voltage regulator 78L05 with output voltage of 5 V and 00 ma output urrent apability. It is used for supply digital parts suh as miroontroller and sensor onneted to sensor unit I/O interfae. Diode D onneted before regulator protets sensor units from polarity reversal and separates filtered supply voltage from the bus too. Without this diode it would be impossible to effetively modulate bus voltage when data transfer takes plae due to high-apaity filter apaitors in eah sensor module. From the non-stabilized filtered bus voltage is supplied operational amplifier LM358 whih is used in modulator and bus voltage sensing feedbak iruit. All sensor unit funtions are ontrolled by miroontroller Freesale MC9S08SH8 (IC). System lok is generated by Piere rystal osillator with output frequeny of khz (Q) onneted to EXTAL and XTAL pins of the MCU. External referene lok is by internal MCU s PLL iruit inreased to 40 MHz resulting in internal bus lok frequeny of 0 MHz. Modulator iruit onsists of operational amplifier IC3A and MOSFET IRF630 (T) ating as onstant urrent Issue, Volume 6, 0 85

6 load swithed with PTC3 pin of MCU to on or off state leading to the bus voltage variations when data are transmitted. Before and during data transmit MCU is sensing bus voltage whih is to appropriate level for A/D onverter adapted using voltage divider R5, R6, R7 and operational amplifier IC3B. Bus voltage sensing is used for ollision detetion and monitoring of modulator funtion. Sensor is onneted to the 4 pin sensor I/O interfae SV providing two analog inputs omplete SPI interfae (signals MISO, MOSI, SPSCK), two general purpose digital inputs and outputs and regulated 5 V supply voltage. Sensor unit onfiguration an be updated by TTL UART interfae onneted to 3 pin pinheader SV3. BDM interfae onnetor SV is used for devie firmware updating respetively for debugging in SW development stage. Fig. Power supply and modulator shematis VI. SOFTWARE OF THE SYSTEM The software onsists of programs for the MCUs in the entral unit, sensor unit and programmer (embedded software) and the programs for PC whih allows ommuniation with the entral unit and the programmer unit (PC software). A. Embedded Software The embedded software is written in C language. It is developed in Freesale Code Warrior IDE, whih is the development tool provided by Freesale for their miroontrollers. First version of the program is implemented in plain C language but for future development we intend to use real-time operating system RTMON [6] to make the development easier even with more features implemented in the program. The program for the transmitter performs the following tasks (see the figure below): Chek if there is a request from the programmer unit for setting up the parameters of the sensor unit. If there is suh a request the unit enters speial programming mode in whih it reeives onfiguration parameters from the programmer unit and saves them into internal flash memory. This ommuniation is arried out via serial interfae (UART). During normal operation the transmitter unit reads data from the sensor. The exat way of doing this depends on the type of the sensor whih is onneted. This type of sensor is defined by parameter in the devie memory. For example, if the onneted sensor has analog output, reading the data involves performing analog-to-digital onversion on the built- Fig. Complete sensor unit shematis Issue, Volume 6, 0 86

7 in AD onverter of the MCU. If the sensor type is PWM or other digitally oded type, reading data involves proessing the digital input on the MCU input pin. The data from the sensor are then filtered and transformed to required range (as defined by the onfiguration parameters). Last part of the proess is transmitting the data to the entral unit. This is done using PWM modulation as desribed in the hapter about ommuniation protool. In priniple the MCU uses its output pin (binary output) to open MOSFET transistors whih applies load to the power supply and thus reates a small voltage drop on the line. pulse is valid, i.e. if its length falls into the limits set for logial 0 or logial ; it means new bit has just been reeived. This bit is stored into a variable at the appropriate position, whih depends on the reeived bits ount. One whole byte is reeived, it is passed to the main loop of the program for further proessing. If at any time invalid bit is reeived (i.e. there is a pulse deteted with length whih does not fall into limits for neither logial 0, nor logial ), the reeived bit ount is reset and also the program resets it internal state and waits for new start pulse. This means the whole paked is disarded. TIM interrupt The program for the entral unit (reeiver) ontinuously monitors the voltage on the power line. The hardware of the reeiver amplifies the voltage differenes and provides this amplified voltage to the AD onverter in the miroontroller. The MCU samples the analogue input and detets the pulses whih enode the data. The flowhart of evaluation of the pulses an be seen in figure below. It depits the part of the program whih validates the reeived pulse (this is done in interrupt handler). If the START Chek for programming request (parametrization) Pulse on input deteted? YES Pulse length within limits for log. 0? NO NO YES Store log. 0 Read data from the sensor Proess the data (filtering, transformation) Pulse length withing limits for log.? NO YES Store log Transmit the data Disard urrent data paket (invalid data) Wait for speified time Return Fig. 3 Flowhart of the transmitter program Fig. 4 Flowhart of the reeiving interrupt handler Issue, Volume 6, 0 87

8 B. PC Software The PC software is still under development. It is planned that there will be graphial user interfae for setting up the network and for setting the parameters in the sensor units. This program will allow for preparing the network and for basi visualization and storage of the data obtained from the sensor. For proessing the data by 3 rd -party programs there should be open interfae (e.g. a DLL library or some ommuniation protool) whih will allow users to use the data in their own programs. We also plan to reate drivers for ommonly used tools suh as Matlab or Control Web, whih will allow easy integration of this sensor network with these programs. Currently a terminal program is used on PC for ommuniating with the entral unit and programmer. The standalone GUI appliations whih will allow more omfort in ontrolling the units should be implemented in future. VII. CONCLUSION This paper desribed system for olleting data from sensors using just two wires. The same wires are used both for powering the sensors and for ommuniation between the sensors and the entral unit whih ollets the data. The system an be used in appliations whih require monitoring several quantities in a number of plaes, suh as, for example, monitoring the temperature and humidity in a building or monitoring various quantities in a tehnologial proess. The omponents of the system are based on 8-bit miroontrollers, whih allow them to be low-ost and simple to implement. Currently, the system development is still in progress, more features will be added in future. REFERENCES [] Freesale Semiondutor. MC9S08SH8 Data Sheet rev.3, 008. Available from WWW: < Aessed: [] Freesale Semiondutor. CPU08 Central Proessor Unit, 00. Available from WWW: < Aessed: [3] Future Tehnology Devies International. FT3BM USB UART IC Data Sheet, 00. Available from WWW: < Aessed: [4] Dolinay, J., Dostálek, P., Vašek, V., Kolomazník, K. & Janáčová, D. Modernization of Control System for Enzymati Hydrolysis, WSEAS Transations on Systems and Control, 009, pp [5] Morton, T. D., Embedded Miroontrollers, Prentie Hall, 00. [6] Dolinay, J., Dostalek, P., Vasek, V., Implementation and Appliation of a Simple Real-time OS for 8-bit Miroontrollers, In proeedings of the 0th WSEAS International Conferene on Eletronis, Hardware, Wireless and Optial Communiations (EHAC'), Cambridge 0, pp.03-06, ISSN [7] Texas Instruments. Op Amps for Every One - Design Referene [online]. 00. [it ]. Available on WWW: < Issue, Volume 6, 0 88

Modular Measurement System for Strain Gauge Sensor Evaluation

Modular Measurement System for Strain Gauge Sensor Evaluation INTENATIONAL JOUNAL OF MECHANICS Modular Measurement System for Strain Gauge Sensor Evaluation Petr Dostálek, Jan Dolinay and Vladimír Vašek Abstrat Proess measurement is one of the most important tasks

More information

Texas Instruments Analog Design Contest

Texas Instruments Analog Design Contest Texas Instruments Analog Design Contest Oregon State University Group 23 DL Paul Filithkin, Kevin Kemper, Mohsen Nasroullahi 1. Written desription of the projet Imagine a situation where a roboti limb

More information

Average Current Mode Interleaved PFC Control

Average Current Mode Interleaved PFC Control Freesale Semiondutor, n. oument Number: AN557 Appliation Note ev. 0, 0/06 Average Current Mode nterleaved PFC Control heory of operation and the Control oops design By: Petr Frgal. ntrodution Power Fator

More information

Metrol. Meas. Syst., Vol. XVIII (2011), No. 2, pp METROLOGY AND MEASUREMENT SYSTEMS. Index , ISSN

Metrol. Meas. Syst., Vol. XVIII (2011), No. 2, pp METROLOGY AND MEASUREMENT SYSTEMS. Index , ISSN METROLOGY AND MEASUREMENT SYSTEMS Index 330930, ISSN 0860-8229 www.metrology.pg.gda.pl DAC TESTING USING MODULATED SIGNALS Pavel Fexa, Josef Vedral, Jakub Svatoš CTU Prague, Faulty of Eletrial Engineering

More information

Digitally Demodulating Binary Phase Shift Keyed Data Signals

Digitally Demodulating Binary Phase Shift Keyed Data Signals Digitally Demodulating Binary Phase Shift Keyed Signals Cornelis J. Kikkert, Craig Blakburn Eletrial and Computer Engineering James Cook University Townsville, Qld, Australia, 4811. E-mail: Keith.Kikkert@ju.edu.au,

More information

DESIGN AND PERFORMANCE ANALYSIS OF BAND PASS IIR FILTER FOR SONAR APPLICATION

DESIGN AND PERFORMANCE ANALYSIS OF BAND PASS IIR FILTER FOR SONAR APPLICATION International Journal of Emerging Tehnologies and Engineering (IJETE) ISSN: 238 8 ICRTIET-21 Conferene Proeeding, 3 th -31 st August 21 11 DESIGN AND PERFORMANCE ANALYSIS OF BAND PASS IIR FILTER FOR SONAR

More information

EE (082) Chapter IV: Angle Modulation Lecture 21 Dr. Wajih Abu-Al-Saud

EE (082) Chapter IV: Angle Modulation Lecture 21 Dr. Wajih Abu-Al-Saud EE 70- (08) Chapter IV: Angle Modulation Leture Dr. Wajih Abu-Al-Saud Effet of Non Linearity on AM and FM signals Sometimes, the modulated signal after transmission gets distorted due to non linearities

More information

Electronic Damper Actuators

Electronic Damper Actuators for dampers up to. square feet or. square meters based upon 4 in.lb. per square foot Desription The and are miroproessor based atuators with onditioned feedbak that operate on 4 volt AC nominal power supply.

More information

Electronic Damper Actuators

Electronic Damper Actuators brushless DC driven atuators for dampers up to. square feet or. square meters based upon 4 in.lb. per square foot Desription The and are miroproessor based atuators with onditioned feedbak that operate

More information

Figure 4.11: Double conversion FM receiver

Figure 4.11: Double conversion FM receiver 74 4.8 FM Reeivers FM reeivers, like their AM ounterparts, are superheterodyne reeivers. Figure 4.11 shows a simplified blok diagram for a double onversion superheterodyne FM reeiver Figure 4.11: Double

More information

CHAPTER 3 BER EVALUATION OF IEEE COMPLIANT WSN

CHAPTER 3 BER EVALUATION OF IEEE COMPLIANT WSN CHAPTER 3 EVALUATIO OF IEEE 8.5.4 COMPLIAT WS 3. OVERVIEW Appliations of Wireless Sensor etworks (WSs) require long system lifetime, and effiient energy usage ([75], [76], [7]). Moreover, appliations an

More information

A Digitally Controlled Oscillator for ADPLL Application. Wu Xiulong, Wang Faniu, Lin Zhiting, and Chen Junning

A Digitally Controlled Oscillator for ADPLL Application. Wu Xiulong, Wang Faniu, Lin Zhiting, and Chen Junning pplied Mehanis and Materials Online: 22--29 ISSN: 662-7482, Vols. 229-23, pp 55-58 doi:.428/www.sientifi.net/mm.229-23.55 22 Trans Teh ubliations, Switzerland Digitally Controlled Osillator for DLL ppliation

More information

A Study on The Performance of Multiple-beam Antenna Satellite Receiving System Dezhi Li, Bo Zeng, Qun Wu*

A Study on The Performance of Multiple-beam Antenna Satellite Receiving System Dezhi Li, Bo Zeng, Qun Wu* 16 nd International Conferene on Mehanial, Eletroni and Information Tehnology Engineering (ICMITE 16) ISBN: 978-1-6595-34-3 A Study on The Performane of Multiple-beam Antenna Satellite Reeiving System

More information

A 24 GHz Band FM-CW Radar System for Detecting Closed Multiple Targets with Small Displacement

A 24 GHz Band FM-CW Radar System for Detecting Closed Multiple Targets with Small Displacement A 24 GHz Band FM-CW Radar System for Deteting Closed Multiple Targets with Small Displaement Kazuhiro Yamaguhi, Mitsumasa Saito, Takuya Akiyama, Tomohiro Kobayashi and Hideaki Matsue Tokyo University of

More information

Interpreting CDMA Mobile Phone Testing Requirements

Interpreting CDMA Mobile Phone Testing Requirements Appliation Note 54 nterpreting CDMA Mobile Phone Testing Requirements Most people who are not intimately familiar with the protool involved with S-95A & J- STD-008 (CDMA) phones will enounter some onfusion

More information

2011 IEEE. Reprinted, with permission, from David Dorrell, Design and comparison of 11 kv multilevel voltage source converters for local grid based

2011 IEEE. Reprinted, with permission, from David Dorrell, Design and comparison of 11 kv multilevel voltage source converters for local grid based 2 IEEE. Reprinted, with permission, from David Dorrell, Design and omparison of k multilevel voltage soure onverters for loal grid based renewable energy systems. IECON 2-37th Annual Conferene on IEEE

More information

Considerations and Challenges in Real Time Locating Systems Design

Considerations and Challenges in Real Time Locating Systems Design Considerations and Challenges in Real Time Loating Systems Design Dr. Brian Gaffney DeaWave Ltd. Email: brian.gaffney@deawave.om Abstrat Real Time Loating Systems (RTLS) are a ombination of hardware and

More information

Capacitor Voltage Control in a Cascaded Multilevel Inverter as a Static Var Generator

Capacitor Voltage Control in a Cascaded Multilevel Inverter as a Static Var Generator Capaitor Voltage Control in a Casaded Multilevel Inverter as a Stati Var Generator M. Li,J.N.Chiasson,L.M.Tolbert The University of Tennessee, ECE Department, Knoxville, USA Abstrat The widespread use

More information

EKT358 Communication Systems

EKT358 Communication Systems EKT358 Communiation Systems Chapter 2 Amplitude Modulation Topis Covered in Chapter 2 2-1: AM Conepts 2-2: Modulation Index and Perentage of Modulation 2-3: Sidebands and the Frequeny Domain 2-4: Single-Sideband

More information

ACTIVE VIBRATION CONTROL OF AN INTERMEDIATE MASS: VIBRATION ISOLATION IN SHIPS

ACTIVE VIBRATION CONTROL OF AN INTERMEDIATE MASS: VIBRATION ISOLATION IN SHIPS ACTIVE VIBRATION CONTROL OF AN INTERMEDIATE MASS: VIBRATION ISOLATION IN SHIPS Xun Li, Ben S. Cazzolato and Colin H. Hansen Shool of Mehanial Engineering, University of Adelaide Adelaide SA 5005, Australia.

More information

Analog Transmission of Digital Data: ASK, FSK, PSK, QAM

Analog Transmission of Digital Data: ASK, FSK, PSK, QAM Analog Transmission of Digital Data: ASK, FSK, PSK, QAM Required reading: Forouzan 5. Garia 3.7 CSE 33, Fall 6 Instrutor: N. Vlaji Why Do We Need Digital-to-Analog Conversion?! ) The transmission medium

More information

Electronic Damper Actuators

Electronic Damper Actuators for dampers up to 4 square feet or 4 square meters based upon 4 in.lb. per square foot Desription The and are miroproessor based atuators with onditioned feedbak that operate on 4 volt AC nominal power

More information

Research on Blanket Jamming to Beidou Navigation Signals Based on BOC Modulation

Research on Blanket Jamming to Beidou Navigation Signals Based on BOC Modulation Int. J. Communiations, Network and System Sienes, 6, 9, 35-44 Published Online May 6 in SiRes. http://www.sirp.org/ournal/ins http://dx.doi.org/.436/ins.6.95 Researh on Blanket Jamming to Beidou Navigation

More information

5.8 Gb/s 16:1 multiplexer and 1:16 demultiplexer using 1.2 m BiCMOS

5.8 Gb/s 16:1 multiplexer and 1:16 demultiplexer using 1.2 m BiCMOS Downloaded from orbit.dtu.dk on: Mar 13, 218 5.8 Gb/s 16:1 multiplexer and 1:16 demultiplexer using 1.2 m BiCMOS Midtgaard, Jaob; Svensson, C. Published in: Proeedings of the IEEE International Symposium

More information

REET Energy Conversion. 1 Electric Power System. Electric Power Systems

REET Energy Conversion. 1 Electric Power System. Electric Power Systems REET 2020 Energy Conversion 1 Eletri Power System Eletri Power Systems An Eletri Power System is a omplex network of eletrial omponents used to reliably generate, transmit and distribute eletri energy

More information

Design and Implementation of MCU using wireless communication Based Wi-Fi and GPRS

Design and Implementation of MCU using wireless communication Based Wi-Fi and GPRS International Journal of Researh (IJR) e-issn: 2348-6848, p- ISSN: 2348-795X Volume 2, Issue 12, Deember 2015 Available at http://internationaljournalofresearh.org Design and Implementation of MCU using

More information

Effect of Pulse Shaping on Autocorrelation Function of Barker and Frank Phase Codes

Effect of Pulse Shaping on Autocorrelation Function of Barker and Frank Phase Codes Columbia International Publishing Journal of Advaned Eletrial and Computer Engineering Researh Artile Effet of Pulse Shaping on Autoorrelation Funtion of Barker and Frank Phase Codes Praveen Ranganath

More information

Fully Joint Diversity Combining, Adaptive Modulation, and Power Control

Fully Joint Diversity Combining, Adaptive Modulation, and Power Control Fully Joint Diversity Combining, Adaptive Modulation, and Power Control Zied Bouida, Khalid A. Qaraqe, and Mohamed-Slim Alouini Dept. of Eletrial and Computer Eng. Texas A&M University at Qatar Eduation

More information

Abstract. 1. Introduction. 2. Fading

Abstract. 1. Introduction. 2. Fading An Interative Simulation for Flat Fading P.Marihamy*, J.Senthilkumar and V.Vijayarangan ECE Dept., National Engineering College Kovilpatti -68 503, India. * Nizwa College of Tehnology, Sultanate of Oman

More information

Power Efficient Transmission of Layered Video Through Wireless Relay Nodes

Power Efficient Transmission of Layered Video Through Wireless Relay Nodes MERL A MITSUBISHI ELECTRIC RESEARCH LABORATORY http://www.merl.om Power Effiient Transmission of Layered Video Through Wireless lay Nodes Zafer Sahinoglu and Phil Orlik TR-2003-52 July 2003 Abstrat Effiay

More information

Interference mitigation by distributed beam forming optimization

Interference mitigation by distributed beam forming optimization English Interferene mitigation by distributed beam forming optimization Matthias Kashub, Christian M. Blankenhorn, Christian M. Mueller and Thomas Werthmann Abstrat Inter-ell interferene is a major issue

More information

ANALYSIS OF A MULTIPLEX-BUS SYSTEM*

ANALYSIS OF A MULTIPLEX-BUS SYSTEM* ANALYSS OF A MULTPLEX-BUS SYSTEM* Syed Masud Mahmud, Devang G. Sheth and Harpreet Singh Eletrial and Computer Engineering Department Wayne State University, Detroit, M 4822, USA. Phone: (313) 577-3855

More information

The Implement of Hydraulic Control System for Large- Scale Railway Maintenance Equipment Based on PLC

The Implement of Hydraulic Control System for Large- Scale Railway Maintenance Equipment Based on PLC Sensors & Transduers 2014 by IFSA Publishing, S. L. http://www.sensorsportal.om The Implement of Hydrauli Control System for Large- Sale Railway Maintenane Equipment Based on PLC Junfu YU, * Hairui WANG

More information

The Design of a Spatial Diversity Model to Mitigate Narrowband and Broadband Interference in DSSS Ad Hoc Networks

The Design of a Spatial Diversity Model to Mitigate Narrowband and Broadband Interference in DSSS Ad Hoc Networks The Design of a Spatial Diversity Model to Mitigate Narrowband and Broadband Interferene in DSSS Ad Ho Networks Sonia Furman, and Mario Gerla University of California, Los Angeles Abstrat Spatial diversity

More information

Design Modification of Rogowski Coil for Current Measurement in Low Frequency

Design Modification of Rogowski Coil for Current Measurement in Low Frequency Design Modifiation of Rogowski Coil for Current Measurement in Low Frequeny M. Rezaee* and H. Heydari* Abstrat: The priniple objet of this paper is to offer a modified design of Rogowski oil based on its

More information

An Acquisition Method Using a Code-Orthogonalizing Filter in UWB-IR Multiple Access

An Acquisition Method Using a Code-Orthogonalizing Filter in UWB-IR Multiple Access 6 IEEE Ninth International Symposium on Spread Spetrum Tehniques and Appliations An Aquisition Method Using a Code-Orthogonalizing Filter in UWB-IR Multiple Aess Shin ihi TACHIKAWA Nagaoka University of

More information

Implementation of Direct Synthesis and Dahlin Control Algorithms on Data Driven Models of Heater System

Implementation of Direct Synthesis and Dahlin Control Algorithms on Data Driven Models of Heater System Implementation of Diret Synthesis and Dahlin Control Algorithms on Data Driven Models of Heater System Mr. R. G. Datar Sanjay Ghodawat Group of Institutes, Atigre Mr. A. N. Shinde Sanjay Ghodawat Group

More information

Generating 4-Level and Multitone FSK Using a Quadrature Modulator

Generating 4-Level and Multitone FSK Using a Quadrature Modulator Generating 4-Level and Multitone FSK Using a Quadrature Modulator Page 1 of 9 Generating 4-Level and Multitone FSK Using a Quadrature Modulator by In a reent olumn (lik on the Arhives botton at the top

More information

Module 5 Carrier Modulation. Version 2 ECE IIT, Kharagpur

Module 5 Carrier Modulation. Version 2 ECE IIT, Kharagpur Module 5 Carrier Modulation Version ECE II, Kharagpur Lesson 5 Quaternary Phase Shift Keying (QPSK) Modulation Version ECE II, Kharagpur After reading this lesson, you will learn about Quaternary Phase

More information

A compact dual-band bandpass filter using triple-mode stub-loaded resonators and outer-folding open-loop resonators

A compact dual-band bandpass filter using triple-mode stub-loaded resonators and outer-folding open-loop resonators Indian Journal of Engineering & Materials Sienes Vol. 24, February 2017, pp. 13-17 A ompat dual-band bandpass filter using triple-mode stub-loaded resonators and outer-folding open-loop resonators Ming-Qing

More information

Performance of Random Contention PRMA: A Protocol for Fixed Wireless Access

Performance of Random Contention PRMA: A Protocol for Fixed Wireless Access Int. J. Communiations, Network and System Sienes, 2011, 4, 417-423 doi:10.4236/ijns.2011.47049 Published Online July 2011 (http://www.sirp.org/journal/ijns) Performane of Random Contention PRMA: A Protool

More information

Photovoltaic Based Dynamic Voltage Restorer with Outage Handling Capability Using PI Controller

Photovoltaic Based Dynamic Voltage Restorer with Outage Handling Capability Using PI Controller Available online at www.sienediret.om Energy Proedia 12 (2011) 560 569 ICSGCE 2011: 27 30 September 2011, Chengdu, China Photovoltai Based Dynami Voltage Restorer with Outage Handling Capability Using

More information

Version of 7. , using 30 points from 5 rad/s to 5 krad/s. Paste your plot below. Remember to label your plot.

Version of 7. , using 30 points from 5 rad/s to 5 krad/s. Paste your plot below. Remember to label your plot. Version 1.2 1 of 7 Your Name Passive and Ative Filters Date ompleted PELAB MATLAB = 1000 s + 1000, using 30 points from 5 rad/s to 5 krad/s. Paste your plot below. emember to label your plot. 1. reate

More information

Chapter 3 Digital Transmission Fundamentals

Chapter 3 Digital Transmission Fundamentals Chapter 3 Digital Transmission Fundamentals Modems and Digital Modulation CSE 33, Winter Instrutor: Foroohar Foroozan Modulation of Digital Data Modulation of Digital Data Modulation proess of onverting

More information

Characterization of the dielectric properties of various fiberglass/epoxy composite layups

Characterization of the dielectric properties of various fiberglass/epoxy composite layups Charaterization of the dieletri properties of various fiberglass/epoxy omposite layups Marotte, Laurissa (University of Kansas); Arnold, Emily Center for Remote Sensing of Ie Sheets, University of Kansas

More information

Multilevel PWM Waveform Decomposition and Phase-Shifted Carrier Technique

Multilevel PWM Waveform Decomposition and Phase-Shifted Carrier Technique Multilevel PWM Waveform Deomposition and Phase-Shifted Carrier Tehnique R. Naderi* and A. Rahmati* Abstrat: Multilevel PWM waveforms an be deomposed into several multilevel PWM omponents. Phase-shifted

More information

Dispersion and Dispersion Slope Compensation of an Optical Delay Line Filter (DLF) based on Mach-Zehnder Interferometers

Dispersion and Dispersion Slope Compensation of an Optical Delay Line Filter (DLF) based on Mach-Zehnder Interferometers Dispersion and Dispersion Slope Compensation of an Optial Delay Line Filter (DLF) based on Mah-Zehnder Interferometers P.Pavithra 1, K.Karthika 2 1,2 Department of Eletronis and Communiation Engineering,

More information

Arduino Nixie Clock Classic Revision 4 Construction Manual

Arduino Nixie Clock Classic Revision 4 Construction Manual Arduino Nixie Clok Classi Revision 4 Constrution Manual ClassiNixieClokConstrutionManual About this doument This is the onstrution manual for the Classi Nixie Clok. It overs how to build the lok shown

More information

EE140 Introduction to Communication Systems Lecture 7

EE140 Introduction to Communication Systems Lecture 7 3/4/08 EE40 Introdution to Communiation Systems Leture 7 Instrutor: Prof. Xiliang Luo ShanghaiTeh University, Spring 08 Arhiteture of a (Digital) Communiation System Transmitter Soure A/D onverter Soure

More information

Reprint from IASTED International Conference on Signal and Image Processing (SIP 99). Nassau, Bahamas, October, 1999.

Reprint from IASTED International Conference on Signal and Image Processing (SIP 99). Nassau, Bahamas, October, 1999. Reprint from IASTED International Conferene on Signal and Image Proessing (SIP 99). Nassau, Bahamas, Otober, 1999. 1 Filter Networks Mats Andersson Johan Wiklund Hans Knutsson Computer Vision Laboratory,

More information

Voltage Scalable Switched Capacitor DC-DC Converter for Ultra-Low-Power On-Chip Applications

Voltage Scalable Switched Capacitor DC-DC Converter for Ultra-Low-Power On-Chip Applications Voltage Salable Swithed Capaitor DC-DC Converter for Ultra-ow-Power On-Chip Appliations Yogesh K. amadass and Anantha P. Chandrakasan Mirosystems Tehnology aboratory Massahusetts Institute of Tehnology

More information

Considering Capacitive Component in the Current of the CSCT Compensator

Considering Capacitive Component in the Current of the CSCT Compensator Proeedings of the World Congress on Engineering and Computer Siene 8 WCECS 8, Otober - 4, 8, San Franiso, SA Considering Capaitive Component in the Current of the CSCT Compensator Mohammad Tavakoli Bina,

More information

A Quadrature Downconversion Autocorrelation Receiver Architecture for UWB

A Quadrature Downconversion Autocorrelation Receiver Architecture for UWB A Quadrature Downonversion Autoorrelation Reeiver Arhiteture for UWB Simon Lee, Sumit Bagga, Wouter A. Serdijn Eletronis Researh Laboratory, Faulty of Eletrial Engineering, Mathematis and Computer Siene

More information

Portable Marx Generator for Microplasma Applications

Portable Marx Generator for Microplasma Applications J. Plasma Fusion Res. SERIES, Vol. 8 (2009) Portable Marx Generator for Miroplasma Appliations T. UENO*, T. SAKUGAWA**, M. AKIYAMA**, T. NAMIHIRA**, S. KATSUKI** and H. AKIYAMA** *Department of Eletrial

More information

Radio Design and Performance Analysis of Multi Carrier-Ultrawideband (MC-UWB) Positioning System

Radio Design and Performance Analysis of Multi Carrier-Ultrawideband (MC-UWB) Positioning System Radio Design and Performane Analysis of Multi Carrier-Ultrawideband (MC-UWB) Positioning System R. James Dukworth, Hemish K. Parikh, Student Member ION, William R. Mihalson, Member ION Eletrial and Computer

More information

A New Broadband Microstrip-to-SIW Transition Using Parallel HMSIW

A New Broadband Microstrip-to-SIW Transition Using Parallel HMSIW JOURNAL OF ELECTROMAGNETIC ENGINEERING AND SCIENCE, VOL. 12, NO. 2, 171~175, JUN. 2012 http://dx.doi.org/10.5515/jkiees.2012.12.2.171 ISSN 2234-8395 (Online) ISSN 2234-8409 (Print) A New Broadband Mirostrip-to-

More information

Objectives. Presentation Outline. Digital Modulation Lecture 04

Objectives. Presentation Outline. Digital Modulation Lecture 04 Digital Modulation Leture 04 Filters Digital Modulation Tehniques Rihard Harris Objetives To be able to disuss the purpose of filtering and determine the properties of well known filters. You will be able

More information

Design and Simulation of Distributed Statcom Controller for Power Factor Improvement

Design and Simulation of Distributed Statcom Controller for Power Factor Improvement Design and Simulation of Distributed Statom Controller for Power Fator Improvement Swagat Satapathy M.Teh, Dept of EEE, Centurion University. Abstrat: The STATCOM is a stati reative power ompensator. It

More information

A Circularly-Polarized Microstrip Antenna with Quad-Band Combination

A Circularly-Polarized Microstrip Antenna with Quad-Band Combination Progress In Eletromagnetis Researh Letters, Vol. 61, 31 38, 2016 A Cirularly-Polarized Mirostrip Antenna with Quad-Band Combination Wei Wang, Mengjiang Xing *, and Xuyue Guo Abstrat In this paper, a novel

More information

AMPLITUDE MODULATION AND DEMODULATION

AMPLITUDE MODULATION AND DEMODULATION Modulation is a tehnique to transit inforation via radio arrier wavefor. It is a non-linear proess that generates additional frequenies, as we will see. Aplitude Modulation (AM) works by varying the aplitude

More information

Chapter 3 Amplitude Modulation. Wireless Information Transmission System Lab. Institute of Communications Engineering National Sun Yat-sen University

Chapter 3 Amplitude Modulation. Wireless Information Transmission System Lab. Institute of Communications Engineering National Sun Yat-sen University Chapter 3 Amplitude Modulation Wireless Information Transmission System Lab. Institute of Communiations Engineering National Sun Yat-sen University Outline 3.1 Introdution 3.2 Amplitude Modulation 3.3

More information

A Zero-Error Source Coding Solution to the Russian Cards Problem

A Zero-Error Source Coding Solution to the Russian Cards Problem A Zero-Error Soure Coding Solution to the Russian Cards Problem ESTEBAN LANDERRECHE Institute of Logi, Language and Computation January 24, 2017 Abstrat In the Russian Cards problem, Alie wants to ommuniate

More information

TITLE TRANSMISSION POWER IN A WIRELESS DEVICE AND WIRELESS NETWORK

TITLE TRANSMISSION POWER IN A WIRELESS DEVICE AND WIRELESS NETWORK TITLE TRANSMISSION POWER IN A WIRELESS DEVICE AND WIRELESS NETWORK CROSS-REFERENCE TO RELATED APPLICATIONS [0001] This appliation laims the benefit of U.S. Provisional Appliation No. 62/289,042, filed

More information

Design, Implementation and Simulation of Non-Intrusive Sensor for On-Line Condition Monitoring of MV Electrical Components

Design, Implementation and Simulation of Non-Intrusive Sensor for On-Line Condition Monitoring of MV Electrical Components Engineering, 2014, 6, 680-691 Published Online Otober 2014 in SiRes. http://www.sirp.org/journal/eng http://dx.doi.org/10.4236/eng.2014.611067 Design, Implementation and Simulation of Non-Intrusive Sensor

More information

Performance of Two-Hop DS-CDMA Systems Using Amplify-and-Forward Protocol over Different Fading Channels

Performance of Two-Hop DS-CDMA Systems Using Amplify-and-Forward Protocol over Different Fading Channels http://dx.doi.org/10.5755/j01.eee..1.14116 Performane of Two-Hop DS-CDMA Systems Using Amplify-and-Forward Protool over Different Fading Channels Nuri Kapuu 1 Mehmet Bilim 1 Ibrahim Develi 1 1 Department

More information

GPS RECEIVER PERFORMANCE TEST AT ROA

GPS RECEIVER PERFORMANCE TEST AT ROA GPS RECEIVER PERFORMANCE TEST AT ROA Hetor Esteban, Juan Palaio, Franiso Javier Galindo, and Jorge Garate Real Instituto y Observatorio de la Armada 00 San Fernando, Spain E-mail: hesteban@roa.es Abstrat

More information

EFFICIENT IIR NOTCH FILTER DESIGN VIA MULTIRATE FILTERING TARGETED AT HARMONIC DISTURBANCE REJECTION

EFFICIENT IIR NOTCH FILTER DESIGN VIA MULTIRATE FILTERING TARGETED AT HARMONIC DISTURBANCE REJECTION EFFICIENT IIR NOTCH FILTER DESIGN VIA MULTIRATE FILTERING TARGETED AT HARMONIC DISTURBANCE REJECTION Control Systems Tehnology group Tehnishe Universiteit Eindhoven Eindhoven, The Netherlands Dennis Bruijnen,

More information

Key-Words: - Software defined radio, Walsh Hadamard codes, Lattice filter, Matched filter, Autoregressive model, Gauss-Markov process.

Key-Words: - Software defined radio, Walsh Hadamard codes, Lattice filter, Matched filter, Autoregressive model, Gauss-Markov process. G Suhitra, M L Valarmathi A Novel method of Walsh-Hadamard Code Generation using Reonfigurable Lattie filter and its appliation in DS-CDMA system GSUCHITRA, MLVALARMATHI Department of ECE, Department of

More information

Application of TEM horn antenna in radiating NEMP simulator

Application of TEM horn antenna in radiating NEMP simulator Journal of Physis: Conferene Series Appliation of TEM horn antenna in radiating NEMP simulator To ite this artile: Yun Wang et al 013 J. Phys.: Conf. Ser. 418 010 View the artile online for updates and

More information

TELE3013 Mid-session QUIZ 1

TELE3013 Mid-session QUIZ 1 TELE3013 Mid-session QUIZ 1 Week 7 10 th April, 2006 Name: Student No: Instrutions to Candidates (1) Time allowed: 90 minutes or so (2) Answer all questions. Total Marks = 90. (3) Marks are as indiated.

More information

Development of FM-CW Radar System for Detecting Closed Multiple Targets and Its Application in Actual Scenes

Development of FM-CW Radar System for Detecting Closed Multiple Targets and Its Application in Actual Scenes XX by the authors; liensee RonPub, Lübek, Germany. This artile is an open aess artile distributed under the terms and onditions of the Creative Commons Attribution liense (http://reativeommons.org/lienses/by/3./).

More information

A 24 GHz FM-CW Radar System for Detecting Closed Multiple Targets and Its Applications in Actual Scenes

A 24 GHz FM-CW Radar System for Detecting Closed Multiple Targets and Its Applications in Actual Scenes 2016 by the authors; liensee RonPub, Lübek, Germany. This artile is an open aess artile distributed under the terms and onditions of the Creative Commons Attribution liense (http://reativeommons.org/lienses/by/4.0/).

More information

Analysis and Design of an UWB Band pass Filter with Improved Upper Stop band Performances

Analysis and Design of an UWB Band pass Filter with Improved Upper Stop band Performances Analysis and Design of an UWB Band pass Filter with Improved Upper Stop band Performanes Nadia Benabdallah, 1 Nasreddine Benahmed, 2 Fethi Tari Bendimerad 3 1 Department of Physis, Preparatory Shool of

More information

Actuated Ball Valves. n e p t r o n. Description. Product Features

Actuated Ball Valves. n e p t r o n. Description. Product Features for two way and three way ontrol of hot water, hilled water systems & low pressure steam Desription The Atuated Ball Valve is omprised of the atuator, the linkage and the valve body. The standard ball

More information

This paper not to be cited without prior reference to the author

This paper not to be cited without prior reference to the author This paper not to be ited without prior referene to the author International Counil for the Exploration of the Sea CM 1971/C:24 Hydrographi Committee An ultrasoni urrent meter by Trygve Gytre ~: ~: Institute

More information

Design and Performance of a 24 GHz Band FM-CW Radar System and Its Application

Design and Performance of a 24 GHz Band FM-CW Radar System and Its Application Frequeny Design and Performane of a 24 GHz Band FM-CW Radar System and Its Appliation Kazuhiro Yamaguhi, Mitsumasa Saito, Kohei Miyasaka and Hideaki Matsue Tokyo University of Siene, Suwa CQ-S net In.,

More information

Optimization of Energy Detector Receivers for UWB Systems

Optimization of Energy Detector Receivers for UWB Systems ) Optimization of Energy Detetor Reeivers for UWB Systems Mustafa E Şahin, İsmail Güvenç, and Hüseyin Arslan Eletrial Engineering Department, University of South Florida 4202 E Fowler Avenue, ENB-118,

More information

ANALYSIS OF THE IONOSPHERIC INFLUENCE ON SIGNAL PROPAGATION AND TRACKING OF BINARY OFFSET CARRIER (BOC) SIGNALS FOR GALILEO AND GPS

ANALYSIS OF THE IONOSPHERIC INFLUENCE ON SIGNAL PROPAGATION AND TRACKING OF BINARY OFFSET CARRIER (BOC) SIGNALS FOR GALILEO AND GPS ANALYSIS OF THE IONOSPHERIC INFLUENCE ON SIGNAL PROPAGATION AND TRACKING OF BINARY OFFSET CARRIER (BOC) SIGNALS FOR GALILEO AND GPS Thomas Pany (1), Bernd Eissfeller (2), Jón Winkel (3) (1) University

More information

III. DESIGN OF CIRCUIT COMPONENTS

III. DESIGN OF CIRCUIT COMPONENTS ISSN: 77-3754 ISO 900:008 ertified Volume, Issue 5, November 0 Design and Analysis of a MOS 0.7V ow Noise Amplifier for GPS Band Najeemulla Baig, handu DS, 3 Satyanarayana hanagala, 4 B.Satish,3 Assoiate

More information

ENSC327 Communications Systems 4. Double Sideband Modulation. Jie Liang School of Engineering Science Simon Fraser University

ENSC327 Communications Systems 4. Double Sideband Modulation. Jie Liang School of Engineering Science Simon Fraser University ENSC327 Communiations Systems 4. Double Sideband Modulation Jie Liang Shool of Engineering Siene Simon Fraser University 1 Outline DSB: Modulator Spetrum Coherent Demodulator: Three methods Quadrature-arrier

More information

VARIABLE FREQUENCY DRIVE ACH550

VARIABLE FREQUENCY DRIVE ACH550 VARIABLE FREQUENCY DRIVE ACH550 DESCRIPTION OF FACTORY SETTINGS INSTALLATION DESCRIPTION OF AND FACTORY MAINTENANCE SETTINGS CONTENTS CONNECTIONS...2 CONTROL PANEL...2 WIRING DIAGRAM...3 APPLICATION MACRO...3

More information

The influence of source impedance on charge amplifiers

The influence of source impedance on charge amplifiers ACTA IMEKO Deember 13, Volume, Number, 56 6 www.imeko.org The influene of soure impedane on harge amplifiers Henrik Volkers, Thomas Bruns Physikalish-Tehnishe Bundesanstalt, Bundesallee 1, 38116 Braunshweig,

More information

Demonstration of Measurement Derived Model-Based Adaptive Wide-Area Damping Controller on Hardware Testbed USA. China USA

Demonstration of Measurement Derived Model-Based Adaptive Wide-Area Damping Controller on Hardware Testbed USA. China USA 2, rue d Artois, F-758 PARIS CIGRE US National Committee http : //www.igre.org 25 Grid of the Future Symposium Demonstration of Measurement Derived Model-Based Adaptive Wide-Area Damping Controller on

More information

EXPLORATIONS IN COMMUNICATION SYSTEMS USING A VIRTUAL TOOLKIT

EXPLORATIONS IN COMMUNICATION SYSTEMS USING A VIRTUAL TOOLKIT EXPLORATIONS IN COMMUNICATION SYSTEMS USING A VIRTUAL TOOLKIT Murat Tanyel Dordt College Session 2320 Abstrat A typial ommuniation systems ourse is rih with proesses that are best desribed by blok diagrams.

More information

A MAC protocol based on Adaptive Beamforming for Ad Hoc Networks

A MAC protocol based on Adaptive Beamforming for Ad Hoc Networks A MAC protool based on Adaptive Beamforming for Ad Ho Netorks Harkirat Singh and Suresh Singh Department of Computer Siene Portland State University harkirat@s.pdx.edu Abstrat This paper presents a novel

More information

A Single-Stage High-Frequency Isolated Three-Phase AC/DC Converter

A Single-Stage High-Frequency Isolated Three-Phase AC/DC Converter 1 A Single-Stage High-Freueny Isolated Three-Phase AC/DC nverter Diego Santos Greff and Ivo Barbi* *I Senior Member Federal University of Santa Caratina/Power letronis Institute Florianopolis, SC, 884-97,

More information

Single Parity Check Turbo Product Codes for the DVB-RCT Standard

Single Parity Check Turbo Product Codes for the DVB-RCT Standard Single Parity Chek Turbo Produt Codes for the DVB-RCT Standard Angelo Pinelli Martins Samia National Institute of Teleommuniations - Inatel P.O. Box 05-37540-000 Santa Rita do Sapuaí - MG Brazil angelo.pinelli@inatel.br

More information

Helicon Resonator based Strong Magnetic Field Sensor

Helicon Resonator based Strong Magnetic Field Sensor 1.48/v148-11-9- MEASUREMENT SCIENCE REVIEW, Volume 11, No., 11 Helion Resonator based Strong Magneti Field Sensor. aurinavičius Department of Eletrial Engineering Vilnius Gediminas Tehnial University,

More information

GPS RECEIVER PERFORMANCE TEST AT ROA

GPS RECEIVER PERFORMANCE TEST AT ROA GPS RECEIVER PERFORMANCE TEST AT ROA Hetor Esteban, Juan Palaio, Franiso Javier Galindo, and Jorge Garate Real Instituto y Observatorio de la Armada 00 San Fernando, Spain E-mail: hesteban@roa.es Abstrat

More information

A Novel Multi-DOF Precision Positioning Methodology Using Two-Axis Hall-Effect Sensors

A Novel Multi-DOF Precision Positioning Methodology Using Two-Axis Hall-Effect Sensors 5 Amerian Control Conferene June 8-, 5. Portland, OR, USA ThC6. A ovel Multi-DOF Preision Positioning Methodology Using Two-Axis Hall-Effet Sensors Abstrat A novel sensing methodology using two-axis Hall-effet

More information

ENSC327 Communications Systems 4. Double Sideband Modulation. School of Engineering Science Simon Fraser University

ENSC327 Communications Systems 4. Double Sideband Modulation. School of Engineering Science Simon Fraser University ENSC327 Communiations Systems 4. Double Sideband Modulation Shool of Engineering Siene Simon Fraser University 1 Outline Required Bakground DSB: Modulator Spetrum Coherent Demodulator: Three methods Quadrature-arrier

More information

Design and Implementation of a 2-GHz Low-Power CMOS Receiver for WCDMA Applications

Design and Implementation of a 2-GHz Low-Power CMOS Receiver for WCDMA Applications Design and Implementation of a 2-GHz Low-Power CMOS Reeiver for WCDMA Appliations Dennis Yee, David Sobel, Chinh Doan, Brian Limketkai, Johan Vanderhaegen, and Robert Brodersen Berkeley Wireless Researh

More information

SEMICONDUCTOR TECHNICAL DATA

SEMICONDUCTOR TECHNICAL DATA SEMIONDUTOR TEHNIAL DATA The M4093B Shmitt trigger is onstruted with MOS P hannel and N hannel enhanement mode devies in a single monolithi struture. These devies find primary use where low power dissipation

More information

Comparative Analysis of Different Control Schemes for DC-DC Buck Converter

Comparative Analysis of Different Control Schemes for DC-DC Buck Converter ISSN (e): 2250 3005 Volume, 08 Issue, 6 Jun 208 International Journal of Comutational Engineering Researh (IJCER) Comarative Analysis of Different Control Shemes for DC-DC Buk Converter Pranjal Kalita,

More information

Horn Antenna Generating Electromagnetic Field with Orbital Angular Momentum

Horn Antenna Generating Electromagnetic Field with Orbital Angular Momentum Progress In Eletromagnetis Researh M, Vol. 60, 57 65, 2017 Horn Antenna Generating Eletromagneti Field with Orbital Angular Momentum Min Huang *, Xianzheng Zong, and Zaiping Nie Abstrat A novel method

More information

Software Defined Radio Based Implementation of RFID Tag in Next Generation Mobiles

Software Defined Radio Based Implementation of RFID Tag in Next Generation Mobiles P. Šolić et al.: Software Defined adio Based Implementation of FID ag in Next Generation Mobiles 1051 Software Defined adio Based Implementation of FID ag in Next Generation Mobiles Petar Šolić, Student

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 IntehOpen, the world s leading publisher of Open Aess books Built by sientists, for sientists 3,800 6,000 10M Open aess books available International authors and editors Downloads Our authors are

More information

Hierarchical Extreme-Voltage Stress Test of Analog CMOS ICs for Gate-Oxide Reliability Enhancement*

Hierarchical Extreme-Voltage Stress Test of Analog CMOS ICs for Gate-Oxide Reliability Enhancement* Hierarhial Extreme-Voltage Stress Test of Analog MOS Is for Gate-Oxide Reliability Enhanement* hin-long Wey Department of Eletrial Engineering National entral University hung-li, Taiwan lway@ee.nu.edu.tw

More information

Simulation of Enhanced Ring Resonator with PZT for Microwave Gyroscope Application

Simulation of Enhanced Ring Resonator with PZT for Microwave Gyroscope Application Simulation of Enhaned Ring Resonator with PZT for Mirowave Gyrosope Appliation Sandeep Kommineni 1, Swarna Bai Arniker 2, and Rambabu Kammili 3 1 M.Teh Student, Shool of Eletronis Engineering, Vellore

More information

Introductory Notions

Introductory Notions Introdutory Notions - he blok diagram of a transmission link, whih onveys information by means of eletromagneti signals, is depited in the figure below. Message Signal aqusition blok Information ransmitter

More information