EE 464 Band-Pass Sampling Example Fall 2018

Size: px
Start display at page:

Download "EE 464 Band-Pass Sampling Example Fall 2018"

Transcription

1 EE 464 Band-Pass Sampling Example Fall 2018 Summary This example demonstrates the use of band-pass sampling. First, a band-pass signal is onstruted as a osine modulated speeh signal. This is a double sideband modulation, (double sideband, suppressed arrier amplitude modulation) so the bandpass signal spetrum has twie the bandwidth of the baseband signal. Then, the band-pass waveform is sampled and the translated spetrum shown to lie in the base-band region. Next, a band-pass sampling rate is seleted and the bandpass sampled signal generated. The spetrum is ompared to the original baseband signal, and double sideband harateristi is evident. Finally, the original speeh signal is reovered from the band-pass sampled waveform. The proess is desribed as general equations and speifi Matlab ommands for a given speeh file. Step 1 Generate the Bandpass Signal Let s(t) be a base-band signal, bandlimited to 0.5/T Hz and sampled at rate 1/T samples/se. Denote the samples as s (n), with the sampling rate omitted. A band-pass signal is generated, for this example, by multiplying by a osine, forming the band-pass signal x( t) = s( t)os(2π f t). For the example, 1/T = 8,000 Hz, and f = 106, 000 Hz The signal x (t) then lies in the frequeny band [ f, f + ] = [102,000, 110,000] Hz. To represent the signals using Matlab, we begin with a speeh.wav file, represented as the vetor, s, and then use the resample funtion to inrease the signal sampling rate to a rate muh larger than the osine arrier frequeny (speifially, at least twie as large as the highest frequeny in the bandpass signal). For the example, the higher sampling rate is seleted as 1 MHz. The resample funtion generates the samples of the analog signal that would have been generated if the original analog signal were sampled at the higher sampling rate. After the up-sampled signal is formed, its spetrum is omputed. This is ompared to the spetrum of the original disrete-time signal. Sine the up-sampled signal is a bandpass signal, to ompare the spetra it is neessary to zoom in on the plot. It is then evident that the bandpass signal is a double sideband modulated version of the original, with a arrier frequeny of 106 khz. Using Matlab, the band-pass signal is formed by multiplying the up-sampled speeh waveform by a osine (sampled at the 1 MHz rate). The Matlab ode is as follows, with plots shown in Figure 1. Note that the plots are labeled using the signal frequeny domain notation XX(ff), rather than XX(ee jj2ππππππ ). >> s1=wavread('sent1.dat')'; >> s1=s1/0.1; % sale amplitude T T

2 >> m1=resample(s1,125); % inrease sampling rate from 8 khz to 1 MHz >> t=[0:length(m1)-1]/ ; % time samples >> x1=m1.*os(2*pi*106000*t); % form band-pass signal >> M1=fft(m1); >> S1=fft(s1); >> X1=fft(x1); % take fft of eah signal >> f1=[0:length(s1)-1]*8000/length(s1); >> fm=[0:length(m1)-1]* /length(m1); >> figure(1) >> subplot(3,1,1) >> plot(f1,abs(s1)) % plot spetrum of original speeh sentene >> xlabel('frequeny, f, Hz') >> subplot(3,1,2) >> plot(fm,abs(m1)) % plot spetrum of up-sampled signal >> xlabel('frequeny, f, Hz') >> subplot(3,1,3) >> plot(fm,abs(x1)) % plot spetrum of band-pass signal >> xlabel('frequeny, f, Hz') Note in the figure below that the bottom two plots have a muh larger frequeny range than the top plot, and that the seond plot shows the same spetrum as the top plot, but the spetrum is ondensed into a very narrow range near the origin for the enlarged frequeny range. The bottom shows the band-pass nature of the modulated signal. Figure 1. Spetra of original, up-sampled original, and band-pass signals.

