1. Clearly circle one answer for each part.

Size: px
Start display at page:

Download "1. Clearly circle one answer for each part."

Transcription

1 TB / Exam Style Questions 1 EXAM STYLE QUESTIONS Covering Chapters of Telecommunication Breakdown 1. Clearly circle one answer for each part. (a) TRUE or FALSE: For two rectangular impulse responses with the same maximum magnitude but different time widths T 1 and T 2 with T 1 > T 2, the halfpower bandwidth of the frequency response of the pulse with width T 1 exceeds that of the pulse with width T 2. (b) TRUE or FALSE: For the PAM baseband signals created by a rectangular pulse and a triangular pulse with the same time width and the same maximum amplitude, the half-power bandwidth of the sequence using the triangular pulse exceeds that of the rectangular pulse. (c) TRUE or FALSE: The impulse response of a series combination of any α-secondwide pulse shape filter and its matched filter form a Nyquist pulse shape for a T-spaced symbol sequence for any T α. (d) TRUE or FALSE: Decision-directed phase recovery can exhibit local minima of different depths. (e) TRUE or FALSE: Implementing a Costas loop phase recovery scheme on the preprocessed version (i.e. squared and narrowly bandpass filtered at twice the carrier frequency) of a received PAM signal results in one and only one local minimum in any 179 window of the adjusted phase. (f) TRUE or FALSE: The optimum settings of timing recovery via output power maximization with and without intersymbol interference in the analog channel are the same. (g) TRUE or FALSE: The optimum settings of phase recovery via the phase-locked loop operating on a preprocessed (i.e. squared and narrowly bandpass filtered at twice the carrier frequency) received PAM signal are unaffected by the channel transfer function outside a narrow band around the carrier frequency. (h) TRUE or FALSE: The causal, minimum-delay, matched (for a spectrally flat channel noise) filter for a τ-second wide pulse shape with an even-symmetric impulse response has its optimum sampling time at τ seconds after the start of an undistorted pulse at the matched filter input.

2 TB / Exam Style Questions 2 (i) TRUE or FALSE: Processing a bandlimited signal through a linear, timeinvariant filter can increase its half-power bandwidth. (j) TRUE or FALSE: The linear, time-invariant filter with impulse response f[k] = βδ[k j] is a highpass filter. j= 2. Consider the sampled version x(kt + τ) of the baseband signal x(t) recovered by the receiver in a 2-PAM (±1) communication system. In ideal circumstances, the baud-timing variable τ could be set so x(kt + τ) exactly matched the source symbol sequence transmitted by this PAM system. We choose to select τ as the value that optimizes for a suitably large N. J DM (τ) = 1 N k 0 +N k=k 0 +1 (1 x 2 (kt s + τ)) 2 (a) Should J DM be minimized or maximized? Clearly justify your answer. (Equations and diagrams without prose commentary do not qualify as an explanation.) (b) Using your choice in part (a) and the approximation d(x(kt s + τ)) x(kt s + τ) x(kt s + τ ɛ) dτ ɛ for a positive ɛ, derive an approximate gradient following algorithm that optimizes J DM. (To receive any partial credit for an incorrect answer, your work must be clearly explained. Equations and diagrams without prose commentary do not qualify as an explanation.) 3. Consider the 1.2 msec wide pulse shape p(t) shown in Figure 1. (a) Is p(t) in Figure 1 a Nyquist pulse for the symbol period T = 0.35 msec? Clearly justify your answer. (Equations and diagrams without prose commentary do not qualify as an explanation.) (b) Is p(t) in Figure 1 a Nyquist pulse for the symbol period T = 0.70 msec? Clearly justify your answer. (Equations and diagrams without prose commentary do not qualify as an explanation.) 4. Consider the baseband communication system in Figure 2. The difference equation relating the symbols m[k] to the T-spaced equalizer input u[k] for the chosen baud-timing factor ɛ is u[k] = 0.04m[k ρ] m[k 1 ρ] m[k 2 ρ] m[k 3 ρ]

3 TB / Exam Style Questions 3 Figure 1: Pulse Shape where ρ is a nonnegative integer. The finite-impulse-response equalizer is described by the difference equation y[k] = u[k] + αu[k 1] relating its input u to its output y. Figure 2: Baseband Communication System (a) With α = 0.4 and a binary (±1) source is the system from the source symbols m[k] to the equalizer output y[k] open-eye? Clearly justify your answer. (Equations and diagrams without prose commentary do not qualify as an explanation.) (b) Is it possible for the system from 4-PAM (±1, ±3) source symbols m[k] to the equalizer output y[k] to be made open-eye by selection of α? If so, provide a successful value of α. If not, explain why not. (To receive any partial credit for an incorrect answer, your work must be clearly explained. Equations and diagrams without prose commentary do not qualify as an explanation.) 5. Consider the passband communication system shown in Figure 3. The message signal m(t) is a sinusoid with frequency f 0 Hz, i.e. m(t) = cos(2πf 0 t). The carrier

4 TB / Exam Style Questions 4 frequency used in the transmitter and receiver is the same, i.e. f C Hz, where f C > 5f 0. The transmitter mixer phase is θ radians. The receiver mixer phase is φ radians. The frequency-selective, linear, time-invariant channel has impulse response h(t). The linear, time-invariant bandpass filter at the front-end of the receiver has impulse response g(t). Their convolution forms the impulse response p(t) (= h(t) g(t)). The frequency response P(f) of p(t) has the special symmetry property that and P(f) f=fc f 0 = β (γ + α) P(f) f=fc +f 0 = β (γ α) where a b indicates a complex number with magnitude a and phase b. The ideal lowpass filter with output x 2 (t) has a cutoff frequency greater than f 0 but less than f C. Figure 3: Passband Communication System (a) Write the output x 1 (t) of the bandpass filter g(t) as a sum of two scaled cosines at different frequencies. (To receive any partial credit for an incorrect answer, your work must be clearly explained. Equations and diagrams without prose commentary do not qualify as an explanation.) (b) Compute x 2 (t) as a single scaled cosine. (To receive any partial credit for an incorrect answer, your work must be clearly explained. Equations and diagrams without prose commentary do not qualify as an explanation.) (c) Determine the value of the receiver mixer phase φ that maximizes the amplitude of x 2 (t). (To receive any partial credit for an incorrect answer, your work must be clearly explained. Equations and diagrams without prose commentary do not qualify as an explanation.) 6. Consider the generation of a PAM transmitter baseband signal using the following Matlab code Ts=1/10000;time=2; t=ts:ts:time; M=8; N=length(t)/M;

