EXPLORATIONS IN COMMUNICATION SYSTEMS USING A VIRTUAL TOOLKIT

Size: px
Start display at page:

Download "EXPLORATIONS IN COMMUNICATION SYSTEMS USING A VIRTUAL TOOLKIT"

Transcription

1 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. While a typial textbook on the subjet may provide examples on the appliations of these proesses, students are motivated when these blok diagrams ome alive as they implement these proesses and are able to test signals at eah blok. Suh an endeavor requires hardware, spae and time alloations that not every institution is prepared to ommit. The next best teahing tools are omputer simulations in whih students an observe signals at eah stage of the proess. Preparation of suh simulations is simplified by software development tools tailored for digital signal proessing, suh as MATLAB, whih has beome the standard pakage most reent ommuniation systems books have adopted. Reent development of data-driven graphial programming languages has provided an improvement over textual languages suh as MATLAB by enhaning the oneptual link from the blok diagrams of these proesses to their omputer simulations. This paper is a follow-up on last years presentation 1, whih disussed the development of a virtual toolkit in LabVIEW. It will report on the use of the toolkit in a three-redit Communiation Systems ourse, with examples of how this toolkit was used as an exploratory tool to probe further into the simulated systems. I. Introdution This paper is a follow-up on a reent paper that desribes a simulation toolkit for ommuniation systems and its development with a freshman as the programmer 1. In that paper we stated that in the absene of hardware that would reinfore the theoretial presentation, omputer simulations of the systems desribed in lass are the next available tools to bring these onepts alive. We also desribed the partiular lass environment and the proess in whih the software development tool, namely LabVIEW, was hosen. Although MATLAB is the standard software tool employed in the areas of signals and systems, as evidened by the proliferation of books 2-4 devoted to MATLAB based exerises in those subjets, the hoie of the software tool is justified in 1, 5, 6. In a separate paper, Adams and I disuss this hoie from an engineering design aesthetis point of view 7. This paper will report on the first-time use of the toolkit in EGR 363, Communiation Systems ourse offered at Dordt College in Spring Setion II will provide an overview of the inlass presentations that made use of the toolkit while Setion III will review some examples that reveal the exploratory faet of the toolkit. Setion IV will disuss the student projets and will

2 offer a sample. I will then onlude with a disussion on the present state of the toolkit and on possible future developments. II. Presentations with the Toolkit Communiation Systems lasses and other upper level eletrial engineering lasses with low enrollments are held in small lassrooms that do not have built-in omputer and projetion systems. For suh lassrooms, the engineering department has a COW (omputer on wheels, a very appropriate aronym for a ollege in a rural setting), a personal omputer with a projetion system on a art that may be wheeled around. This mobile PC has a network ard and may be onneted to the ollege-wide network through network onnetors that are loated in every lassroom. The LabVIEW software development system is installed on the engineering COW. So any virtual instrument (or VI, a term used for LabVIEW programs) that I develop and save on the network drive may be easily run in any lassroom. I use the COW in most Communiation Systems lasses to demonstrate the onepts overed on that days topi. Figure 1: Demonstration of Amplitude Modulation (AM) using the toolkit.

3 Fig. 1 depits the front panel of a VI that I use to demonstrate Amplitude Modulation (AM). The effetiveness of this VI is amplified when it is run in ontinuous mode, in whih the VI runs, monitoring it inputs and adjusting its outputs, repeatedly until the stop button is pressed. In this mode, it beomes very easy to hange parameters and see the results immediately. For this partiular demonstration, one an easily swith through the different kinds of periodi signals as the baseband signal (upper left sliding swith in Fig. 1) and an observe how the modulated signal looks both in time and frequeny domain. The frequeny of the arrier signal (lower left knob) may be varied and the students wath as the replia of the baseband spetrum moves up and down the frequeny band in the lower right graph. It is this ontinuous mode of operation that makes in-lass demonstrations attrative. The ability to hange parameters and obtain immediate results is a definite enhanement over standard and stati textbook examples. The above example is one of the many demos I use. Other demos in the same spirit, showing PAM, FM and PM and their spetra have been useful in lass. Figure 2: The VI to demonstrate AM demodulation in ation.

