1.5 The voltage V is given as V=RI, where R and I are resistance matrix and I current vector. Evaluate V given that

Size: px
Start display at page:

Download "1.5 The voltage V is given as V=RI, where R and I are resistance matrix and I current vector. Evaluate V given that"

Transcription

1 Sheet (1) 1.1 The voltage across a discharging capacitor is v(t)=10(1 e 0.2t ) Generate a table of voltage, v(t), versus time, t, for t = 0 to 50 seconds with increment of 5 s. 1.2 Use MATLAB to evaluate the complex number (3 + jj6)(6 + jj4) ZZ = jj10 (2 + jj1)(jj2) 1.3 Write a function-file to obtain the dot product and the vector product of two vectors a and b. Use the function to evaluate the dot and vector products of vectors x and y, where x = (1 5 6) and y = (2 3 8). 1.4 Write a function-file that can be used to calculate the equivalent resistance of n parallel connected resistors. In general, the equivalent resistance of resistors R1, R2, R3,, Rn is given by 1 = RR eeee RR 1 RR 2 RR 3 RR nn 1.5 The voltage V is given as V=RI, where R and I are resistance matrix and I current vector. Evaluate V given that RR = and I = Use MATLAB to simplify the expression y=0.5+j6+3.5e j0.6 +(3+j6)e j0.3π 1.7 Write a function file to evaluate n factorial (i.e. n!); where n!=n(n 1)(n 2) (2)(1) Use the function to compute x = 7! 3!4! 1.8 For a triangle with sides of length a, b, and c, the area A is given as AA = SS(SS aa)(ss bb)(ss cc) where S=(a+b+c)/2 Write a function to compute the area given the sides of a triangle. Use the function to compute the area of triangles with the lengths: (a) 56, 27 and 43 (b) 5, 12 and 13.

2 Sheet(2) 2.1 Plot the voltage across a parallel RLC circuit given as v(t) = 5e 2t sin(1000πt) 2.2 Obtain the polar plot of z=r n e jnθ for θ = 15 o and n = 1 to A function f (x) is given as f(x)=x 4 +3x 3 +4x 2 +2x+6 (a) Plot f (x) and (b) Find the roots of f (x) 2.4 A message signal m(t) and the carrier signal c(t) of a communication system are, respectively: m (t) = 4 cos( 120πt)+2 cos(240πt ) and c(t) =10 cos(10,000πt ) A double-sideband suppressed carrier s(t) is given as s(t) = m(t)c(t) Plot m(t), c(t) and s(t) using the subplot command. 2.5 The voltage v and current I of a certain diode are related by the expression i =Is exp[ v/ (nvt )] If Is = 1.0x10 14 A, n = 2.0 and VT = 26 mv, plot the current versus voltage curve of the diode for diode voltage between 0 and 0.6 volts. 2.6 The resonant frequency f (in Hz) for the circuit shown is given by: Given L= 0.2 H, C= 2 μf, make the following plots: (a) f versus R2 for 500 RR ΩΩ, given R1=1500 ΩΩ (b) f versus R1 for 500 RR ΩΩ, given R2=1500 ΩΩ Plot both plots on a single page (two plots in a column).

3 Sheet(3) 3.1 Write a MATLAB program to add all the even numbers from 0 to Add all the terms in the series until the sum exceeds Print out the sum and the number of terms needed to just exceed the sum of The Fibonacci sequence is given as Write a MATLAB program to generate the Fibonacci sequence up to the twelfth term. Print out the results. 3.4 The table below shows the final course grade and its corresponding relevant letter grade. For the course grades: 70, 85, 90, 97, 50, 60, 71, 83, 91, 86, 77, 45, 67, 88, 64, 79, 75, 92, and 69 (a) Determine the number of students who attained the grade of A and F. (b) What are the mean grade and the standard deviation? 3.5 Write a script file to evaluate y[1], y[2], y[3] and y[4] for the difference equation: y[n]=2y[n 1] y[n 2]+x[n] for n 0. Assume that x[n]= 1 for n 0, y[ 2]=2 and y[ 1]= The equivalent impedance of a circuit is given as ZZ eeee (jjjj) = jjjjjj + 1 jjjjjj If L = 4 H and C = 1 μf, (a) Plot Zeq(jw ) versus w. (b) What is the minimum impedance? (c) With what frequency does the minimum impedance occur?

4 Sheet(4) 4.1 The triangular waveform, shown in Figure P4.1 can be expressed as Where w0=1/tp Figure P4.1 Triangular Waveform If A = 1, T = 8 ms, and sampling interval is 0.1 ms. (a) Write MATLAB program to resynthesize g(t) if 20 terms are used. (b) What is the root-mean-squared value of the function that is the difference between g(t) and the approximation to g(t) when 20 terms are used for the calculation of g(t)? 4.2 A periodic pulse train g(t) is shown in Figure P4.2. Figure P4.2 Periodic Pulse Train If g(t) can be expressed by Equation (4.3), (a) Derive expressions for determining the Fourier Series coefficients an and bn. (b) Write a MATLAB program to obtain an and bn for n = 0, 1,..., 10 by using Equations (4.5) and (4.6). (c) Resynthesis g(t) using 10 terms of the values an and bn obtained from part (b). 4.3 For the half-wave rectifier waveform, shown in Figure P4.3, with a period of 0.01 s and a peak voltage of 17 volts.