5 TB / Exam Style Questions 5 m=pam(n,4,5); mup=zeros(1,n*m); mup(1:m:end)=m; s=filter(ps,1,mup); ssf=(-n*m/2:n*m/2-1)/(ts*n*m); fs=fft(s); fss=fftshift(fs); plot(ssf,abs(fss)) preceded by definition of the pulse shape impulse response vector ps as one of the following six choices: 1. [1, 1, 1, 1, 1, 1, 1, 1] 2. [0.15, 0.45, 0.75, 1, 1, 0.75, 0.45, 0.15] 3. [1, 1, 1, 1, 1, 1, 1, 1] 4. [1, 1, 1, 1, 0, 0, 0, 0] 5. [0, 0, 1, 0, 0, 1, 0, 0] 6. [0, 0, 0, 1, 1, 0, 0, 0] Only four of these are plotted in Figure 4. You are to indicate with reasons which pulse shape created each of these 4 figures. (a) Which pulse shape among the six choices results in Figure A? Justify your answer. (b) Which pulse shape among the six choices results in Figure B? Justify your answer. (c) Which pulse shape among the six choices results in Figure C? Justify your answer. (d) Which pulse shape among the six choices results in Figure D? Justify your answer. 7. Consider a resampler with input x(kt s ) and output x(kt s + τ). Using the approximation d(x(kt s + τ)) x(kt s + τ) x(kt s + τ ɛ) dτ ɛ for a positive ɛ, derive an approximate gradient descent algorithm that minimizes J FP (τ) = 1 N k 0 +N k=k 0 +1 x 4 (kt s + τ)

6 TB / Exam Style Questions 6 Figure 4: Various PAM Baseband Transmitted Signal Spectra for a suitably large N. 8. Consider the multiuser system shown in Figure 5. Both users are transmitting PAM signals for binary (±1), independent, equally probable symbols. The signal from the desired user (user 1) is distorted by a frequency selective channel with impulse response h 1 [k] = δ[k] + bδ[k 1] The signal from the interfering user (user 2) is simply scaled by h 2 [k] = c Thus, the difference equation generating the received signal r is r[k] = s 1 [k] + bs 1 [k 1] + cs 2 [k] The difference equation describing the equalizer input-output behavior is x[k] = r[k] + dr[k 1]

7 TB / Exam Style Questions 7 For the binary alphabet, the decision device is simply a sign operator. Figure 5: Baseband Communication System with Multiuser Interference (a) Write out the difference equation relating s 1 [k] and s 2 [k] to x[k] without using r by specifying the ρ i as functions of b, c, and d in x[k] = s 1 [k] + ρ 1 s 1 [k 1] + ρ 2 s 1 [k 2] + ρ 3 s 2 [k] + ρ 4 s 2 [k 1] + ρ 5 s 2 [k 2] ρ 1 = ρ 2 = ρ 3 = ρ 4 = ρ 5 = (b) Consider the cost function J MSE = 1 N k 0 +N k=k 0 +1 (s 1 [k] x[k]) 2 For the uncorrelated source symbol sequences, J MSE is minimized by minimizing ρ 2 i. For b = 0.8 and c = 0.3 compute the equalizer setting d that minimizes J MSE. You must provide a clear explanation of your answer to receive any credit. (Equations without prose commentary do not qualify as an explanation.) (c) For b = 0.8, c = 0.3, and d = 0, (i.e. equalizer-less reception) does the system exhibit no decision errors for any input sequence or does it exhibit some decision errors with particular input sequences with regard to recovery of user 1 s symbol

8 TB / Exam Style Questions 8 sequence? You must provide a clear explanation of your answer to receive any credit. (Equations without prose commentary do not qualify as an explanation.) (d) For b = 0.8, c = 0.3, and your d from part (b) does the system exhibit no decision errors for any input sequence or does it exhibit some decision errors with particular input sequences with regard to recovery of user 1 s symbol sequence? Does this system suffer more severe decision errors than the equalizer-less system of part (c)? You must provide a clear explanation of your answers to receive any credit. (Equations without prose commentary do not qualify as an explanation.) 9. Consider the baseband communication system segment shown in Figure 6. where Figure 6: Baseband Communication System Segment the message signal is a scaled impulse train m(t) = s[i]δ(t it + α) (1) i= with the scale factors, i.e. the symbols s[i], drawn from a finite alphabet. The channel noise, if presumed present, has a flat power spectral density. The objective is to recover the s[i] as the x 4 (kt) by proper selection of F(f) and T at the transmitter and (given knowledge of the transmitter-selected T) G(f) and τ at the receiver. (a) First we will examine a noise-free circumstance, where we assume n(t) = 0 for all t. Consider the transmit and receive filter spectra shown in Figure 7 and 8. With α and τ set to zero, is there a symbol period T for which x 4 (kt) = γm(k δt) for some integer δ? If your answer is yes, find this T. If your answer is no, provide the spectrum of a different G(f) that in combination with the original F(f) would prove satisfactory. You must persuasively and clearly explain your answer to receive any credit. (Equations without prose commentary do not qualify as an explanation.) (b) Now we will consider the situation in Figure 6 where n(t) has a flat power spectral density of nonzero magnitude and α = 0.41 msec in m(t). We will consider the transmit filter with impulse response in Figure 9. (i) Draw the impulse response of the minimum-delay, causal receive filter that maximizes the SNR of the m-driven and n-driven components of x 4 (kt). Be certain to

9 TB / Exam Style Questions 9 Figure 7: Spectrum of Transmit Filter Figure 8: Spectrum of Receive Filter give specific values of time and amplitude at all breakpoints and local maxima of the resulting curve. Also, determine the associated optimum choice for receiver sampler timing offset τ. You must briefly explain your answers to receive any credit. (Equations without prose commentary do not qualify as an explanation.) (ii) For the optimal receive filter from part (i), determine the the minimum symbol interval T (in msec) at which no intersymbol interference appears with the optimum τ. You must briefly explain your answers to receive any credit. (Equations without prose commentary do not qualify as an explanation.) 10. The trained adaptive equalizer updates its impulse response coefficients f i [k] via f i [k + 1] = f i [k] + µe[k]r[k i] (2) where

10 TB / Exam Style Questions 10 Figure 9: Transmit Filter Impulse Response µ is the positive, small stepsize, e[k] is the prediction error, which is the difference s[k δ] y[k] between the equalizer output y[k] = N 1 i=0 f i [k]r[k i] (3) and the known transmitted training signal s with suitable delay δ, and r is the symbol-spaced output of the baud-timing and downsampling component of the receiver and therefore the input to the symbol-spaced equalizer. The equalizer parameter adaptation law of (2) is based on a stochastic gradient descent of the cost function J 1 [k] = (1/2)e 2 [k] (4) With channels with deep nulls in their frequency response and a very high SNR in the received signal, the minimization of (the average) of J 1 by (2) will result in a very large spike in the equalizer frequency response, in order for their product to be unity at the frequency of the channel null as desired at all frequencies. Such large spikes in the equalizer frequency response will undesirably amplify channel noise present in their sub-band. To inhibit the resulting large values of f i needed to create a frequency response with segments of high gain, consider a cost function that also penalizes the sum of the squares of the f i, e.g. J 2 [k] = (1/2) ( e 2 [k] + λ N 1 i=0 f 2 i [k] ) (5)

