Select the single most appropriate response for each question.

Size: px
Start display at page:

Download "Select the single most appropriate response for each question."

Transcription

1 ECE 362 Final Lab Practical Practice Exam / Solution PART 1: Multiple Choice Select the single most appropriate response for each question. Note that none of the above MAY be a VALID ANSWER. (Solution at end) (1) On the 9S12C, the purpose of the PLL (phase locked loop) is to: (A) generate the OSCCLK frequency. (B) monitor the phase of the BUS CLOCK (C) multiply the BUS CLOCK frequency (D) generate periodic interrupts in phase with the bus clock (2) Based on the RTI reference chart (posted on the Homework page), the largest period with the minimum error rate can be obtained by initializing the RTICTL register to: (A) $10 (B) $13 (C) $28 (D) $38 (3) Based on the RTI reference chart (posted on the Homework page), the largest period with the minimum error rate can be obtained by initializing the RTICTL register as determined in Question 2, above, and using an RTICNT of: (A) 217 (B) 279 (C) 434 (D) 7812 (4) The resolution of an N-bit ATD is: (A) N 2 / (VRH VRL) (B) (VRH VRL) / N 2 (C) 2 N / (VRH VRL) (D) (VRH VRL) / 2 N (5) The purpose of an anti-alias filter is: (A) to prevent input signals greater than Fs/2 from folding back into the baseband (B) to remove replicas of the baseband spectrum that appear in the output spectrum centered at integer multiples of Fs (C) to improve the ATD s SQNR (D) to improve the ATD s resolution

2 ECE 362 Final Lab Practical Practice Exam / Solution (6) For an ATD operated at a sampling frequency of 20 KHz, a combination of pure tones (sine waves) at frequencies of 8 KHz, 10 KHz, and 11 KHz would produce the following spectral components in the digitized output: (A) 8 KHz, 10 KHz, and 11 KHz (B) 8 KHz, 10 KHz, and 22 KHz (C) 8 KHz, 9 KHz, and 10 KHz (D) 4 KHz, 5 KHz, and 5.5 KHz (7) The final sample time of the ATD is: (A) the amount of time the input is integrated (sampled) (B) the total amount of time to perform the conversion (C) the amount of time needed to perform the successive approximation algorithm (D) the total amount of time needed to perform the programmed sequence of conversions (8) Given that the ATD is supplied with references voltages of VRH = 4.0 volts and VRL = 0.0 volts, the output code produced in response to an input voltage of 3.5 VDC is: (A) $B0 (B) $C0 (C) $D0 (D) $E0 (9) The fast flag clear mode is most useful in applications that operate the ATD in a: (A) non-scanning, program-driven mode (B) continuous-scanning, interrupt-driven mode (C) non-scanning, interrupt-driven mode (D) continuous-scanning, program-driven mode (10) The length of time required by the SCI to transmit a 10-bit character frame at 38.4 Kbaud is approximately: (A) miliseconds (B) milliseconds (C) milliseconds (D) milliseconds (11) The SCI s RDRF flag is cleared by: (A) reading a character from SCIDR (B) reading SCISR1 and then reading the character from SCIDR (C) reading SCISR1 (D) writing a 1 to the RDRF bit of SCISR1 (12) For interrupt-driven operation of the SCI, a Digital Binky TM should be employed for: (A) the receive section only (B) the transmit section only (C) both the receive and transmit section (D) neither the receive or the transmit section

3 ECE 362 Final Lab Practical Practice Exam / Solution (13) The SCI baud rate divisor that should be used in a 24 MHz system to transmit 10-bit character frames at 38.4 Kbaud is: (A) 26 (B) 39 (C) 78 (D) 156 (14) For a 24 MHz system, the local clock error associated with transmitting 10-bit character frames at 38.4 Kbaud using the SCI is approximately: (A) 0.16% (B) 0.64% (C) 1.60% (D) 6.40% (15) Local clock error does not accumulate on an asynchronous communication link because: (A) the sampling clock is 16 times faster than the data rate (B) the receiver re-synchronizes every time a start bit is detected (C) the transmitter periodically sends sync pulses (D) the receiver re-synchronizes every time a stop bit is detected (16) Half-duplex, when applied to either an SCI or SPI interface, means: (A) data can only be transmitted in one direction (B) data can be transmitted in both directions, but not at the same time (C) data can be transmitted in both directions simultaneously (D) data transmission requires a clock signal (17) Transmission of serial data using the SPI is inherently faster than using the SCI because: (A) synchronous transmission does not require start/stop bits (B) synchronous transmission requires an accompanying clock signal (C) synchronous transmission does not require local synchronization (D) all of the above (18) The double buffering feature of the PWM unit: (A) provides a larger window of time during which the PWM registers can be written (B) provides a larger window of time during which the PWM registers can be read (C) prevents a PWM output from changing the instant its period or duty register is written (D) all of the above (19) Given a 24 MHz bus clock, in 8-bit mode the minimum frequency left-aligned 80% duty cycle square wave that can be generated by the PWM unit is approximately: (A) Hz (B) 1.15 Hz (C) 1.44 Hz (D) 2.30 Hz