5 (a) Write a MATLAB program to obtain the exponential Fourier series coefficients cn for n = 0, 1,..., 20. (b) Plot the amplitude spectrum. (c) Using the values obtained in (a), use MATLAB to regenerate the approximation to g(t) when 20 terms of the exponential Fourier series are used. Figure P4.3 Half-Wave Rectifier Waveform 4.4 Figure P4.4(a) is a periodic triangular waveform. Figure P4.4(a) Periodic Triangular Waveform (a) Derive the Fourier series coefficients an and bn. (b) With the signal v(t) of the circuit shown in P4.4(b), derive the expression for the current i(t).

6 Figure P4.4(b) Simple RL Circuit (c) Plot the voltages VR(t), VL(t) and also the sum of VR(t),and VL(t) (d) Compare the voltages of VR(t)+VL(t) to V(t). 4.5 The unit sample response of a filter is given as h[n]=( ) (a) Find the discrete Fourier transform of h[n]; assume that the values of h[n] not shown are zero. (b) If the input to the filter is x[n] = sin[ nn ] u[n]. find the output of the filter g(t)=sin(200πt)+sin(400πt) (a) Generate 512 points of g(t). Using the FFT algorithm, generate and plot the frequency content of g(t). Assume a sampling rate of 1200 Hz. Find the power spectrum. (b) Verify that the frequencies in g(t) are observable in the FFT plot. 4.7 Find the DFT of g(t) = e 5t u(t) (a) Find the Fourier transform of g(t). (b) Find the DFT of g(t) using the sampling interval of 0.01 s and time duration of 5 seconds. (c) Compare the results obtained from parts (a) and (b).

7 Sheet(5) 5.1 Use the iteration technique to find the voltage VD and the ID of Figure P5.1. Assume that T = 25 o C, n = 1.5, Is = A. Stop current the iteration when Vn Vn-1 <10-9 V. Figure P5.1 A Diode Circuit 5.2 A forward-biased diode has the following corresponding voltage and current. (a) Plot the static I-V characteristics. (b) Determine the diode parameters Is and n. (c) Calculate the dynamic resistance of the diode at Vs = 0.5 V. Forward Voltage,V Forward Current, A 7.54e e e e e e For a full-wave rectifier circuit with smoothing capacitor shown in Figure 5.17, if vv ss (tt) = 100sin(120πt) V, R = 50KΩ, C = 250μF, using MATLAB (a) Plot the input and output voltages when the capacitor is disconnected from the load resistance R. (b) When the capacitor is connected across load resistance R, determine the conduction time of the diode. (c) What is the diode conduction time?

8 Sheet(6) Consider a modulating wave mm(tt) that consists of a single tone or frequency component; that is, mm(tt) = AA mm cos(2ππff mm tt) where AA mm is the amplitude of the sinusoidal modulating wave and ff mm is its frequency (see Fig. p.1(a)). The sinusoidal carrier wave has amplitude AA cc and frequency ff cc (see Fig. p.1(b)). The corresponding AM wave is therefore given by ss(tt) = AA cc [1 + μμ cos (2ππff mm tt)] cos(2ππff cc tt) (6.7) Where μμ = kk aa AA mm The dimensionless constant μμ is called the modulation factor, or the percentage modulation when it is expressed numerically as a percentage. To avoid envelope distortion due to overmodulation, the modulation factor μμ must be kept below unity, as explained previously. FIGURE p.1 Illustration of the time-domain (on the left) and frequency-domain (on the right) characteristics of amplitude modulation produced by a single tone. (a) Modulating wave. (b) Carrier wave. (c) AM wave.

9 1- It s required to write a MATLAB program to model the AM-DSB-LC communication system in time and frequency domains? 2- It s required to write a MATLAB program to model the AM-DSB-SC communication system in time and frequency domains? Please wait for the remaining questions

######################################################################

###################################################################### Write a MATLAB program which asks the user to enter three numbers. - The program should figure out the median value and the average value and print these out. Do not use the predefined MATLAB functions

More information

DSP First. Laboratory Exercise #7. Everyday Sinusoidal Signals

DSP First. Laboratory Exercise #7. Everyday Sinusoidal Signals DSP First Laboratory Exercise #7 Everyday Sinusoidal Signals This lab introduces two practical applications where sinusoidal signals are used to transmit information: a touch-tone dialer and amplitude

More information

Attia, John Okyere. Plotting Commands. Electronics and Circuit Analysis using MATLAB. Ed. John Okyere Attia Boca Raton: CRC Press LLC, 1999

Attia, John Okyere. Plotting Commands. Electronics and Circuit Analysis using MATLAB. Ed. John Okyere Attia Boca Raton: CRC Press LLC, 1999 Attia, John Okyere. Plotting Commands. Electronics and Circuit Analysis using MATLAB. Ed. John Okyere Attia Boca Raton: CRC Press LLC, 1999 1999 by CRC PRESS LLC CHAPTER TWO PLOTTING COMMANDS 2.1 GRAPH

More information

Discrete Fourier Transform (DFT)

Discrete Fourier Transform (DFT) Amplitude Amplitude Discrete Fourier Transform (DFT) DFT transforms the time domain signal samples to the frequency domain components. DFT Signal Spectrum Time Frequency DFT is often used to do frequency

More information

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

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

More information

Diode Circuits Recent GATE Problems

Diode Circuits Recent GATE Problems Diode Circuits Recent GATE Problems 1. The diodes and capacitors in the circuit shown are ideal. The voltage v(t) across the diode DD 1 is CC 1 DD 2 cos(ωωωω) AC DD 1 CC 1 (a) cos(ωωωω) 1 (b) sin(ωωωω)

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