11 TB / Exam Style Questions 11 Derive the associated stochastic gradient descent based adaptive equalizer parameter update law for J 2. You must provide a clear explanation of your answer to receive any credit. (Equations without prose commentary do not qualify as an explanation.) 11. You are attempting to build a frequency-division multiplexed (FDM) system with a square root raised cosine as the transmitter pulse shape. The symbol period is T (= 137 msec). Your design uses T/4 sampling, pulse lengths of 8T, and a rolloff factor of 0.9, but it s not working. You currently can only fit 3 modulated carrier signals without multiuser interference into the allotted bandwidth, but you need to fit 5. What parameters in your design would you change and why? You must provide a clear explanation of your answer to receive any credit. (Equations without prose commentary do not qualify as an explanation.) 12. Consider two waveforms s 1 (t) and s 2 (t) neither of which is a Nyquist pulse. (a) Can the product s 1 (t)s 2 (t) be a Nyquist pulse? Explain your answer. (b) Can the convolution s 1 (t) s 2 (t) be a Nyquist pulse? Explain your answer. 13. Consider the baseband communication system with a symbol-scaled impulse train input s(t) = s i δ(t it ɛ) i= where T is the symbol period in seconds and 0.25msec > ɛ > 0 passing through (in sequence) a pulse shaping filter P(f), a channel transfer function C(f) with additive noise n(t), and a receive filter V (f), as shown in Figure 10. In addition consider the Figure 10: Baseband Communication System time signal x(t) provided in Figure 11. Each of the arcs is a semi-circle. (a) If x(t) is the inverse Fourier transform of P(f)C(f)V (f), what is the highest symbol frequency with no intersymbol interference supported by this communication system when = 0? Explain your answer.

12 TB / Exam Style Questions 12 Figure 11: Time Signal (b) With x(t) the inverse Fourier transform of P(f)C(f)V (f), select a sampler time offset T/2 > > T/2 in Figure?? to achieve the highest symbol frequency with no intersymbol interference supported by this communication system. What is this symbol frequency? Explain your answer. (c) Consider designing the receive filter under the assumption that a symbol period T can be (and will be) chosen so that samples y k of the receive filter output suffer no intersymbol interference. If x(t) represents the inverse Fourier transform of P(f)C(f) and the power spectral density (PSD) of n(t) is a constant, plot the impulse response of the causal, minimum delay, matched receive filter for V (f). 14. Consider the passband communication system shown in Figure 12. The mag- Figure 12: Passband Communication System nitude spectrum of the input signal s(t) is provided in Figure 13. Design the receiver to recover s(t) by selecting the maximum possible sampler period T s and the minimum possible cutoff frequency f c of the ideal lowpass filter. Explain why the sampling frequency 1/T s and the cutoff frequency f c selected are the smallest possible values.

13 TB / Exam Style Questions 13 Answers Figure 13: Source Sequence Magnitude Spectrum 1. (a) False, (b) True, (c) False, (d) True, (e) False, (f) False, (g) True, (h) True, (i) True, (j) False 2. (a) minimized, (b) τ[i + 1] = τ[i] + 4µ ɛn i k=i N+1 (1 x2 (kt s + τ[i]))(x(kt s + τ[i]))(x(kt s + τ) x(kt s + τ ɛ)) 3. (a) yes, examine p(kt + τ), which should be nonzero for only one value of k, for τ = 0.1 or 0.6, (b) yes, for p(kt + τ) consider τ = 0.15 or (a) yes, m[k] to y[k] is open-eye, (b) yes, e.g. α = (a) x 1 (t) = β 2 [cos(2π(f c f 0 )t + θ + γ + α) + cos(2π(f c + f 0 )t + θ + γ α)], (b) x 2 (t) = β 2 cos(2πf 0t + ξ α)cos(θ φ + γ) where ξ is the phase shift of LPF at f 0 (and f 0 ), (c) φ = θ + γ 6. (a) 2, (b) 3, (c) 4, (d) 6 7.τ[i + 1] = τ[i] 4µ ɛ (x3 (kt s + τ[i]))(x(kt s + τ[i]) x(kt s + τ[i] ɛ)) 8. (a) ρ 1 = b + d, ρ 2 = bd, ρ 3 = c, ρ 4 = cd, ρ 5 = 0, (b) d = , (c) some errors, (d) some errors 9. (a) yes, T = µsec, (b) (i) g(t) equals f(t) and τ = 2.59 msec, (ii) T = 3 msec 10. f j [k + 1] = (1 µλ)f j [k] + µe[k]r[k j] 11. Make rolloff factor small, i.e. 0.1, and width of pulse spectrum cut in half from rolloff of 0.9 or double T to halve bandwidth for small rolloff factor. 12. (a) yes, e.g. s 1 (t) = sin(x) and s 2 (t) = 1 x so s 1(t)s 2 (t) = sinc(x), (b) yes, e.g. s 1 (t) and s 2 (t) same square root raised cosine so s 1 (t) s 2 (t) is raised cosine 13. (a) f = 1 T = ɛ khz, (b) with = ɛ, T = 1, (c) flip Figure 11 about origin and slide to right until leading edge is at t = 4.5 msec and all nonzero values are on the nonnegative portion of the axis from 0 to 4.5 msec

14 TB / Exam Style Questions T s = 2 msec and f c = 0.2 khz,

1. Clearly circle one answer for each part.

1. Clearly circle one answer for each part. TB 1-9 / Exam Style Questions 1 EXAM STYLE QUESTIONS Covering Chapters 1-9 of Telecommunication Breakdown 1. Clearly circle one answer for each part. (a) TRUE or FALSE: Absolute bandwidth is never less

More information

PULSE SHAPING AND RECEIVE FILTERING

PULSE SHAPING AND RECEIVE FILTERING PULSE SHAPING AND RECEIVE FILTERING Pulse and Pulse Amplitude Modulated Message Spectrum Eye Diagram Nyquist Pulses Matched Filtering Matched, Nyquist Transmit and Receive Filter Combination adaptive components

More information

CARRIER RECOVERY. Phase Tracking. Frequency Tracking. adaptive components. Squared Difference Phase-locked Loop Costas Loop Decision Directed

CARRIER RECOVERY. Phase Tracking. Frequency Tracking. adaptive components. Squared Difference Phase-locked Loop Costas Loop Decision Directed CARRIER RECOVERY Phase Tracking Squared Difference Phase-locked Loop Costas Loop Decision Directed Frequency Tracking adaptive components Software Receiver Design Johnson/Sethares/Klein 1 / 45 Carrier

More information

Digital Communication System

Digital Communication System Digital Communication System Purpose: communicate information at required rate between geographically separated locations reliably (quality) Important point: rate, quality spectral bandwidth, power requirements

More information

Digital Communication System