4 ECE 362 Final Lab Practical Practice Exam / Solution (20) Given a 24 MHz bus clock, in 16-bit mode the minimum frequency left-aligned 80% duty cycle square wave that can be generated by the PWM unit is approximately: (A) Hz (B) Hz (C) Hz (D) Hz (21) Given a 24 MHz bus clock, in 8-bit mode the maximum frequency left-aligned 80% duty cycle square wave that can be generated by the PWM unit is: (A) 2,400,000 Hz (B) 4,800,000 Hz (C) 6,000,000 Hz (D) 12,000,000 Hz (22) Useful applications of the PWM include: (A) D.C. motor speed control (B) digital-to-analog conversion (C) controlling the intensity of an LED (D) all of the above (23) The TIM Ch 7 periodic interrupt generation capability and the pulse accumulator (PA) can be used simultaneously by: (A) disconnecting the TIM Ch 7 output from the port pin (B) re-routing the TIM Ch 7 output to a different port pin (C) continuously changing the mode of the port pin (D) re-routing the PA input to a different port pin

5 ECE 362 Final Lab Practical Practice Exam / Solution PART 2. Code Analysis For questions 24-28, refer to the file LP2_AP1.asm (available on course website). (24) The theoretical SQNR (signal to quantizing noise ratio) of the digitized input signal is: (A) 6 db (B) 8 db (C) 48 db (D) 60 db (25) The ratio of the output sampling frequency to the input sampling frequency is approximately: (A) 1:1 (B) 2:1 (C) 4:1 (D) 8:1 (26) An appropriate choice for anti-aliasing low-pass filter cut-off frequency, for the application as written, would be: (A) 500 Hz (B) 1000 Hz (C) 5000 Hz (D) 10,000 Hz (27) As the ratio of the PWM output sampling frequency is increased relative to the ATD input sampling frequency, the reconstructed (low-pass filtered) PWM output waveform is expected to: (A) stay the same (B) become more distorted (C) become less distorted (D) have a higher SQNR (28) The distortion in the reconstructed PWM signal (referred to above) is caused by: (A) uniformly sampling both the ATD input and the PWM output (B) uniformly sampling the ATD input, but naturally sampling the PWM output (C) naturally sampling the ATD input, but uniformly sampling the PWM output (D) naturally sampling both the ATD input and the PWM output

6 ECE 362 Final Lab Practical Practice Exam / Solution For questions 29-33, refer to the file LP2_AP2.asm (available on course website). (29) The duty cycle of the PT0 output waveform is: (A) 10% (B) 20% (C) 50% (D) 80% (30) The period (in milliseconds) with which the LED on PT0 blinks is approximately: (A) 1.36 ms (B) 350 ms (C) 696 ms (D) 699 ms (31) Decreasing the value initially loaded into TC0 by one modulo 2 16 (i.e., from $0000 to $FFFF): (A) shifts the blinking phase such that the LED on PT0 before the LED on PT1 (B) shifts the blinking phase such that the LED on PT1 before the LED on PT0 (C) increases the blinking rate of PT0 (D) decreases the blinking rate of PT0 (i.e., has no visible effect) (32) Increasing the value initially loaded into TC0 by one (i.e., from $0000 to $0001): (A) shifts the blinking phase such that the LED on PT0 before the LED on PT1 (B) shifts the blinking phase such that the LED on PT1 before the LED on PT0 (C) increases the blinking rate of PT0 (D) decreases the blinking rate of PT0 (i.e., has no visible effect) (33) Decreasing the value initially loaded into TSCR2 by one (i.e., from $07 to $06): (A) shifts the blinking phase such that the LED on PT0 before the LED on PT1 (B) shifts the blinking phase such that the LED on PT1 before the LED on PT0 (C) increases the blinking rate of PT0 (D) decreases the blinking rate of PT0 (i.e., has no visible effect) SOLUTION: 1-C, 2-D, 3-A, 4-D, 5-A, 6-C, 7-A, 8-D, 9-B, 10-A, 11-B, 12-B, 13-B, 14-A, 15-B, 16-B, 17-D, 18-C, 19-C, 20-A, 21-B, 22-D, 23-A, 24-C, 25-D, 26-C, 27-C, 28-B, 29-C, 30-D, 31-E, 32-A, 33-C

Oct 30 Announcements. Bonus marked will be posted today Will provide 270 style feedback on multiple-choice questions. [3.E]-1

Oct 30 Announcements. Bonus marked will be posted today Will provide 270 style feedback on multiple-choice questions. [3.E]-1 Oct 30 Announcements Code Marked and on Blackboard This week: Mon 2:30 to 3:00pm, Tues 2:30 to 3:30 and W-F 1:30 to 3:00pm opportunity to talk about code: earn 2 extra points on the coding part Bonus marked

More information

EE 308 Lab Spring 2009

EE 308 Lab Spring 2009 9S12 Subsystems: Pulse Width Modulation, A/D Converter, and Synchronous Serial Interface In this sequence of three labs you will learn to use three of the MC9S12's hardware subsystems. WEEK 1 Pulse Width

More information

Hardware Flags. and the RTI system. Microcomputer Architecture and Interfacing Colorado School of Mines Professor William Hoff

Hardware Flags. and the RTI system. Microcomputer Architecture and Interfacing Colorado School of Mines Professor William Hoff Hardware Flags and the RTI system 1 Need for hardware flag Often a microcontroller needs to test whether some event has occurred, and then take an action For example A sensor outputs a pulse when a model

More information

Review for Final Exam

Review for Final Exam Review for Final Exam Numbers Decimal to Hex (signed and unsigned) Hex to Decimal (signed and unsigned) Binary to Hex Hex to Binary Addition and subtraction of fixed-length hex numbers Overflow, Carry,

More information

Microcontrollers. Serial Communication Interface. EECE 218 Microcontrollers 1

Microcontrollers. Serial Communication Interface. EECE 218 Microcontrollers 1 EECE 218 Microcontrollers Serial Communication Interface EECE 218 Microcontrollers 1 Serial Communications Principle: transfer a word one bit at a time Methods:» Simplex: [S] [R]» Duplex: [D1] [D2]» Half