Project 2 - Speech Detection with FIR Filters

Project 2 - Speech Detection with FIR Filters Project 2 - Speech Detection with FIR Filters ECE505, Fall 2015 EECS, University of Tennessee (Due 10/30) 1 Objective The project introduces a practical application where sinusoidal signals are used to

More information

Experiment 1 Design of Conventional Amplitude Modulator

Experiment 1 Design of Conventional Amplitude Modulator Name and ID: Preliminary Work Group Number: Date: Experiment 1 Design of Conventional Amplitude Modulator 1. Using the information given in this assignment, design your switching modulator that modulates

More information

y(n)= Aa n u(n)+bu(n) b m sin(2πmt)= b 1 sin(2πt)+b 2 sin(4πt)+b 3 sin(6πt)+ m=1 x(t)= x = 2 ( b b b b

y(n)= Aa n u(n)+bu(n) b m sin(2πmt)= b 1 sin(2πt)+b 2 sin(4πt)+b 3 sin(6πt)+ m=1 x(t)= x = 2 ( b b b b Exam 1 February 3, 006 Each subquestion is worth 10 points. 1. Consider a periodic sawtooth waveform x(t) with period T 0 = 1 sec shown below: (c) x(n)= u(n). In this case, show that the output has the

More information

Lecture 6 MATLAB Applications In Electronics. Dr. Bedir Yousif

Lecture 6 MATLAB Applications In Electronics. Dr. Bedir Yousif Lecture 6 MATLAB Applications In Electronics Dr. Bedir Yousif In this chapter Chapter 5 DIODES The characteristics of diodes are presented. Diode circuit analysis techniques will be discussed. Problems

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

Laboratory Project 4: Frequency Response and Filters

Laboratory Project 4: Frequency Response and Filters 2240 Laboratory Project 4: Frequency Response and Filters K. Durney and N. E. Cotter Electrical and Computer Engineering Department University of Utah Salt Lake City, UT 84112 Abstract-You will build a

More information

Code No: R Set No. 1

Code No: R Set No. 1 Code No: R05220405 Set No. 1 II B.Tech II Semester Regular Examinations, Apr/May 2007 ANALOG COMMUNICATIONS ( Common to Electronics & Communication Engineering and Electronics & Telematics) Time: 3 hours

More information

Lab #2: Electrical Measurements II AC Circuits and Capacitors, Inductors, Oscillators and Filters

Lab #2: Electrical Measurements II AC Circuits and Capacitors, Inductors, Oscillators and Filters Lab #2: Electrical Measurements II AC Circuits and Capacitors, Inductors, Oscillators and Filters Goal: In circuits with a time-varying voltage, the relationship between current and voltage is more complicated

More information

(b) What are the differences between FM and PM? (c) What are the differences between NBFM and WBFM? [9+4+3]

(b) What are the differences between FM and PM? (c) What are the differences between NBFM and WBFM? [9+4+3] Code No: RR220401 Set No. 1 1. (a) The antenna current of an AM Broadcast transmitter is 10A, if modulated to a depth of 50% by an audio sine wave. It increases to 12A as a result of simultaneous modulation

More information

1. In the command window, type "help conv" and press [enter]. Read the information displayed.

1. In the command window, type help conv and press [enter]. Read the information displayed. ECE 317 Experiment 0 The purpose of this experiment is to understand how to represent signals in MATLAB, perform the convolution of signals, and study some simple LTI systems. Please answer all questions

More information

Diode Applications Half-Wave Rectifying

Diode Applications Half-Wave Rectifying Lab 5 Diode Applications Half-Wave ectifying Objectives: Study the half-wave rectifying and smoothing with a capacitor for a simple diode circuit. Study the use of a Zener diode in a circuit with an AC

More information

CHAPTER 6: ALTERNATING CURRENT

CHAPTER 6: ALTERNATING CURRENT CHAPTER 6: ALTERNATING CURRENT PSPM II 2005/2006 NO. 12(C) 12. (c) An ac generator with rms voltage 240 V is connected to a RC circuit. The rms current in the circuit is 1.5 A and leads the voltage by

More information

, answer the next six questions.

, answer the next six questions. Frequency Response Problems Conceptual Questions 1) T/F Given f(t) = A cos (ωt + θ): The amplitude of the output in sinusoidal steady-state increases as K increases and decreases as ω increases. 2) T/F

More information

Homework Assignment Consider the circuit shown. Assume ideal op-amp behavior. Which statement below is true?

Homework Assignment Consider the circuit shown. Assume ideal op-amp behavior. Which statement below is true? Question 1 (2 points each unless noted otherwise) Homework Assignment 03 1. Consider the circuit shown. Assume ideal op-amp behavior. Which statement below is true? (a) V = VV + = 5 V (op-amp operation)

More information

Data Conversion Circuits & Modulation Techniques. Subhasish Chandra Assistant Professor Department of Physics Institute of Forensic Science, Nagpur

Data Conversion Circuits & Modulation Techniques. Subhasish Chandra Assistant Professor Department of Physics Institute of Forensic Science, Nagpur Data Conversion Circuits & Modulation Techniques Subhasish Chandra Assistant Professor Department of Physics Institute of Forensic Science, Nagpur Data Conversion Circuits 2 Digital systems are being used

More information

The performance of AM and FM receivers. Editor: Xuanfeng Li Teacher: Prof. Xiliang Luo

