ELT Receiver Architectures and Signal Processing Fall Mandatory homework exercises

Size: px
Start display at page:

Download "ELT Receiver Architectures and Signal Processing Fall Mandatory homework exercises"

Transcription

1 ELT Receiver Architectures and Signal Processing Fall Mandatory homework exercises - Individual solutions to be returned to Markku Renfors by or in paper format. - Solutions are expected in three weeks after the lecture where the topic has been covered (exam periods not counted). For very good reasons, some extensions may be granted, but those should be negotiated in advance. 1. Multirate Digital Signal Processing In the following problems we consider a specific decimation case, which could be used as the first stage of a multistage decimator for WCDMA signals, e.g., in a sigma-delta ADC. The decimation factor is R=6, sampling rate of MHz (i.e., 24 times the WCDMA chip rate), and the signal bandwidth at baseband is 2.5 MHz (i.e., ±2.5 MHz around the center frequency before down-conversion). Use Matlab, or any other suitable tool that might be familiar to you. In your answers, show frequency response plots for your design, zooming to the essential parts of the frequency axes, if needed. (a) Design a (single-stage) FIR decimator providing 60 db attenuation for the spectral components aliasing on the signal band. In your answer, express the filter specifications (e.g., as a short Matlab script) and the required filter orders. o Do all three design types and compare the required filter orders and multiplication rates. (b) Consider CIC filters of orders 1 4. Determine the attenuation for the lowest frequency band aliasing on the signal band in the different CIC cases. What is the minimum order satisfying the above attenuation requirement? For that CIC filter order, determine also the attenuations for the two other aliasing frequency bands. 2. Advanced receiver system calculations Consider the problem setting of Exercise 4(d) (in the exercise set connected to lecture on Multirate Techniques for Complex and Bandpass Signals). Assume that the RF noise figure is 3 db better than what is required by the specifications, i.e., the RF noise is at -114 dbm level Then what is the maximum tolerable blocking signal level in the blocking test situation? 3. Synchronization Here we use Matlab to do experiments on receiver synchronization methods. Generate a sequence of QPSK symbols with random data, RRC pulse shaping (roll-off of your choice), and 100 samples per symbol. You may use the script given below for this part. Then: - Introduce a fractional timing offset (within ± half of the symbol interval; already included in the script) and carrier phase offset (within ± 10 % of the symbol rate) in the signal, using values of your choice. - Add white Gaussian noise to the sequence, corresponding to the used SNRs. (Consider carefully the effect of oversampling on the SNR calculation!) - Implement RRC receiver matched filtering to the signal.

2 - Calculate the DA log-likelihood function for joint symbol timing and carrier phase estimation. Find the timing offset estimate based on the maximum magnitude of the log-likelihood function. Then estimate the phase offset. - Test the synchronization performance with different estimation block lengths with the SNRs of 0 db and 20 db. In each case, run the simulation several times with independent data and noise sequences. For the two SNR values, find the required estimation block length such that the timing estimation error is within ±2 samples in almost all cases. What to return: Matlab script, used parameter values, plots of the magnitude of the loglikelihood function, values of the correct and estimated synchronization parameters in different cases. 2 Mqam=4; % QPSK modulation nsymb=40; % Number of symbols per estimation block osf=100; % Oversampling factor roff=0.25; % Roll-off nrrc=osf*8; % RRC filter order toff=0; % Timing offset, -osf/2 < toff < osf/2 % Fractional timing offset= toff/osf % RRC filter: hrrc=firrcos(nrrc,1,roff,2*osf,'rolloff','sqrt'); % Input data % interpolation: in=randint(1,nsymb,mqam);in=qammod(in,mqam); upsamp=[zeros(1,toff+osf/2),osf,zeros(1,osf/2-toff-1)]; inos=kron(in,upsamp); t=conv(hrrc,inos); % This is the generated TX signal % Note: The generated signal contains the symbol block of osf*nsymb samples % and impulse response tails tails of nrrc/2 samples on both sides. % It is better to remove the tails after RRC filtering in RX. Additional optional part (2p): Repeat the exercise in the NDA case, using the common approximation for the loglikelihood function. For both DA and NDA estimators, evaluate the variance of timing offset estimate and compare it with the Cramer-Rao bound, which is readily available in the lecture notes. Here it is better to consider cases where the RMS error is in the order of a few sampling intervals; with smaller errors, it is difficult to estimate the variance reliably. 4. Polynomial-based interpolation (a) Find the coefficients of the Farrow-interpolation filter with cubic Lagrange response. Sketch a realization structure for this filter. Inputs for this filter structure are the samples from the signal x(n) and the fractional interval µ. How many multipliers and delay elements you need in this structure? (b) Determine the specifications (passband, stopbands, and don t care bands) for a polynomial-based filter for sampling rate reduction (decimation case) using Type C criteria from lecture notes. The received signal is a baseband signal in band (0, 0.3F in ). What advantages we get by using don t care bands? The decimation ratio is Fin / F out = 1.8.