More information

EE 308 Spring S12 SUBSYSTEMS: PULSE WIDTH MODULATION, A/D CONVERTER, AND SYNCHRONOUS SERIAN INTERFACE

EE 308 Spring S12 SUBSYSTEMS: PULSE WIDTH MODULATION, A/D CONVERTER, AND SYNCHRONOUS SERIAN INTERFACE 9S12 SUBSYSTEMS: PULSE WIDTH MODULATION, A/D CONVERTER, AND SYNCHRONOUS SERIAN INTERFACE In this sequence of three labs you will learn to use the 9S12 S hardware sybsystem. WEEK 1 PULSE WIDTH MODULATION

More information

Review for Final Exam

Review for Final Exam Review for Final Exam Numbers Decimal to Hex (signed and unsigned) Hex to Decimal (signed and unsigned) Binary to Hex Hex to Binary Addition and subtraction of fixed-length hex numbers Overflow, Carry,

More information

INTRODUCTION TO COMMUNICATION SYSTEMS LABORATORY IV. Binary Pulse Amplitude Modulation and Pulse Code Modulation

INTRODUCTION TO COMMUNICATION SYSTEMS LABORATORY IV. Binary Pulse Amplitude Modulation and Pulse Code Modulation INTRODUCTION TO COMMUNICATION SYSTEMS Introduction: LABORATORY IV Binary Pulse Amplitude Modulation and Pulse Code Modulation In this lab we will explore some of the elementary characteristics of binary

More information

Universitas Sumatera Utara

Universitas Sumatera Utara Amplitude Shift Keying & Frequency Shift Keying Aim: To generate and demodulate an amplitude shift keyed (ASK) signal and a binary FSK signal. Intro to Generation of ASK Amplitude shift keying - ASK -

More information

Asynchronous Serial Communications The MC9S12 Serial Communications Interface (SCI) Asynchronous Data Transfer

Asynchronous Serial Communications The MC9S12 Serial Communications Interface (SCI) Asynchronous Data Transfer Asynchronous Serial Communications The MC9S12 Serial Communications Interface (SCI) Asynchronous Data Transfer In asynchronous data transfer, there is no clock line between the two devices Both devices

More information

The Sampling Theorem:

The Sampling Theorem: The Sampling Theorem: Aim: Experimental verification of the sampling theorem; sampling and message reconstruction (interpolation). Experimental Procedure: Taking Samples: In the first part of the experiment

More information

EXPERIMENT NO. 4 PSK Modulation

EXPERIMENT NO. 4 PSK Modulation DEPARTMENT OF ELECTRICAL & COMPUTER ENGINEERING ECOM 4101 (ECE 4203) COMMUNICATIONS ENGINEERING LAB II SEMESTER 2, 2016/2017 EXPERIMENT NO. 4 PSK Modulation NAME: MATRIC NO: DATE: SECTION: PSK MODULATION

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

ENGR 1110: Introduction to Engineering Lab 7 Pulse Width Modulation (PWM)

ENGR 1110: Introduction to Engineering Lab 7 Pulse Width Modulation (PWM) ENGR 1110: Introduction to Engineering Lab 7 Pulse Width Modulation (PWM) Supplies Needed Motor control board, Transmitter (with good batteries), Receiver Equipment Used Oscilloscope, Function Generator,

More information

Design Implementation Description for the Digital Frequency Oscillator

Design Implementation Description for the Digital Frequency Oscillator Appendix A Design Implementation Description for the Frequency Oscillator A.1 Input Front End The input data front end accepts either analog single ended or differential inputs (figure A-1). The input

More information

Reference Sources. Prelab. Proakis chapter 7.4.1, equations to as attached

Reference Sources. Prelab. Proakis chapter 7.4.1, equations to as attached Purpose The purpose of the lab is to demonstrate the signal analysis capabilities of Matlab. The oscilloscope will be used as an A/D converter to capture several signals we have examined in previous labs.

More information

Course Introduction. Content 20 pages 3 questions. Learning Time 30 minutes

Course Introduction. Content 20 pages 3 questions. Learning Time 30 minutes Purpose The intent of this course is to provide you with information about the main features of the S08 Timer/PWM (TPM) interface module and how to configure and use it in common applications. Objectives

More information

Downloaded from 1

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

More information

Pulsed VNA Measurements:

Pulsed VNA Measurements: Pulsed VNA Measurements: The Need to Null! January 21, 2004 presented by: Loren Betts Copyright 2004 Agilent Technologies, Inc. Agenda Pulsed RF Devices Pulsed Signal Domains VNA Spectral Nulling Measurement

More information

DIGITAL COMMUNICATION

DIGITAL COMMUNICATION DIGITAL COMMUNICATION TRAINING LAB Digital communication has emerged to augment or replace the conventional analog systems, which had been used widely a few decades back. Digital communication has demonstrated

More information

EE 460L University of Nevada, Las Vegas ECE Department

EE 460L University of Nevada, Las Vegas ECE Department EE 460L PREPARATION 1- ASK Amplitude shift keying - ASK - in the context of digital communications is a modulation process which imparts to a sinusoid two or more discrete amplitude levels. These are related

More information

Module 5. DC to AC Converters. Version 2 EE IIT, Kharagpur 1

Module 5. DC to AC Converters. Version 2 EE IIT, Kharagpur 1 Module 5 DC to AC Converters Version 2 EE IIT, Kharagpur 1 Lesson 37 Sine PWM and its Realization Version 2 EE IIT, Kharagpur 2 After completion of this lesson, the reader shall be able to: 1. Explain

More information