Digital Communication System Digital Communication System Purpose: communicate information at certain rate between geographically separated locations reliably (quality) Important point: rate, quality spectral bandwidth requirement

More information

Exercises for chapter 2

Exercises for chapter 2 Exercises for chapter Digital Communications A baseband PAM system uses as receiver filter f(t) a matched filter, f(t) = g( t), having two choices for transmission filter g(t) g a (t) = ( ) { t Π =, t,

More information

Chapter-2 SAMPLING PROCESS

Chapter-2 SAMPLING PROCESS Chapter-2 SAMPLING PROCESS SAMPLING: A message signal may originate from a digital or analog source. If the message signal is analog in nature, then it has to be converted into digital form before it can

More information

Revision of Wireless Channel

Revision of Wireless Channel Revision of Wireless Channel Quick recap system block diagram CODEC MODEM Wireless Channel Previous three lectures looked into wireless mobile channels To understand mobile communication technologies,

More information

Theory of Telecommunications Networks

Theory of Telecommunications Networks Theory of Telecommunications Networks Anton Čižmár Ján Papaj Department of electronics and multimedia telecommunications CONTENTS Preface... 5 1 Introduction... 6 1.1 Mathematical models for communication

More information

Principles of Baseband Digital Data Transmission

Principles of Baseband Digital Data Transmission Principles of Baseband Digital Data Transmission Prof. Wangrok Oh Dept. of Information Communications Eng. Chungnam National University Prof. Wangrok Oh(CNU) / 3 Overview Baseband Digital Data Transmission

More information

STUFF HAPPENS. A Naive/Ideal Communication System Flat Fading What if... idealized system. 9: Stuff Happens

STUFF HAPPENS. A Naive/Ideal Communication System Flat Fading What if... idealized system. 9: Stuff Happens STUFF HAPPENS A Naive/Ideal Communication System Flat Fading What if... idealized system Software Receiver Design Johnson/Sethares/Klein / 5 A Naive/Ideal Communication System With a perfect (i.e. gain

More information

Objectives. Presentation Outline. Digital Modulation Lecture 03

Objectives. Presentation Outline. Digital Modulation Lecture 03 Digital Modulation Lecture 03 Inter-Symbol Interference Power Spectral Density Richard Harris Objectives To be able to discuss Inter-Symbol Interference (ISI), its causes and possible remedies. To be able

More information

SAMPLING WITH AUTOMATIC GAIN CONTROL

SAMPLING WITH AUTOMATIC GAIN CONTROL SAMPLING WITH AUTOMATIC GAIN CONTROL Impulse Sampler Interpolation Iterative Optimization Automatic Gain Control Tracking Example: Time-Varying Fade idealized system Software Receiver Design Johnson/Sethares/Klein

More information

HW 6 Due: November 3, 10:39 AM (in class)

HW 6 Due: November 3, 10:39 AM (in class) ECS 332: Principles of Communications 2015/1 HW 6 Due: November 3, 10:39 AM (in class) Lecturer: Prapun Suksompong, Ph.D. Instructions (a) ONE part of a question will be graded (5 pt). Of course, you do

More information

Project I: Phase Tracking and Baud Timing Correction Systems

Project I: Phase Tracking and Baud Timing Correction Systems Project I: Phase Tracking and Baud Timing Correction Systems ECES 631, Prof. John MacLaren Walsh, Ph. D. 1 Purpose In this lab you will encounter the utility of the fundamental Fourier and z-transform

More information

Handout 13: Intersymbol Interference

Handout 13: Intersymbol Interference ENGG 2310-B: Principles of Communication Systems 2018 19 First Term Handout 13: Intersymbol Interference Instructor: Wing-Kin Ma November 19, 2018 Suggested Reading: Chapter 8 of Simon Haykin and Michael

More information

Revision of Lecture 3

Revision of Lecture 3 Revision of Lecture 3 Modulator/demodulator Basic operations of modulation and demodulation Complex notations for modulation and demodulation Carrier recovery and timing recovery This lecture: bits map

More information

Lab 3.0. Pulse Shaping and Rayleigh Channel. Faculty of Information Engineering & Technology. The Communications Department

Lab 3.0. Pulse Shaping and Rayleigh Channel. Faculty of Information Engineering & Technology. The Communications Department Faculty of Information Engineering & Technology The Communications Department Course: Advanced Communication Lab [COMM 1005] Lab 3.0 Pulse Shaping and Rayleigh Channel 1 TABLE OF CONTENTS 2 Summary...

More information

Communications IB Paper 6 Handout 3: Digitisation and Digital Signals

Communications IB Paper 6 Handout 3: Digitisation and Digital Signals Communications IB Paper 6 Handout 3: Digitisation and Digital Signals Jossy Sayir Signal Processing and Communications Lab Department of Engineering University of Cambridge jossy.sayir@eng.cam.ac.uk Lent

More information

CHANNEL ENCODING & DECODING. Binary Interface

CHANNEL ENCODING & DECODING. Binary Interface CHANNEL ENCODING & DECODING Input Source Encoder Channel Encoder Binary Interface Channel Output Source Decoder Channel Decoder 1 Simplest Example of channel encoding A sequence of binary digits is mapped,

More information

Speech, music, images, and video are examples of analog signals. Each of these signals is characterized by its bandwidth, dynamic range, and the

Speech, music, images, and video are examples of analog signals. Each of these signals is characterized by its bandwidth, dynamic range, and the Speech, music, images, and video are examples of analog signals. Each of these signals is characterized by its bandwidth, dynamic range, and the nature of the signal. For instance, in the case of audio

More information

2.1 BASIC CONCEPTS Basic Operations on Signals Time Shifting. Figure 2.2 Time shifting of a signal. Time Reversal.

2.1 BASIC CONCEPTS Basic Operations on Signals Time Shifting. Figure 2.2 Time shifting of a signal. Time Reversal. 1 2.1 BASIC CONCEPTS 2.1.1 Basic Operations on Signals Time Shifting. Figure 2.2 Time shifting of a signal. Time Reversal. 2 Time Scaling. Figure 2.4 Time scaling of a signal. 2.1.2 Classification of Signals

More information

DIGITAL FILTERING AND THE DFT

DIGITAL FILTERING AND THE DFT DIGITAL FILTERING AND THE DFT Digital Linear Filters in the Receiver Discrete-time Linear System Tidbits DFT Tidbits Filter Design Tidbits idealized system Software Receiver Design Johnson/Sethares/Klein

More information

Signal Processing Techniques for Software Radio

Signal Processing Techniques for Software Radio Signal Processing Techniques for Software Radio Behrouz Farhang-Boroujeny Department of Electrical and Computer Engineering University of Utah c 2007, Behrouz Farhang-Boroujeny, ECE Department, University

More information

Laboratory Assignment 5 Amplitude Modulation

Laboratory Assignment 5 Amplitude Modulation Laboratory Assignment 5 Amplitude Modulation PURPOSE In this assignment, you will explore the use of digital computers for the analysis, design, synthesis, and simulation of an amplitude modulation (AM)

More information

Module 4. Signal Representation and Baseband Processing. Version 2 ECE IIT, Kharagpur

Module 4. Signal Representation and Baseband Processing. Version 2 ECE IIT, Kharagpur Module 4 Signal Representation and Baseband Processing Lesson 1 Nyquist Filtering and Inter Symbol Interference After reading this lesson, you will learn about: Power spectrum of a random binary sequence;

More information

EE390 Final Exam Fall Term 2002 Friday, December 13, 2002

EE390 Final Exam Fall Term 2002 Friday, December 13, 2002 Name Page 1 of 11 EE390 Final Exam Fall Term 2002 Friday, December 13, 2002 Notes 1. This is a 2 hour exam, starting at 9:00 am and ending at 11:00 am. The exam is worth a total of 50 marks, broken down

More information

Communication Channels

Communication Channels Communication Channels wires (PCB trace or conductor on IC) optical fiber (attenuation 4dB/km) broadcast TV (50 kw transmit) voice telephone line (under -9 dbm or 110 µw) walkie-talkie: 500 mw, 467 MHz

More information

SIGNALS AND SYSTEMS LABORATORY 13: Digital Communication

SIGNALS AND SYSTEMS LABORATORY 13: Digital Communication SIGNALS AND SYSTEMS LABORATORY 13: Digital Communication INTRODUCTION Digital Communication refers to the transmission of binary, or digital, information over analog channels. In this laboratory you will

More information

Lecture 10. Digital Modulation

Lecture 10. Digital Modulation Digital Modulation Lecture 10 On-Off keying (OOK), or amplitude shift keying (ASK) Phase shift keying (PSK), particularly binary PSK (BPSK) Frequency shift keying Typical spectra Modulation/demodulation

More information

YEDITEPE UNIVERSITY ENGINEERING FACULTY COMMUNICATION SYSTEMS LABORATORY EE 354 COMMUNICATION SYSTEMS

YEDITEPE UNIVERSITY ENGINEERING FACULTY COMMUNICATION SYSTEMS LABORATORY EE 354 COMMUNICATION SYSTEMS YEDITEPE UNIVERSITY ENGINEERING FACULTY COMMUNICATION SYSTEMS LABORATORY EE 354 COMMUNICATION SYSTEMS EXPERIMENT 3: SAMPLING & TIME DIVISION MULTIPLEX (TDM) Objective: Experimental verification of the

More information

LOOKING AT DATA SIGNALS

LOOKING AT DATA SIGNALS LOOKING AT DATA SIGNALS We diplay data signals graphically in many ways, ranging from textbook illustrations to test equipment screens. This note helps you integrate those views and to see how some modulation

More information

EEE482F: Problem Set 1

EEE482F: Problem Set 1 EEE482F: Problem Set 1 1. A digital source emits 1.0 and 0.0V levels with a probability of 0.2 each, and +3.0 and +4.0V levels with a probability of 0.3 each. Evaluate the average information of the source.

More information

Digital Processing of Continuous-Time Signals

Digital Processing of Continuous-Time Signals Chapter 4 Digital Processing of Continuous-Time Signals 清大電機系林嘉文 cwlin@ee.nthu.edu.tw 03-5731152 Original PowerPoint slides prepared by S. K. Mitra 4-1-1 Digital Processing of Continuous-Time Signals Digital

More information

Digital Processing of

Digital Processing of Chapter 4 Digital Processing of Continuous-Time Signals 清大電機系林嘉文 cwlin@ee.nthu.edu.tw 03-5731152 Original PowerPoint slides prepared by S. K. Mitra 4-1-1 Digital Processing of Continuous-Time Signals Digital

More information

The University of Texas at Austin Dept. of Electrical and Computer Engineering Final Exam

The University of Texas at Austin Dept. of Electrical and Computer Engineering Final Exam The University of Texas at Austin Dept. of Electrical and Computer Engineering Final Exam Date: December 18, 2017 Course: EE 313 Evans Name: Last, First The exam is scheduled to last three hours. Open

More information

ON SYMBOL TIMING RECOVERY IN ALL-DIGITAL RECEIVERS

ON SYMBOL TIMING RECOVERY IN ALL-DIGITAL RECEIVERS ON SYMBOL TIMING RECOVERY IN ALL-DIGITAL RECEIVERS 1 Ali A. Ghrayeb New Mexico State University, Box 30001, Dept 3-O, Las Cruces, NM, 88003 (e-mail: aghrayeb@nmsu.edu) ABSTRACT Sandia National Laboratories

More information

Problems from the 3 rd edition

Problems from the 3 rd edition (2.1-1) Find the energies of the signals: a) sin t, 0 t π b) sin t, 0 t π c) 2 sin t, 0 t π d) sin (t-2π), 2π t 4π Problems from the 3 rd edition Comment on the effect on energy of sign change, time shifting