3 5. Cognitive radio: 3 Mandatory part: (a) or (b) or (c) Optional part: 1p per additional item (a) Here we consider spectrum sensing for complex signal based on energy detection assuming target false alarm probability of P FA =0.1 and detection probability P D =0.98 with -8 db SNR. Using the Gaussian approximation (see page 37 of the lecture notes), calculate the needed sample complexity (a) without noise uncertainty and (b) with 0.1 db noise uncertainty. (b) In very basic simulation studies of spectrum sensing, it is often assumed that the primary signal is Gaussian, so that the signal is zero-mean white Gaussian noise under both H 0 and H 1 hypotheses, just the variances are different. Using this simple model, make a simulation model for energy detection using the parameters of part (a), without noise uncertainty. Run the simulation for instances. Plot the histograms under H 0 and H 1. Plot also the experimental detection probability and false alarm probability as functions of the threshold. Compare the results with the theoretical model. (c) Cyclic prefix correlation is an effective way for spectrum sensing of OFDM primaries. Develop a Matlab model for a basic CP-OFDM waveform. Calculate the autocorrelation function of a noisy CP-OFDM signal and observe the peak in the autocorrelation function corresponding to the periodicity in the waveform induced by the CP. To reach higher sensitivity, we can take the average of the squared magnitudes of a high number of OFDM symbols. Test the idea using some hundreds of OFDM symbols, checking the visibility of the correlation peak with low SNRs. (2p) Further info from IEEE Xplore: 6. Dirty RF Mandatory part: Solve one out of the four problems (a/b/c/d) Optional part for bonus: Up to 4 bonus points from each of the other problems (also partial solutions are considered for bonus points). Optional part for 1 additional cr (i.e., 6 cr in total from the course): Solve all 4 problems. Up to 1 bonus point per problem for particularly good and complete solutions (a) [Matlab] Generate a reasonably long sequence of OFDM signal assuming the IFFT size of the transmitter is 1024 and that only 601 central subcarriers (-300:300 out of -512:511) are active. Use e.g. 16QAM as the subcarrier modulation. Then apply the solid-state power amplifier (SSPA) model described in the lecture notes about RX and TX nonlinearities to the signal to model the nonlinear distortion due to PA. Use some reasonable values for the saturation level (A0) and the order (p) of the SSPA model. Now analyze numerically (with the generated input-output data) how well the Bussgang theorem (x(t) and y(t) are the PA input and output) yt () = axt () + dt () * Extd [ () ()] t = 0

4 applies to this case. How can you find the linear gain α of the above model? In general, experiment with different values for the SSPA saturation level and the order and comment on their effect on the applicability of the Bussgang theorem. Return your Matlab-code and all the essential plots and corresponding explanations (b) [Matlab] Generate a reasonably long sequence of OFDM signal assuming the IFFT size of the transmitter is 1024 and that only 200 subcarriers (101:300) are active. This way the generated waveform has energy only at positive frequencies which makes some interpretations easier (below). Use e.g. 16QAM as the subcarrier modulation. Now apply the frequency-independent receiver I/Q imbalance model described in the lecture notes (by Lauri Anttila) with some reasonable values for the amplitude and phase imbalances. Evaluate the spectrum of the signal before and after applying the imbalance model. Explain what you see. Then as an example of imbalance estimation and compensation, apply the block-based estimator utilizing the circularity principle (slide 42) with compensator filter length N=1 to estimate the compensation filter w (well, one-tap filter in this case). Carry out the compensation (principal structure on slide 40) with your estimated compensator coefficient and evaluate the spectrum of the compensated signal. Explain what you see. Finally, repeat the whole experiment with frequency-selective imbalance model (choose some fairly smooth filter to model the frequency-selectivity) and with a compensation filter length N > 1. 4 (c) [Matlab] Here we experiment the phase noise effect on multicarrier waveforms. Assume we have an IEEE a WLAN type system with IFFT size 64 and subcarrier spacing of khz. Suppose 48 central bins are active and carrying 16QAM symbols. The sample rate at the IFFT output is now 64x312.5 khz = 20 MHz. Now assume we have a free-running oscillator whose 3 db bandwidth is denoted with β. A convenient way to model the phase noise in Matlab is then as follows - first generate a sequence of real-valued white Gaussian noise e(n) with variance 2 s = 4pbT where Ts is the sample interval (here inverse of 20 MHz) e S - then the actual phase noise sequence θ(n) is obtained as the cumulative sum of the above noise sequence, i.e. n q( n) = å ei () - finally (as described in the lecture notes) the effect on the used waveform is modeled by multiplying the ideal waveform samples with exp( jq ( n)) (complex exponential of the generated phase values) Now we first experiment the phase noise effect on the above WLAN multicarrier waveform (without any additional channel noise) with (i) β = 1000 Hz and (ii) β = 5000 Hz. Apply the phase noise effect to the ideal transmit waveform and experiment the constellations of the active data-subcarriers after removing the common phase error (CPE). What kind of distortion do you see? i= 1

5 Then assume the actual radio channel is an AWGN channel and the received noisy signal is subject to above phase noise (i.e. add first additive white complex Gaussian noise to the ideal transmit signal and then apply the phase noise model to the noisy signal in the receiver input). After AWGN channel and receiver phase noise, detect the active subcarrier symbols with AWGN SNR (at the active subcarrier band) varying from 5 db to 30 db (use e.g. 1 db step from 5 db to 30 db). Evaluate and plot the detection error rate (symbol error rate) as a function of channel SNR for phase noise bandwidth β = 0 Hz, β = 1000 Hz and β = 5000 Hz. Explain what you see. Use long enough signal to gather reasonable statistics for error rate evaluations. 5 (d) [Matlab] Here we explore the effects of clipping in ADC s with a simple example. Suppose we have single-carrier signal (say 16QAM) with raised-cosine pulse-shape (use 35% roll-off) and 1 MHz symbol rate sitting at +3 MHz complex IF in the receiver ADC input. We further assume that the nominal voltage range of the ADC s (I and Q) is and that the quantization is carried out with 12 bits (per I and Q branch). In the ideal case, to use the full resolution of the converter, the overall waveform at the ADC input is exactly scaled (automatic gain control, AGC) to the full voltage range mentioned above. Finally, assume the ADC sample rate is 32 MHz (again for both I and Q rails). As a first exercise, implement the above quantization for the ideally scaled input waveform and demodulate the signal (complex downconversion, filtering, decimation with correct phase and finally plot constellation). Plot also essential signal spectra before and after ADC. Next assume the converter is clipping the signal to some extent, i.e., the input voltage range exceeds the converter full scale voltage range. Then demodulate the clipped signal as above, and plot also the time domain signals as well as corresponding spectra before and after ADC. Try also with different relative clipping levels, and explain in words your observations. Finally, add a complex tone to the converter input at MHz, with power level 10 db above the modulated signal power, and repeat the above exercise with different relative clipping levels. Repeat also with +20 db and +30 db power levels. Explain in words your observations.