The performance of AM and FM receivers. Editor: Xuanfeng Li Teacher: Prof. Xiliang Luo The performance of AM and FM receivers Editor: Xuanfeng Li Teacher: Prof. Xiliang Luo The performance of AM receivers using Envelop Detection In a full AM signal, both sidebands and the carrier wave are

More information

STUDY OF RC AND RL CIRCUITS Venue: Microelectronics Laboratory in E2 L2

STUDY OF RC AND RL CIRCUITS Venue: Microelectronics Laboratory in E2 L2 EXPERIMENT #1 STUDY OF RC AND RL CIRCUITS Venue: Microelectronics Laboratory in E2 L2 I. INTRODUCTION This laboratory is about verifying the transient behavior of RC and RL circuits. You need to revise

More information

Experiment No. 2 Pre-Lab Signal Mixing and Amplitude Modulation

Experiment No. 2 Pre-Lab Signal Mixing and Amplitude Modulation Experiment No. 2 Pre-Lab Signal Mixing and Amplitude Modulation Read the information presented in this pre-lab and answer the questions given. Submit the answers to your lab instructor before the experimental

More information

Laboratory Assignment 4. Fourier Sound Synthesis

Laboratory Assignment 4. Fourier Sound Synthesis Laboratory Assignment 4 Fourier Sound Synthesis PURPOSE This lab investigates how to use a computer to evaluate the Fourier series for periodic signals and to synthesize audio signals from Fourier series

More information

EXPERIMENT 4 INTRODUCTION TO AMPLITUDE MODULATION SUBMITTED BY

EXPERIMENT 4 INTRODUCTION TO AMPLITUDE MODULATION SUBMITTED BY EXPERIMENT 4 INTRODUCTION TO AMPLITUDE MODULATION SUBMITTED BY NAME:. STUDENT ID:.. ROOM: INTRODUCTION TO AMPLITUDE MODULATION Purpose: The objectives of this laboratory are:. To introduce the spectrum

More information

Department of Electronic Engineering NED University of Engineering & Technology. LABORATORY WORKBOOK For the Course SIGNALS & SYSTEMS (TC-202)

Department of Electronic Engineering NED University of Engineering & Technology. LABORATORY WORKBOOK For the Course SIGNALS & SYSTEMS (TC-202) Department of Electronic Engineering NED University of Engineering & Technology LABORATORY WORKBOOK For the Course SIGNALS & SYSTEMS (TC-202) Instructor Name: Student Name: Roll Number: Semester: Batch:

More information

Diodes. Sections

Diodes. Sections iodes Sections 3.3.1 3.3.8 1 Modeling iode Characteristics Exponential model nonlinearity makes circuit analysis difficult. Two common approaches are graphical analysis and iterative analysis For simple

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

University of Portland EE 271 Electrical Circuits Laboratory. Experiment: Inductors

University of Portland EE 271 Electrical Circuits Laboratory. Experiment: Inductors University of Portland EE 271 Electrical Circuits Laboratory Experiment: Inductors I. Objective The objective of this experiment is to verify the relationship between voltage and current in an inductor,

More information

Electronic Circuits I Laboratory 03 Rectifiers

Electronic Circuits I Laboratory 03 Rectifiers Electronic Circuits I Laboratory 03 Rectifiers # Student ID Student Name Grade (10) 1 Instructor signature 2 3 4 5 Delivery Date -1 / 18 - Objectives In this experiment, you will get to know a group of

More information

DFT: Discrete Fourier Transform & Linear Signal Processing

DFT: Discrete Fourier Transform & Linear Signal Processing DFT: Discrete Fourier Transform & Linear Signal Processing 2 nd Year Electronics Lab IMPERIAL COLLEGE LONDON Table of Contents Equipment... 2 Aims... 2 Objectives... 2 Recommended Textbooks... 3 Recommended

More information

EXPERIMENT 5 : THE DIODE

EXPERIMENT 5 : THE DIODE EXPERIMENT 5 : THE DIODE Component List Resistors, one of each o 1 10 10W o 1 1k o 1 10k 4 1N4004 (I max = 1A, PIV = 400V) Diodes Center tap transformer (35.6V pp, 12.6 V RMS ) 100 F Electrolytic Capacitor

More information

CHAPTER 9. Sinusoidal Steady-State Analysis

CHAPTER 9. Sinusoidal Steady-State Analysis CHAPTER 9 Sinusoidal Steady-State Analysis 9.1 The Sinusoidal Source A sinusoidal voltage source (independent or dependent) produces a voltage that varies sinusoidally with time. A sinusoidal current source

More information

EXPERIMENT 5 : THE DIODE

EXPERIMENT 5 : THE DIODE EXPERIMENT 5 : THE DIODE Component List Resistors, one of each o 1 10 10W o 1 1k o 1 10k 4 1N4004 (Imax = 1A, PIV = 400V) Diodes Center tap transformer (35.6Vpp, 12.6 VRMS) 100 F Electrolytic Capacitor

More information

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

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

More information

EECS 216 Winter 2008 Lab 2: FM Detector Part II: In-Lab & Post-Lab Assignment

EECS 216 Winter 2008 Lab 2: FM Detector Part II: In-Lab & Post-Lab Assignment EECS 216 Winter 2008 Lab 2: Part II: In-Lab & Post-Lab Assignment c Kim Winick 2008 1 Background DIGITAL vs. ANALOG communication. Over the past fifty years, there has been a transition from analog to

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

Problem Set 1 (Solutions are due Mon )