More information

CHAPTER 3 Syllabus (2006 scheme syllabus) Differential pulse code modulation DPCM transmitter

CHAPTER 3 Syllabus (2006 scheme syllabus) Differential pulse code modulation DPCM transmitter CHAPTER 3 Syllabus 1) DPCM 2) DM 3) Base band shaping for data tranmission 4) Discrete PAM signals 5) Power spectra of discrete PAM signal. 6) Applications (2006 scheme syllabus) Differential pulse code

More information

Spread spectrum. Outline : 1. Baseband 2. DS/BPSK Modulation 3. CDM(A) system 4. Multi-path 5. Exercices. Exercise session 7 : Spread spectrum 1

Spread spectrum. Outline : 1. Baseband 2. DS/BPSK Modulation 3. CDM(A) system 4. Multi-path 5. Exercices. Exercise session 7 : Spread spectrum 1 Spread spectrum Outline : 1. Baseband 2. DS/BPSK Modulation 3. CDM(A) system 4. Multi-path 5. Exercices Exercise session 7 : Spread spectrum 1 1. Baseband +1 b(t) b(t) -1 T b t Spreading +1-1 T c t m(t)

More information

Chapter 9. Digital Communication Through Band-Limited Channels. Muris Sarajlic

Chapter 9. Digital Communication Through Band-Limited Channels. Muris Sarajlic Chapter 9 Digital Communication Through Band-Limited Channels Muris Sarajlic Band limited channels (9.1) Analysis in previous chapters considered the channel bandwidth to be unbounded All physical channels

More information

1.Explain the principle and characteristics of a matched filter. Hence derive the expression for its frequency response function.

1.Explain the principle and characteristics of a matched filter. Hence derive the expression for its frequency response function. 1.Explain the principle and characteristics of a matched filter. Hence derive the expression for its frequency response function. Matched-Filter Receiver: A network whose frequency-response function maximizes

More information

Chapter 2: Signal Representation