ELT Receiver Architectures and Signal Processing Exam Requirements and Model Questions 2018

ELT Receiver Architectures and Signal Processing Exam Requirements and Model Questions 2018 TUT/ICE 1 ELT-44006 Receiver Architectures and Signal Processing Exam Requirements and Model Questions 2018 General idea of these Model Questions is to highlight the central knowledge expected to be known

More information

ELT COMMUNICATION THEORY

ELT COMMUNICATION THEORY ELT 41307 COMMUNICATION THEORY Project work, Fall 2017 Experimenting an elementary single carrier M QAM based digital communication chain 1 ASSUMED SYSTEM MODEL AND PARAMETERS 1.1 SYSTEM MODEL In this

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

Joint I/Q Mixer and Filter Imbalance Compensation and Channel Equalization with Novel Preamble Design

Joint I/Q Mixer and Filter Imbalance Compensation and Channel Equalization with Novel Preamble Design 16 4th European Signal Processing Conference (EUSIPCO) Joint I/Q Mixer and Filter Imbalance Compensation and Channel Equalization with Novel Preamble Design Ramya Lakshmanan ramya.lakshmanan4@gmail.com

More information

TSTE17 System Design, CDIO. General project hints. Behavioral Model. General project hints, cont. Lecture 5. Required documents Modulation, cont.

TSTE17 System Design, CDIO. General project hints. Behavioral Model. General project hints, cont. Lecture 5. Required documents Modulation, cont. TSTE17 System Design, CDIO Lecture 5 1 General project hints 2 Project hints and deadline suggestions Required documents Modulation, cont. Requirement specification Channel coding Design specification

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

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

Wireless Communication Systems Laboratory Lab#1: An introduction to basic digital baseband communication through MATLAB simulation Objective

Wireless Communication Systems Laboratory Lab#1: An introduction to basic digital baseband communication through MATLAB simulation Objective Wireless Communication Systems Laboratory Lab#1: An introduction to basic digital baseband communication through MATLAB simulation Objective The objective is to teach students a basic digital communication

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

ECE 5650/4650 Exam II November 20, 2018 Name:

ECE 5650/4650 Exam II November 20, 2018 Name: ECE 5650/4650 Exam II November 0, 08 Name: Take-Home Exam Honor Code This being a take-home exam a strict honor code is assumed. Each person is to do his/her own work. Bring any questions you have about

More information

Digital Signal Analysis

Digital Signal Analysis Digital Signal Analysis Objectives - Provide a digital modulation overview - Review common digital radio impairments Digital Modulation Overview Signal Characteristics to Modify Polar Display / IQ Relationship

More information

Algorithm to Improve the Performance of OFDM based WLAN Systems

Algorithm to Improve the Performance of OFDM based WLAN Systems International Journal of Computer Science & Communication Vol. 1, No. 2, July-December 2010, pp. 27-31 Algorithm to Improve the Performance of OFDM based WLAN Systems D. Sreenivasa Rao 1, M. Kanti Kiran

More information

Receiver Architectures - Part 2. Increasing the role of DSP in receiver front-ends

Receiver Architectures - Part 2. Increasing the role of DSP in receiver front-ends ELT-44007/RxArch2/1 Receiver Architectures - Part 2 Increasing the role of DSP in receiver front-ends Markku Renfors Laboratory of Electronics and Communications Engineering Tampere University of Technology,

More information

Editor: this header only appears here to set number 100 and is not to be included.

Editor: this header only appears here to set number 100 and is not to be included. 100 LEVEL 1 Editor: this header only appears here to set number 100 and is not to be included. 100.2 Level two Editor: this header only appears here to set number 2 and is not to be included. Change Subclause

More information

Pilot-Assisted DFT Window Timing/ Frequency Offset Synchronization and Subcarrier Recovery 5.1 Introduction

Pilot-Assisted DFT Window Timing/ Frequency Offset Synchronization and Subcarrier Recovery 5.1 Introduction 5 Pilot-Assisted DFT Window Timing/ Frequency Offset Synchronization and Subcarrier Recovery 5.1 Introduction Synchronization, which is composed of estimation and control, is one of the most important

More information

Receiver Designs for the Radio Channel

Receiver Designs for the Radio Channel Receiver Designs for the Radio Channel COS 463: Wireless Networks Lecture 15 Kyle Jamieson [Parts adapted from C. Sodini, W. Ozan, J. Tan] Today 1. Delay Spread and Frequency-Selective Fading 2. Time-Domain

More information