Problem Set 1 (Solutions are due Mon ) ECEN 242 Wireless Electronics for Communication Spring 212 1-23-12 P. Mathys Problem Set 1 (Solutions are due Mon. 1-3-12) 1 Introduction The goals of this problem set are to use Matlab to generate and

More information

Experiment 6: Amplitude Modulation, Modulators, and Demodulators Fall 2009

Experiment 6: Amplitude Modulation, Modulators, and Demodulators Fall 2009 Experiment 6: Amplitude Modulation, Modulators, and Demodulators Fall 009 Double Sideband Amplitude Modulation (AM) V S (1+m) v S (t) V S V S (1-m) Figure 1 Sinusoidal signal with a dc component In double

More information

ANGLE MODULATION. U1. PHASE AND FREQUENCY MODULATION For angle modulation, the modulated carrier is represented by

ANGLE MODULATION. U1. PHASE AND FREQUENCY MODULATION For angle modulation, the modulated carrier is represented by [4.1] ANGLE MODULATION U1. PHASE AND FREQUENCY MODULATION For angle modulation, the modulated carrier is represented by xx cc (tt) = AA cccccc[ωω cc tt + φφ(tt)] (1.1) Where A ω c are constants the phase

More information

b) discrete-time iv) aperiodic (finite energy)

b) discrete-time iv) aperiodic (finite energy) EE 464 Frequency Analysis of Signals and Systems Fall 2018 Read Text, Chapter. Study suggestion: Use Matlab to plot several of the signals and their DTFT in the examples to follow. Some types of signal

More information

EEE118: Electronic Devices and Circuits

EEE118: Electronic Devices and Circuits EEE118: Electronic Devices and Circuits Lecture V James E Green Department of Electronic Engineering University of Sheffield j.e.green@sheffield.ac.uk Last Lecture: Review 1 Finished the diode conduction

More information

EXPERIMENT 5 : DIODES AND RECTIFICATION

EXPERIMENT 5 : DIODES AND RECTIFICATION EXPERIMENT 5 : DIODES AND RECTIFICATION Component List Resistors, one of each o 2 1010W o 1 1k o 1 10k 4 1N4004 (Imax = 1A, PIV = 400V) Diodes Center tap transformer (35.6Vpp, 12.6 VRMS) 100 F Electrolytic

More information

EECS 216 Winter 2008 Lab 2: FM Detector Part I: Intro & Pre-lab Assignment

EECS 216 Winter 2008 Lab 2: FM Detector Part I: Intro & Pre-lab Assignment EECS 216 Winter 2008 Lab 2: Part I: Intro & Pre-lab Assignment c Kim Winick 2008 1 Introduction In the first few weeks of EECS 216, you learned how to determine the response of an LTI system by convolving

More information

cosω t Y AD 532 Analog Multiplier Board EE18.xx Fig. 1 Amplitude modulation of a sine wave message signal

cosω t Y AD 532 Analog Multiplier Board EE18.xx Fig. 1 Amplitude modulation of a sine wave message signal University of Saskatchewan EE 9 Electrical Engineering Laboratory III Amplitude and Frequency Modulation Objectives: To observe the time domain waveforms and spectra of amplitude modulated (AM) waveforms

More information

Experiment #2 Half Wave Rectifier

Experiment #2 Half Wave Rectifier PURPOSE: ELECTRONICS 224 ETR620S Experiment #2 Half Wave Rectifier This laboratory session acquaints you with the operation of a diode power supply. You will study the operation of half-wave and the effect

More information

2.0 AC CIRCUITS 2.1 AC VOLTAGE AND CURRENT CALCULATIONS. ECE 4501 Power Systems Laboratory Manual Rev OBJECTIVE

2.0 AC CIRCUITS 2.1 AC VOLTAGE AND CURRENT CALCULATIONS. ECE 4501 Power Systems Laboratory Manual Rev OBJECTIVE 2.0 AC CIRCUITS 2.1 AC VOLTAGE AND CURRENT CALCULATIONS 2.1.1 OBJECTIVE To study sinusoidal voltages and currents in order to understand frequency, period, effective value, instantaneous power and average

More information

Sheet 2 Diodes. ECE335: Electronic Engineering Fall Ain Shams University Faculty of Engineering. Problem (1) Draw the

Sheet 2 Diodes. ECE335: Electronic Engineering Fall Ain Shams University Faculty of Engineering. Problem (1) Draw the Ain Shams University Faculty of Engineering ECE335: Electronic Engineering Fall 2014 Sheet 2 Diodes Problem (1) Draw the i) Charge density distribution, ii) Electric field distribution iii) Potential distribution,

More information

Adaptive Systems Homework Assignment 3

Adaptive Systems Homework Assignment 3 Signal Processing and Speech Communication Lab Graz University of Technology Adaptive Systems Homework Assignment 3 The analytical part of your homework (your calculation sheets) as well as the MATLAB

More information

LABORATORY - FREQUENCY ANALYSIS OF DISCRETE-TIME SIGNALS

LABORATORY - FREQUENCY ANALYSIS OF DISCRETE-TIME SIGNALS LABORATORY - FREQUENCY ANALYSIS OF DISCRETE-TIME SIGNALS INTRODUCTION The objective of this lab is to explore many issues involved in sampling and reconstructing signals, including analysis of the frequency

More information

Memorial University of Newfoundland Faculty of Engineering and Applied Science. Lab Manual