4 III. Exploratory Demonstrations Fig. 2 displays the front panel of the VI that I use to demonstrate the detetion of AM signals. With this VI, one an selet the type of the baseband signal with the seletor in the upper left (labeled Wave in Fig. 2) from a number of periodi waveforms and speify the number of yles to be generated. The fundamental frequeny of this waveform is 1 Hz. The baseband signal and its magnitude spetrum are displayed in the upper graphs of the VI. This signal is modulated by a arrier whose frequeny may be speified by the knob in the lower left orner of the VIs panel. The swith toward the middle of the left hand-side of the panel (labeled AM <- > DSBSC AM) hooses the type of modulation. If the swith is to the left, AM is employed, whih may be expressed by the equation: s( t) = A [1 + D m( t)]osω t (1) a where s(t) is the modulated signal, A is the amplitude of the arrier (assumed to be 1 in this VI), D a is the modulation index, m(t) is the baseband (message) signal and ω ( = 2πf ) is the arrier frequeny. If the same swith is to the right, the double-sideband suppressed arrier (DSB-SC) AM is employed, expressed by: s( t) = A m( t)osω t (2). Figure 3: Envelope detetor. AM signals may be demodulated by an envelope detetor omprised of a diode and a lowpass RC filter (Fig. 3) whereas DSB-SC AM signals require a produt detetor whih involves multiplying the signal with a replia of the arrier again: v int ( 0 t) = s( t) A0 os( ω t + θ 0 ) = Am( t)osωt A0 os( ωt + θ ) (3) This operation separates the signal into a low frequeny omponent, entered around DC, and a high frequeny omponent, entered around 2 ω :