Timer A (0 and 1) and PWM EE3376

Timer A (0 and 1) and PWM EE3376 Timer A (0 and 1) and PWM EE3376 General Peripheral Programming Model l l l l Each peripheral has a range of addresses in the memory map peripheral has base address (i.e. 0x00A0) each register used in

More information

Digital Communication

Digital Communication Digital Communication Laboratories bako@ieee.org DigiCom Labs There are 5 labs related to the digital communication. Study of the parameters of metal cables including: characteristic impendance, attenuation

More information

ADVANCED WAVEFORM GENERATION TECHNIQUES FOR ATE

ADVANCED WAVEFORM GENERATION TECHNIQUES FOR ATE ADVANCED WAVEFORM GENERATION TECHNIQUES FOR ATE Christopher D. Ziomek Emily S. Jones ZTEC Instruments, Inc. 7715 Tiburon Street NE Albuquerque, NM 87109 Abstract Comprehensive waveform generation is an

More information

EECS 452 Midterm Exam (solns) Fall 2012

EECS 452 Midterm Exam (solns) Fall 2012 EECS 452 Midterm Exam (solns) Fall 2012 Name: unique name: Sign the honor code: I have neither given nor received aid on this exam nor observed anyone else doing so. Scores: # Points Section I /40 Section

More information

System on a Chip. Prof. Dr. Michael Kraft

System on a Chip. Prof. Dr. Michael Kraft System on a Chip Prof. Dr. Michael Kraft Lecture 5: Data Conversion ADC Background/Theory Examples Background Physical systems are typically analogue To apply digital signal processing, the analogue signal

More information

THIS work focus on a sector of the hardware to be used

THIS work focus on a sector of the hardware to be used DISSERTATION ON ELECTRICAL AND COMPUTER ENGINEERING 1 Development of a Transponder for the ISTNanoSAT (November 2015) Luís Oliveira luisdeoliveira@tecnico.ulisboa.pt Instituto Superior Técnico Abstract

More information

Hello, and welcome to this presentation of the STM32 Digital Filter for Sigma-Delta modulators interface. The features of this interface, which

Hello, and welcome to this presentation of the STM32 Digital Filter for Sigma-Delta modulators interface. The features of this interface, which Hello, and welcome to this presentation of the STM32 Digital Filter for Sigma-Delta modulators interface. The features of this interface, which behaves like ADC with external analog part and configurable

More information

EEL 4744C: Microprocessor Applications. Lecture 9. Part 2. M68HC12 Serial I/O. Dr. Tao Li 1

EEL 4744C: Microprocessor Applications. Lecture 9. Part 2. M68HC12 Serial I/O. Dr. Tao Li 1 EEL 4744C: Microprocessor Applications Lecture 9 Part 2 M68HC12 Serial I/O Dr. Tao Li 1 Reading Assignment Software and Hardware Engineering (new version): Chapter 15 SHE (old version): Chapter 11 HC12

More information

SERVOSTAR S- and CD-series Sine Encoder Feedback

SERVOSTAR S- and CD-series Sine Encoder Feedback SERVOSTAR S- and CD-series Sine Encoder Feedback The SERVOSTAR S and SERVOSTAR CD family of drives offers the ability to accept signals from various feedback devices. Sine Encoders provide analog-encoded

More information

TE 302 DISCRETE SIGNALS AND SYSTEMS. Chapter 1: INTRODUCTION

TE 302 DISCRETE SIGNALS AND SYSTEMS. Chapter 1: INTRODUCTION TE 302 DISCRETE SIGNALS AND SYSTEMS Study on the behavior and processing of information bearing functions as they are currently used in human communication and the systems involved. Chapter 1: INTRODUCTION

More information

145M Final Exam Solutions page 1 May 11, 2010 S. Derenzo R/2. Vref. Address encoder logic. Exclusive OR. Digital output (8 bits) V 1 2 R/2

145M Final Exam Solutions page 1 May 11, 2010 S. Derenzo R/2. Vref. Address encoder logic. Exclusive OR. Digital output (8 bits) V 1 2 R/2 UNIVERSITY OF CALIFORNIA College of Engineering Electrical Engineering and Computer Sciences Department 145M Microcomputer Interfacing Lab Final Exam Solutions May 11, 2010 1.1 Handshaking steps: When

More information

MAKING TRANSIENT ANTENNA MEASUREMENTS

MAKING TRANSIENT ANTENNA MEASUREMENTS MAKING TRANSIENT ANTENNA MEASUREMENTS Roger Dygert, Steven R. Nichols MI Technologies, 1125 Satellite Boulevard, Suite 100 Suwanee, GA 30024-4629 ABSTRACT In addition to steady state performance, antennas

More information

Department of Electronics & Telecommunication Engg. LAB MANUAL. B.Tech V Semester [ ] (Branch: ETE)

Department of Electronics & Telecommunication Engg. LAB MANUAL. B.Tech V Semester [ ] (Branch: ETE) Department of Electronics & Telecommunication Engg. LAB MANUAL SUBJECT:-DIGITAL COMMUNICATION SYSTEM [BTEC-501] B.Tech V Semester [2013-14] (Branch: ETE) KCT COLLEGE OF ENGG & TECH., FATEHGARH PUNJAB TECHNICAL

More information

ECE 4510/5530 Microcontroller Applications Midterm Review

ECE 4510/5530 Microcontroller Applications Midterm Review Microcontroller Applications Midterm Review Dr. Bradley J. Bazuin Associate Professor Department of Electrical and Computer Engineering College of Engineering and Applied Sciences Exam Composition HC12

More information

AC LAB ECE-D ecestudy.wordpress.com