Chapter 2: Signal Representation Chapter 2: Signal Representation Aveek Dutta Assistant Professor Department of Electrical and Computer Engineering University at Albany Spring 2018 Images and equations adopted from: Digital Communications

More information

Fund. of Digital Communications Ch. 3: Digital Modulation

Fund. of Digital Communications Ch. 3: Digital Modulation Fund. of Digital Communications Ch. 3: Digital Modulation Klaus Witrisal witrisal@tugraz.at Signal Processing and Speech Communication Laboratory www.spsc.tugraz.at Graz University of Technology November

More information

Channel Estimation in Multipath fading Environment using Combined Equalizer and Diversity Techniques

Channel Estimation in Multipath fading Environment using Combined Equalizer and Diversity Techniques International Journal of Scientific & Engineering Research Volume3, Issue 1, January 2012 1 Channel Estimation in Multipath fading Environment using Combined Equalizer and Diversity Techniques Deepmala

More information

QUESTION BANK EC 1351 DIGITAL COMMUNICATION YEAR / SEM : III / VI UNIT I- PULSE MODULATION PART-A (2 Marks) 1. What is the purpose of sample and hold

QUESTION BANK EC 1351 DIGITAL COMMUNICATION YEAR / SEM : III / VI UNIT I- PULSE MODULATION PART-A (2 Marks) 1. What is the purpose of sample and hold QUESTION BANK EC 1351 DIGITAL COMMUNICATION YEAR / SEM : III / VI UNIT I- PULSE MODULATION PART-A (2 Marks) 1. What is the purpose of sample and hold circuit 2. What is the difference between natural sampling

More information

Line Coding for Digital Communication

Line Coding for Digital Communication Line Coding for Digital Communication How do we transmit bits over a wire, RF, fiber? Line codes, many options Power spectrum of line codes, how much bandwidth do they take Clock signal and synchronization

More information

QUESTION BANK SUBJECT: DIGITAL COMMUNICATION (15EC61)

QUESTION BANK SUBJECT: DIGITAL COMMUNICATION (15EC61) QUESTION BANK SUBJECT: DIGITAL COMMUNICATION (15EC61) Module 1 1. Explain Digital communication system with a neat block diagram. 2. What are the differences between digital and analog communication systems?

More information

ECE 4600 Communication Systems

ECE 4600 Communication Systems ECE 4600 Communication Systems Dr. Bradley J. Bazuin Associate Professor Department of Electrical and Computer Engineering College of Engineering and Applied Sciences Course Topics Course Introduction

More information

Communications I (ELCN 306)

Communications I (ELCN 306) Communications I (ELCN 306) c Samy S. Soliman Electronics and Electrical Communications Engineering Department Cairo University, Egypt Email: samy.soliman@cu.edu.eg Website: http://scholar.cu.edu.eg/samysoliman

More information

a) Abasebanddigitalcommunicationsystemhasthetransmitterfilterg(t) thatisshowninthe figure, and a matched filter at the receiver.

a) Abasebanddigitalcommunicationsystemhasthetransmitterfilterg(t) thatisshowninthe figure, and a matched filter at the receiver. DIGITAL COMMUNICATIONS PART A (Time: 60 minutes. Points 4/0) Last Name(s):........................................................ First (Middle) Name:.................................................

More information

Lab course Analog Part of a State-of-the-Art Mobile Radio Receiver

Lab course Analog Part of a State-of-the-Art Mobile Radio Receiver Communication Technology Laboratory Wireless Communications Group Prof. Dr. A. Wittneben ETH Zurich, ETF, Sternwartstrasse 7, 8092 Zurich Tel 41 44 632 36 11 Fax 41 44 632 12 09 Lab course Analog Part

More information

Linear Time-Invariant Systems

Linear Time-Invariant Systems Linear Time-Invariant Systems Modules: Wideband True RMS Meter, Audio Oscillator, Utilities, Digital Utilities, Twin Pulse Generator, Tuneable LPF, 100-kHz Channel Filters, Phase Shifter, Quadrature Phase

More information

Downloaded from 1

Downloaded from  1 VII SEMESTER FINAL EXAMINATION-2004 Attempt ALL questions. Q. [1] How does Digital communication System differ from Analog systems? Draw functional block diagram of DCS and explain the significance of

More information

Instruction Manual for Concept Simulators. Signals and Systems. M. J. Roberts

Instruction Manual for Concept Simulators. Signals and Systems. M. J. Roberts Instruction Manual for Concept Simulators that accompany the book Signals and Systems by M. J. Roberts March 2004 - All Rights Reserved Table of Contents I. Loading and Running the Simulators II. Continuous-Time

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

Department of Electronics and Communication Engineering 1

Department of Electronics and Communication Engineering 1 UNIT I SAMPLING AND QUANTIZATION Pulse Modulation 1. Explain in detail the generation of PWM and PPM signals (16) (M/J 2011) 2. Explain in detail the concept of PWM and PAM (16) (N/D 2012) 3. What is the

More information

Application of Fourier Transform in Signal Processing

Application of Fourier Transform in Signal Processing 1 Application of Fourier Transform in Signal Processing Lina Sun,Derong You,Daoyun Qi Information Engineering College, Yantai University of Technology, Shandong, China Abstract: Fourier transform is a

More information

Lecture 6. Angle Modulation and Demodulation

Lecture 6. Angle Modulation and Demodulation Lecture 6 and Demodulation Agenda Introduction to and Demodulation Frequency and Phase Modulation Angle Demodulation FM Applications Introduction The other two parameters (frequency and phase) of the carrier

More information

Fundamentals of Digital Communication

Fundamentals of Digital Communication Fundamentals of Digital Communication Network Infrastructures A.A. 2017/18 Digital communication system Analog Digital Input Signal Analog/ Digital Low Pass Filter Sampler Quantizer Source Encoder Channel

More information

Part A: Question & Answers UNIT I AMPLITUDE MODULATION

Part A: Question & Answers UNIT I AMPLITUDE MODULATION PANDIAN SARASWATHI YADAV ENGINEERING COLLEGE DEPARTMENT OF ELECTRONICS & COMMUNICATON ENGG. Branch: ECE EC6402 COMMUNICATION THEORY Semester: IV Part A: Question & Answers UNIT I AMPLITUDE MODULATION 1.

More information

Other Modulation Techniques - CAP, QAM, DMT

Other Modulation Techniques - CAP, QAM, DMT Other Modulation Techniques - CAP, QAM, DMT Prof. David Johns (johns@eecg.toronto.edu) (www.eecg.toronto.edu/~johns) slide 1 of 47 Complex Signals Concept useful for describing a pair of real signals Let

More information

Chapter 7: Pulse Modulation

Chapter 7: Pulse Modulation Generation of TDM-PAM signal (example) Input signals TDM-PAM signal f 2 f 1 f ( t 3 ) F 1 0 m F 2 F 3 is very complicated. 0 m Low-pass filter Impulse response Transmitted signal f4 = f3( t) hx F 4 = F3