Memorial University of Newfoundland Faculty of Engineering and Applied Science. Lab Manual Memorial University of Newfoundland Faculty of Engineering and Applied Science Engineering 6871 Communication Principles Lab Manual Fall 2014 Lab 1 AMPLITUDE MODULATION Purpose: 1. Learn how to use Matlab

More information

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

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

More information

UNIT I AMPLITUDE MODULATION

UNIT I AMPLITUDE MODULATION UNIT I AMPLITUDE MODULATION Prepared by: S.NANDHINI, Assistant Professor, Dept. of ECE, Sri Venkateswara College of Engineering, Sriperumbudur, Tamilnadu. CONTENTS Introduction to communication systems

More information

Document Name: Electronic Circuits Lab. Facebook: Twitter:

Document Name: Electronic Circuits Lab.  Facebook:  Twitter: Document Name: Electronic Circuits Lab www.vidyathiplus.in Facebook: www.facebook.com/vidyarthiplus Twitter: www.twitter.com/vidyarthiplus Copyright 2011-2015 Vidyarthiplus.in (VP Group) Page 1 CIRCUIT

More information

Attia, John Okyere. Diodes. Electronics and Circuit Analysis using MATLAB. Ed. John Okyere Attia Boca Raton: CRC Press LLC, 1999

Attia, John Okyere. Diodes. Electronics and Circuit Analysis using MATLAB. Ed. John Okyere Attia Boca Raton: CRC Press LLC, 1999 Attia, John Okyere. Diodes. Electronics and Circuit Analysis using MATLAB. Ed. John Okyere Attia Boca Raton: CRC Press LLC, 1999 1999 by CRC PRESS LLC CHAPTER NINE DIODES In this chapter, the characteristics

More information

MATLAB Assignment. The Fourier Series

MATLAB Assignment. The Fourier Series MATLAB Assignment The Fourier Series Read this carefully! Submit paper copy only. This project could be long if you are not very familiar with Matlab! Start as early as possible. This is an individual

More information

Chapter 5: Diodes. I. Theory. Chapter 5: Diodes

Chapter 5: Diodes. I. Theory. Chapter 5: Diodes Chapter 5: Diodes This week we will explore another new passive circuit element, the diode. We will also explore some diode applications including conversion of an AC signal into a signal that never changes

More information

Circuit operation Let s look at the operation of this single diode rectifier when connected across an alternating voltage source v s.

Circuit operation Let s look at the operation of this single diode rectifier when connected across an alternating voltage source v s. Diode Rectifier Circuits One of the important applications of a semiconductor diode is in rectification of AC signals to DC. Diodes are very commonly used for obtaining DC voltage supplies from the readily

More information

GOVERNMENT OF KARNATAKA KARNATAKA STATE PRE-UNIVERSITY EDUCATION EXAMINATION BOARD II YEAR PUC EXAMINATION MARCH-2013 SCHEME OF VALUATION

GOVERNMENT OF KARNATAKA KARNATAKA STATE PRE-UNIVERSITY EDUCATION EXAMINATION BOARD II YEAR PUC EXAMINATION MARCH-2013 SCHEME OF VALUATION GOVERNMENT OF KARNATAKA KARNATAKA STATE PRE-UNIVERSITY EDUCATION EXAMINATION BOARD II YEAR PUC EXAMINATION MARCH-03 SCHEME OF VALUATION Subject Code: 0 Subject: PART - A 0. What does the arrow mark indicate

More information

Figure Derive the transient response of RLC series circuit with sinusoidal input. [15]

Figure Derive the transient response of RLC series circuit with sinusoidal input. [15] COURTESY IARE Code No: R09220205 R09 SET-1 B.Tech II Year - II Semester Examinations, December-2011 / January-2012 NETWORK THEORY (ELECTRICAL AND ELECTRONICS ENGINEERING) Time: 3 hours Max. Marks: 80 Answer

More information

RECTIFIERS AND POWER SUPPLIES

RECTIFIERS AND POWER SUPPLIES UNIT V RECTIFIERS AND POWER SUPPLIES Half-wave, full-wave and bridge rectifiers with resistive load. Analysis for Vdc and ripple voltage with C,CL, L-C and C-L-C filters. Voltage multipliers Zenerdiode

More information

Wireless Communication

Wireless Communication Equipment and Instruments Wireless Communication An oscilloscope, a signal generator, an LCR-meter, electronic components (see the table below), a container for components, and a Scotch tape. Component

More information

Efficiently simulating a direct-conversion I-Q modulator

Efficiently simulating a direct-conversion I-Q modulator Efficiently simulating a direct-conversion I-Q modulator Andy Howard Applications Engineer Agilent Eesof EDA Overview An I-Q or vector modulator is a commonly used integrated circuit in communication systems.

More information

Department of Electrical & Computer Engineering Technology. EET 3086C Circuit Analysis Laboratory Experiments. Masood Ejaz

Department of Electrical & Computer Engineering Technology. EET 3086C Circuit Analysis Laboratory Experiments. Masood Ejaz Department of Electrical & Computer Engineering Technology EET 3086C Circuit Analysis Laboratory Experiments Masood Ejaz Experiment # 1 DC Measurements of a Resistive Circuit and Proof of Thevenin Theorem

More information

(i) Understanding of the characteristics of linear-phase finite impulse response (FIR) filters

(i) Understanding of the characteristics of linear-phase finite impulse response (FIR) filters FIR Filter Design Chapter Intended Learning Outcomes: (i) Understanding of the characteristics of linear-phase finite impulse response (FIR) filters (ii) Ability to design linear-phase FIR filters according