Clipping and Filtering Technique for reducing PAPR In OFDM

Clipping and Filtering Technique for reducing PAPR In OFDM IOSR Journal of Engineering (IOSRJEN) e-issn: 2250-3021, p-issn: 2278-8719, Volume 2, Issue 9 (September 2012), PP 91-97 Clipping and Filtering Technique for reducing PAPR In OFDM Saleh Albdran 1, Ahmed

More information

Peak-to-Average Power Ratio (PAPR)

Peak-to-Average Power Ratio (PAPR) Peak-to-Average Power Ratio (PAPR) Wireless Information Transmission System Lab Institute of Communications Engineering National Sun Yat-sen University 2011/07/30 王森弘 Multi-carrier systems The complex

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

Satellite Communications: Part 4 Signal Distortions & Errors and their Relation to Communication Channel Specifications. Howard Hausman April 1, 2010

Satellite Communications: Part 4 Signal Distortions & Errors and their Relation to Communication Channel Specifications. Howard Hausman April 1, 2010 Satellite Communications: Part 4 Signal Distortions & Errors and their Relation to Communication Channel Specifications Howard Hausman April 1, 2010 Satellite Communications: Part 4 Signal Distortions

More information

CHAPTER 3 ADAPTIVE MODULATION TECHNIQUE WITH CFO CORRECTION FOR OFDM SYSTEMS

CHAPTER 3 ADAPTIVE MODULATION TECHNIQUE WITH CFO CORRECTION FOR OFDM SYSTEMS 44 CHAPTER 3 ADAPTIVE MODULATION TECHNIQUE WITH CFO CORRECTION FOR OFDM SYSTEMS 3.1 INTRODUCTION A unique feature of the OFDM communication scheme is that, due to the IFFT at the transmitter and the FFT

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 6560 Multirate Signal Processing Chapter 13

ECE 6560 Multirate Signal Processing Chapter 13 Multirate Signal Processing Chapter 13 Dr. Bradley J. Bazuin Western Michigan University College of Engineering and Applied Sciences Department of Electrical and Computer Engineering 1903 W. Michigan Ave.

More information

Lecture 5: Simulation of OFDM communication systems

Lecture 5: Simulation of OFDM communication systems Lecture 5: Simulation of OFDM communication systems March 28 April 9 28 Yuping Zhao (Doctor of Science in technology) Professor, Peking University Beijing, China Yuping.zhao@pku.edu.cn Single carrier communcation

More information

Carrier Frequency Offset Estimation Algorithm in the Presence of I/Q Imbalance in OFDM Systems

Carrier Frequency Offset Estimation Algorithm in the Presence of I/Q Imbalance in OFDM Systems Carrier Frequency Offset Estimation Algorithm in the Presence of I/Q Imbalance in OFDM Systems K. Jagan Mohan, K. Suresh & J. Durga Rao Dept. of E.C.E, Chaitanya Engineering College, Vishakapatnam, India

More information

Exam in 1TT850, 1E275. Modulation, Demodulation and Coding course

Exam in 1TT850, 1E275. Modulation, Demodulation and Coding course Exam in 1TT850, 1E275 Modulation, Demodulation and Coding course EI, TF, IT programs 16th of August 2004, 14:00-19:00 Signals and systems, Uppsala university Examiner Sorour Falahati office: 018-471 3071

More information

B SCITEQ. Transceiver and System Design for Digital Communications. Scott R. Bullock, P.E. Third Edition. SciTech Publishing, Inc.

B SCITEQ. Transceiver and System Design for Digital Communications. Scott R. Bullock, P.E. Third Edition. SciTech Publishing, Inc. Transceiver and System Design for Digital Communications Scott R. Bullock, P.E. Third Edition B SCITEQ PUBLISHtN^INC. SciTech Publishing, Inc. Raleigh, NC Contents Preface xvii About the Author xxiii Transceiver

More information

Multipath can be described in two domains: time and frequency

Multipath can be described in two domains: time and frequency Multipath can be described in two domains: and frequency Time domain: Impulse response Impulse response Frequency domain: Frequency response f Sinusoidal signal as input Frequency response Sinusoidal signal

More information

Presentation Outline. Advisors: Dr. In Soo Ahn Dr. Thomas L. Stewart. Team Members: Luke Vercimak Karl Weyeneth. Karl. Luke

Presentation Outline. Advisors: Dr. In Soo Ahn Dr. Thomas L. Stewart. Team Members: Luke Vercimak Karl Weyeneth. Karl. Luke Bradley University Department of Electrical and Computer Engineering Senior Capstone Project Presentation May 2nd, 2006 Team Members: Luke Vercimak Karl Weyeneth Advisors: Dr. In Soo Ahn Dr. Thomas L.

More information

PLC2 FPGA Days Software Defined Radio

PLC2 FPGA Days Software Defined Radio PLC2 FPGA Days 2011 - Software Defined Radio 17 May 2011 Welcome to this presentation of Software Defined Radio as seen from the FPGA engineer s perspective! As FPGA designers, we find SDR a very exciting

More information

MITIGATING CARRIER FREQUENCY OFFSET USING NULL SUBCARRIERS

MITIGATING CARRIER FREQUENCY OFFSET USING NULL SUBCARRIERS International Journal on Intelligent Electronic System, Vol. 8 No.. July 0 6 MITIGATING CARRIER FREQUENCY OFFSET USING NULL SUBCARRIERS Abstract Nisharani S N, Rajadurai C &, Department of ECE, Fatima

More information

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

Understanding Digital Signal Processing