More information

Chpater 8 Digital Transmission through Bandlimited AWGN Channels

Chpater 8 Digital Transmission through Bandlimited AWGN Channels Chapter 8. Digital Transmission through Bandlimited AWGN Channels - 1-1 st Semester, 008 Chpater 8 Digital Transmission through Bandlimited AWGN Channels Text. [1] J. G. Proakis and M. Salehi, Communication

More information

Spring 2014 EE 445S Real-Time Digital Signal Processing Laboratory Prof. Evans. Homework #6 Solutions

Spring 2014 EE 445S Real-Time Digital Signal Processing Laboratory Prof. Evans. Homework #6 Solutions Spring 2014 EE 445S Real-Time Digital Signal Processing Laboratory Prof. Evans 6.1 Modified Phase Locked Loop (PLL). Homework #6 Solutions Prolog: The received signal r(t) with carrier frequency f c passes

More information

Problem Sheet for Amplitude Modulation

Problem Sheet for Amplitude Modulation Problem heet for Amplitude Modulation Q1: For the sinusoidaly modulated DB/LC waveform shown in Fig. below. a Find the modulation index. b ketch a line spectrum. c Calculated the ratio of average power

More information

Outline. EECS 3213 Fall Sebastian Magierowski York University. Review Passband Modulation. Constellations ASK, FSK, PSK.

Outline. EECS 3213 Fall Sebastian Magierowski York University. Review Passband Modulation. Constellations ASK, FSK, PSK. EECS 3213 Fall 2014 L12: Modulation Sebastian Magierowski York University 1 Outline Review Passband Modulation ASK, FSK, PSK Constellations 2 1 Underlying Idea Attempting to send a sequence of digits through

More information

EXAMINATION FOR THE DEGREE OF B.E. Semester 1 June COMMUNICATIONS IV (ELEC ENG 4035)

EXAMINATION FOR THE DEGREE OF B.E. Semester 1 June COMMUNICATIONS IV (ELEC ENG 4035) EXAMINATION FOR THE DEGREE OF B.E. Semester 1 June 2007 101902 COMMUNICATIONS IV (ELEC ENG 4035) Official Reading Time: Writing Time: Total Duration: 10 mins 120 mins 130 mins Instructions: This is a closed

More information

QUESTION BANK. SUBJECT CODE / Name: EC2301 DIGITAL COMMUNICATION UNIT 2

QUESTION BANK. SUBJECT CODE / Name: EC2301 DIGITAL COMMUNICATION UNIT 2 QUESTION BANK DEPARTMENT: ECE SEMESTER: V SUBJECT CODE / Name: EC2301 DIGITAL COMMUNICATION UNIT 2 BASEBAND FORMATTING TECHNIQUES 1. Why prefilterring done before sampling [AUC NOV/DEC 2010] The signal

More information

Lecture 13. Introduction to OFDM

Lecture 13. Introduction to OFDM Lecture 13 Introduction to OFDM Ref: About-OFDM.pdf Orthogonal frequency division multiplexing (OFDM) is well-known to be effective against multipath distortion. It is a multicarrier communication scheme,

More information

Revision of Lecture 2

Revision of Lecture 2 Revision of Lecture 2 Pulse shaping Tx/Rx filter pair Design of Tx/Rx filters (pulse shaping): to achieve zero ISI and to maximise received signal to noise ratio Combined Tx/Rx filters: Nyquist system

More information

Sampling and Signal Processing

Sampling and Signal Processing Sampling and Signal Processing Sampling Methods Sampling is most commonly done with two devices, the sample-and-hold (S/H) and the analog-to-digital-converter (ADC) The S/H acquires a continuous-time signal

More information

Digital Communication Lecture-1, Prof. Dr. Habibullah Jamal. Under Graduate, Spring 2008

Digital Communication Lecture-1, Prof. Dr. Habibullah Jamal. Under Graduate, Spring 2008 Digital Communication Lecture-1, Prof. Dr. Habibullah Jamal Under Graduate, Spring 2008 Course Books Text: Digital Communications: Fundamentals and Applications, By Bernard Sklar, Prentice Hall, 2 nd ed,

More information

EIE 441 Advanced Digital communications

EIE 441 Advanced Digital communications EIE 441 Advanced Digital communications MACHED FILER 1. Consider the signal s ( ) shown in Fig. 1. 1 t (a) Determine the impulse response of a filter matched to this signal and sketch it as a function

More information

What if the bandpass and complex baseband signals are random processes? How are their statistics (autocorrelation, power density) related?

What if the bandpass and complex baseband signals are random processes? How are their statistics (autocorrelation, power density) related? .3 Bandpass Random Processes [P4.1.4].3-1 What if the bandpass and complex baseband signals are random processes? How are their statistics (autocorrelation, power density) related?.3.1 Complex Random Processes

More information

Revision of Channel Coding

Revision of Channel Coding Revision of Channel Coding Previous three lectures introduce basic concepts of channel coding and discuss two most widely used channel coding methods, convolutional codes and BCH codes It is vital you

More information

Local Oscillator Phase Noise and its effect on Receiver Performance C. John Grebenkemper

Local Oscillator Phase Noise and its effect on Receiver Performance C. John Grebenkemper Watkins-Johnson Company Tech-notes Copyright 1981 Watkins-Johnson Company Vol. 8 No. 6 November/December 1981 Local Oscillator Phase Noise and its effect on Receiver Performance C. John Grebenkemper All

More information

Refresher on Digital Communications Channel, Modulation, and Demodulation

Refresher on Digital Communications Channel, Modulation, and Demodulation Refresher on Digital Communications Channel, Modulation, and Demodulation Philippe Ciblat Université Paris-Saclay & Télécom ParisTech Outline Section 1: Digital Communication scheme Section 2: A toy example

More information

EE 422G - Signals and Systems Laboratory

EE 422G - Signals and Systems Laboratory EE 422G - Signals and Systems Laboratory Lab 3 FIR Filters Written by Kevin D. Donohue Department of Electrical and Computer Engineering University of Kentucky Lexington, KY 40506 September 19, 2015 Objectives:

More information

Digital Communication Systems Third year communications Midterm exam (15 points)

