LAB 6. FM Modulation ∫

Total Page:16

File Type:pdf, Size:1020Kb

LAB 6. FM Modulation ∫ LAB 6. FM Modulation Introduction In this lab, you will investigate frequency modulation (FM) and its properties. During this lab you will • Create an FM signal by modulating an audio waveform onto a carrier, • Examine the spectrum of the modulated carrier, • Evaluate the modulated carrier when the modulation index is varied and • Demodulate the signal and recover the original modulating waveform using two methods for demodulation. In your report you will compare the properties of the FM signal you created experimentally with those suggested by theory. The IC used for this experiment is the MC14046. The data sheet for the MC14046 can be obtained from Motorola at their web site: http://mot-sps.com/books/dl131/pdf/mc14046brev4.pdf In this modulation scheme, the frequency of carrier is varied in time based upon a modulating signal. This modulation method is, therefore, referred to as FM or frequency modulation. Since the frequency change of a sinusoid in time results in alternation of phase in time, FM may also be referred to as phase modulation, or PM, as well. Theory Consider a carrier signal, S(t) = A cos (ω c t + θ ) (6.1) where A, ϖc, and θ denote the amplitude, frequency, and phase of the carrier signal respectively. Now consider a situation where the frequency of this signal changes in accordance with a modulating signal, f(t). The resulting signal can be expressed as t St()==++ A cos[φωττθ ()] t A cos tkfd∫ ( ) (6.2) FM FM c f 0 where the instantaneous frequency (in radians per second) of the signal is dtφ () FM =+ω kft(). Observe that the frequency of this signal is directly proportional dt cf to the modulating signal. Also, kf denotes a scaling factor, limiting the maximum frequency deviation of signal ∆ω, ∆ω = kf |f(t)|max (6.3) Because FM is a nonlinear modulation it is highly sensitive to the frequency content of modulating signal. To see this, start with a sinusoidal modulating signal, Page 1 of 9 Revision C f(t) = a cos (ωm t). (6.4) This results in ∆ω = kf |f(t)|max = kf a, (6.5) which in turn yields t St()==++ A cos[φωττθ ()] t A cos tkfd∫ ( ) (6.6) FM FM c f 0 =+()ωβω + θ Atcoscm sin( t ) with β given by ∆ω β == ω Modulation index. (6.7) m An FM signal can be represented using the Bessel function ∞ =++βωωθ StFM() AJ∑ n ( )cos[(cm n ) t ] (6.8) n=−∞ th where Jn(.) is an n order Bessel function. Note that the spectrum of the FM signal in this case consists of an infinite sum of delta functions. Realizing that Jn(β) ≈ 0 for n > β, the bandwidth of the above FM signal may be shown to be ≈+βω BW 21()m radians per second, (6.9) based on Carson’s rule. The MC14046 Integrated Circuit is a Phase Locked Loop, which can be used as both an FM modulator and demodulator. In figure 1 below, when the input signal is the modulated carrier, the error voltage at the output of the low-pass filter represents the modulating signal. Phase Comparator Input Phase SFOUT Signal Errors LPF Reference Signal VCO Control Voltage Controlled Voltage Oscillator Figure 1. Phase Locked Loop Page 2 of 9 Revision C Prelab 6.1 Generation of the normalized FM signal 1) Create an FM signal using MatLab using the following parameters: Modulating frequency, fm 1 kHz Amplitude of fm 2.5 Vpp Carrier frequency, fc 10 kHz Amplitude of fc 2.5 Vpp Sampling rate 1 MHz You can make use of the m-file Pre6_1.m. 2) Generate plots of the FM signals created when the modulating signals are sine, triangle, and square waves using the same settings for frequency and amplitude. Make sure that the triangle and square waves are both antipodal (waveforms balanced above and below 0 volts). The FM output for a square wave looks like Frequency Shift Keying (FSK). The m- file pre6_1.m is designed to show the frequency variation more clearly in the time domain. Note: The m-file uses the function cumsum of MatLab for FM modulation. Cumsum models the integration operation for a digital signal, which means that the output of cumsum is not exactly same as the mathematical modeling for the analog signal. As a result, the value of the modulation index will differ somewhat from the actual result of mathematical calculation. To correct this, use integral-based equations to model FM. Prelab 6.2 Narrow band and Wide band Modulation FM can be categorized to narrow band and wideband. When the modulation index is very small, it is usually called narrow band FM (NBFM). The m-file pre6_2.m is a function file for this procedure. In the file, you only need to change the value of the modulation index β. It generates the output for the time domain signal based on the sampling frequency. Create plots of the FM output spectra using psdplot.m. The parameters you will need to run the m-files are >> [ y, fs ] = pre6_2 ( Beta ) ; >> psdplot ( y, fs) 1) Select a value of the modulation index that satisfies the condition for the NBFM (β , 0.2). Using that value, generate the plot of a NBFM signal using pre6_2.m. Plot the FFT of the output signal using psdplot.m file. 2) Generate the FFTs of an FM modulated signal when β = 0.01, 1, 2.4, 10, and 50. Observe the characteristic of the side bands using zoom for the FFT plots. In your report, comment on the time and frequency outputs for varying modulation indices. 3) Determine the maximum frequency deviation and scaling factor based the value of the modulation index. The m-file will show these values in the MatLab command window. The specification for amplitude and frequency are given in the m-file. Complete Table 1 and comment on the results on your plots for the outputs Page 3 of 9 Revision C Table 1 Modulation index β∆ω kf 0.01 1.0 2.4 10.0 50.0 When β is 2.4, you will observe a carrier null in the frequency spectrum. Explain the relationship of this carrier null and the value of the modulation index. 4 4) Complete Table 2 when kf = 1.2 ∗10 ∗ π radians per second per volt, the modulating signal frequency is 6 kHz, and the amplitude of the modulating signal is as given in the table. Table 2 Amplitude of modulating signal, ∆ω Modulation index β A 1 volt 2 4 2.4 Prelab 6.3. The Modulation Index of an FM signal You can observe the change of the spectral shape for various modulation indices, β. In this step, you will generate a series of line spectra. Generate two sets of plots, one for varying β when ωm is held constant, and one for varying β when ∆ω is held constant. Use 1, 2, 5, 10, and 20 as values for β. The m-file pre6_3 will generate the spectra for the values of modulation index. Once you execute the m-script file, you have to press any key after you have one figure in order to see the subsequent figures. In the Lab Report, explain the patterns of the line spectra. Prelab 6.4. Demodulation of FM signal There are two predominant methods for demodulating an FM signal. One is direct method that uses a linear frequency-to-voltage transfer characteristic. Such a system is called a frequency discriminator. The simplest discriminator is a differentiator. Page 4 of 9 Revision C Figure 2. FM Modulator The second method, considered an indirect method, uses a Phase-Locked Loop. In this procedure, a direct method is simulated, using a frequency differentiator and an envelope detector. 1) Generate the plots for modeling the demodulation. The FM signal is generated and demodulated in the m-file, pre6_4. The carrier is a sinusoid with 1 Vpp amplitude and 1 MHz. Modulating signal is a sinusoid with a 10 Vpp and 10 kHz. Try using different values for β to see the impact on the displayed spectra. To see what your FM radio receives, try using values such as are used for Commercial FM transmission (88 - 108 MHz). Lab 6: Frequency Modulation Parts required for Lab 6 Resistors: 1 – 150 Ω Others as determined by circuit Capacitors: 1 – 510 pF 1 – 4700 pF Others as determined by circuit Integrated circuits: 2 – MC14046 Phase Locked Loop 1. Construct the circuit shown in Figure 2 using 91 kΩ for R1 and 22 kΩ for R2. Use +5 1 volts for VDD . Connect pin 9 (the VCO input) to ground and measure the frequency of the signal at pin 4 (the VCO output). Record this frequency as Fmin1. Remove the ground from pin 9 and connect it, instead to VDD. Again, measure the frequency at pin 4 and record it as Fmax1. Fmin1 and Fmax1 establish the dynamic range of the PLL. F min1 = Fmax1 = 2. Using a second MC14046, construct a second circuit based on Figure 2. This time use 33 kΩ for R1 and 30 kΩ for R2. As you did for the first circuit, connect pin 9 (the VCO input) to ground and measure the frequency of the signal at pin 4 (the VCO output). Record this frequency as Fmin2. Remove the ground from pin 9 and connect it, instead to VDD. Again, measure the frequency at pin 4 and record it as Fmax2. F min2 = Fmax2 = 1 The MC14046 requires pin 16 to be connected to VDD and pin 8 to be connected to ground.
Recommended publications
  • Lecture 25 Demodulation and the Superheterodyne Receiver EE445-10
    EE447 Lecture 6 Lecture 25 Demodulation and the Superheterodyne Receiver EE445-10 HW7;5-4,5-7,5-13a-d,5-23,5-31 Due next Monday, 29th 1 Figure 4–29 Superheterodyne receiver. m(t) 2 Couch, Digital and Analog Communication Systems, Seventh Edition ©2007 Pearson Education, Inc. All rights reserved. 0-13-142492-0 1 EE447 Lecture 6 Synchronous Demodulation s(t) LPF m(t) 2Cos(2πfct) •Only method for DSB-SC, USB-SC, LSB-SC •AM with carrier •Envelope Detection – Input SNR >~10 dB required •Synchronous Detection – (no threshold effect) •Note the 2 on the LO normalizes the output amplitude 3 Figure 4–24 PLL used for coherent detection of AM. 4 Couch, Digital and Analog Communication Systems, Seventh Edition ©2007 Pearson Education, Inc. All rights reserved. 0-13-142492-0 2 EE447 Lecture 6 Envelope Detector C • Ac • (1+ a • m(t)) Where C is a constant C • Ac • a • m(t)) 5 Envelope Detector Distortion Hi Frequency m(t) Slope overload IF Frequency Present in Output signal 6 3 EE447 Lecture 6 Superheterodyne Receiver EE445-09 7 8 4 EE447 Lecture 6 9 Super-Heterodyne AM Receiver 10 5 EE447 Lecture 6 Super-Heterodyne AM Receiver 11 RF Filter • Provides Image Rejection fimage=fLO+fif • Reduces amplitude of interfering signals far from the carrier frequency • Reduces the amount of LO signal that radiates from the Antenna stop 2/22 12 6 EE447 Lecture 6 Figure 4–30 Spectra of signals and transfer function of an RF amplifier in a superheterodyne receiver. 13 Couch, Digital and Analog Communication Systems, Seventh Edition ©2007 Pearson Education, Inc.
    [Show full text]
  • Of Single Sideband Demodulation by Richard Lyons
    Understanding the 'Phasing Method' of Single Sideband Demodulation by Richard Lyons There are four ways to demodulate a transmitted single sideband (SSB) signal. Those four methods are: • synchronous detection, • phasing method, • Weaver method, and • filtering method. Here we review synchronous detection in preparation for explaining, in detail, how the phasing method works. This blog contains lots of preliminary information, so if you're already familiar with SSB signals you might want to scroll down to the 'SSB DEMODULATION BY SYNCHRONOUS DETECTION' section. BACKGROUND I was recently involved in trying to understand the operation of a discrete SSB demodulation system that was being proposed to replace an older analog SSB demodulation system. Having never built an SSB system, I wanted to understand how the "phasing method" of SSB demodulation works. However, in searching the Internet for tutorial SSB demodulation information I was shocked at how little information was available. The web's wikipedia 'single-sideband modulation' gives the mathematical details of SSB generation [1]. But SSB demodulation information at that web site was terribly sparse. In my Internet searching, I found the SSB information available on the net to be either badly confusing in its notation or downright ambiguous. That web- based material showed SSB demodulation block diagrams, but they didn't show spectra at various stages in the diagrams to help me understand the details of the processing. A typical example of what was frustrating me about the web-based SSB information is given in the analog SSB generation network shown in Figure 1. x(t) cos(ωct) + 90o 90o y(t) – sin(ωct) Meant to Is this sin(ω t) represent the c Hilbert or –sin(ωct) Transformer.
    [Show full text]
  • An Analysis of a Quadrature Double-Sideband/Frequency Modulated Communication System
    Scholars' Mine Masters Theses Student Theses and Dissertations 1970 An analysis of a quadrature double-sideband/frequency modulated communication system Denny Ray Townson Follow this and additional works at: https://scholarsmine.mst.edu/masters_theses Part of the Electrical and Computer Engineering Commons Department: Recommended Citation Townson, Denny Ray, "An analysis of a quadrature double-sideband/frequency modulated communication system" (1970). Masters Theses. 7225. https://scholarsmine.mst.edu/masters_theses/7225 This thesis is brought to you by Scholars' Mine, a service of the Missouri S&T Library and Learning Resources. This work is protected by U. S. Copyright Law. Unauthorized use including reproduction for redistribution requires the permission of the copyright holder. For more information, please contact [email protected]. AN ANALYSIS OF A QUADRATURE DOUBLE- SIDEBAND/FREQUENCY MODULATED COMMUNICATION SYSTEM BY DENNY RAY TOWNSON, 1947- A THESIS Presented to the Faculty of the Graduate School of the UNIVERSITY OF MISSOURI - ROLLA In Partial Fulfillment of the Requirements for the Degree MASTER OF SCIENCE IN ELECTRICAL ENGINEERING 1970 ii ABSTRACT A QDSB/FM communication system is analyzed with emphasis placed on the QDSB demodulation process and the AGC action in the FM transmitter. The effect of noise in both the pilot and message signals is investigated. The detection gain and mean square error is calculated for the QDSB baseband demodulation process. The mean square error is also evaluated for the QDSB/FM system. The AGC circuit is simulated on a digital computer. Errors introduced into the AGC system are analyzed with emphasis placed on nonlinear gain functions for the voltage con­ trolled amplifier.
    [Show full text]
  • E2L005 ROTCH a Day in the Life of the RF Spectrum
    A Day in the Life of the RF Spectrum by James E. Cooley B.S., Computer Engineering Northwestern University (1999) Submitted to the Program of Media Arts and Sciences, School of Architecture and Planning, In partial fulfillment of the requirement for the degree of MASTER OF SCIENCE IN MEDIA ARTS AND SCIENCES at the MASSACHUSETTS INSTITUTE OF TECHNOLOGY September 2005 © Massachusetts Institute of Technology, 2005. All rights reserved. Signature of Author: Program in Media Arts and Sciences August 5, 2005 Certified by: Andrew B. Lippman Senior Research Scientist of Media Arts and Sciences Program in Media Arts and Sciences Thesis Supervisor Accepted by: Andrew B. Lippman Chairman, Departmental Committee on Graduate Studies Program in Media Arts and Sciences tMASSACHUSETT NSE IT 'F TECHNOLOG Y E2L005 ROTCH A Day in the Life of the RF Spectrum by James E. Cooley Submitted to the Program of Media Arts and Sciences, School of Architecture and Planning, September 2005 in partial fulfillment of the requirement for the degree of Master of Science in Media Arts and Sciences Abstract There is a misguided perception that RF spectrum space is fully allocated and fully used though even a superficial study of actual spectrum usage by measuring local RF energy shows it largely empty of radiation. Traditional regulation uses a fence-off policy, in which competing uses are isolated by frequency and/or geography. We seek to modernize this strategy. Given advances in radio technology that can lead to fully cooperative broadcast, relay, and reception designs, we begin by studying the existing radio environment in a qualitative manner.
    [Show full text]
  • Arxiv:1306.0942V2 [Cond-Mat.Mtrl-Sci] 7 Jun 2013
    Bipolar electrical switching in metal-metal contacts Gaurav Gandhi1, a) and Varun Aggarwal1, b) mLabs, New Delhi, India Electrical switching has been observed in carefully designed metal-insulator-metal devices built at small geometries. These devices are also commonly known as mem- ristors and consist of specific materials such as transition metal oxides, chalcogenides, perovskites, oxides with valence defects, or a combination of an inert and an electro- chemically active electrode. No simple physical device has been reported to exhibit electrical switching. We have discovered that a simple point-contact or a granu- lar arrangement formed of metal pieces exhibits bipolar switching. These devices, referred to as coherers, were considered as one-way electrical fuses. We have identi- fied the state variable governing the resistance state and can program the device to switch between multiple stable resistance states. Our observations render previously postulated thermal mechanisms for their resistance-change as inadequate. These de- vices constitute the missing canonical physical implementations for memristor, often referred as the fourth passive element. Apart from the theoretical advance in un- derstanding metallic contacts, the current discovery provides a simple memristor to physicists and engineers for widespread experimentation, hitherto impossible. arXiv:1306.0942v2 [cond-mat.mtrl-sci] 7 Jun 2013 a)Electronic mail: [email protected] b)Electronic mail: [email protected] 1 I. INTRODUCTION Leon Chua defines a memristor as any two-terminal electronic device that is devoid of an internal power-source and is capable of switching between two resistance states upon application of an appropriate voltage or current signal that can be sensed by applying a relatively much smaller sensing signal1.
    [Show full text]
  • Fm Demodulation Using a Digital Radio and Digital Signal Processing
    FM DEMODULATION USING A DIGITAL RADIO AND DIGITAL SIGNAL PROCESSING By JAMES MICHAEL SHIMA A THESIS PRESENTED TO THE GRADUATE SCHOOL OF THE UNIVERSITY OF FLORIDA IN PARTIAL FULFILLMENT OF THE REQUIREMENTS FOR THE DEGREE OF MASTER OF SCIENCE UNIVERSITY OF FLORIDA 1995 Copyright 1995 by James Michael Shima To my mother, Roslyn Szego, and To the memory of my grandmother, Evelyn Richmond. ACKNOWLEDGMENTS First, I would like to thank Mike Dollard and John Abaunza for their extended support of my research. Moreover, their guidance and constant tutoring were unilaterally responsible for the origin of this thesis. I am also grateful to Dr. Scott Miller, Dr. Jose Principe, and Dr. Michel Lynch for their support of my research and their help with my thesis. I appreciate their investment of time to be on my supervisory committee. Mostly, I must greatly thank and acknowledge my mother and father, Ronald and Roslyn Szego. Without their unending help in every facet of life, I would not be where I am today. I also acknowledge and greatly appreciate the financial help of my grandmother, Mae Shima. iv TABLE OF CONTENTS ACKNOWLEDGMENTS ................................................................................................. iv CHAPTER 1 ........................................................................................................................1 INTRODUCTION................................................................................................................1 1.1 Background Overview ............................................................................................1
    [Show full text]
  • Amplitude Modulation
    ENSC327 Communications Systems 3. Amplitude Modulation School of Engineering Science Simon Fraser University 1 Outline Some Required Background Overview of Modulation What is modulation? Why modulation? Overview of analog modulation History of AM & FM Radio Broadcast Linear Modulation: Amplitude modulation 2 Some Required Background Basics of sinusoidal signals: amplitude, frequency, phase. RC Circuits, Natural Response. Assume initial voltage to be ( ). Recall from ENSC-220, what is ( )? 0 Fourier Transform of cos 2 or a complex exponential. Properties of FT, e.g., shift in frequency, Parseval’s theorem. Definition of Bandwidth (BW) (see Lecture 2) 3 Overview of Modulation What is modulation? The process of varying a carrier signal in order to use that signal to convey information. Why modulation? 1. Reducing the size of the antennas: The optimal antenna size is related to wavelength: Voice signal: 3 kHz 4 Overview of Modulation Why modulation? 2. Allowing transmission of more than one signal in the same channel (multiplexing) 3. Allowing better trade-off between bandwidth and signal-to-noise ratio (SNR) 5 Analog modulation The input message is continuous in time and value Continuous-wave modulation (focus of this course) A parameter of a high-freq carrier is varied in accordance with the message signal If a sinusoidal carrier is used, the modulated carrier is: Linear modulation: A(t) is linearly related to the message. AM, DSB, SSB Angle modulation: Phase modulation: Φ(t) is linearly related the message. Freq.
    [Show full text]
  • Real-Time Photon-Noise Limited Optical Coherence Tomography Based on Pixel-Level Analog Signal Processing
    Real-Time Photon-Noise Limited Optical Coherence Tomography Based on Pixel-Level Analog Signal Processing A dissertation submitted to the Faculty of Science of the University of Neuchâtel for the degree of Doctor of Science presented by Stephan Beer column bus OC sub/int S/H pixel follower buffer sub/int S/H PD pixel follower 0.8 0.6 4 0.4 0.2 2 5 4 3 2 0 1 0 2006 ii iv f¨urmeine geliebte Frau Christine vi Abstract This thesis presents the development of a CMOS smart imager for real-time optical coherency tomography (OCT). OCT is a measuring technique that allows the acquisi- tion of three-dimensional pictures of discontinuities in the refractive index and phase steps in the sample. This technique has gained a lot of impact not only for many bio- medical but also for industrial applications over the last few years, especially due to the achieved depth resolution in the micrometer range. It allows topographic imaging and the determination of surfaces as well as the tomographic acquisition of transpa- rent and turbid objects. This method features an outstanding depth resolution in the sub-micrometer scale over a depth range of up to some millimeters. OCT is based on the low-coherence interferometry (white-light interferometry) with light in the visible or near infrared spectrum. The underlying physical principle allows the suppression of multiply-scattered photons in order to detect mainly ballistic photons, i.e. direct re- flected photons. The goal of this thesis was to realize a very fast, robust 3D OCT system performing close to the physical limit.
    [Show full text]
  • ES442 Lab 6 Frequency Modulation and Demodulation
    ES442 Lab#6 ES442 Lab 6 Frequency Modulation and Demodulation Objective 1. Build simple FM demodulator by using frequency discriminator 2. Build simple envelope detector for FM demodulation. 3. Using MATLAB m-file and simulink to implement FM modulation and demodulation. Part List 1uF capacitor (2); 10.0Kohm resistor, 1.0Kohm resistor, Power supply with +/-5V, Scope and frequency analyzer, FM signal Generator. Estimated Time About 90 minutes. Introduction Frequency modulation is a form of modulation, which represents information as variations in the instantaneous frequency of a carrier wave. In analog applications, the carrier frequency is varied in direct proportion to changes in the amplitude of an input signal. This is shown in Fig. 1. Figure 1, Frequency modulation. The FM-modulated signal has its instantaneous frequency that varies linearly with the amplitude of the message signal. Now we can get the FM-modulation by the following: where Kƒ is the sensitivity factor, and represents the frequency deviation rate as a result of message amplitude change. The instantaneous frequency is: Ver 2. 1 ES442 Lab#6 The maximum deviation of Fc (which represents the max. shift away from Fc in one direction) is: Note that The FM-modulation is implemented by controlling the instantaneous frequency of a voltage-controlled oscillator(VCO). The amplitude of the input signal controls the oscillation frequency of the VCO output signal. In the FM demodulation what we need to recover is the variation of the instantaneous frequency of the carrier, either above or below the center frequency. The detecting device must be constructed so that its output amplitude will vary linearly according to the instantaneous freq.
    [Show full text]
  • Quadrature Amplitude Modulation (QAM)
    Quadrature Amplitude Modulation (QAM) PAM signals occupy twice the bandwidth required for the baseband Transmit two PAM signals using carriers of the same frequency but in phase and quadrature Demodulation: QAM Transmitter Implementation QAM is widely used method for transmitting digital data over bandpass channels A basic QAM transmitter Inphase component Pulse a Impulse a*(t) a(t) n Shaping Modulator + d Map to Filter sin w t n Serial to c Constellation g (t) s(t) Parallel T Point * Pulse 1 Impulse b (t) b(t) Shaping - J Modulator bn Filter quadrature component gT(t) cos wct Using complex notation = − = ℜ s(t) a(t)cos wct b(t)sin wct s(t) {s+ (t)} which is the preenvelope of QAM ∞ ∞ − = + − jwct = jwckT − jwc (t kT ) s+ (t) (ak jbk )gT (t kT )e s+ (t) (ck e )gT (t kT)e −∞ −∞ Complex Symbols Quadriphase-Shift Keying (QPSK) 4-QAM Transmitted signal is contained in the phase imaginary imaginary real real M-ary PSK QPSK is a special case of M-ary PSK, where the phase of the carrier takes on one of M possible values imaginary real Pulse Shaping Filters The real pulse shaping g (t) filter response T = jwct = + Let h(t) gT (t)e hI (t) jhQ (t) = hI (t) gT (t)cos wct = where hQ (t) gT (t)sin wct = − This filter is a bandpass H (w) GT (w wc ) filter with the frequency response Transmitted Sequences Modulated sequences before passband shaping ' = ℜ jwc kT = − ak {ck e } ak cos wc kT bk sin wc kT ' = ℑ jwc kT = + bk {ck e } ak sin wc kT bk cos wc kT Using these definitions ∞ = ℜ = ' − − ' − s(t) {s+ (t)} ak hI (t kT) bk hQ (t kT)
    [Show full text]
  • Chapter 8 Frequency Modulation (FM) Contents
    Chapter 8 Frequency Modulation (FM) Contents Slide 1 Frequency Modulation (FM) Slide 2 FM Signal Definition (cont.) Slide 3 Discrete-Time FM Modulator Slide 4 Single Tone FM Modulation Slide 5 Single Tone FM (cont.) Slide 6 Narrow Band FM Slide 7 Bandwidth of an FM Signal Slide 8 Demod. by a Frequency Discriminator Slide 9 FM Discriminator (cont.) Slide 10 Discriminator Using Pre-Envelope Slide 11 Discriminator Using Pre-Envelope (cont.) Slide 12 Discriminator Using Complex Envelope Slide 13 Phase-Locked Loop Demodulator Slide 14 PLL Analysis Slide 15 PLL Analysis (cont. 1) Slide 16 PLL Analysis (cont. 2) Slide 17 Linearized Model for PLL Slide 18 Proof PLL is a Demod for FM Slide 19 Comments on PLL Performance Slide 20 FM PLL vs. Costas Loop Bandwidth Slide 21 Laboratory Experiments for FM Slide 21 Experiment 8.1 Making an FM Modulator Slide 22 Experiment 8.1 FM Modulator (cont. 1) Slide 23 Experiment 8.2 Spectrum of an FM Signal Slide 24 Experiment 8.2 FM Spectrum (cont. 1) Slide 25 Experiment 8.2 FM Spectrum (cont. 1) Slide 26 Experiment 8.2 FM Spectrum (cont. 3) Slide 26 Experiment 8.3 Demodulation by a Discriminator Slide 27 Experiment 8.3 Discriminator (cont. 1) Slide 28 Experiment 8.3 Discriminator (cont. 2) Slide 29 Experiment 8.4 Demodulation by a PLL Slide 30 Experiment 8.4 PLL (cont.) 8-ii ✬ Chapter 8 ✩ Frequency Modulation (FM) FM was invented and commercialized after AM. Its main advantage is that it is more resistant to additive noise than AM. Instantaneous Frequency The instantaneous frequency of cos θ(t) is d ω(t)= θ(t) (1) dt Motivational Example Let θ(t) = ωct.
    [Show full text]
  • QAM Demodulation 0 QAM Demodulation
    S. Brand, Philips Semiconductors, PCALE QAM Demodulation 0 QAM Demodulation o Application area o What is QAM? o What are QAM Demodulation Functions? o General block diagram of QAM demodulator o Explanation of the main function (Nyquist shaping, Clock & Carrier Recovery, AGC, Adaptive Equaliser) o Performance o Conclusion Wireless Communications S. Brand, Philips Semiconductors, PCALE QAM Demodulation 1 Example Application Area “Wireless Cable” Digital TV using Microwave Transmission QAM Modulation Set-top Box Multiplexing Radio Channel Compression · Compression = bit rate reduction · Multiplexing = assembly of multiple programs · Modulation = conversion to transmission format · Set-top Box = Integrated Receiver Decoder (IRD), provides a subscriber access to a wide range of programs Wireless Communications S. Brand, Philips Semiconductors, PCALE QAM Demodulation 2 What is QAM? o Amplitude Modulation of 2E 2E o Two Orthogonal Carriers o o xi (t) = ---------ai cos(wct) + ---------bi sin (wct) Ts Ts a =+3 a =+1 a =-7 +7 i-1 i i+1 Q +5 +3 7 +1 -1 I 5 -3 -5 Ts 3 -7 ÖEo bi-1=-5 bi=+5 bi+1=-1 1 I +7 ÖEo +5 Tc -1 +3 +1 -1 Q -3 -3 -5 -5 -7 -7 time -7 -5 -3 -1 1 3 5 7 64QAM in time domain 64QAM Constellation diagram Wireless Communications S. Brand, Philips Semiconductors, PCALE QAM Demodulation 3 M-ary QAM { { I Q Satellite Cable b5b4b3b2b1b0 b1b0 Noise power signal power S/N > 3 dB for M=4 S/N > 21 dB for M=64 S/N > 27 dB for M=256 Wireless Communications S. Brand, Philips Semiconductors, PCALE QAM Demodulation 4 What to do to recover the information? Functions Result Automatic Gain Control Optimal position of constellation diagram in reception window Quadrature I & Q base band signals down conversion (Half) Nyquist Filtering Pulse shaping Clock Recovery Sampling reference for A/D Converter Carrier Recovery Carrier frequency reference Adaptive Equaliser Compensate for channel distortion Demapping Representation of received data in bits Wireless Communications S.
    [Show full text]