Understanding Digital Signal Processing Understanding Digital Signal Processing Richard G. Lyons PRENTICE HALL PTR PRENTICE HALL Professional Technical Reference Upper Saddle River, New Jersey 07458 www.photr,com Contents Preface xi 1 DISCRETE

More information

Narrow- and wideband channels

Narrow- and wideband channels RADIO SYSTEMS ETIN15 Lecture no: 3 Narrow- and wideband channels Ove Edfors, Department of Electrical and Information technology Ove.Edfors@eit.lth.se 27 March 2017 1 Contents Short review NARROW-BAND

More information

Receiver Architectures

Receiver Architectures 83080RA/1 Receiver Architectures Markku Renfors Tampere University of Technology Digital Media Institute/Telecommunications 83080RA/2 Topics 1. Main analog components for receivers - amplifiers - filters

More information

Experimenting with Orthogonal Frequency-Division Multiplexing OFDM Modulation

Experimenting with Orthogonal Frequency-Division Multiplexing OFDM Modulation FUTEBOL Federated Union of Telecommunications Research Facilities for an EU-Brazil Open Laboratory Experimenting with Orthogonal Frequency-Division Multiplexing OFDM Modulation The content of these slides

More information

NAVAL POSTGRADUATE SCHOOL THESIS

NAVAL POSTGRADUATE SCHOOL THESIS NAVAL POSTGRADUATE SCHOOL MONTEREY, CALIFORNIA THESIS SIGNAL DETECTION AND FRAME SYNCHRONIZATION OF MULTIPLE WIRELESS NETWORKING WAVEFORMS by Keith C. Howland September 2007 Thesis Advisor: Co-Advisor:

More information

Practical issue: Group definition. TSTE17 System Design, CDIO. Quadrature Amplitude Modulation (QAM) Components of a digital communication system

Practical issue: Group definition. TSTE17 System Design, CDIO. Quadrature Amplitude Modulation (QAM) Components of a digital communication system 1 2 TSTE17 System Design, CDIO Introduction telecommunication OFDM principle How to combat ISI How to reduce out of band signaling Practical issue: Group definition Project group sign up list will be put

More information

Today s menu. Last lecture. Series mode interference. Noise and interferences R/2 V SM Z L. E Th R/2. Voltage transmission system

Today s menu. Last lecture. Series mode interference. Noise and interferences R/2 V SM Z L. E Th R/2. Voltage transmission system Last lecture Introduction to statistics s? Random? Deterministic? Probability density functions and probabilities? Properties of random signals. Today s menu Effects of noise and interferences in measurement

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

Selected answers * Problem set 6

Selected answers * Problem set 6 Selected answers * Problem set 6 Wireless Communications, 2nd Ed 243/212 2 (the second one) GSM channel correlation across a burst A time slot in GSM has a length of 15625 bit-times (577 ) Of these, 825

More information

OFDM system: Discrete model Spectral efficiency Characteristics. OFDM based multiple access schemes. OFDM sensitivity to synchronization errors

OFDM system: Discrete model Spectral efficiency Characteristics. OFDM based multiple access schemes. OFDM sensitivity to synchronization errors Introduction - Motivation OFDM system: Discrete model Spectral efficiency Characteristics OFDM based multiple access schemes OFDM sensitivity to synchronization errors 4 OFDM system Main idea: to divide

More information

ELT DIGITAL COMMUNICATIONS

ELT DIGITAL COMMUNICATIONS ELT-43007 DIGITAL COMMUNICATIONS Matlab Exercise #2 Baseband equivalent digital transmission in AWGN channel: Transmitter and receiver structures - QAM signals, Gray coding and bit error probability calculations

More information

ECE5984 Orthogonal Frequency Division Multiplexing and Related Technologies Fall Mohamed Essam Khedr. Channel Estimation

ECE5984 Orthogonal Frequency Division Multiplexing and Related Technologies Fall Mohamed Essam Khedr. Channel Estimation ECE5984 Orthogonal Frequency Division Multiplexing and Related Technologies Fall 2007 Mohamed Essam Khedr Channel Estimation Matlab Assignment # Thursday 4 October 2007 Develop an OFDM system with the

More information

ELT DIGITAL COMMUNICATIONS

ELT DIGITAL COMMUNICATIONS ELT-43007 DIGITAL COMMUNICATIONS Matlab Exercise #1 Baseband equivalent digital transmission in AWGN channel: Transmitter and receiver structures - QAM signals, symbol detection and symbol error probability

More information

IJMIE Volume 2, Issue 4 ISSN:

IJMIE Volume 2, Issue 4 ISSN: Reducing PAPR using PTS Technique having standard array in OFDM Deepak Verma* Vijay Kumar Anand* Ashok Kumar* Abstract: Orthogonal frequency division multiplexing is an attractive technique for modern

More information

Chapter 2 Channel Equalization

Chapter 2 Channel Equalization Chapter 2 Channel Equalization 2.1 Introduction In wireless communication systems signal experiences distortion due to fading [17]. As signal propagates, it follows multiple paths between transmitter and

More information

Effect of Oscillator Phase Noise and Processing Delay in Full-Duplex OFDM Repeaters

Effect of Oscillator Phase Noise and Processing Delay in Full-Duplex OFDM Repeaters Effect of Oscillator Phase Noise and Processing Delay in Full-Duplex OFDM Repeaters Taneli Riihonen, Pramod Mathecken, and Risto Wichman Aalto University School of Electrical Engineering, Finland Session

More information