Digital Communication Systems Third year communications Midterm exam (15 points) Name: Section: BN: Digital Communication Systems Third year communications Midterm exam (15 points) May 2011 Time: 1.5 hours 1- Determine if the following sentences are true of false (correct answer 0.5

More information

Final Exam. EE313 Signals and Systems. Fall 1999, Prof. Brian L. Evans, Unique No

Final Exam. EE313 Signals and Systems. Fall 1999, Prof. Brian L. Evans, Unique No Final Exam EE313 Signals and Systems Fall 1999, Prof. Brian L. Evans, Unique No. 14510 December 11, 1999 The exam is scheduled to last 50 minutes. Open books and open notes. You may refer to your homework

More information

Final Exam Solutions June 7, 2004

Final Exam Solutions June 7, 2004 Name: Final Exam Solutions June 7, 24 ECE 223: Signals & Systems II Dr. McNames Write your name above. Keep your exam flat during the entire exam period. If you have to leave the exam temporarily, close

More information

Problem Sheet 1 Probability, random processes, and noise

Problem Sheet 1 Probability, random processes, and noise Problem Sheet 1 Probability, random processes, and noise 1. If F X (x) is the distribution function of a random variable X and x 1 x 2, show that F X (x 1 ) F X (x 2 ). 2. Use the definition of the cumulative

More information

Final Exam Solutions June 14, 2006

Final Exam Solutions June 14, 2006 Name or 6-Digit Code: PSU Student ID Number: Final Exam Solutions June 14, 2006 ECE 223: Signals & Systems II Dr. McNames Keep your exam flat during the entire exam. If you have to leave the exam temporarily,

More information

3.6 Intersymbol interference. 1 Your site here

3.6 Intersymbol interference. 1 Your site here 3.6 Intersymbol intererence 1 3.6 Intersymbol intererence what is intersymbol intererence and what cause ISI 1. The absolute bandwidth o rectangular multilevel pulses is ininite. The channels bandwidth

More information

Islamic University of Gaza. Faculty of Engineering Electrical Engineering Department Spring-2011

Islamic University of Gaza. Faculty of Engineering Electrical Engineering Department Spring-2011 Islamic University of Gaza Faculty of Engineering Electrical Engineering Department Spring-2011 DSP Laboratory (EELE 4110) Lab#4 Sampling and Quantization OBJECTIVES: When you have completed this assignment,

More information

Chapter 2 Direct-Sequence Systems

Chapter 2 Direct-Sequence Systems Chapter 2 Direct-Sequence Systems A spread-spectrum signal is one with an extra modulation that expands the signal bandwidth greatly beyond what is required by the underlying coded-data modulation. Spread-spectrum

More information

Electrical & Computer Engineering Technology

Electrical & Computer Engineering Technology Electrical & Computer Engineering Technology EET 419C Digital Signal Processing Laboratory Experiments by Masood Ejaz Experiment # 1 Quantization of Analog Signals and Calculation of Quantized noise Objective:

More information

DIGITAL COMMUNICATIONS SYSTEMS. MSc in Electronic Technologies and Communications

DIGITAL COMMUNICATIONS SYSTEMS. MSc in Electronic Technologies and Communications DIGITAL COMMUNICATIONS SYSTEMS MSc in Electronic Technologies and Communications Bandpass binary signalling The common techniques of bandpass binary signalling are: - On-off keying (OOK), also known as

More information

1/14. Signal. Surasak Sanguanpong Last updated: 11 July Signal 1/14

1/14. Signal. Surasak Sanguanpong  Last updated: 11 July Signal 1/14 1/14 Signal Surasak Sanguanpong nguan@ku.ac.th http://www.cpe.ku.ac.th/~nguan Last updated: 11 July 2000 Signal 1/14 Transmission structure 2/14 Transmitter/ Receiver Medium Amplifier/ Repeater Medium

More information

Harmonic Analysis. Purpose of Time Series Analysis. What Does Each Harmonic Mean? Part 3: Time Series I

Harmonic Analysis. Purpose of Time Series Analysis. What Does Each Harmonic Mean? Part 3: Time Series I Part 3: Time Series I Harmonic Analysis Spectrum Analysis Autocorrelation Function Degree of Freedom Data Window (Figure from Panofsky and Brier 1968) Significance Tests Harmonic Analysis Harmonic analysis

More information

4.1 REPRESENTATION OF FM AND PM SIGNALS An angle-modulated signal generally can be written as

4.1 REPRESENTATION OF FM AND PM SIGNALS An angle-modulated signal generally can be written as 1 In frequency-modulation (FM) systems, the frequency of the carrier f c is changed by the message signal; in phase modulation (PM) systems, the phase of the carrier is changed according to the variations

More information

Chapter 5: Modulation Techniques. Abdullah Al-Meshal

Chapter 5: Modulation Techniques. Abdullah Al-Meshal Chapter 5: Modulation Techniques Abdullah Al-Meshal Introduction After encoding the binary data, the data is now ready to be transmitted through the physical channel In order to transmit the data in the

More information

Optimum Bandpass Filter Bandwidth for a Rectangular Pulse

Optimum Bandpass Filter Bandwidth for a Rectangular Pulse M. A. Richards, Optimum Bandpass Filter Bandwidth for a Rectangular Pulse Jul., 015 Optimum Bandpass Filter Bandwidth for a Rectangular Pulse Mark A. Richards July 015 1 Introduction It is well-known that

More information

Handout 11: Digital Baseband Transmission

Handout 11: Digital Baseband Transmission ENGG 23-B: Principles of Communication Systems 27 8 First Term Handout : Digital Baseband Transmission Instructor: Wing-Kin Ma November 7, 27 Suggested Reading: Chapter 8 of Simon Haykin and Michael Moher,

More information

EITG05 Digital Communications

EITG05 Digital Communications Fourier transform EITG05 Digital Communications Lecture 4 Bandwidth of Transmitted Signals Michael Lentmaier Thursday, September 3, 08 X(f )F{x(t)} x(t) e jπ ft dt X Re (f )+jx Im (f ) X(f ) e jϕ(f ) x(t)f

More information

The Discrete Fourier Transform. Claudia Feregrino-Uribe, Alicia Morales-Reyes Original material: Dr. René Cumplido

The Discrete Fourier Transform. Claudia Feregrino-Uribe, Alicia Morales-Reyes Original material: Dr. René Cumplido The Discrete Fourier Transform Claudia Feregrino-Uribe, Alicia Morales-Reyes Original material: Dr. René Cumplido CCC-INAOE Autumn 2015 The Discrete Fourier Transform Fourier analysis is a family of mathematical

More information

CHAPTER 6 SPREAD SPECTRUM. Xijun Wang

CHAPTER 6 SPREAD SPECTRUM. Xijun Wang CHAPTER 6 SPREAD SPECTRUM Xijun Wang WEEKLY READING 1. Goldsmith, Wireless Communications, Chapters 13 2. Tse, Fundamentals of Wireless Communication, Chapter 4 2 WHY SPREAD SPECTRUM n Increase signal

More information

GATE 2000 Electronics and Communication Engineering

GATE 2000 Electronics and Communication Engineering GATE 2 Electronics and ommunication Engineering SETION A (1 Marks) 1. This question consists of 25 (Twenty Five) multiple choice questions, each carrying one mark. For each question (1.1 1.25), four alternatives

More information

Outline Chapter 3: Principles of Digital Communications

Outline Chapter 3: Principles of Digital Communications Outline Chapter 3: Principles of Digital Communications Structure of a Data Transmission System Up- and Down-Conversion Lowpass-to-Bandpass Conversion Baseband Presentation of Communication System Basic

More information