More information

Problem Sheet for Amplitude Modulation

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

More information

SIR PADAMPAT SINGHANIA UNIVERSITY UDAIPUR Sample Question Paper for Ph.D. (Electronics & Communication Engineering) SPSAT 18

SIR PADAMPAT SINGHANIA UNIVERSITY UDAIPUR Sample Question Paper for Ph.D. (Electronics & Communication Engineering) SPSAT 18 INSTRUCTIONS SIR PADAMPAT SINGHANIA UNIVERSITY UDAIPUR Sample Question Paper for Ph.D. (Electronics & Communication Engineering) SPSAT 18 The test is 60 minutes long and consists of 40 multiple choice

More information

Direct-Conversion I-Q Modulator Simulation by Andy Howard, Applications Engineer Agilent EEsof EDA

Direct-Conversion I-Q Modulator Simulation by Andy Howard, Applications Engineer Agilent EEsof EDA Direct-Conversion I-Q Modulator Simulation by Andy Howard, Applications Engineer Agilent EEsof EDA Introduction This article covers an Agilent EEsof ADS example that shows the simulation of a directconversion,

More information

Chapter 3. Amplitude Modulation Fundamentals

Chapter 3. Amplitude Modulation Fundamentals Chapter 3 Amplitude Modulation Fundamentals Topics Covered 3-1: AM Concepts 3-2: Modulation Index and Percentage of Modulation 3-3: Sidebands and the Frequency Domain 3-4: AM Power 3-5: Single-Sideband

More information

ECE 421 Introduction to Signal Processing