3 Figure 2 shows the spetra of the original speeh signal (top) and the spetrum of the band-pass signal with zoomed in frequeny range. The bottom figure learly shows the double sideband nature of the band-pass signal and that the spetrum ranges from about 102 khz to 110 khz. Figure 2. Spetra of original and band-pass signals. Step 2 Determine Bandpass Sampling Rate Next, the band-pass sampling rate is determined, as follows. Let f1 = 100,000, f 2 = 112,000 Hz, and define W = f f 12, 000 Hz. Selet integer 2 1 = f1 100,000 K = = 4 2 = 2 12,000. The band-pass sampling rate is then W 1 f1 100,000 = = = 25,000 Hz. The 4 th translate of X ( f ) will lie in the base-band T bp K 4 frequeny region [0, 12.5 khz]. Sine x (t) is already band-limited to the interval [100, 112] khz, there is no need to first apply a band-pass filter. We an sub-sample diretly to form the band-pass sampled signal. The ratio of bandpass sample rate, 1 MHz, to bandpass sample rate, 25 khz, is an integer, 40, so we an diretly subsample the bandpass signal by just taking every 40 th sample. Alternatively, using Matlab, we ould use the resample funtion (and would need

4 to if the ratio of sampling rates were not an integer). The Matlab ommands are as follows. >> xsub=x1(1:40:end); % sub-sampling diretly >> tsub=[0:length(xsub)-1]/25000; % time index of sub-sampled signal >> Xsub=fft(xsub); % Compute the DFT >> fsub=[0:length(xsub)-1]*25000/length(xsub); % Compute frequeny range The spetrum of the band-pass signal is shown below in Figure 3. Note that the spetrum of the band-pass signal shown in the bottom of Figure 2 is now learly visible in the lower-frequeny range (0 to 10 khz) for Figure 3. The band-pass signal is still a double sideband modulated version of the original speeh waveform, but the effetive arrier frequeny has now been moved to 6 khz. (The original arrier frequeny was 106 khz, and 106 khz 4 25 khz = 6 khz. K = 4 is the number of translations of the bandpass spetrum down to the baseband frequeny range of [0, 12.5] khz.) If the goal of the signal proessing is to use bandpass sampling and determine the spetrum of the bandpass signal, then the goal has been aomplished. Figure 3. Band-pass signal (top), band-pass sampled signal (middle) with sampling rate 25 khz, band-pass signal spetrum (bottom).

5 Step 3 Reover the Original Signal In this example, the bandpass sampling an atually be used to help demodulate the bandpass AM signal. To reover the original speeh signal we need to remove the 6 khz modulating osine, and then apply a low-pass filter. Multiplying by a osine of 6 khz shifts the spetrum down, but also introdues a spetral lobe entered at twie the modulating frequeny, that is at 12 khz. Applying a subsequent lowpass filter retrieves only the portion of the signal below 4 khz (orresponding to the original signal being bandlimited to 4 khz). Impliitly, this is oherent demodulation, sine the phase of the multiplying osine is exatly mathed to the (translated) arrier osine at 6 khz. The Matlab ommands are as follows. >> ysub=xsub.*os(2*pi*6000*tsub); >> Ysub=fft(ysub); >> fsub=[0:length(ysub)-1]*25000/length(ysub); >> s1_25=resample(s1,25,8); >> subplot(4,1,1) >> t1_25=[0:length(s1_25)-1]/25000; >> plot(t1_25,s1_25) >> subplot(4,1,2) >> plot(tsub,ysub) >> S1_25=fft(s1_25); >> f1_25=[0:length(s1_25)-1]*25000/length(s1_25); >> plot(f1_25,abs(s1_25)) >> subplot(4,1,3) >> plot(tsub,ysub) >> subplot(4,1,4) >> plot(fsub,abs(ysub)) Figure 4 shows the original speeh signal (re-sampled at the 25 khz rate) and its spetrum, as well as the reovered speeh signal, but before any final low-pass filtering. Note that although the time waveform (third plot in Figure 4) looks similar to the original (top), the spetrum (bottom) has signifiant power at frequenies between 8 and 12.5 khz. The high-frequeny power is easily removed by filtering using a linear-phase FIR filter with utoff frequeny at about 6 khz, resulting in the signal shown in Figure 5. Note that this signal spetrum (bottom plot in Figure 5) shows that the high-frequeny power (shown in seond plot in Figure 5, and entered around 12.5 khz) has been removed, and the original speeh signal reovered.

6 Figure 4. Original speeh and spetrum, and reovered signal and spetrum before final low-pass filtering. Figure 5. Reovered signal and spetrum, and low-pass filtered version.

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

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

More information