AC LAB ECE-D ecestudy.wordpress.com PART B EXPERIMENT NO: 1 AIM: PULSE AMPLITUDE MODULATION (PAM) & DEMODULATION DATE: To study Pulse Amplitude modulation and demodulation process with relevant waveforms. APPARATUS: 1. Pulse amplitude modulation

More information

Part I - Amplitude Modulation

Part I - Amplitude Modulation EE/CME 392 Laboratory 1-1 Part I - Amplitude Modulation Safety: In this lab, voltages are less than 15 volts and this is not normally dangerous to humans. However, you should assemble or modify a circuit

More information

ADQ214. Datasheet. Features. Introduction. Applications. Software support. ADQ Development Kit. Ordering information

ADQ214. Datasheet. Features. Introduction. Applications. Software support. ADQ Development Kit. Ordering information ADQ214 is a dual channel high speed digitizer. The ADQ214 has outstanding dynamic performance from a combination of high bandwidth and high dynamic range, which enables demanding measurements such as RF/IF

More information

Digital Controller Chip Set for Isolated DC Power Supplies

Digital Controller Chip Set for Isolated DC Power Supplies Digital Controller Chip Set for Isolated DC Power Supplies Aleksandar Prodic, Dragan Maksimovic and Robert W. Erickson Colorado Power Electronics Center Department of Electrical and Computer Engineering

More information

EXPERIMENT NO. 3 FSK Modulation

EXPERIMENT NO. 3 FSK Modulation DEPARTMENT OF ELECTRICAL & COMPUTER ENGINEERING ECE 4203: COMMUNICATIONS ENGINEERING LAB II SEMESTER 2, 2017/2018 EXPERIMENT NO. 3 FSK Modulation NAME: MATRIC NO: DATE: SECTION: FSK MODULATION Objective

More information

COM-1008 VARIABLE DECIMATION (1:1024) & PILOT TONE DETECTION

COM-1008 VARIABLE DECIMATION (1:1024) & PILOT TONE DETECTION COM-1008 VARIABLE DECIMATION (1:1024) & PILOT TONE DETECTION Key Features Variable decimation from 1 to 1024. Stage 1: anti-aliasing filter + fixed 1:2 decimation Stages 2,3,4,5: anti-aliasing filter +

More information

Multiple Reference Clock Generator

Multiple Reference Clock Generator A White Paper Presented by IPextreme Multiple Reference Clock Generator Digitial IP for Clock Synthesis August 2007 IPextreme, Inc. This paper explains the concept behind the Multiple Reference Clock Generator

More information

CME312- LAB Manual DSB-SC Modulation and Demodulation Experiment 6. Experiment 6. Experiment. DSB-SC Modulation and Demodulation

CME312- LAB Manual DSB-SC Modulation and Demodulation Experiment 6. Experiment 6. Experiment. DSB-SC Modulation and Demodulation Experiment 6 Experiment DSB-SC Modulation and Demodulation Objectives : By the end of this experiment, the student should be able to: 1. Demonstrate the modulation and demodulation process of DSB-SC. 2.

More information

YEDITEPE UNIVERSITY ENGINEERING FACULTY COMMUNICATION SYSTEMS LABORATORY EE 354 COMMUNICATION SYSTEMS

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

More information

DATA INTEGRATION MULTICARRIER REFLECTOMETRY SENSORS

DATA INTEGRATION MULTICARRIER REFLECTOMETRY SENSORS Report for ECE 4910 Senior Project Design DATA INTEGRATION IN MULTICARRIER REFLECTOMETRY SENSORS Prepared by Afshin Edrissi Date: Apr 7, 2006 1-1 ABSTRACT Afshin Edrissi (Cynthia Furse), Department of

More information

6. has units of bits/second. a. Throughput b. Propagation speed c. Propagation time d. (b)or(c)

6. has units of bits/second. a. Throughput b. Propagation speed c. Propagation time d. (b)or(c) King Saud University College of Computer and Information Sciences Information Technology Department First Semester 1436/1437 IT224: Networks 1 Sheet# 10 (chapter 3-4-5) Multiple-Choice Questions 1. Before

More information

DEPARTMENT OF ELECTRICAL & COMPUTER ENGINEERING ECOM 4101 (ECE 4203) COMMUNICATIONS ENGINEERING LAB II SEMESTER 2, 2016/2017 EXPERIMENT NO.

DEPARTMENT OF ELECTRICAL & COMPUTER ENGINEERING ECOM 4101 (ECE 4203) COMMUNICATIONS ENGINEERING LAB II SEMESTER 2, 2016/2017 EXPERIMENT NO. DEPARTMENT OF ELECTRICAL & COMPUTER ENGINEERING ECOM 4101 (ECE 4203) COMMUNICATIONS ENGINEERING LAB II SEMESTER 2, 2016/2017 EXPERIMENT NO. 2 ASK MODULATION NAME: MATRIC NO: DATE: SECTION: Objectives To

More information

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

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

More information

ML PCM Codec Filter Mono Circuit

ML PCM Codec Filter Mono Circuit PCM Codec Filter Mono Circuit Legacy Device: Motorola MC145506 The ML145506 is a per channel codec filter PCM mono circuit. This device performs the voice digitization and reconstruction, as well as the

More information

EE 400L Communications. Laboratory Exercise #7 Digital Modulation

EE 400L Communications. Laboratory Exercise #7 Digital Modulation EE 400L Communications Laboratory Exercise #7 Digital Modulation Department of Electrical and Computer Engineering University of Nevada, at Las Vegas PREPARATION 1- ASK Amplitude shift keying - ASK - in