ECE 421 Introduction to Signal Processing ECE 421 Introduction to Signal Processing Dror Baron Assistant Professor Dept. of Electrical and Computer Engr. North Carolina State University, NC, USA Digital Filter Design [Reading material: Chapter

More information

Analog Circuits and Systems

Analog Circuits and Systems Analog Circuits and Systems Prof. K Radhakrishna Rao Lecture 4 Analog Signal Processing One-Port Networks 1 Analog Signal Processing Functions ASP Amplification Filtering Oscillation Mixing, Modulation,

More information

The steeper the phase shift as a function of frequency φ(ω) the more stable the frequency of oscillation

The steeper the phase shift as a function of frequency φ(ω) the more stable the frequency of oscillation It should be noted that the frequency of oscillation ω o is determined by the phase characteristics of the feedback loop. the loop oscillates at the frequency for which the phase is zero The steeper the

More information

Experiment 4: Three-Phase DC-AC Inverter

Experiment 4: Three-Phase DC-AC Inverter 1.0 Objectives he University of New South Wales School of Electrical Engineering & elecommunications ELEC4614 Experiment 4: hree-phase DC-AC Inverter his experiment introduces you to a three-phase bridge

More information

UNIVERSITY OF TECHNOLOGY, JAMAICA SCHOOL OF ENGENEERING. Electrical Engineering Science. Laboratory Manual

UNIVERSITY OF TECHNOLOGY, JAMAICA SCHOOL OF ENGENEERING. Electrical Engineering Science. Laboratory Manual UNIVERSITY OF TECHNOLOGY, JAMAICA SCHOOL OF ENGENEERING Electrical Engineering Science Laboratory Manual Table of Contents Experiment #1 OHM S LAW... 3 Experiment # 2 SERIES AND PARALLEL CIRCUITS... 8

More information

3.1 Introduction to Modulation

3.1 Introduction to Modulation Haberlesme Sistemlerine Giris (ELE 361) 9 Eylul 2017 TOBB Ekonomi ve Teknoloji Universitesi, Guz 2017-18 Dr. A. Melda Yuksel Turgut & Tolga Girici Lecture Notes Chapter 3 Amplitude Modulation Speech, music,

More information

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

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

More information

Filters. Phani Chavali

Filters. Phani Chavali Filters Phani Chavali Filters Filtering is the most common signal processing procedure. Used as echo cancellers, equalizers, front end processing in RF receivers Used for modifying input signals by passing

More information

CHAPTER 4 A NEW CARRIER BASED PULSE WIDTH MODULATION STRATEGY FOR VSI

CHAPTER 4 A NEW CARRIER BASED PULSE WIDTH MODULATION STRATEGY FOR VSI 52 CHAPTER 4 A NEW CARRIER BASED PULSE WIDTH MODULATION STRATEGY FOR VSI 4.1 INTRODUCTION The present day applications demand ac power with adjustable amplitude and frequency. A well defined mode of operation

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

SKEU 3741 BASIC ELECTRONICS LAB

SKEU 3741 BASIC ELECTRONICS LAB Faculty: Subject Subject Code : SKEU 3741 FACULTY OF ELECTRICAL ENGINEERING : 2 ND YEAR ELECTRONIC DESIGN LABORATORY Review Release Date Last Amendment Procedure Number : 1 : 2013 : 2013 : PK-UTM-FKE-(0)-10

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

EXPERIMENT 3 Half-Wave and Full-Wave Rectification

EXPERIMENT 3 Half-Wave and Full-Wave Rectification Name & Surname: ID: Date: EXPERIMENT 3 Half-Wave and Full-Wave Rectification Objective To calculate, compare, draw, and measure the DC output voltages of half-wave and full-wave rectifier circuits. Tools

More information

(i) Understanding of the characteristics of linear-phase finite impulse response (FIR) filters

(i) Understanding of the characteristics of linear-phase finite impulse response (FIR) filters FIR Filter Design Chapter Intended Learning Outcomes: (i) Understanding of the characteristics of linear-phase finite impulse response (FIR) filters (ii) Ability to design linear-phase FIR filters according

More information

Figure 1: Diode Measuring Circuit

Figure 1: Diode Measuring Circuit Diodes, Page 1 Diodes V-I Characteristics signal diode Measure the voltage-current characteristic of a standard signal diode, the 1N914, using the circuit shown in Figure 1 below. The purpose of the back-to-back

More information

1B Paper 6: Communications Handout 2: Analogue Modulation

1B Paper 6: Communications Handout 2: Analogue Modulation 1B Paper 6: Communications Handout : Analogue Modulation Ramji Venkataramanan Signal Processing and Communications Lab Department of Engineering ramji.v@eng.cam.ac.uk Lent Term 16 1 / 3 Modulation Modulation

More information

6. Explain control characteristics of GTO, MCT, SITH with the help of waveforms and circuit diagrams.

6. Explain control characteristics of GTO, MCT, SITH with the help of waveforms and circuit diagrams. POWER ELECTRONICS QUESTION BANK Unit 1: Introduction 1. Explain the control characteristics of SCR and GTO with circuit diagrams, and waveforms of control signal and output voltage. 2. Explain the different

More information

DEPARTMENT OF E.C.E.

DEPARTMENT OF E.C.E. PVP SIDDHARTHA INSTITUTE OF TECHNOLOGY, KANURU, VIJAYAWADA-7 DEPARTMENT OF E.C.E. ANALOG COMMUNICATIONS LAB MANUAL Department of Electronics & Communication engineering Prasad V.Potluri Siddhartha Institute

More information

ECE 201: Introduction to Signal Analysis

ECE 201: Introduction to Signal Analysis ECE 201: Introduction to Signal Analysis Prof. Paris Last updated: October 9, 2007 Part I Spectrum Representation of Signals Lecture: Sums of Sinusoids (of different frequency) Introduction Sum of Sinusoidal

More information

ELEC387 Power electronics

ELEC387 Power electronics ELEC387 Power electronics Jonathan Goldwasser 1 Power electronics systems pp.3 15 Main task: process and control flow of electric energy by supplying voltage and current in a form that is optimally suited

More information

UNIVERSITY OF TECHNOLOGY, JAMAICA School of Engineering -

UNIVERSITY OF TECHNOLOGY, JAMAICA School of Engineering - UNIVERSITY OF TECHNOLOGY, JAMAICA School of Engineering - Electrical Engineering Science Laboratory Manual Table of Contents Safety Rules and Operating Procedures... 3 Troubleshooting Hints... 4 Experiment

More information

Amplitude Modulation. Ahmad Bilal

Amplitude Modulation. Ahmad Bilal Amplitude Modulation Ahmad Bilal 5-2 ANALOG AND DIGITAL Analog-to-analog conversion is the representation of analog information by an analog signal. Topics discussed in this section: Amplitude Modulation

More information

Diodes This week, we look at switching diodes, LEDs, and diode rectification. Be sure to bring a flash drive for recording oscilloscope traces.

Diodes This week, we look at switching diodes, LEDs, and diode rectification. Be sure to bring a flash drive for recording oscilloscope traces. Diodes This week, we look at switching diodes, LEDs, and diode rectification. Be sure to bring a flash drive for recording oscilloscope traces. 1. Basic diode characteristics Build the circuit shown in

More information

Class #16: Experiment Matlab and Data Analysis

Class #16: Experiment Matlab and Data Analysis Class #16: Experiment Matlab and Data Analysis Purpose: The objective of this experiment is to add to our Matlab skill set so that data can be easily plotted and analyzed with simple tools. Background:

More information

AC CURRENTS, VOLTAGES, FILTERS, and RESONANCE

AC CURRENTS, VOLTAGES, FILTERS, and RESONANCE July 22, 2008 AC Currents, Voltages, Filters, Resonance 1 Name Date Partners AC CURRENTS, VOLTAGES, FILTERS, and RESONANCE V(volts) t(s) OBJECTIVES To understand the meanings of amplitude, frequency, phase,

More information

Chapter 2. Signals and Spectra

Chapter 2. Signals and Spectra Chapter 2 Signals and Spectra Outline Properties of Signals and Noise Fourier Transform and Spectra Power Spectral Density and Autocorrelation Function Orthogonal Series Representation of Signals and Noise

More information

Electronics Lab. (EE21338)

Electronics Lab. (EE21338) Princess Sumaya University for Technology The King Abdullah II School for Engineering Electrical Engineering Department Electronics Lab. (EE21338) Prepared By: Eng. Eyad Al-Kouz October, 2012 Table of

More information

ELC 131 CIRCUIT ANALYSIS I

ELC 131 CIRCUIT ANALYSIS I ELC 131 CIRCUIT ANALYSIS I COURSE DESCRIPTION: Prerequisites: None Corequisites: MAT 121 This course introduces DC and AC electricity with emphasis on circuit analysis, measurements, and operation of test

More information

EXPERIMENT 5 : THE DIODE

EXPERIMENT 5 : THE DIODE EXPERIMENT 5 : THE DIODE Equipment List Dual Channel Oscilloscope R, 330, 1k, 10k resistors P, Tri-Power Supply V, 2x Multimeters D, 4x 1N4004: I max = 1A, PIV = 400V Silicon Diode P 2 35.6V pp (12.6 V

More information