Narrow- and wideband channels

Narrow- and wideband channels RADIO SYSTEMS ETIN15 Lecture no: 3 Narrow- and wideband channels Ove Edfors, Department of Electrical and Information technology Ove.Edfors@eit.lth.se 2012-03-19 Ove Edfors - ETIN15 1 Contents Short review

More information

Multirate DSP, part 1: Upsampling and downsampling

Multirate DSP, part 1: Upsampling and downsampling Multirate DSP, part 1: Upsampling and downsampling Li Tan - April 21, 2008 Order this book today at www.elsevierdirect.com or by calling 1-800-545-2522 and receive an additional 20% discount. Use promotion

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

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

DECIMATION FILTER FOR MULTISTANDARD WIRELESS RECEIVER SHEETAL S.SHENDE

DECIMATION FILTER FOR MULTISTANDARD WIRELESS RECEIVER SHEETAL S.SHENDE DECIMATION FILTER FOR MULTISTANDARD WIRELESS RECEIVER SHEETAL S.SHENDE Abstract The demand for new telecommunication services requiring higher capacities, data rates and different operating modes have

More information

TestData Summary of 5.2GHz WLAN Direct Conversion RF Transceiver Board

TestData Summary of 5.2GHz WLAN Direct Conversion RF Transceiver Board Page 1 of 16 ========================================================================================= TestData Summary of 5.2GHz WLAN Direct Conversion RF Transceiver Board =========================================================================================

More information

Effects of Nonlinearity on DFT-OFDM and DWT-OFDM Systems

Effects of Nonlinearity on DFT-OFDM and DWT-OFDM Systems Effects of Nonlinearity on DFT-OFDM and DWT-OFDM Systems Sivakrishna jajula 1, P.V.Ramana 2 1 Department of Electronics and Communication Engineering, Sree Vidyanikethan Engineering College, TIRUPATI 517

More information

WIRELESS COMMUNICATION TECHNOLOGIES (16:332:546) LECTURE 5 SMALL SCALE FADING

WIRELESS COMMUNICATION TECHNOLOGIES (16:332:546) LECTURE 5 SMALL SCALE FADING WIRELESS COMMUNICATION TECHNOLOGIES (16:332:546) LECTURE 5 SMALL SCALE FADING Instructor: Dr. Narayan Mandayam Slides: SabarishVivek Sarathy A QUICK RECAP Why is there poor signal reception in urban clutters?

More information

Telecommunication Electronics

Telecommunication Electronics Politecnico di Torino ICT School Telecommunication Electronics C5 - Special A/D converters» Logarithmic conversion» Approximation, A and µ laws» Differential converters» Oversampling, noise shaping Logarithmic

More information

Chapter 3 Communication Concepts

Chapter 3 Communication Concepts Chapter 3 Communication Concepts 1 Sections to be covered 3.1 General Considerations 3.2 Analog Modulation 3.3 Digital Modulation 3.4 Spectral Regrowth 3.7 Wireless Standards 2 Chapter Outline Modulation

More information

PAPR Reduction techniques in OFDM System Using Clipping & Filtering and Selective Mapping Methods

PAPR Reduction techniques in OFDM System Using Clipping & Filtering and Selective Mapping Methods PAPR Reduction techniques in OFDM System Using Clipping & Filtering and Selective Mapping Methods Okello Kenneth 1, Professor Usha Neelakanta 2 1 P.G. Student, Department of Electronics & Telecommunication

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

ESTIMATION OF FREQUENCY SELECTIVITY FOR OFDM BASED NEW GENERATION WIRELESS COMMUNICATION SYSTEMS

ESTIMATION OF FREQUENCY SELECTIVITY FOR OFDM BASED NEW GENERATION WIRELESS COMMUNICATION SYSTEMS ESTIMATION OF FREQUENCY SELECTIVITY FOR OFDM BASED NEW GENERATION WIRELESS COMMUNICATION SYSTEMS Hüseyin Arslan and Tevfik Yücek Electrical Engineering Department, University of South Florida 422 E. Fowler

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

Reduction of PAR and out-of-band egress. EIT 140, tom<at>eit.lth.se

Reduction of PAR and out-of-band egress. EIT 140, tom<at>eit.lth.se Reduction of PAR and out-of-band egress EIT 140, tomeit.lth.se Multicarrier specific issues The following issues are specific for multicarrier systems and deserve special attention: Peak-to-average

More information

Analog and Telecommunication Electronics

Analog and Telecommunication Electronics Politecnico di Torino - ICT School Analog and Telecommunication Electronics D5 - Special A/D converters» Differential converters» Oversampling, noise shaping» Logarithmic conversion» Approximation, A and

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

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

Comparison of ML and SC for ICI reduction in OFDM system

Comparison of ML and SC for ICI reduction in OFDM system Comparison of and for ICI reduction in OFDM system Mohammed hussein khaleel 1, neelesh agrawal 2 1 M.tech Student ECE department, Sam Higginbottom Institute of Agriculture, Technology and Science, Al-Mamon

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

ECE5984 Orthogonal Frequency Division Multiplexing and Related Technologies Fall Mohamed Essam Khedr. Fading Channels

ECE5984 Orthogonal Frequency Division Multiplexing and Related Technologies Fall Mohamed Essam Khedr. Fading Channels ECE5984 Orthogonal Frequency Division Multiplexing and Related Technologies Fall 2007 Mohamed Essam Khedr Fading Channels Major Learning Objectives Upon successful completion of the course the student

More information