5 v 1 1 t) = A A0 m( t) osθ 0 + A A0 m( t) os(2ω t + θ ) (4) 2 2 int ( 0 Low-pass filtering v int (t) of eq. 3 or 4 will reover a replia of the original baseband signal: 1 m ( t) = A A0 m( t) osθ 0 = Km( t) (5). 2 The lower two graphs of Fig. 2 display the reovered message signal and its magnitude spetrum. I should note that the low-pass filter used introdues some transients, whih may be observed in the time-domain representation of the demodulated signal and, due to the reord length, these transients ontribute a visible differene between the shapes of the magnitude spetrum of m(t) and m ( t). The intermediate signal (of eq. 4) of the produt detetor an be easily derived mathematially, either using trigonometri identities as I have done in going from eq. 3 to eq. 4 or using the property that multipliation in time domain results in a onvolution in frequeny domain. In either ase, the resulting spetrum is a replia of the message spetrum around DC and another translated to 2f. Fig. 4 is a snapshot from the front panel of the VI in Fig. 2 displaying the intermediate signal (before low-pass filtering) of the produt detetor. In this ase, a arrier signal of 10 Hz is used to modulate a sinusoidal message of 1Hz. We an see, in Fig. 4 (graph labeled Mag. Spet., Inter. Sig.), that the 1 Hz message is repliated around the origin as well as around 20 Hz. There is no spetral omponent at 20 Hz (or at DC) beause the method employed is double sideband suppressed arrier. Figure 4: The intermediate signal [v int (t) of eq. 4] from a produt detetor. The left graph displays the time domain signal and the right graph displays its magnitude spetrum.

6 Figure 5: The intermediate signal, that is, the signal that would be obtained without low-pass filtering from an envelope detetor. The mathematial development for the produt detetor is well understood and derivations like that of equations 3-5 may be found in most textbooks on ommuniation systems, inluding the textbook hosen for this ourse 8. The envelope detetor, on the other hand, involves a diode whih is a nonlinear devie. Sine most undergraduate students have been exposed to primarily linear system theory, the nonlinear devie in the envelope detetor presents a hallenge to the mathematial analysis of this method. A ursory san through introdutory textbooks on the subjets reveals a gap in the analysis of the envelope detetor. So, a display of the magnitude spetrum of the intermediate signal (the signal that would be obtained if the RC lowpass filter of Fig. 3 were absent) is an exploration for my students, the result of whih they ould not find in their textbook. Fig. 5 displays the time domain signal and its magnitude spetrum for the envelope detetor applied on an AM signal with the following parameters (of eq. 1): f = 10 Hz, D a = 1 and m(t) is a sinusoidal of 1 Hz. A omparison of the magnitude spetra of the intermediate signals of the produt detetor (Fig. 4) and the envelope detetor (Fig. 5) reveals that both signals ontain a replia of the message around DC, whih onstitutes the reeived message when low-pass filtered. The signal of Fig. 5 has a DC omponent beause the arrier is not suppressed in regular AM. The intermediate signal of the produt detetor has a replia around 2f as predited, but that of the envelope detetor has replias around f, 2f, 4f and 6f. Where do all these spetral omponents ome from? This is an exerise that an inquisitive student may be enouraged to probe further. Sine the simulation uses the model of an ideal diode in the envelope detetor, an explanation with linear system theory is possible. The ation of the diode may be modeled with the multipliation of the modulated signal with a pulse train of 50 % duty yle at the same frequeny (and phase) as the arrier signal. This is plotted in Fig. 6 for our example, where the arrier is a 10 Hz sinusoidal wave.

7 Figure 6: A pulse train of 50 % duty yle at 10 Hz. Sine the model involves multipliation in time domain, the spetrum of the resulting signal will be the spetrum of the modulated signal onvolved with the spetrum of the pulse train. In the Signals and Spetra hapter of the textbook 8, the spetrum of a pulse train with 50 % duty yle is found to be: nπ sin A W 2 ) ( f ) = δ ( f nf 0 n= 2 nπ 2 (6) where W(f) is the spetrum of the pulse train, A is its amplitude, f 0 is its frequeny and () is the Dira delta (impulse) funtion. The spetrum of a 10 Hz pulse train of amplitude 1 is plotted in Fig. 7. The dashed lines in Fig. 7 trae the envelope (whih is a sin pattern) and the solid lines represent the impulses that make up the magnitude spetrum. The spetrum is made up of impulses at DC, at ± f 0, and at odd harmonis, following an envelope [E(f)] of πf sin 1 20 E( f ) = (7). 2 πf 20 To obtain the intermediate signal spetrum, one would onvolve the spetrum of Fig. 7 with that of the spetrum of the modulated signal depited in Fig. 8. A summary of the onvolution of the two spetra is as follows: The DC omponent of W(f) (Fig. 7) onvolved with S(f) (Fig. 8) gives rise to the spetral omponents around ± 10 Hz of the spetrum in Fig. 5. The onvolution of the ± 10 Hz omponents of W(f) with S(f) will give rise to the spetral omponents around DC and ontribute to the spetral omponents around ± 20 Hz in Fig. 5. The onvolution of the ± 30 Hz omponents of W(f) with S(f) will ontribute to the spetral omponents around ± 40 Hz and to those around ± 20 Hz while the onvolution of the ± 50 Hz omponents of W(f) with S(f) will ontribute to the spetral omponents around ± 60 Hz and to those around ± 40 Hz. This

8 explanation is enough to explain the predominant peaks around DC, ±f, ±2f, ±4f and ±6f of Fig. 5. The omponents beyond these frequenies an be aounted for by taking into onsideration the aliasing that also ours due to the disrete nature of the simulation. Figure 7: Magnitude spetrum of a 10 Hz, 50% duty yle pulse train. Figure 8: Spetrum of a 1 Hz sinusoid amplitude modulated by a 10 Hz arrier wave. IV. Student Projets This year, students in the ommuniations lass were asked to develop some new simulations in addition to the ones they had worked with in lass. There were six students in lass and they formed teams of two, eah working on a topi they were interested in. One group worked on ompanding, another worked on pulse oded modulation (PCM) while the third worked on M-

9 ary Phase-Shift Keying (MPSK). MPSK is a method of transmitting digital information over analog lines. The binary information is first onverted into a multilevel signal (of M levels) and this multilevel signal determines the disrete phase angles of the omplex envelope of the MPSK signal. A plot of the permitted values of the omplex envelope is alled a signal onstellation. Fig. 9 is a snapshot from the front panel of the MPSK Demonstration VI 9. In this example M = 16, so the signal onstellation displays the 16 permitted values of the omplex envelope (upper left graph in Fig. 9). Fig. 10 displays the onstellation in the presene of added noise, a feature whih the students have inorporated into the VI. In this simulation, M = 8. Figure 9: The front panel of the MPSK Demonstration VI. Figure 10: The signal onstellation with additive noise. In this simulation M = 8.

10 V. Disussion In this paper, I have given an aount of how a virtual toolkit, the preparation of whih was doumented in 1, was used for the first time in my ommuniation systems lass. Setion II gave an example of how a virtual instrument an enhane the presentation in lass. Setion III demonstrated how the availability of simulated signals and other tools an turn one demo into an exploration and prepare the ground for interesting further disussion. Setion IV reported on student work along the same lines with one example. The utilization of the tools in this toolkit is understood better with a rudimentary understanding of disrete signals. Sine these are omputer simulations, one would need to remember that simulations of analog proesses are valid when the results of the proesses all fall within the Nyquist rate determined by the original hosen sampling frequeny. The disussion development in setion III gave an example of a proess that would result in frequenies beyond the Nyquist rate. The onept of sampling frequeny gets interesting and potentially onfusing when we simulate the sampling of analog signals where we an talk about two sampling frequenies: the sampling frequeny of the entire simulation and the sampling frequeny at whih we retain samples from the simulated signal. I refer to the former as simulation lok frequeny and the latter as simply sampling frequeny. Sine my students take ommuniation systems after DSP, I have hosen to make the simulation lok frequeny as one of the inputs and expet the students to pay attention to the Nyquist rate as they implement these simulations and wath for aliasing in their simulations. Clearly, the list of VIs in the toolkit may be expanded. Spring 2002 offering of EGR 363 has added a few and the work will be ontinued. There is also the task of doumentation to be finished, whih always seems to lag in amateur programming projets. Students also appreiate the exposure to LabVIEW. I have noted that most senior design projets of 2002 have inorporated LabVIEW in one way or another this year. As a matter of fat, one of the senior design projet teams has ombined LabVIEW and MATLAB, using the LabVIEW interfae to all MATLAB sripts beause the LabVIEW interfae is aesthetially more pleasing. As I have noted elsewhere 7 : Part of the enthusiasm is due to the aesthetis of LabVIEW virtual instruments. I have seen many a student revisiting and perfeting the way the front panel looks long after his/her VI has ahieved its omputational goals and long after the lass period has ended. ACKNOWLEGEMENTS: The LabVIEW software used in this ourse was purhased through a grant from Johnson Controls in Holland, MI. I would like to thank Johnson Controls for the upgrade of the eletronis lab whih also benefited the ourse mentioned in this paper. I would also like to thank Kathrine Nguru, who programmed some of the subvis used in the VIs depited in this paper as well as Howard Gorter and Brian Matherly, whose projet is mentioned in this paper.

11 Bibliography 1. M. Tanyel, K. Nguru, Preparation of a Virtual Toolkit for Communiation Systems, 2002 ASEE Annual Conferene and Exposition Proeedings, Montréal, QC, June Proakis, J. G., Salehi, M., Contemporary Communiation Systems using MATLAB, Paifi Grove, CA: Brooks/Cole (2000). 3. Frederik, D., Chow, J., Feedbak Control Systems using MATLAB and the Control Systems Toolbox, Paifi Grove, CA: Brooks/Cole (2000). 4. Ingle, V. K., Proakis, J. G., Digital Signal Proessing using MATLAB, Paifi Grove, CA: Brooks/Cole (2000). 5. Viss, M. and Tanyel, M. From Blok Diagrams to Graphial Programs in DSP, 2001 ASEE Annual Conferene & Exposition Proeedings, Albuquerque, NM, June Tanyel, M., Enhaning the DSP Toolkit of LabVIEW, 2002 ASEE Annual Conferene and Exposition Proeedings, Montréal, QC, June Tanyel, M., Adams, C., On the Aesthetis of Computer Aided Tools for Signal Proessing, Proeedings of 64 th Annual ASEE North Midwest Setion Meeting, Madison, WI, Ot Couh II, L. W., Digital and Analog Communiation Systems, Sixth Edition, Upper Saddle River, NJ: Prentie Hall (2001). 9. Gorter, H., Matherly, B., MPSK Demo Projet Report, EGR 363 Projet Report, Dordt College, Sioux Center, IA, May MURAT TANYEL Murat Tanyel is a professor of engineering at Dordt College. He teahes upper level eletrial engineering ourses. Prior to teahing at Dordt College, Dr. Tanyel taught at Drexel University where he worked for the Enhaned Eduational Experiene for Engineering Students (E 4 ) projet, setting up and teahing laboratory and hands-on omputer experiments for engineering freshmen and sophomores. For one semester, he was also a visiting professor at the United Arab Emirates University in Al-Ain, UAE where he helped set up an innovative introdutory engineering urriulum. Dr. Tanyel reeived his B. S. degree in eletrial engineering from Boaziçi University, Istanbul, Turkey in 1981, his M. S. degree in eletrial engineering from Buknell University, Lewisburg, PA in 1985 and his Ph. D. in biomedial engineering from Drexel University, Philadelphia, PA in 1990.

6. Amplitude Modulation

6. Amplitude Modulation 6. Amplitude Modulation Modulation is a proess by whih some parameter of a arrier signal is varied in aordane with a message signal. The message signal is alled a modulating signal. Definitions A bandpass

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

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

Introduction to Analog And Digital Communications

Introduction to Analog And Digital Communications Introdution to Analog And Digital Communiations Seond Edition Simon Haykin, Mihael Moher Chapter 9 Noise in Analog Communiations 9.1 Noise in Communiation Systems 9. Signal-to-Noise Ratios 9.3 Band-Pass

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

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

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

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

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

Single Sideband (SSB) AM

Single Sideband (SSB) AM Single Sideband (SSB) AM Leture 7 Why SSB-AM? Spetral eiieny is o great importane. Conventional & DSB-SC oupy twie the message bandwidth. All the inormation is ontained in either hal the other is redundant.

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

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

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

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

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

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

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

ELEC 350 Communications Theory and Systems: I. Analog Signal Transmission and Reception. ELEC 350 Fall

ELEC 350 Communications Theory and Systems: I. Analog Signal Transmission and Reception. ELEC 350 Fall ELEC 350 Communiations Theory and Systems: I Analog Signal Transmission and Reeption ELEC 350 Fall 2007 1 ELEC 350 Fall 2007 2 Analog Modulation A large number o signals are analog speeh musi video These

More information

Dr. Md. Farhad Hossain Associate Professor Department of EEE, BUET

Dr. Md. Farhad Hossain Associate Professor Department of EEE, BUET EEE 309 Communiation Theory Semester: January 06 Dr. Md. Farhad Hossain Assoiate Proessor Department o EEE, BUET Email: marhadhossain@eee.buet.a.bd Oie: ECE 33, ECE Building Part 03-3 Single-sideband Suppressed

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

BPSK so that we have a discrete set of RF signals. t)cos(

BPSK so that we have a discrete set of RF signals. t)cos( BPSK. BPSK Introdution Reall that the most general modulation has the form s( t) a( t)os[ t ( t)]. We remared earlier that phase modulation was not an effetive way to implement analog ommuniation, one

More information

DSP First Lab 05: FM Synthesis for Musical Instruments - Bells and Clarinets

DSP First Lab 05: FM Synthesis for Musical Instruments - Bells and Clarinets DSP First Lab 05: FM Synthesis for Musial Instruments - Bells and Clarinets Pre-Lab and Warm-Up: You should read at least the Pre-Lab and Warm-up setions of this lab assignment and go over all exerises

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

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

Date: August 23,999 Dist'n: T1E1.4

Date: August 23,999 Dist'n: T1E1.4 08/0/99 1 T1E1.4/99-49 Projet: T1E1.4: VDSL Title: Filtering elements to meet requirements on power spetral density (99-49) Contat: G. Cherubini, E. Eleftheriou, S. Oeler, IBM Zurih Researh Lab. Saeumerstr.

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

Lecture 22: Digital Transmission Fundamentals

Lecture 22: Digital Transmission Fundamentals EE 400: Communiation Networks (0) Ref: A. Leon Garia and I. Widjaja, Communiation Networks, 2 nd Ed. MGraw Hill, 2006 Latest update of this leture was on 30 200 Leture 22: Digital Transmission Fundamentals

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

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

EE 464 Band-Pass Sampling Example Fall 2018

EE 464 Band-Pass Sampling Example Fall 2018 EE 464 Band-Pass Sampling Example Fall 2018 Summary This example demonstrates the use of band-pass sampling. First, a band-pass signal is onstruted as a osine modulated speeh signal. This is a double sideband

More information

Revision: April 18, E Main Suite D Pullman, WA (509) Voice and Fax

Revision: April 18, E Main Suite D Pullman, WA (509) Voice and Fax Lab 9: Steady-state sinusoidal response and phasors Revision: April 18, 2010 215 E Main Suite D Pullman, WA 99163 (509) 334 6306 Voie and Fax Overview In this lab assignment, we will be onerned with the

More information

ANALOG COMMUNICATIONS IV Sem. Prepared by Mr. T. Nagarjuna ECE Department

ANALOG COMMUNICATIONS IV Sem. Prepared by Mr. T. Nagarjuna ECE Department ANALOG COMMUNICAIONS IV Sem Prepared by Mr.. Nagaruna ECE Department UNI I SIGNAL ANALYSIS AND LI SYSEMS Classifiation of Signals Deterministi & Non Deterministi Signals Periodi & A periodi Signals Even

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

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

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

Analog Communications

Analog Communications 1 Analog Communiations Amplitude Modulation (AM) Frequeny Modulation (FM) 2 Radio broadasting 30-300M Hz SOURCE Soure Transmitter Transmitted signal Channel Reeived signal Reeiver User Analog baseband

More information

Fatih University Electrical and Electronics Engineering Department EEE Communications I EXPERIMENT 4 AM DEMODULATORS

Fatih University Electrical and Electronics Engineering Department EEE Communications I EXPERIMENT 4 AM DEMODULATORS Fatih University Eletrial and Eletronis Engineering Departent EEE 316 - Couniations I EXPERIMENT 4 AM DEMODULATORS 4.1 OBJECTIVES 1. Understanding the priniple of aplitude odulation and deodulation.. Ipleenting

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

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

Calculating the input-output dynamic characteristics. Analyzing dynamic systems and designing controllers.

Calculating the input-output dynamic characteristics. Analyzing dynamic systems and designing controllers. CHAPTER : REVIEW OF FREQUENCY DOMAIN ANALYSIS The long-term response of a proess is nown as the frequeny response whih is obtained from the response of a omplex-domain transfer funtion. The frequeny response

More information

Principles of Communications

Principles of Communications Priniples of Communiations Meixia Tao Dept. of Eletroni Engineering Shanghai Jiao Tong University Chapter 3: Analog Modulation Seleted from Ch 3, Ch 4.-4.4, Ch 6.-6. of of Fundamentals of Communiations

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

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

Homework: Please number questions as numbered on assignment, and turn in solution pages in order.

Homework: Please number questions as numbered on assignment, and turn in solution pages in order. ECE 5325/6325: Wireless Communiation Systems Leture Notes, Spring 2010 Leture 6 Today: (1) Refletion (2) Two-ray model (3) Cellular Large Sale Path Loss Models Reading for today s leture: 4.5, 4.6, 4.10.

More information

RF Link Budget Calculator Manual

RF Link Budget Calculator Manual RF Link Budget Calulator Manual Author Ivo van Ling for www.vanling.net Software Release RF Link Distane Calulator, Version 1.00, Dated 4 January 2010 Manual Version 1.00 Date 19-01-2010 Page: 1(8) Contents

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

Multiplication/Modulation Property For Continuous-Time.

Multiplication/Modulation Property For Continuous-Time. Multipliation/Modulation Property For Continuous-Time. X( X(j) y(=(.( Y(j)=[C(j) X(j)]/2π )] ( )* ( [ 2 ) ( ). (. π j X j C t t T F X ( C(j) + = = = θ θ θ θ θ π d Xj j C jw Y ) ( ) ( 2 ) ( Multipliation/Modulation

More information

ANALOG COMMUNICATION (9)

ANALOG COMMUNICATION (9) 11/5/013 DEARTMENT OF ELECTRICAL &ELECTRONICS ENGINEERING ANALOG COMMUNICATION (9) Fall 013 Original slides by Yrd. Doç. Dr. Burak Kellei Modified by Yrd. Doç. Dr. Didem Kivan Tureli OUTLINE Noise in Analog

More information

Limitations and Capabilities of the Slanted Spectrogram Analysis Tool for SAR-Based Detection of Multiple Vibrating Targets

Limitations and Capabilities of the Slanted Spectrogram Analysis Tool for SAR-Based Detection of Multiple Vibrating Targets Limitations and Capabilities of the Slanted Spetrogram Analysis Tool for SAR-Based Detetion of Multiple Vibrating Targets Adebello Jelili, Balu Santhanam, and Majeed Hayat Department of Eletrial and Computer

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

Enhance Your Signal Processing Toolbox with Complex Notation

Enhance Your Signal Processing Toolbox with Complex Notation Enhane Your Signal Proessing Toolbox with Complex Notation Barry L. Dorr, P.E. Dorr Engineering, In. At first glane this notation seems lie an unneessary ompliation rather than an aid, and has aused many

More information

ELG3175 Introduction to Communication Systems. Conventional AM

ELG3175 Introduction to Communication Systems. Conventional AM ELG317 Introdution to Communiation Systems Conventional AM Disadvantages o DSB-SC The reeiver must generate a replia o the arrier in order to demodulate a DSB-SC signal. Any phase and/or requeny error

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

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

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

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

Prediction Method for Channel Quality Indicator in LEO mobile Satellite Communications

Prediction Method for Channel Quality Indicator in LEO mobile Satellite Communications Predition Method for Channel Quality Indiator in LEO mobile Satellite Communiations Yadan Zheng *, Mingke Dong *, Wei Zheng *, Ye Jin *, Jianjun Wu * * Institution of Advaned Communiations, Peking University,

More information

Candidate Spectral Estimation for Cognitive Radio

Candidate Spectral Estimation for Cognitive Radio Proeedings of the th WE International Conferene on COMMUNICTION, gios Nikolaos, Crete Island, Greee, July 6-8, 7 9 Candidate petral Estimation for Cognitive Radio MIGUEL ROJ,3, MIGUEL LGUN,,N I PÉREZ,

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

Movement Detection Using a Modified FMCW Waveform and GNU Radio

Movement Detection Using a Modified FMCW Waveform and GNU Radio Movement Detetion Using a Modified FMCW Waveform and GNU Radio Ali Bazzi, Majd Ghareeb, Mohammad Raad and Samih Abdul-Nabi Shool of Engineering, Computer and Communiation Department Lebanese International

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

Nested Codes with Multiple Interpretations

Nested Codes with Multiple Interpretations Nested Codes with Multiple Interpretations Lei Xiao, Thomas E. Fuja, Jörg Kliewer, Daniel J. Costello, Jr. Department of Eletrial Engineering University of Notre Dame, Notre Dame, IN 46556, US Email: {lxiao,

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

Turbo-coded Multi-alphabet Binary CPM for Concatenated Continuous Phase Modulation

Turbo-coded Multi-alphabet Binary CPM for Concatenated Continuous Phase Modulation no symbol mapping is required, and also the inner ode an be ombined with the CPE in the trellis oded modulation sense [4]. Simulation shows that the use of non-binary outer enoder an give typially.3db

More information

RADAR TARGET RECOGNITION BASED ON PARAMETERIZED HIGH RESOLUTION RANGE PROFILES

RADAR TARGET RECOGNITION BASED ON PARAMETERIZED HIGH RESOLUTION RANGE PROFILES RADAR TARGET RECOGNITION BASED ON PARAMETERIZED HIGH RESOLUTION RANGE PROFILES XUEJUN LIAO and ZHENG BAO Key Lab. For Radar Signal Proessing Xidian University, Xi an 710071, P. R. China E-mail : xjliao@rsp.xidian.edu.n

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

ROBUST ESTIMATION AND ADAPTIVE CONTROLLER TUNING FOR VARIANCE MINIMIZATION IN SERVO SYSTEMS

ROBUST ESTIMATION AND ADAPTIVE CONTROLLER TUNING FOR VARIANCE MINIMIZATION IN SERVO SYSTEMS 009 JSME-IIP/ASME-ISPS Joint Conferene on Miromehatronis for Information and Preision Equipment (MIPE 009) June 7-0, 009, Tsukuba International Congress Center, Ibaraki, Japan ROBUST ESTIMATIO AD ADAPTIVE

More information

Enhancing the DSP Toolkit of LabVIEW

Enhancing the DSP Toolkit of LabVIEW Session 3220 Enhancing the DSP Toolkit of LabVIEW Murat Tanyel Dordt College Abstract Most Digital Signal Processing (DSP) courses rely heavily on MATLAB and/or C, representing the state of the art in

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

Parallel Interference Cancellation in Multicarrier DS-CDMA Systems

Parallel Interference Cancellation in Multicarrier DS-CDMA Systems N Parallel Interferene Canellation in ultiarrier D-CD ystems K. R. hankar kumar and. Chokalingam Department of ECE Indian Institute of iene Bangalore 50012 INDI bstrat In this paper we present and analyze

More information

Second Edition Simon Haykin, Michael Moher

Second Edition Simon Haykin, Michael Moher Introdution to Analog And Digital Communiations Seond Edition Simon Haykin, Mihael Moher Chapter 6 Baseband Delta Transmission 6. Baseband Transmission o Digital Data 6.2 The Intersymbol Intererene Problem

More information

Layered Space-Time Codes for Wireless Communications Using Multiple Transmit Antennas

Layered Space-Time Codes for Wireless Communications Using Multiple Transmit Antennas Layered Spae-Time Codes for Wireless Communiations Using Multiple Transmit Antennas Da-shan Shiu and Joseph M. Kahn University of California at Bereley Abstrat Multiple-antenna systems provide very high

More information

Adaptive TDMA/OFDMA for Wide-Area Coverage and Vehicular Velocities

Adaptive TDMA/OFDMA for Wide-Area Coverage and Vehicular Velocities Adaptive TDMA/FDMA for Wide-Area Coverage and Vehiular Veloities Mikael Sternad *, Sorour Falahati *, Tommy Svensson, and Daniel Aronsson * * Signals and Systems, Uppsala University, P Box 8,SE-71 0 Uppsala,

More information

Finite-States Model Predictive Control with Increased Prediction Horizon for a 7-Level Cascade H-Bridge Multilevel STATCOM

Finite-States Model Predictive Control with Increased Prediction Horizon for a 7-Level Cascade H-Bridge Multilevel STATCOM Proeedings of The 2th World Multi-Conferene on Systemis, Cybernetis and Informatis (WMSCI 216) Finite-States Model Preditive Control with Inreased Predition Horizon for a 7-Level Casade H-Bridge Multilevel

More information

Parameters of the radio channels that affect digital signal transmissions Propagation Environment Attenuation Index, γ

Parameters of the radio channels that affect digital signal transmissions Propagation Environment Attenuation Index, γ Parameters of the radio hannels that affet digital signal transmissions 1.Free spae attenuation - the signal undergoes an average attenuation that depends on the length of the path and signal s frequeny

More information

Frequency modulation Fourier transform spectroscopy

Frequency modulation Fourier transform spectroscopy Frequeny modulation Fourier transform spetrosopy Julien Mandon, Guy Guelahvili, Nathalie Piqué To ite this version: Julien Mandon, Guy Guelahvili, Nathalie Piqué. Frequeny modulation Fourier transform

More information

Study of the Variance in the Histogram Test of ADCs

Study of the Variance in the Histogram Test of ADCs Study of the Variane in the Histogram Test of ADCs F. Corrêa Alegria and A. Cruz Serra Teleommuniations Institute and Department of Eletrial and Computer Engineering Instituto Superior Ténio, Tehnial University

More information

ANALOG COMMUNICATION (8)

ANALOG COMMUNICATION (8) /5/3 DEPARTMENT OF ELECTRICAL &ELECTRONICS ENGINEERING ANALOG COMMUNICATION (8) Fall 3 Original slides by Yrd. Doç. Dr. Burak Kellei Modified by Yrd. Doç. Dr. Didem Kivan Tureli OUTLINE Random Variables

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

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

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

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

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

An Ontology-based Validation Approach to Resolve Conflicts in Manufacturing Design Process

An Ontology-based Validation Approach to Resolve Conflicts in Manufacturing Design Process An Ontology-based Validation Approah to Resolve Conflits in Manufaturing Design Proess Kazunari Hashimoto, Motoyuki Takaai, Yohei Yamane, Seiji Suzuki, Masao Watanabe, and Hiroshi Umemoto Researh and Tehnology

More information

Sensor Network with Data Transfer over Power Supply Wires

Sensor Network with Data Transfer over Power Supply Wires 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

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

Micro-Piezoelectric Head Technology of Color Inkjet Printer

Micro-Piezoelectric Head Technology of Color Inkjet Printer DPP2: International Conferene on Digital Prodution Printing and Industrial Appliations Miro-Piezoeletri Head Tehnology of Color Inkjet Printer Takao Mimura & Shinri Sakai SEIKO EPSON Corporation Shiojiri-shi,

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

Lecture Notes On Analogue Communication Techniques(Module 1 & 2) Topics Covered: 1. Spectral Analysis of Signals 2. Amplitude Modulation Techniques

Lecture Notes On Analogue Communication Techniques(Module 1 & 2) Topics Covered: 1. Spectral Analysis of Signals 2. Amplitude Modulation Techniques Leture Notes On Analogue Communiation Tehniques(Module 1 & ) Topis Covered: 1. Spetral Analysis of Signals. Amplitude Modulation Tehniques 3. Angle Modulation 4. Mathematial Representation of Noise 5.

More information

Auditory Processing of Speech: The COG Effect. Student Researcher: Daniel E. Hack. Advisor: Dr. Ashok Krishnamurthy

Auditory Processing of Speech: The COG Effect. Student Researcher: Daniel E. Hack. Advisor: Dr. Ashok Krishnamurthy Auditory Proessing of Speeh: The COG Effet Student Researher: Daniel E. Hak Advisor: Dr. Ashok Krishnamurthy The Ohio State University Department of Eletrial and Computer Engineering Abstrat The COG effet

More information

Comparative Study Between Power System Blockset and PSCAD/EMTDC for Transient Analysis of Custom Power Devices Based on Voltage Source Converter

Comparative Study Between Power System Blockset and PSCAD/EMTDC for Transient Analysis of Custom Power Devices Based on Voltage Source Converter International onferene on Power Systems Transients IPST in New Orleans, US omparative Study etween Power System lokset and PS/EMT for Transient nalysis of ustom Power evies ased on Voltage Soure onverter

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

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

and division (stretch).

and division (stretch). Filterg AC signals Topi areas Eletrial and eletroni engeerg: AC Theory. Resistane, reatane and impedane. Potential divider an AC iruit. Low pass and high pass filters. Mathematis: etor addition. Trigonometry.

More information

B.Tech II Year II Semester (R13) Supplementary Examinations May/June 2017 ANALOG COMMUNICATION SYSTEMS (Electronics and Communication Engineering)

B.Tech II Year II Semester (R13) Supplementary Examinations May/June 2017 ANALOG COMMUNICATION SYSTEMS (Electronics and Communication Engineering) Code: 13A04404 R13 B.Tech II Year II Semester (R13) Supplementary Examinations May/June 2017 ANALOG COMMUNICATION SYSTEMS (Electronics and Communication Engineering) Time: 3 hours Max. Marks: 70 PART A

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

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

Complete optical isolation created by indirect interband photonic transitions

Complete optical isolation created by indirect interband photonic transitions Corretion notie Complete optial isolation reated by indiret interband photoni transitions Zongfu Yu and Shanhui Fan Nature Photonis 4, 9 94 (009). In the version of this Supplementary Information originally

More information

A Robust Image Restoration by Using Dark channel Removal Method

A Robust Image Restoration by Using Dark channel Removal Method Volume 6, Issue 3, Marh 2017, ISSN: 2278 1323 A Robust Image Restoration by Using Dark hannel Removal Method Ankit Jain 1 (MTeh. sholar), Prof. Mahima Jain 2 Department Of Computer Siene And Engineering,

More information

Comparative Study of Different Filters with Several Window Techniques Using Wavelet for Removing Noise from ECG Signal

Comparative Study of Different Filters with Several Window Techniques Using Wavelet for Removing Noise from ECG Signal Comparative Study o Dierent Filters with Several Window Tehniques Using Wavelet or Removing Noise rom ECG Signal Manoj 1,Vinod Kumar 2, Sanjeev Kumar Dhull 3 GJUS&T Hisar (Haryana) 1,2,3 Email: manojrapria@yahoo.om

More information