EE140 Introduction to Communication Systems Lecture 7

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

More information

Introduction to Analog And Digital Communications

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

More information

Figure 4.11: Double conversion FM receiver

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

More information

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

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

More information

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

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

More information

Module 5 Carrier Modulation. Version 2 ECE IIT, Kharagpur

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

More information

Generating 4-Level and Multitone FSK Using a Quadrature Modulator

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

More information

Objectives. Presentation Outline. Digital Modulation Lecture 04

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

More information

TRANSISTORS: DYNAMIC CIRCUITS. Introduction

TRANSISTORS: DYNAMIC CIRCUITS. Introduction TRANSISTORS: DYNAMIC CIRCUITS Introdution The point of biasing a iruit orretly is that the iruit operate in a desirable fashion on signals that enter the iruit. These signals are perturbations about the

More information

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

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

More information

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

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

More information

EKT358 Communication Systems

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

More information

6. Amplitude Modulation

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

More information

Analog Communications

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

More information

CHAPTER 3 BER EVALUATION OF IEEE COMPLIANT WSN

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

More information

TELE3013 Mid-session QUIZ 1

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

More information

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

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

More information

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

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

More information

Calculation of the maximum power density (averaged over 4 khz) of an angle modulated carrier

Calculation of the maximum power density (averaged over 4 khz) of an angle modulated carrier Re. ITU-R SF.675-3 1 RECOMMENDATION ITU-R SF.675-3 * CALCULATION OF THE MAXIMUM POWER DENSITY (AVERAGED OVER 4 khz) OF AN ANGLE-MODULATED CARRIER Re. ITU-R SF.675-3 (199-1992-1993-1994) The ITU Radioommuniation

More information

Chapter 3 Digital Transmission Fundamentals

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

More information

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

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

More information

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

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

More information

Introductory Notions

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

More information

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

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

More information

2. Continuous-wave modulation

2. Continuous-wave modulation . Continuous-wave odulation 1. Appliation goal We study representations in tie and frequeny doain for two types of ontinuous wave odulation: aplitude odulation (AM) and frequeny odulation (FM).. Continuous-wave

More information

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

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

More information

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

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

More information

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

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

More information

Effect of orientation and size of silicon single crystal to Electro-Ultrasonic Spectroscopy

Effect of orientation and size of silicon single crystal to Electro-Ultrasonic Spectroscopy Effet of orientation and size of silion single rystal to Eletro-Ultrasoni Spetrosopy Mingu KANG 1, Byeong-Eog JUN 1, Young H. KIM 1 1 Korea Siene Aademy of KAIST, Korea Phone: +8 51 606 19, Fax: +8 51

More information

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

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

More information

Filters. A RF/microwave filter is (typically) a passive, reciprocal, 2- port linear device. Filter

Filters. A RF/microwave filter is (typically) a passive, reciprocal, 2- port linear device. Filter 3/1/25 Filters.do 1/8 Filters A RF/mirowave filter is (typially) a passive, reiproal, 2- port linear devie. Pin Filter Pout If port 2 of this devie is terminated in a mathed load, then we an relate the

More information

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

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

More information

Single Sideband (SSB) AM

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

More information

AMPLITUDE MODULATION AND DEMODULATION

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

More information

Digitally Demodulating Binary Phase Shift Keyed Data Signals

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

More information

Interpreting CDMA Mobile Phone Testing Requirements

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

More information

CHAPTER-8 Spread Spectrum Modulation Introduction: Problem of radio transmission Solution Firstly Secondly

CHAPTER-8 Spread Spectrum Modulation Introduction: Problem of radio transmission Solution Firstly Secondly CHAPER-8 Spread Spetrum Modulation Introdution: Initially developed for military appliations during II world war, that was less sensitive to intentional interferene or jamming y third parties. Spread spetrum

More information

Signal Processing Toolbox

Signal Processing Toolbox Signal Processing Toolbox Perform signal processing, analysis, and algorithm development Signal Processing Toolbox provides industry-standard algorithms for analog and digital signal processing (DSP).

More information

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

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

More information

Average Current Mode Interleaved PFC Control

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

More information

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

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

More information

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

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

More information

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

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

More information

and division (stretch).

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

More information

CS311: Data Communication. Transmission of Analog Signal - I