EC 551 Telecommunication System Engineering. Mohamed Khedr

EC 551 Telecommunication System Engineering. Mohamed Khedr EC 551 Telecommunication System Engineering Mohamed Khedr http://webmail.aast.edu/~khedr 1 Mohamed Khedr., 2008 Syllabus Tentatively Week 1 Week 2 Week 3 Week 4 Week 5 Week 6 Week 7 Week 8 Week 9 Week

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

ON WAVEFORM SELECTION IN A TIME VARYING SONAR ENVIRONMENT

ON WAVEFORM SELECTION IN A TIME VARYING SONAR ENVIRONMENT ON WAVEFORM SELECTION IN A TIME VARYING SONAR ENVIRONMENT Ashley I. Larsson 1* and Chris Gillard 1 (1) Maritime Operations Division, Defence Science and Technology Organisation, Edinburgh, Australia Abstract

More information

Some Radio Implementation Challenges in 3G-LTE Context

Some Radio Implementation Challenges in 3G-LTE Context 1 (12) Dirty-RF Theme Some Radio Implementation Challenges in 3G-LTE Context Dr. Mikko Valkama Tampere University of Technology Institute of Communications Engineering mikko.e.valkama@tut.fi 2 (21) General

More information

PAPR Reduction in 4G Cellular Network: A SLM-based IFDMA Uplink System

PAPR Reduction in 4G Cellular Network: A SLM-based IFDMA Uplink System Proceedings of the Pakistan Academy of Sciences 49 (2): 79-84 (2012) Copyright Pakistan Academy of Sciences ISSN: 0377-2969 Pakistan Academy of Sciences Original Article PAPR Reduction in 4G Cellular Network:

More information

Lecture Outline. ESE 531: Digital Signal Processing. Anti-Aliasing Filter with ADC ADC. Oversampled ADC. Oversampled ADC

Lecture Outline. ESE 531: Digital Signal Processing. Anti-Aliasing Filter with ADC ADC. Oversampled ADC. Oversampled ADC Lecture Outline ESE 531: Digital Signal Processing Lec 12: February 21st, 2017 Data Converters, Noise Shaping (con t)! Data Converters " Anti-aliasing " ADC " Quantization "! Noise Shaping 2 Anti-Aliasing

More information

Making Noise in RF Receivers Simulate Real-World Signals with Signal Generators

Making Noise in RF Receivers Simulate Real-World Signals with Signal Generators Making Noise in RF Receivers Simulate Real-World Signals with Signal Generators Noise is an unwanted signal. In communication systems, noise affects both transmitter and receiver performance. It degrades

More information

Waveform Encoding - PCM. BY: Dr.AHMED ALKHAYYAT. Chapter Two

Waveform Encoding - PCM. BY: Dr.AHMED ALKHAYYAT. Chapter Two Chapter Two Layout: 1. Introduction. 2. Pulse Code Modulation (PCM). 3. Differential Pulse Code Modulation (DPCM). 4. Delta modulation. 5. Adaptive delta modulation. 6. Sigma Delta Modulation (SDM). 7.

More information

Advanced Self-Interference Cancellation and Multiantenna Techniques for Full-Duplex Radios

Advanced Self-Interference Cancellation and Multiantenna Techniques for Full-Duplex Radios Advanced Self-Interference Cancellation and Multiantenna Techniques for Full-Duplex Radios Dani Korpi 1, Sathya Venkatasubramanian 2, Taneli Riihonen 2, Lauri Anttila 1, Sergei Tretyakov 2, Mikko Valkama

More information

Lecture 3 Review of Signals and Systems: Part 2. EE4900/EE6720 Digital Communications

Lecture 3 Review of Signals and Systems: Part 2. EE4900/EE6720 Digital Communications EE4900/EE6720: Digital Communications 1 Lecture 3 Review of Signals and Systems: Part 2 Block Diagrams of Communication System Digital Communication System 2 Informatio n (sound, video, text, data, ) Transducer

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

Advanced 3G & 4G Wireless Communication Prof. Aditya K. Jaganathan Department of Electrical Engineering Indian Institute of Technology, Kanpur

Advanced 3G & 4G Wireless Communication Prof. Aditya K. Jaganathan Department of Electrical Engineering Indian Institute of Technology, Kanpur (Refer Slide Time: 00:17) Advanced 3G & 4G Wireless Communication Prof. Aditya K. Jaganathan Department of Electrical Engineering Indian Institute of Technology, Kanpur Lecture - 32 MIMO-OFDM (Contd.)

More information

MC CDMA PAPR Reduction Using Discrete Logarithmic Method

MC CDMA PAPR Reduction Using Discrete Logarithmic Method International Journal of Engineering Research and Development ISSN: 2278-067X, Volume 1, Issue 4 (June 2012), PP.38-43 www.ijerd.com MC CDMA PAPR Reduction Using Discrete Logarithmic Method B.Sarala 1,

More information

Baseband Compensation Techniques for Bandpass Nonlinearities

Baseband Compensation Techniques for Bandpass Nonlinearities Baseband Compensation Techniques for Bandpass Nonlinearities Ali Behravan PSfragand replacements Thomas Eriksson Communication Systems Group, Department of Signals and Systems, Chalmers University of Technology,

More information

ESE 531: Digital Signal Processing

ESE 531: Digital Signal Processing ESE 531: Digital Signal Processing Lec 12: February 21st, 2017 Data Converters, Noise Shaping (con t) Lecture Outline! Data Converters " Anti-aliasing " ADC " Quantization " Practical DAC! Noise Shaping