More information

Picking the Optimal Oscilloscope for Serial Data Signal Integrity Validation and Debug

Picking the Optimal Oscilloscope for Serial Data Signal Integrity Validation and Debug Picking the Optimal Oscilloscope for Serial Data Signal Integrity Validation and Debug Application Note 1556 Introduction In the past, it was easy to decide whether to use a real-time oscilloscope or an

More information

Communications I (ELCN 306)

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

More information

AD9772A - Functional Block Diagram

AD9772A - Functional Block Diagram F FEATURES single 3.0 V to 3.6 V supply 14-Bit DAC Resolution 160 MPS Input Data Rate 67.5 MHz Reconstruction Passband @ 160 MPS 74 dbc FDR @ 25 MHz 2 Interpolation Filter with High- or Low-Pass Response

More information

Enhancing Analog Signal Generation by Digital Channel Using Pulse-Width Modulation

Enhancing Analog Signal Generation by Digital Channel Using Pulse-Width Modulation Enhancing Analog Signal Generation by Digital Channel Using Pulse-Width Modulation Angelo Zucchetti Advantest angelo.zucchetti@advantest.com Introduction Presented in this article is a technique for generating

More information

CHAPTER 2 VSI FED INDUCTION MOTOR DRIVE

CHAPTER 2 VSI FED INDUCTION MOTOR DRIVE CHAPTER 2 VI FE INUCTION MOTOR RIVE 2.1 INTROUCTION C motors have been used during the last century in industries for variable speed applications, because its flux and torque can be controlled easily by

More information

SynthNV - Signal Generator / Power Detector Combo

SynthNV - Signal Generator / Power Detector Combo SynthNV - Signal Generator / Power Detector Combo The Windfreak SynthNV is a 34.4MHz to 4.4GHz software tunable RF signal generator controlled and powered by a PC running Windows XP, Windows 7, or Android

More information

Page 1. Midterm #2. OpAmp Review. Inverting & Non-inverting Circuits CS/ECE 6780/5780. Al Davis. Almost ubiquitous analog circuit element since ~1968

Page 1. Midterm #2. OpAmp Review. Inverting & Non-inverting Circuits CS/ECE 6780/5780. Al Davis. Almost ubiquitous analog circuit element since ~1968 Midterm #2 Midterm 2 hints CS/ECE 6780/5780 Al Davis Today s topics: no practice midterm since it didn t help last time ADC s and DAC s chapter 11 of your text your kit has an A/D (Port D w/ DDR set to

More information

LAB #10: Analog Interfacing

LAB #10: Analog Interfacing CS/EE 3720 Handout #10 Spring 2004 Myers LAB #10: Analog Interfacing You must checkoff this lab during your lab section of the week of April 19th. Lab writeup is due in class on April 27th. NO LATE CHECKOFFS

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

LM4: The timer unit of the MC9S12DP256B/C

LM4: The timer unit of the MC9S12DP256B/C Objectives - To explore the Enhanced Capture Timer unit (ECT) of the MC9S12DP256B/C - To program a real-time clock signal with a fixed period and display it using the onboard LEDs (flashing light) - To

More information

Generating DTMF Tones Using Z8 Encore! MCU

Generating DTMF Tones Using Z8 Encore! MCU Application Note Generating DTMF Tones Using Z8 Encore! MCU AN024802-0608 Abstract This Application Note describes how Zilog s Z8 Encore! MCU is used as a Dual-Tone Multi- (DTMF) signal encoder to generate

More information

Agile Low-Noise Frequency Synthesizer A. Ridenour R. Aurand Spectrum Microwave

Agile Low-Noise Frequency Synthesizer A. Ridenour R. Aurand Spectrum Microwave Agile Low-Noise Frequency Synthesizer A. Ridenour R. Aurand Spectrum Microwave Abstract Simultaneously achieving low phase noise, fast switching speed and acceptable levels of spurious outputs in microwave

More information

EE445L Spring 2018 Final EID: Page 1 of 7

EE445L Spring 2018 Final EID: Page 1 of 7 EE445L Spring 2018 Final EID: Page 1 of 7 Jonathan W. Valvano First: Last: This is the closed book section. Calculator is allowed (no laptops, phones, devices with wireless communication). You must put

More information

Communications IB Paper 6 Handout 3: Digitisation and Digital Signals

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

More information

Digital Design Laboratory Lecture 7. A/D and D/A

Digital Design Laboratory Lecture 7. A/D and D/A ECE 280 / CSE 280 Digital Design Laboratory Lecture 7 A/D and D/A Analog/Digital Conversion A/D conversion is the process of sampling a continuous signal Two significant implications 1. The information

More information

CARRIER ACQUISITION AND THE PLL

CARRIER ACQUISITION AND THE PLL CARRIER ACQUISITION AND THE PLL PREPARATION... 22 carrier acquisition methods... 22 bandpass filter...22 the phase locked loop (PLL)....23 squaring...24 squarer plus PLL...26 the Costas loop...26 EXPERIMENT...

More information

Spread Spectrum Techniques

Spread Spectrum Techniques 0 Spread Spectrum Techniques Contents 1 1. Overview 2. Pseudonoise Sequences 3. Direct Sequence Spread Spectrum Systems 4. Frequency Hopping Systems 5. Synchronization 6. Applications 2 1. Overview Basic

More information

Frequency/Phase Movement Analysis by Orthogonal. Demodulation. Part 4. ODM Application by Wide-band Waveform Sampler