CS311: Data Communication. Transmission of Analog Signal - I CS311: Data Communication Transmission of Analog Signal - I by Dr. Manas Khatua Assistant Professor Dept. of CSE IIT Jodhpur E-mail: manaskhatua@iitj.ac.in Web: http://home.iitj.ac.in/~manaskhatua http://manaskhatua.github.io/

More information

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

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

More information

EXPLORATIONS IN COMMUNICATION SYSTEMS USING A VIRTUAL TOOLKIT

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

More information

Waveforms and Spectra in NBFM Receiver

Waveforms and Spectra in NBFM Receiver Waveforms and Spectra in NBFM Receiver GNU radio was used to create the following NBFM receiver. The USRP with the RFX400 daughterboard was used to capture the signal. 64Ms/s 256Ks/s 32Ks/s 32Ks/s FPGA

More information

ELEC3242 Communications Engineering Laboratory Amplitude Modulation (AM)

ELEC3242 Communications Engineering Laboratory Amplitude Modulation (AM) ELEC3242 Communications Engineering Laboratory 1 ---- Amplitude Modulation (AM) 1. Objectives 1.1 Through this the laboratory experiment, you will investigate demodulation of an amplitude modulated (AM)

More information

ECEGR Lab #8: Introduction to Simulink

ECEGR Lab #8: Introduction to Simulink Page 1 ECEGR 317 - Lab #8: Introduction to Simulink Objective: By: Joe McMichael This lab is an introduction to Simulink. The student will become familiar with the Help menu, go through a short example,

More information

RADAR TARGET RECOGNITION BASED ON PARAMETERIZED HIGH RESOLUTION RANGE PROFILES

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

More information

FFT Analyzer. Gianfranco Miele, Ph.D

FFT Analyzer. Gianfranco Miele, Ph.D FFT Analyzer Gianfranco Miele, Ph.D www.eng.docente.unicas.it/gianfranco_miele g.miele@unicas.it Introduction It is a measurement instrument that evaluates the spectrum of a time domain signal applying

More information

Parallel Interference Cancellation in Multicarrier DS-CDMA Systems

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

More information

Amplitude Modulation Chapter 2. Modulation process

Amplitude Modulation Chapter 2. Modulation process Question 1 Modulation process Modulation is the process of translation the baseband message signal to bandpass (modulated carrier) signal at frequencies that are very high compared to the baseband frequencies.

More information

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

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

More information

EE452 Senior Capstone Project: Integration of Matlab Tools for DSP Code Generation. Kwadwo Boateng Charles Badu. May 8, 2006

EE452 Senior Capstone Project: Integration of Matlab Tools for DSP Code Generation. Kwadwo Boateng Charles Badu. May 8, 2006 EE452 Senior Capstone Project: Integration of Matlab Tools for DSP Code Generation Kwadwo Boateng Charles Badu May 8, 2006 Bradley University College of Engineering and Technology Electrical and Computer

More information

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

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

More information

Spectral Transformation On the unit circle we have