More information

Reduction of PAPR of OFDM Using Exponential Companding Technique with Network Coding

Reduction of PAPR of OFDM Using Exponential Companding Technique with Network Coding Reduction of PAPR of OFDM Using Exponential Companding Technique with Network Coding Miss. Sujata P. Jogdand 1, Proff. S.L.Kotgire 2 1 (Dept. of Electronics & Telecommunication, M.G.M s college of Engg./S.R.T.M.

More information

Laboratory 5: Spread Spectrum Communications

Laboratory 5: Spread Spectrum Communications Laboratory 5: Spread Spectrum Communications Cory J. Prust, Ph.D. Electrical Engineering and Computer Science Department Milwaukee School of Engineering Last Update: 19 September 2018 Contents 0 Laboratory

More information

Interleaved PC-OFDM to reduce the peak-to-average power ratio

Interleaved PC-OFDM to reduce the peak-to-average power ratio 1 Interleaved PC-OFDM to reduce the peak-to-average power ratio A D S Jayalath and C Tellambura School of Computer Science and Software Engineering Monash University, Clayton, VIC, 3800 e-mail:jayalath@cssemonasheduau

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

System-Level Time-Domain Behavioral Modeling for A Mobile WiMax Transceiver

System-Level Time-Domain Behavioral Modeling for A Mobile WiMax Transceiver System-Level Time-Domain Behavioral Modeling for A Mobile WiMax Transceiver Jie He, Jun Seo Yang, Yongsup Kim, and Austin S. Kim HIDS Lab, Telecommunication R&D Center, Samsung Electronics jie.he@samung.com,

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

Performance Evaluation of OFDM System with Rayleigh, Rician and AWGN Channels

Performance Evaluation of OFDM System with Rayleigh, Rician and AWGN Channels Performance Evaluation of OFDM System with Rayleigh, Rician and AWGN Channels Abstract A Orthogonal Frequency Division Multiplexing (OFDM) scheme offers high spectral efficiency and better resistance to

More information

Chapter 2: Digitization of Sound

Chapter 2: Digitization of Sound Chapter 2: Digitization of Sound Acoustics pressure waves are converted to electrical signals by use of a microphone. The output signal from the microphone is an analog signal, i.e., a continuous-valued

More information

ADC Clock Jitter Model, Part 1 Deterministic Jitter

ADC Clock Jitter Model, Part 1 Deterministic Jitter ADC Clock Jitter Model, Part 1 Deterministic Jitter Analog to digital converters (ADC s) have several imperfections that effect communications signals, including thermal noise, differential nonlinearity,

More information

Detection of an LTE Signal Based on Constant False Alarm Rate Methods and Constant Amplitude Zero Autocorrelation Sequence

Detection of an LTE Signal Based on Constant False Alarm Rate Methods and Constant Amplitude Zero Autocorrelation Sequence Detection of an LTE Signal Based on Constant False Alarm Rate Methods and Constant Amplitude Zero Autocorrelation Sequence Marjan Mazrooei sebdani, M. Javad Omidi Department of Electrical and Computer

More information

FREQUENCY RESPONSE BASED RESOURCE ALLOCATION IN OFDM SYSTEMS FOR DOWNLINK

FREQUENCY RESPONSE BASED RESOURCE ALLOCATION IN OFDM SYSTEMS FOR DOWNLINK FREQUENCY RESPONSE BASED RESOURCE ALLOCATION IN OFDM SYSTEMS FOR DOWNLINK Seema K M.Tech, Digital Electronics and Communication Systems Telecommunication department PESIT, Bangalore-560085 seema.naik8@gmail.com

More information

6.976 High Speed Communication Circuits and Systems Lecture 20 Performance Measures of Wireless Communication

6.976 High Speed Communication Circuits and Systems Lecture 20 Performance Measures of Wireless Communication 6.976 High Speed Communication Circuits and Systems Lecture 20 Performance Measures of Wireless Communication Michael Perrott Massachusetts Institute of Technology Copyright 2003 by Michael H. Perrott

More information

CH. 7 Synchronization Techniques for OFDM Systems

CH. 7 Synchronization Techniques for OFDM Systems CH. 7 Synchronization Techniues for OFDM Systems 1 Contents Introduction Sensitivity to Phase Noise Sensitivity to Freuency Offset Sensitivity to Timing Error Synchronization Using the Cyclic Extension

More information

Implementation of Digital Signal Processing: Some Background on GFSK Modulation

Implementation of Digital Signal Processing: Some Background on GFSK Modulation Implementation of Digital Signal Processing: Some Background on GFSK Modulation Sabih H. Gerez University of Twente, Department of Electrical Engineering s.h.gerez@utwente.nl Version 5 (March 9, 2016)

More information

Estimation of I/Q Imbalance in MIMO OFDM

Estimation of I/Q Imbalance in MIMO OFDM International Conference on Recent Trends in engineering & Technology - 13(ICRTET'13 Special Issue of International Journal of Electronics, Communication & Soft Computing Science & Engineering, ISSN: 77-9477

More information

Lecture 10 Performance of Communication System: Bit Error Rate (BER) EE4900/EE6720 Digital Communications

Lecture 10 Performance of Communication System: Bit Error Rate (BER) EE4900/EE6720 Digital Communications EE4900/EE6720: Digital Communications 1 Lecture 10 Performance of Communication System: Bit Error Rate (BER) Block Diagrams of Communication System Digital Communication System 2 Informatio n (sound, video,

More information