Frequency/Phase Movement Analysis by Orthogonal. Demodulation. Part 4. ODM Application by Wide-band Waveform Sampler Frequency/Phase Movement Analysis by Orthogonal Demodulation Part 4 ODM Application by Wide-band Waveform Sampler Hideo Okawara Digital Consumer COE at Hachioji, Tokyo, Japan June 2010 Preface to the Papers

More information

MRI & NMR spectrometer

MRI & NMR spectrometer AMOS MRI & NMR spectrometer The AMOS Spectrometer is a highly modular and flexible unit that provides the ability to customize synchronized configurations for preclinical and clinical MR applications.

More information

Exercise 5: PWM and Control Theory

Exercise 5: PWM and Control Theory Exercise 5: PWM and Control Theory Overview In the previous sessions, we have seen how to use the input capture functionality of a microcontroller to capture external events. This functionality can also

More information

PWM System. Microcomputer Architecture and Interfacing Colorado School of Mines Professor William Hoff

PWM System. Microcomputer Architecture and Interfacing Colorado School of Mines Professor William Hoff PWM System 1 Pulse Width Modulation (PWM) Pulses are continuously generated which have different widths but the same period between leading edges Duty cycle (% high) controls the average analog voltage

More information

Unprecedented wealth of signals for virtually any requirement

Unprecedented wealth of signals for virtually any requirement Dual-Channel Arbitrary / Function Generator R&S AM300 Unprecedented wealth of signals for virtually any requirement The new Dual-Channel Arbitrary / Function Generator R&S AM300 ideally complements the

More information

Lecture 9, ANIK. Data converters 1

Lecture 9, ANIK. Data converters 1 Lecture 9, ANIK Data converters 1 What did we do last time? Noise and distortion Understanding the simplest circuit noise Understanding some of the sources of distortion 502 of 530 What will we do today?

More information

a6850 Features General Description Asynchronous Communications Interface Adapter

a6850 Features General Description Asynchronous Communications Interface Adapter a6850 Asynchronous Communications Interface Adapter September 1996, ver. 1 Data Sheet Features a6850 MegaCore function implementing an asychronous communications interface adapter (ACIA) Optimized for

More information

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

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

More information

Note Using the PXIe-5785 in a manner not described in this document might impair the protection the PXIe-5785 provides.

Note Using the PXIe-5785 in a manner not described in this document might impair the protection the PXIe-5785 provides. SPECIFICATIONS PXIe-5785 PXI FlexRIO IF Transceiver This document lists the specifications for the PXIe-5785. Specifications are subject to change without notice. For the most recent device specifications,

More information

CS420/520 Axel Krings Page 1 Sequence 8

CS420/520 Axel Krings Page 1 Sequence 8 Chapter 8: Multiplexing CS420/520 Axel Krings Page 1 Multiplexing What is multiplexing? Frequency-Division Multiplexing Time-Division Multiplexing (Synchronous) Statistical Time-Division Multiplexing,

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

) #(2/./53 $!4! 42!.3-)33)/.!4! $!4! 3)'.!,,).' 2!4% ()'(%2 4(!. KBITS 53).' K(Z '2/50 "!.$ #)2#5)43

) #(2/./53 $!4! 42!.3-)33)/.!4! $!4! 3)'.!,,).' 2!4% ()'(%2 4(!. KBITS 53).' K(Z '2/50 !.$ #)2#5)43 INTERNATIONAL TELECOMMUNICATION UNION )454 6 TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU $!4! #/--5.)#!4)/. /6%2 4(% 4%,%(/.%.%47/2+ 39.#(2/./53 $!4! 42!.3-)33)/.!4! $!4! 3)'.!,,).' 2!4% ()'(%2 4(!.

More information

FMC ADC 125M 14b 1ch DAC 600M 14b 1ch Technical Specification

FMC ADC 125M 14b 1ch DAC 600M 14b 1ch Technical Specification FMC ADC 125M 14b 1ch DAC 600M 14b 1ch Technical Specification Tony Rohlev October 5, 2011 Abstract The FMC ADC 125M 14b 1ch DAC 600M 14b 1ch is a FMC form factor card with a single ADC input and a single

More information

CMPT 318: Lecture 4 Fundamentals of Digital Audio, Discrete-Time Signals

CMPT 318: Lecture 4 Fundamentals of Digital Audio, Discrete-Time Signals CMPT 318: Lecture 4 Fundamentals of Digital Audio, Discrete-Time Signals Tamara Smyth, tamaras@cs.sfu.ca School of Computing Science, Simon Fraser University January 16, 2006 1 Continuous vs. Discrete

More information

UNIT TEST I Digital Communication

UNIT TEST I Digital Communication Time: 1 Hour Class: T.E. I & II Max. Marks: 30 Q.1) (a) A compact disc (CD) records audio signals digitally by using PCM. Assume the audio signal B.W. to be 15 khz. (I) Find Nyquist rate. (II) If the Nyquist

More information

The Case for Oversampling

The Case for Oversampling EE47 Lecture 4 Oversampled ADCs Why oversampling? Pulse-count modulation Sigma-delta modulation 1-Bit quantization Quantization error (noise) spectrum SQNR analysis Limit cycle oscillations nd order ΣΔ

More information

Continuous vs. Discrete signals. Sampling. Analog to Digital Conversion. CMPT 368: Lecture 4 Fundamentals of Digital Audio, Discrete-Time Signals

Continuous vs. Discrete signals. Sampling. Analog to Digital Conversion. CMPT 368: Lecture 4 Fundamentals of Digital Audio, Discrete-Time Signals Continuous vs. Discrete signals CMPT 368: Lecture 4 Fundamentals of Digital Audio, Discrete-Time Signals Tamara Smyth, tamaras@cs.sfu.ca School of Computing Science, Simon Fraser University January 22,