Spectral Transformation On the unit circle we have 1 s of Objetive - Transform a given lowpass digital transfer funtion G L ( to another digital transfer funtion G D ( that ould be a lowpass, highpass, bandpass or bandstop filter z has been used to denote

More information

Noise Robust AM-FM Demodulation using Least- Squares Truncated Power Series Approximation

Noise Robust AM-FM Demodulation using Least- Squares Truncated Power Series Approximation oise Robust AM-FM Demodulation using Least- Squares Trunated ower Series Approximation Wooi-Boon Goh Shool of Computer Engineering, anyang Tehnologial University, Singapore 639798 aswbgoh@ntu.edu.sg ABSTRACT

More information

ANALOG COMMUNICATION (9)

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

More information

Copyright Blind Selected Mapping Techniques for Space-Time Block Coded Filtered Single-Carrier Signals

Copyright Blind Selected Mapping Techniques for Space-Time Block Coded Filtered Single-Carrier Signals Blind Seleted Mapping Tehniques for Spae-Time Blok Coded Filtered Single-Carrier Signals IEEE VTS AWCS 6 6 August 6 @ Tokyo, Japan Amnart Boonkaay Fumiyuki Adahi Wireless Signal roessing Researh Group

More information

Multiplication/Modulation Property For Continuous-Time.

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

More information

Communication Systems, 5e

Communication Systems, 5e Communiation Systems, 5e Chapter 7: Analog Communiation Systems A. Brue Carlson Paul B. Crilly 010 The Mraw-Hill Companies Chapter 7: Analog Communiation Systems Reeiver blok diagram design Image requeny

More information

Location Fingerprint Positioning Based on Interval-valued Data FCM Algorithm

Location Fingerprint Positioning Based on Interval-valued Data FCM Algorithm Available online at www.sienediret.om Physis Proedia 5 (01 ) 1939 1946 01 International Conferene on Solid State Devies and Materials Siene Loation Fingerprint Positioning Based on Interval-valued Data

More information

EEL 4350 Principles of Communication Project 2 Due Tuesday, February 10 at the Beginning of Class

EEL 4350 Principles of Communication Project 2 Due Tuesday, February 10 at the Beginning of Class EEL 4350 Principles of Communication Project 2 Due Tuesday, February 10 at the Beginning of Class Description In this project, MATLAB and Simulink are used to construct a system experiment. The experiment

More information

Micro-Piezoelectric Head Technology of Color Inkjet Printer

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

More information

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

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

More information

PERFORMANCE OF COHERENT DIRECT SEQUENCE SPREAD SPECTRUM FREQUENCY SHIFT KEYING

PERFORMANCE OF COHERENT DIRECT SEQUENCE SPREAD SPECTRUM FREQUENCY SHIFT KEYING PERFORMANCE OF COHEREN DIREC SEQUENCE SPREAD SPECRUM FREQUENCY SHIF KEYING A thesis presented to the faulty of the Russ College of Engineering and ehnology of Ohio University In partial fulfillment of

More information

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

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

More information

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

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

More information

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

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

More information

Author(s)Unoki, Masashi; Miyauchi, Ryota; Tan

Author(s)Unoki, Masashi; Miyauchi, Ryota; Tan JAIST Reposi https://dspae.j Title Hearing From Sensory Proessing to Estimates of tuning of auditory filt simultaneous and forward nothed-noi Author(s)Unoki, Masashi; Miyauhi, Ryota; Tan Citation Issue

More information

EECS 307: Lab Handout 2 (FALL 2012)

EECS 307: Lab Handout 2 (FALL 2012) EECS 307: Lab Handout 2 (FALL 2012) I- Audio Transmission of a Single Tone In this part you will modulate a low-frequency audio tone via AM, and transmit it with a carrier also in the audio range. The

More information

Detecting Moving Targets in SAR Via Keystoning and Phase Interferometry

Detecting Moving Targets in SAR Via Keystoning and Phase Interferometry 5 The MITRE Corporation. All rights reserved. Approved for Publi Release; Distribution Unlimited. Deteting Moving Targets in SAR Via Keystoning and Phase Interferometry Dr. P. K. Sanyal, Dr. D. M. Zasada,

More information

Position Independent Stereo Sound Reproduction

Position Independent Stereo Sound Reproduction Nat.Lab. Tehnial Note 2000/002 Date of issue: 06/2000 Position Independent Stereo Sound Reprodution Part I: State-of-the-art on PI-stereo Josep A. Ródenas and Ronald M. Aarts Company Restrited Koninklijke

More information

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

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

More information

Multipitch analysis of polyphonic music and speech signals using an auditory model

Multipitch analysis of polyphonic music and speech signals using an auditory model 1 Multipith analysis of polyphoni musi and speeh signals using an auditory model Anssi Klapuri, Member, IEEE Institute of Signal Proessing, Tampere University of Tehonology, Korkeakoulunkatu 1, FIN-3372

More information

ELG3175 Introduction to Communication Systems. Conventional AM

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

More information

Appendix B. Design Implementation Description For The Digital Frequency Demodulator

Appendix B. Design Implementation Description For The Digital Frequency Demodulator Appendix B Design Implementation Description For The Digital Frequency Demodulator The DFD design implementation is divided into four sections: 1. Analog front end to signal condition and digitize the

More information

Texas Instruments Analog Design Contest

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

More information

EE470 Electronic Communication Theory Exam II

EE470 Electronic Communication Theory Exam II EE470 Electronic Communication Theory Exam II Open text, closed notes. For partial credit, you must show all formulas in symbolic form and you must work neatly!!! Date: November 6, 2013 Name: 1. [16%]

More information

Communication Systems Lecture 7. Dong In Kim School of Info/Comm Engineering Sungkyunkwan University

Communication Systems Lecture 7. Dong In Kim School of Info/Comm Engineering Sungkyunkwan University Communiation Systems Leture 7 Dong In Kim Shool o Ino/Comm Engineering Sungkyunkwan University 1 Outline Expression o SSB signals Waveorm o SSB signals Modulators or SSB: Frequeny disrimination Phase disrimination

More information

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

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

More information

Fourier Theory & Practice, Part I: Theory (HP Product Note )

Fourier Theory & Practice, Part I: Theory (HP Product Note ) Fourier Theory & Practice, Part I: Theory (HP Product Note 54600-4) By: Robert Witte Hewlett-Packard Co. Introduction: This product note provides a brief review of Fourier theory, especially the unique

More information

Sampling and Reconstruction of Analog Signals

Sampling and Reconstruction of Analog Signals Sampling and Reconstruction of Analog Signals Chapter Intended Learning Outcomes: (i) Ability to convert an analog signal to a discrete-time sequence via sampling (ii) Ability to construct an analog signal

More information

Lecture 17 z-transforms 2

Lecture 17 z-transforms 2 Lecture 17 z-transforms 2 Fundamentals of Digital Signal Processing Spring, 2012 Wei-Ta Chu 2012/5/3 1 Factoring z-polynomials We can also factor z-transform polynomials to break down a large system into

More information

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

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

More information

Lecture 22: Digital Transmission Fundamentals

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

More information

Candidate Spectral Estimation for Cognitive Radio

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

More information

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

1 a 7 b 21 c 6 m d blue e car

1 a 7 b 21 c 6 m d blue e car Cambridge Essentials Mathematis Core 7 S1.1 Answers S1.1 Answers 1 a 7 b 21 6 m d blue e ar 2 a 2 b 0 3 a 120 b Pizza 4 a Table 1 Number of people in vehile 1 2 3 4 More than 4 Number of vehiles 12 28

More information

An Assisted GPS Acquisition Method using L2 Civil Signal in Weak Signal Environment

An Assisted GPS Acquisition Method using L2 Civil Signal in Weak Signal Environment Journal of Global Positioning Systems (004) Vol. 3, No. -: 5-3 An Assisted GPS Aquisition ethod using L Civil Signal in Wea Signal Environment Deu Jae Cho Department of Eletronis, Chungnam National University,

More information

An Examination and Interpretation of ITU-R BS.1387: Perceptual Evaluation of Audio Quality

An Examination and Interpretation of ITU-R BS.1387: Perceptual Evaluation of Audio Quality An Examination and Interpretation of ITU-R BS.1387: Pereptual Evaluation of Audio Quality P. Kabal Department of Eletrial & Computer Engineering MGill University Version 2: 23-12-8 http://www.tsp.ece.mgill.ca

More information

Enhance Your Signal Processing Toolbox with Complex Notation

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

More information

Noise Measurements Using a Teledyne LeCroy Oscilloscope

Noise Measurements Using a Teledyne LeCroy Oscilloscope Noise Measurements Using a Teledyne LeCroy Oscilloscope TECHNICAL BRIEF January 9, 2013 Summary Random noise arises from every electronic component comprising your circuits. The analysis of random electrical

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

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

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

More information

This document is downloaded from DR-NTU, Nanyang Technological University Library, Singapore.

This document is downloaded from DR-NTU, Nanyang Technological University Library, Singapore. This doument is downloaded from DR-NTU Nanyang Tehnologial University Library Singapore. Title Primary-Ambient Extration Using Ambient Spetrum Estimation for Immersive Spatial Audio Reprodution Author(s)

More information

EE 464 Short-Time Fourier Transform Fall and Spectrogram. Many signals of importance have spectral content that

EE 464 Short-Time Fourier Transform Fall and Spectrogram. Many signals of importance have spectral content that EE 464 Short-Time Fourier Transform Fall 2018 Read Text, Chapter 4.9. and Spectrogram Many signals of importance have spectral content that changes with time. Let xx(nn), nn = 0, 1,, NN 1 1 be a discrete-time

More information