More information

GFT bit High Speed Digitizer

GFT bit High Speed Digitizer FEATURES Up to 4 analog channels in only 1U space Up to 2GS/s sampling rate per channel 14 bits vertical resolution DC coupled with up to 1GHz bandwidth Programmable DC offset Internal and external clock

More information

Summary Last Lecture

Summary Last Lecture Interleaved ADCs EE47 Lecture 4 Oversampled ADCs Why oversampling? Pulse-count modulation Sigma-delta modulation 1-Bit quantization Quantization error (noise) spectrum SQNR analysis Limit cycle oscillations

More information

EE-4022 Experiment 2 Amplitude Modulation (AM)

EE-4022 Experiment 2 Amplitude Modulation (AM) EE-4022 MILWAUKEE SCHOOL OF ENGINEERING 2015 Page 2-1 Student objectives: EE-4022 Experiment 2 Amplitude Modulation (AM) In this experiment the student will use laboratory modules to implement operations

More information

CHAPTER 5. Digitized Audio Telemetry Standard. Table of Contents

CHAPTER 5. Digitized Audio Telemetry Standard. Table of Contents CHAPTER 5 Digitized Audio Telemetry Standard Table of Contents Chapter 5. Digitized Audio Telemetry Standard... 5-1 5.1 General... 5-1 5.2 Definitions... 5-1 5.3 Signal Source... 5-1 5.4 Encoding/Decoding

More information

Music 270a: Fundamentals of Digital Audio and Discrete-Time Signals

Music 270a: Fundamentals of Digital Audio and Discrete-Time Signals Music 270a: Fundamentals of Digital Audio and Discrete-Time Signals Tamara Smyth, trsmyth@ucsd.edu Department of Music, University of California, San Diego October 3, 2016 1 Continuous vs. Discrete signals

More information

As delivered power levels approach 200W, sometimes before then, heatsinking issues become a royal pain. PWM is a way to ease this pain.

As delivered power levels approach 200W, sometimes before then, heatsinking issues become a royal pain. PWM is a way to ease this pain. 1 As delivered power levels approach 200W, sometimes before then, heatsinking issues become a royal pain. PWM is a way to ease this pain. 2 As power levels increase the task of designing variable drives

More information

ROM/UDF CPU I/O I/O I/O RAM

ROM/UDF CPU I/O I/O I/O RAM DATA BUSSES INTRODUCTION The avionics systems on aircraft frequently contain general purpose computer components which perform certain processing functions, then relay this information to other systems.

More information

ECE 4510/5530 Microcontroller Applications Week 6 Lab 5

ECE 4510/5530 Microcontroller Applications Week 6 Lab 5 Microcontroller Applications Week 6 Lab 5 Dr. Bradley J. Bazuin Associate Professor Department of Electrical and Computer Engineering College of Engineering and Applied Sciences Lab 5 Element Hardware

More information

MG3740A Analog Signal Generator. 100 khz to 2.7 GHz 100 khz to 4.0 GHz 100 khz to 6.0 GHz

MG3740A Analog Signal Generator. 100 khz to 2.7 GHz 100 khz to 4.0 GHz 100 khz to 6.0 GHz Data Sheet MG3740A Analog Signal Generator 100 khz to 2.7 GHz 100 khz to 4.0 GHz 100 khz to 6.0 GHz Contents Definitions, Conditions of Specifications... 3 Frequency... 4 Output Level... 5 ATT Hold...

More information

Advanced Lab LAB 6: Signal Acquisition & Spectrum Analysis Using VirtualBench DSA Equipment: Objectives:

Advanced Lab LAB 6: Signal Acquisition & Spectrum Analysis Using VirtualBench DSA Equipment: Objectives: Advanced Lab LAB 6: Signal Acquisition & Spectrum Analysis Using VirtualBench DSA Equipment: Pentium PC with National Instruments PCI-MIO-16E-4 data-acquisition board (12-bit resolution; software-controlled

More information

Sampling and Pulse Trains

Sampling and Pulse Trains Sampling and Pulse Trains Sampling and interpolation Practical interpolation Pulse trains Analog multiplexing Sampling Theorem Sampling theorem: a signal g(t) with bandwidth B can be reconstructed exactly

More information

COHERENT CW (ARRL2115.txt + bmp images)

COHERENT CW (ARRL2115.txt + bmp images) COHERENT CW (ARRL2115.txt + bmp images) While spectrum management has received much attention in the recent Amateur Radio literature, the problems and possibilities of "more QSOs per kilohertz" were first

More information

RS-232 to Current Loop Converters

RS-232 to Current Loop Converters CL1060/1090xxx 703 5856 RS-232 to Current Loop Converters DB25F to DB25M Product Code CL1060A-M DB25M to DB25F Product Code CL1060A-F DB25M to Terminal Block Product Code CL1090A-M DB25F to Terminal Block

More information

6 Sampling. Sampling. The principles of sampling, especially the benefits of coherent sampling

6 Sampling. Sampling. The principles of sampling, especially the benefits of coherent sampling Note: Printed Manuals 6 are not in Color Objectives This chapter explains the following: The principles of sampling, especially the benefits of coherent sampling How to apply sampling principles in a test

More information

Unit D. Serial Interfaces. Serial vs. Parallel. Serial Interfaces. Serial Communications

Unit D. Serial Interfaces. Serial vs. Parallel. Serial Interfaces. Serial Communications D.1 Serial Interfaces D.2 Unit D Embedded systems often use a serial interface to communicate with other devices. Serial implies that it sends or receives one bit at a time. Serial Communications Serial

More information