R C C (8000 )( ) 20 log( k) 8 k 2.51

Size: px
Start display at page:

Download "R C C (8000 )( ) 20 log( k) 8 k 2.51"

Transcription

1 EE233 HW9 Solution Dec. 2 nd Due Date: Dec. 9 th 1. Consider the circuit below. (a) Design a HPF with a passband gain of 8dB and cutoff frequency of 4kHz using 25nF capacitor. Draw the circuit diagram and label all components c Rs R C C (8 )(251 ) s 2 log( k) 8 k 2.51 R f kr 399 s c (b) If the value of the feedback resistor in the filter is changed but the value of the resistor in the forward path is unchanged, what characteristic of the filter is changed? Briefly justify your answer. The passband gain will change. (c) Sketch the Bode magnitude and phase plots for the filter.

2 2. Consider the circuit in problem 1. (a) Design a HPF with a passband gain of 14dB and a cutoff frequency of 8kHz using a 3.9nF capacitor. Draw the circuit diagram and label all components c Rs 51 9 R C C (16 )(3.91 ) s 2log( k) 14 k 5 R kr 25.5 f s c

3 (b) Using only three components from Appendix H of the textbook (file posted on Canvas), design a HPF with a cutoff frequency and passband gain as close as possible to the specifications above in part (a). Draw the circuit diagram and label all component values. R 511 R R 25.5k R 27k 2 2 (c) Calculate the percent error in this new filter s cutoff frequency and passband gain when compared to the values specified in part (a). 1 c rad / s, fc 8683Hz RC K R R k 4.7k 5.74dB Freqeucny error : 14.8% (d) Sketch the Bode magnitude and phase plots for both filter designs on the same set of axes.

4 3. Using 1nF capacitors, design an active broadband first-order band-reject filter that has a lower cutoff frequency of 4Hz, an upper cutoff frequency of 4Hz, and a passband gain of db. Use prototype versions of the LPF and HPF in the design process (use scaling). (a) Draw the circuit diagram of the filter and label all the components. 1 1 R 39.8k (8 )(1 1 ) c1 L 9 RC L L 1 1 R 3.98k (8 )(1 1 ) c2 H 9 RC H H k 1 R R, so R R 1k s f s f

5 (b) Write the transfer function of the scaled filter s 8s 16 1 Hs () ( s4 )( s4 ) (c) Use the transfer function to find H( j ), where is the center frequency. H( j ) 16 1 j j44 (d) What is the passband gain (in db) of the filter at the center frequency? (16 1 ) 2 5 H( j ) dB 44 (16 1 ) (e) Sketch the Bode magnitude and phase plots for the filter.

6 4. Design an active LPF with a passband gain of 4dB, a cutoff frequency of 1kHz, and a gain rolloff rate of -6dB/decade. (a) Calculate the resistor and capacitor values used in the circuit. db rd order filter rad s 1/3 6 3 c / 2 K f 4 rad / s.5 Choose C 4 F in this case, 1 Km 19.9 R k 4 R 79.6 when R R 19.9 f (b) Draw the circuit diagram of the filter and label all the components. i

7 (c) Sketch the Bode magnitude and phase plots for the filter.

8 5. Your company has developed a new type of loud speaker system that uses very low power to reproduce sound. Like a home stereo system it users 3 independent speakers, the woofer, midrange, and tweeter, to reproduce the low, mid and high frequencies, respectively. The woofer is designed to reproduce frequencies up to 2Hz. The midrange delivers frequencies between 2Hz and 14Hz. The tweeter is designed for frequencies above 14Hz. You have been given the job of designing a filter system to separate the signal and deliver only the desired frequencies to each speaker. Others on your ream will take care of the rest (buffering of your input signal, level-adjustment to boost the filter output to the appropriate level, line conditioning to prevent RF interference, etc.) Also assume, for this exercise, that phasedistortion is not a problem. Each should filter should be designed separately. For the low frequency speaker uses an active low-pass filter with two cascaded first order filters to get sharper roll-off (a steeper cutoff in the frequency plot). The cutoff frequency should be 1Hz and should have unity gain in the passband. Make sure to take into account the shift in cutoff frequency that occurs when you cascade the two sections. For the midrange circuit implement a band-pass filter by cascading low-pass, high-pass, and inverting op-amp circuits. The resulting filter should pass frequencies from 1Hz to 14Hz, and have a maximum gain of 1 (2dB). The tweeters your company developed require more precise frequency selection. Implement a 4 th order high pass Butterworth filter with a cutoff frequency of 14Hz. For each of the three filters you should provide: - A schematic of the op-amp circuit - Specifications for all components used - Transfer function H(s) for your circuit - Magnitude only Bode Plot of the showing the frequency response of your circuit Use reasonable values for each component. For ease of grading, use 1 F capacitors when possible. Assume that you will use ideal op amps. Bonus: Simulate your circuits in Multisim and show the frequency response.

9 #7 (LPF) In[327]:= cp, R, Rp, fc, kf, km, wcd c = 1; H* Unscaled C *L cp = 1-6 ; H* Scaled C *L R = 1; H* Unscaled R *L fc = 1; H* Desired Corner Frequency *L wcp = 2 * p * fc; H* Desired Corner Frequencey radês *L n = 2; H* Filter order *L wc = SqrtA2 1ên - 1E H* Scaled Corner frequency *L kf = wcp êê N H* Frequency scaling factor *L wc km = 1 c êê N H* Magnitude scaling factor *L kf cp Rp = km * R H* Scaled resistor value *L Out[3213]= Out[3214]= Out[3215]= Out[3216]= In[3217]:= Clear@R, R1, R2, s, cd; R2 = Rp; H* LPF resistor R2 *L R1 = R2; H* LPF resistor R1 *L c = cp; H* LPF Capacitor *L h1 = 1 R1*c H* First order LPF transfer function *L s + 1 R2*c s = I * 2 * p * f; H* s=j*w *L h = h1 2 ; H* Transfer function in db *L hdb = 2 Log@1, Abs@hDD; H* *L LogLinearPlotA8-3, hdb<, 9f, 1-6, 1 3 =, PlotRange Ø 9911, 1 3 =, 8-1, <=, GridLines Ø AutomaticE Circuit Out[322]= s -2-4 Out[3223]= PSpice Sim

10 In[3682]:= cp, R, Rp, fc, kf, km, wcd c = 1; H* Unscaled C *L cp = 1-6 ; H* Scaled C *L R = 1; H* Unscaled R *L fc = 14; H* Desired Corner Frequency *L wcp = 2 * p * fc; H* Desired Corner Frequencey radês *L n = 1; H* Filter order *L wc = SqrtA2 1ên - 1E êê NH* Scaled Corner frequency *L kf = wcp H* Frequency scaling factor *L wc km = 1 c H* Magnitude scaling factor *L kf cp Rp = km * R H* Scaled resistor value *L Out[3686]= 1. #7 BPF Out[3687]= Out[3688]= Out[3689]= In[369]:= Clear@R, R1, R2, s, c, fd; R2 = Rp; H* LPF resistor R2 *L R1 = R2; H* LPF resistor R1 *L c = cp; H* LPF Capacitor *L hlp = 1 R1*c s + 1 R2*c H* First order LPF transfer function *L s = I * 2 * p * f; H* s=j*w *L hdb = 2 Log@1, Abs@hlpDD; H* Transfer function in db *L LogLinearPlotA8-3, hdb<, 9f, 1-6, 1 4 =, PlotRange Ø 99.1 * 1 3, 1 * 1 3 =, 8, -4<=, GridLines Ø AutomaticE Out[3692]= s µ Out[3693]= In[3694]:= Clear@c, cp, R, Rp, fc, kf, km, wcd c = 1; H* Unscaled C *L cp = 1-6 ; H* Scaled C *L R = 1; H* Unscaled R *L fc = 1; H* Desired Corner Frequency *L wcp = 2 * p * fc; H* Desired Corner Frequencey radês *L n = 1; H* Filter order *L wc = SqrtA2 1ên - 1E êê NH* Scaled Corner frequency *L kf = wcp H* Frequency scaling factor *L wc km = 1 c H* Magnitude scaling factor *L kf cp Rp = km * R H* Scaled resistor value *L Out[3698]= 1. Out[3699]= Out[37]= Out[371]= In[372]:= Clear@Rh, R1h, R2h, s, ch, fd; R2h = Rp; H* HPF resistor R2 *L R1h = R2h; H* HPF resistor R1 *L ch = cp; H* HPF Capacitor *L s h = H* First order HPF transfer function *L 1 s + R1h*ch s = I * 2 * p * f; H* s=j*w *L hhp = h H* Transfer function in db *L hdb = 2 Log@1, Abs@hhpDD; H* *L LogLinearPlotA8-3, hdb<, 9f, 1, 1 4 =, GridLines Ø Automatic, PlotRange Ø 991, 1 6 =, 8, -4<=E s Out[373]= s 2 Â f p Out[374]= Â f p Out[375]=

11 In[3754]:= H* design of inverting constant-gain amplifier stage *L Rf, RiD G = 1; Rf = 1 4 ; Ri = Rf G hinv = Rf Ri Out[3757]= 1 Out[3758]= 1 In[3751]:= hbp = hlp * hhp * hinv hbpdb = 2 Log@1, Abs@hbpDD LogLinearPlotA82-3, hbpdb<, 9f, 1, 1 4 =, PlotRange Ø 991, 1 4 =, 82, <=, GridLines Ø AutomaticE Out[3751]= Out[3752]= Â f H Â f pl H Â f pl 2 LogA AbsA f EE H Â f pl H Â f pl Log@1D µ Out[3753]= 1 5 Circuit and PSpice simulation results.

12 #7 HPF - 4th order Butterworth In[4698]:= Clear@c, cp, R, Rp, fc, kf, km, wc, n, wcpd c1 = 2.61; H*Using values from example 15.9*L c2 =.38; c3 = 1.8; c4 =.924; fc = 14; H* Desired cutoff frequency *L wcp = 2 * p * fc; H* Desired Corner Frequencey radês *L n = 1; wc = SqrtA2 1ên - 1E êê NH* Scaled Corner frequency *L; kf = wcp H* Frequency scaling factor *L wc km = 1; c1 c1 = H* Scale example values by kf, km*l km * kf c2 c2 = km * kf c3 c3 = km * kf c4 c4 = km * kf R = 1 H* R is arbitrary *L Out[475]= Out[477]= µ 1-7 Out[478]= µ 1-8 Out[479]= µ 1-7 Out[471]= µ 1-7 Out[4711]= 1 In[4712]:= H* Deterimine Transfer function *L Clear@sD k1 = R * c1 k2 = R * c2 H* TF of first section *L hb1 = s 2 Is 2 + I 2 k1 M s + 1 k1*k2 M k3 = R * c3; k4 = R * c4; H* TF of second section *L s 2 hb2 = Is 2 + I 2 M s + I 1 MM k3 k3*k4 H* Optional gain stage *L hgain = 1; H* TF of complete filter *L hbutt = hb1 * hb2 * hgain Out[4713]= Out[4714]= Out[4715]= Out[4718]= Out[472]= s µ s + s 2 s µ s + s 2 s 4 I µ s + s 2 M I µ s + s 2 M In[4721]:= s = I * 2 * p * f hdb = 2 Log@1, Abs@hbuttDD; H* Transfer function in db *L LogLinearPlotA8-3, hdb<, 9f, 1, 1 4 =, GridLines Ø AutomaticE Out[4721]= 2 Â f p -2 Out[4723]= µ 1 4

13 In[4768]:= H* As an alternative design using c=1uf *L R1 = k1 ë 1-6 R2 = k2 ë 1-6 R3 = k3 ë 1-6 R4 = k4 ë 1-6 Out[4768]= Out[4769]= Out[477]= Out[4771]= 15.42

14 6. Textbook Problem 18.2: Find the z parameters for the circuit shown in Fig. P.18.2.

15 7. Textbook Problem 18.38: The z and y parameters for the resistive two-ports in Fig. P18.38 are given by: Calculate v o if v g is 3mVDC. z z z z z a a a ' ' ' ' ' a 21 a 22 y y y y y 41 a '' '' '' '' '' a 21 a 22 8 a a Using equations (18.74)-(18.77), a11 a a 4 a21 a Using Table 18.2, V VZ g L ( a a Z ) Z a a Z g L g V

EE233 Autumn 2016 Electrical Engineering University of Washington. EE233 HW7 Solution. Nov. 16 th. Due Date: Nov. 23 rd

EE233 Autumn 2016 Electrical Engineering University of Washington. EE233 HW7 Solution. Nov. 16 th. Due Date: Nov. 23 rd EE233 HW7 Solution Nov. 16 th Due Date: Nov. 23 rd 1. Use a 500nF capacitor to design a low pass passive filter with a cutoff frequency of 50 krad/s. (a) Specify the cutoff frequency in hertz. fc c 50000

More information

Assist Lecturer: Marwa Maki. Active Filters

Assist Lecturer: Marwa Maki. Active Filters Active Filters In past lecture we noticed that the main disadvantage of Passive Filters is that the amplitude of the output signals is less than that of the input signals, i.e., the gain is never greater

More information

Operational Amplifiers

Operational Amplifiers Operational Amplifiers Continuing the discussion of Op Amps, the next step is filters. There are many different types of filters, including low pass, high pass and band pass. We will discuss each of the

More information

Filter Design, Active Filters & Review. EGR 220, Chapter 14.7, December 14, 2017

Filter Design, Active Filters & Review. EGR 220, Chapter 14.7, December 14, 2017 Filter Design, Active Filters & Review EGR 220, Chapter 14.7, 14.11 December 14, 2017 Overview ² Passive filters (no op amps) ² Design examples ² Active filters (use op amps) ² Course review 2 Example:

More information

Low Pass Filter Introduction

Low Pass Filter Introduction Low Pass Filter Introduction Basically, an electrical filter is a circuit that can be designed to modify, reshape or reject all unwanted frequencies of an electrical signal and accept or pass only those

More information

Electric Circuit Theory

Electric Circuit Theory Electric Circuit Theory Nam Ki Min nkmin@korea.ac.kr 010-9419-2320 Chapter 15 Active Filter Circuits Nam Ki Min nkmin@korea.ac.kr 010-9419-2320 Contents and Objectives 3 Chapter Contents 15.1 First-Order

More information

EK307 Active Filters and Steady State Frequency Response

EK307 Active Filters and Steady State Frequency Response EK307 Active Filters and Steady State Frequency Response Laboratory Goal: To explore the properties of active signal-processing filters Learning Objectives: Active Filters, Op-Amp Filters, Bode plots Suggested

More information

EXPERIMENT 1: Characteristics of Passive and Active Filters

EXPERIMENT 1: Characteristics of Passive and Active Filters Kathmandu University Department of Electrical and Electronics Engineering ELECTRONICS AND ANALOG FILTER DESIGN LAB EXPERIMENT : Characteristics of Passive and Active Filters Objective: To understand the

More information

Butterworth Active Bandpass Filter using Sallen-Key Topology

Butterworth Active Bandpass Filter using Sallen-Key Topology Butterworth Active Bandpass Filter using Sallen-Key Topology Technical Report 5 Milwaukee School of Engineering ET-3100 Electronic Circuit Design Submitted By: Alex Kremnitzer Date: 05-11-2011 Date Performed:

More information

ActiveLowPassFilter -- Overview

ActiveLowPassFilter -- Overview ActiveLowPassFilter -- Overview OBJECTIVES: At the end of performing this experiment, learners would be able to: Describe the concept of active Low Pass Butterworth Filter Obtain the roll-off factor and

More information

The above figure represents a two stage circuit. Recall, the transfer function relates. Vout

The above figure represents a two stage circuit. Recall, the transfer function relates. Vout LABORATORY 12: Bode plots/second Order Filters Material covered: Multistage circuits Bode plots Design problem Overview Notes: Two stage circuits: Vin1 H1(s) Vout1 Vin2 H2(s) Vout2 The above figure represents

More information

Active Filter. Low pass filter High pass filter Band pass filter Band stop filter

Active Filter. Low pass filter High pass filter Band pass filter Band stop filter Active Filter Low pass filter High pass filter Band pass filter Band stop filter Active Low-Pass Filters Basic Low-Pass filter circuit At critical frequency, esistance capacitance X c ω c πf c So, critical

More information

Chapter 19. Basic Filters

Chapter 19. Basic Filters Chapter 19 Basic Filters Objectives Analyze the operation of RC and RL lowpass filters Analyze the operation of RC and RL highpass filters Analyze the operation of band-pass filters Analyze the operation

More information

University of Michigan EECS 311: Electronic Circuits Fall 2008 LAB 2 ACTIVE FILTERS

University of Michigan EECS 311: Electronic Circuits Fall 2008 LAB 2 ACTIVE FILTERS University of Michigan EECS 311: Electronic Circuits Fall 2008 LAB 2 ACTIVE FILTERS Issued 9/22/2008 Pre Lab Completed 9/29/2008 Lab Due in Lecture 10/6/2008 Introduction In this lab you will design a

More information

Pre-Lab. Introduction

Pre-Lab. Introduction Pre-Lab Read through this entire lab. Perform all of your calculations (calculated values) prior to making the required circuit measurements. You may need to measure circuit component values to obtain

More information

Homework Assignment 10

Homework Assignment 10 Homework Assignment 10 Question The amplifier below has infinite input resistance, zero output resistance and an openloop gain. If, find the value of the feedback factor as well as so that the closed-loop

More information

Lecture 17 Date: Parallel Resonance Active and Passive Filters

Lecture 17 Date: Parallel Resonance Active and Passive Filters Lecture 17 Date: 09.10.2017 Parallel Resonance Active and Passive Filters Parallel Resonance At resonance: The voltage V as a function of frequency. At resonance, the parallel LC combination acts like

More information

Analog Electronics. Lecture Pearson Education. Upper Saddle River, NJ, All rights reserved.

Analog Electronics. Lecture Pearson Education. Upper Saddle River, NJ, All rights reserved. Analog Electronics V Lecture 5 V Operational Amplifers Op-amp is an electronic device that amplify the difference of voltage at its two inputs. V V 8 1 DIP 8 1 DIP 20 SMT 1 8 1 SMT Operational Amplifers

More information

Cir cuit s 212 Lab. Lab #7 Filter Design. Introductions:

Cir cuit s 212 Lab. Lab #7 Filter Design. Introductions: Cir cuit s 22 Lab Lab #7 Filter Design The purpose of this lab is multifold. This is a three-week experiment. You are required to design a High / Low Pass filter using the LM38 OP AMP. In this lab, you

More information

1) Consider the circuit shown in figure below. Compute the output waveform for an input of 5kHz

1) Consider the circuit shown in figure below. Compute the output waveform for an input of 5kHz ) Consider the circuit shown in figure below. Compute the output waveform for an input of 5kHz Solution: a) Input is of constant amplitude of 2 V from 0 to 0. ms and 2 V from 0. ms to 0.2 ms. The output

More information

Build Your Own Bose WaveRadio Bass Preamp Active Filter Design

Build Your Own Bose WaveRadio Bass Preamp Active Filter Design EE230 Filter Laboratory Build Your Own Bose WaveRadio Bass Preamp Active Filter Design Objectives 1) Design an active filter on paper to meet a particular specification 2) Verify your design using Spice

More information

Introduction (cont )

Introduction (cont ) Active Filter 1 Introduction Filters are circuits that are capable of passing signals within a band of frequencies while rejecting or blocking signals of frequencies outside this band. This property of

More information

ME411 Engineering Measurement & Instrumentation. Winter 2017 Lecture 3

ME411 Engineering Measurement & Instrumentation. Winter 2017 Lecture 3 ME411 Engineering Measurement & Instrumentation Winter 2017 Lecture 3 1 Current Measurement DC or AC current Use of a D Arsonval Meter - electric current carrying conductor passing through a magnetic field

More information

UNIVERSITY OF NORTH CAROLINA AT CHARLOTTE Department of Electrical and Computer Engineering

UNIVERSITY OF NORTH CAROLINA AT CHARLOTTE Department of Electrical and Computer Engineering UNIVERSITY OF NORTH CAROLINA AT CHARLOTTE Department of Electrical and Computer Engineering EXPERIMENT 8 FILTER NETWORKS OBJECTIVES In this lab session the student will investigate passive low-pass and

More information

Chapter 15: Active Filters

Chapter 15: Active Filters Chapter 15: Active Filters 15.1: Basic filter Responses A filter is a circuit that passes certain frequencies and rejects or attenuates all others. The passband is the range of frequencies allowed to pass

More information

Lecture 8: More on Operational Amplifiers (Op Amps)

Lecture 8: More on Operational Amplifiers (Op Amps) Lecture 8: More on Operational mplifiers (Op mps) Input Impedance of Op mps and Op mps Using Negative Feedback: Consider a general feedback circuit as shown. ssume that the amplifier has input impedance

More information

Lab 9 Frequency Domain

Lab 9 Frequency Domain Lab 9 Frequency Domain 1 Components Required Resistors Capacitors Function Generator Multimeter Oscilloscope 2 Filter Design Filters are electric components that allow applying different operations to

More information

Homework Assignment 06

Homework Assignment 06 Question 1 (2 points each unless noted otherwise) Homework Assignment 06 1. True or false: when transforming a circuit s diagram to a diagram of its small-signal model, we replace dc constant current sources

More information

Lecture 2 Analog circuits. IR detection

Lecture 2 Analog circuits. IR detection Seeing the light.. Lecture Analog circuits I t IR light V 9V V Q OP805 RL IR detection Noise sources: Electrical (60Hz, 0Hz, 80Hz.) Other electrical IR from lights IR from cameras (autofocus) Visible light

More information

Lecture 2 Analog circuits. Seeing the light..

Lecture 2 Analog circuits. Seeing the light.. Lecture 2 Analog circuits Seeing the light.. I t IR light V1 9V +V IR detection Noise sources: Electrical (60Hz, 120Hz, 180Hz.) Other electrical IR from lights IR from cameras (autofocus) Visible light

More information

Lab 6: Building a Function Generator

Lab 6: Building a Function Generator ECE 212 Spring 2010 Circuit Analysis II Names: Lab 6: Building a Function Generator Objectives In this lab exercise you will build a function generator capable of generating square, triangle, and sine

More information

Analog Electronics. Lecture. Op-amp Circuits and Active Filters. Muhammad Amir Yousaf

Analog Electronics. Lecture. Op-amp Circuits and Active Filters. Muhammad Amir Yousaf Analog Electronics Lecture Op-amp Circuits and Active Filters Muhammad Amir Yousaf Instrumentation Amplifiers An instrumentation amplifier (IA) amplifies the voltage difference between its terminals. It

More information

ECE 203 LAB 2 PRACTICAL FILTER DESIGN & IMPLEMENTATION

ECE 203 LAB 2 PRACTICAL FILTER DESIGN & IMPLEMENTATION Version 1. 1 of 7 ECE 03 LAB PRACTICAL FILTER DESIGN & IMPLEMENTATION BEFORE YOU BEGIN PREREQUISITE LABS ECE 01 Labs ECE 0 Advanced MATLAB ECE 03 MATLAB Signals & Systems EXPECTED KNOWLEDGE Understanding

More information

Chapter 10: The Operational Amplifiers

Chapter 10: The Operational Amplifiers Chapter 10: The Operational Amplifiers Electronic Devices Operational Amplifiers (op-amp) Op-amp is an electronic device that amplify the difference of voltage at its two inputs. It has two input terminals,

More information

VCC. Digital 16 Frequency Divider Digital-to-Analog Converter Butterworth Active Filter Sample-and-Hold Amplifier (part 2) Last Update: 03/19/14

VCC. Digital 16 Frequency Divider Digital-to-Analog Converter Butterworth Active Filter Sample-and-Hold Amplifier (part 2) Last Update: 03/19/14 Digital 16 Frequency Divider Digital-to-Analog Converter Butterworth Active Filter Sample-and-Hold Amplifier (part 2) ECE3204 Lab 5 Objective The purpose of this lab is to design and test an active Butterworth

More information

INTRODUCTION TO FILTER CIRCUITS

INTRODUCTION TO FILTER CIRCUITS INTRODUCTION TO FILTER CIRCUITS 1 2 Background: Filters may be classified as either digital or analog. Digital filters are implemented using a digital computer or special purpose digital hardware. Analog

More information

The Five-Minute Filter University, July Session

The Five-Minute Filter University, July Session The Five-Minute Filter University, July Session Jul 1, 2006 By: Ed Ramsden Sensors Magazine http://process.sensorsmag.com/ What Filters Do Back in the late 1970s comedian Don Novello (a.k.a. Father Guido

More information

Mechatronics. Analog and Digital Electronics: Studio Exercises 1 & 2

Mechatronics. Analog and Digital Electronics: Studio Exercises 1 & 2 Mechatronics Analog and Digital Electronics: Studio Exercises 1 & 2 There is an electronics revolution taking place in the industrialized world. Electronics pervades all activities. Perhaps the most important

More information

UNIVERSITY OF NAIROBI

UNIVERSITY OF NAIROBI UNIVERSITY OF NAIROBI COLLEGE OF ARCHITECTURE AND ENGINEERING SCHOOL OF ENGINEERING DEPARTMENT OF ELECTRICAL AND INFORMATION ENGINEERING PROJECT INDEX: 096 PROJECT TITLE: DESIGN OF A 50W POWER AMPLIFIER

More information

ESE319 Introduction to Microelectronics High Frequency BJT Model & Cascode BJT Amplifier

ESE319 Introduction to Microelectronics High Frequency BJT Model & Cascode BJT Amplifier High Frequency BJT Model & Cascode BJT Amplifier 1 Gain of 10 Amplifier Non-ideal Transistor C in R 1 V CC R 2 v s Gain starts dropping at > 1MHz. Why! Because of internal transistor capacitances that

More information

Lecture 2 Analog circuits. Seeing the light..

Lecture 2 Analog circuits. Seeing the light.. Lecture 2 Analog circuits Seeing the light.. I t IR light V1 9V +V IR detection Noise sources: Electrical (60Hz, 120Hz, 180Hz.) Other electrical IR from lights IR from cameras (autofocus) Visible light

More information

ECE Sound Reinforcement System Design Spring Loudspeaker Active Spectral Divider Design Project

ECE Sound Reinforcement System Design Spring Loudspeaker Active Spectral Divider Design Project Loudspeaker Active Spectral Divider Design Project Project Report Evaluation Team ID: Team 1 Team Member 1.0 2.0 3.0 App Tech* TOTAL Maximum Points Possible 10 30 10 30 20 100 * technical content, writing

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

BME 3512 Bioelectronics Laboratory Six - Active Filters

BME 3512 Bioelectronics Laboratory Six - Active Filters BME 5 Bioelectronics Laboratory Six - Active Filters Learning Objectives: Understand the basic principles of active filters. Describe the differences between active and passive filters. Laboratory Equipment:

More information

University of North Carolina, Charlotte Department of Electrical and Computer Engineering ECGR 3157 EE Design II Fall 2009

University of North Carolina, Charlotte Department of Electrical and Computer Engineering ECGR 3157 EE Design II Fall 2009 University of North Carolina, Charlotte Department of Electrical and Computer Engineering ECGR 3157 EE Design II Fall 2009 Lab 1 Power Amplifier Circuits Issued August 25, 2009 Due: September 11, 2009

More information

Advanced Measurements

Advanced Measurements Albaha University Faculty of Engineering Mechanical Engineering Department Lecture 9: Wheatstone Bridge and Filters Ossama Abouelatta o_abouelatta@yahoo.com Mechanical Engineering Department Faculty of

More information

Homework Assignment 03

Homework Assignment 03 Homework Assignment 03 Question 1 (Short Takes), 2 points each unless otherwise noted. 1. Two 0.68 μf capacitors are connected in series across a 10 khz sine wave signal source. The total capacitive reactance

More information

Sallen-Key_High_Pass_Filter -- Overview

Sallen-Key_High_Pass_Filter -- Overview Sallen-Key_High_Pass_Filter -- Overview Sallen-Key High Pass Filter Objectives: After performing this lab exercise, learner will be able to: Understand & analyze working of Sallen-Key topology of active

More information

Intruder Alarm Name Mohamed Alsubaie MMU ID Supervisor Pr. Nicholas Bowring Subject Electronic Engineering Unit code 64ET3516

Intruder Alarm Name Mohamed Alsubaie MMU ID Supervisor Pr. Nicholas Bowring Subject Electronic Engineering Unit code 64ET3516 Intruder Alarm Name MMU ID Supervisor Subject Unit code Course Mohamed Alsubaie 09562211 Pr. Nicholas Bowring Electronic Engineering 64ET3516 BEng (Hons) Computer and Communication Engineering 1. Introduction

More information

Gechstudentszone.wordpress.com

Gechstudentszone.wordpress.com 8.1 Operational Amplifier (Op-Amp) UNIT 8: Operational Amplifier An operational amplifier ("op-amp") is a DC-coupled high-gain electronic voltage amplifier with a differential input and, usually, a single-ended

More information

Loudspeaker Active Spectral Divider Design Project Team 3: Aaron, Sam, Brandon, & Matt

Loudspeaker Active Spectral Divider Design Project Team 3: Aaron, Sam, Brandon, & Matt Loudspeaker Active Spectral Divider Design Project Team 3: Aaron, Sam, Brandon, & Matt Project Report Evaluation Team ID: 03 Team Member 1.0 2.0 3.0 4.0 App Tech* TOTAL Aaron Barnes Sam DiCarlo Brandon

More information

Operational Amplifier BME 360 Lecture Notes Ying Sun

Operational Amplifier BME 360 Lecture Notes Ying Sun Operational Amplifier BME 360 Lecture Notes Ying Sun Characteristics of Op-Amp An operational amplifier (op-amp) is an analog integrated circuit that consists of several stages of transistor amplification

More information

ITT Technical Institute ET245 Devices II Unit 5 Chapter

ITT Technical Institute ET245 Devices II Unit 5 Chapter ITT Technical Institute ET245 Devices II Unit 5 Chapter 7.1 7.3 Unit 5 Agenda Lecture: Chapter 7, Sections 7.1 7.3 Lab 3, Linear Op amp Circuits continued from last week Assignment: Complete Problems (pg

More information

Designing Information Devices and Systems II Fall 2018 Elad Alon and Miki Lustig Homework 4

Designing Information Devices and Systems II Fall 2018 Elad Alon and Miki Lustig Homework 4 EECS 16B Designing Information Devices and Systems II Fall 2018 Elad Alon and Miki Lustig Homework 4 This homework is solely for your own practice. However, everything on it is in scope for midterm 1,

More information

R (a) Explain characteristics and limitations of op-amp comparators. (b) Explain operation of free running Multivibrator using op-amp.

R (a) Explain characteristics and limitations of op-amp comparators. (b) Explain operation of free running Multivibrator using op-amp. Set No: 1 1. (a) Draw the equivalent circuits of emitter coupled differential amplifier from which calculate Ad. (b) Draw the block diagram of four stage cascaded amplifier. Explain the function of each

More information

Project 6: Oscillator Circuits

Project 6: Oscillator Circuits : Oscillator Circuits Ariel Moss The purpose of this experiment was to design two oscillator circuits: a Wien-Bridge oscillator at 3 khz oscillation and a Hartley Oscillator using a BJT at 5 khz oscillation.

More information

Lab 9: Operational amplifiers II (version 1.5)

Lab 9: Operational amplifiers II (version 1.5) Lab 9: Operational amplifiers II (version 1.5) WARNING: Use electrical test equipment with care! Always double-check connections before applying power. Look for short circuits, which can quickly destroy

More information

Lab 2: Capacitors. Integrator and Differentiator Circuits

Lab 2: Capacitors. Integrator and Differentiator Circuits Lab 2: Capacitors Topics: Differentiator Integrator Low-Pass Filter High-Pass Filter Band-Pass Filter Integrator and Differentiator Circuits The simple RC circuits that you built in a previous section

More information

Active Filter Design Techniques

Active Filter Design Techniques Active Filter Design Techniques 16.1 Introduction What is a filter? A filter is a device that passes electric signals at certain frequencies or frequency ranges while preventing the passage of others.

More information

ECEN Network Analysis Section 3. Laboratory Manual

ECEN Network Analysis Section 3. Laboratory Manual ECEN 3714----Network Analysis Section 3 Laboratory Manual LAB 07: Active Low Pass Filter Oklahoma State University School of Electrical and Computer Engineering. Section 3 Laboratory manual - 1 - Spring

More information

ME 365 EXPERIMENT 7 SIGNAL CONDITIONING AND LOADING

ME 365 EXPERIMENT 7 SIGNAL CONDITIONING AND LOADING ME 365 EXPERIMENT 7 SIGNAL CONDITIONING AND LOADING Objectives: To familiarize the student with the concepts of signal conditioning. At the end of the lab, the student should be able to: Understand the

More information

BME/ISE 3512 Bioelectronics Laboratory Two - Passive Filters

BME/ISE 3512 Bioelectronics Laboratory Two - Passive Filters BME/ISE 35 Bioelectronics Laboratory Two - Passive Filters Learning Objectives: Understand the basic principles of passive filters. Supplies and Components: Breadboard 4.7 K Resistor 0.047 F Capacitor

More information

Physics 303 Fall Module 4: The Operational Amplifier

Physics 303 Fall Module 4: The Operational Amplifier Module 4: The Operational Amplifier Operational Amplifiers: General Introduction In the laboratory, analog signals (that is to say continuously variable, not discrete signals) often require amplification.

More information

Analog Design-filters

Analog Design-filters Analog Design-filters Introduction and Motivation Filters are networks that process signals in a frequency-dependent manner. The basic concept of a filter can be explained by examining the frequency dependent

More information

Filter Notes. You may have memorized a formula for the voltage divider - if not, it is easily derived using Ohm's law, Vo Vi

Filter Notes. You may have memorized a formula for the voltage divider - if not, it is easily derived using Ohm's law, Vo Vi Filter Notes You may have memorized a formula for the voltage divider - if not, it is easily derived using Ohm's law, Vo Vi R2 R+ R2 If you recall the formula for capacitive reactance, the divider formula

More information

EXPERIMENT NUMBER 8 Introduction to Active Filters

EXPERIMENT NUMBER 8 Introduction to Active Filters EXPERIMENT NUMBER 8 Introduction to Active Filters i-1 Preface: Preliminary exercises are to be done and submitted individually. Laboratory hardware exercises are to be done in groups. This laboratory

More information

An active filter offers the following advantages over a passive filter:

An active filter offers the following advantages over a passive filter: ACTIVE FILTERS An electric filter is often a frequency-selective circuit that passes a specified band of frequencies and blocks or attenuates signals of frequencies outside this band. Filters may be classified

More information

Operational Amplifiers (Op Amps)

Operational Amplifiers (Op Amps) Operational Amplifiers (Op Amps) Introduction * An operational amplifier is modeled as a voltage controlled voltage source. * An operational amplifier has a very high input impedance and a very high gain.

More information

1 2 B.E./B.Tech. DEGREE EXAMINATION, NOVEMBER/DECEMBER 2010 Fourth Semester Electrical and Electronics Engineering EE 2254 LINEAR INTEGRATED CIRCUITS AND APPLICATIONS (Common to Instrumentation and Control

More information

An active filters means using amplifiers to improve the filter. An acive second-order RC low-pass filter still has two RC components in series.

An active filters means using amplifiers to improve the filter. An acive second-order RC low-pass filter still has two RC components in series. Active Filters An active filters means using amplifiers to improve the filter. An acive second-order low-pass filter still has two components in series. Hjω ( ) -------------------------- 2 = = ----------------------------------------------------------

More information

Fill in the following worksheet-style pages. A colored pen or pencil works best. The procedure is:

Fill in the following worksheet-style pages. A colored pen or pencil works best. The procedure is: 14: ALIASING I. PRELAB FOR ALIASING LAB You might expect that to record a frequency of 4000 Hz you would have to sample at a rate of at least 4000 Hz. It turns out, however, that you actually have to sample

More information

Example #6 1. An amplifier with a nominal gain

Example #6 1. An amplifier with a nominal gain 1. An amplifier with a nominal gain A=1000 V/V exhibits a gain change of 10% as the operating temperature changes from 25 o C to 75 o C. If it is required to constrain the change to 0.1% by applying negative

More information

University of Illinois at Chicago Spring ECE 412 Introduction to Filter Synthesis Homework #2 Solutions. Problem 1

University of Illinois at Chicago Spring ECE 412 Introduction to Filter Synthesis Homework #2 Solutions. Problem 1 Problem 1 (a) Magnitude (impedance) scale the circuit so that all resistors are 1kΩ. Solution: Since all of the resistors in the circuit are 1Ω, we need to magnitude scale by k m = 1000; therefore, we

More information

Downloaded from

Downloaded from VI SEMESTER FINAL EXAMINATION 2003 Attempt ALL questions. Q. [1] [a] What is filter? Why it is required? Define half power points, rolloff and centre frequency. [3] [b] Plot the magnitude and phase response

More information

ECE3040 Assignment9. 1. The figures show inverting amplifier circuits.

ECE3040 Assignment9. 1. The figures show inverting amplifier circuits. ECE3040 Assignment9 1. The figures show inverting amplifier circuits. (a) For the circuit of Fig. (a), specify R 1, R F,andR O for a voltage gain of 50, an input resistance of 2kΩ, and an output resistance

More information

LIC & COMMUNICATION LAB MANUAL

LIC & COMMUNICATION LAB MANUAL LIC & Communication Lab Manual LIC & COMMUNICATION LAB MANUAL FOR V SEMESTER B.E (E& ( E&C) (For private circulation only) NAME: DEPARTMENT OF ELECTRONICS & COMMUNICATION SRI SIDDHARTHA INSTITUTE OF TECHNOLOGY

More information

EXPERIMENT 10: SINGLE-TRANSISTOR AMPLIFIERS 11/11/10

EXPERIMENT 10: SINGLE-TRANSISTOR AMPLIFIERS 11/11/10 EXPERIMENT 10: SINGLE-TRANSISTOR AMPLIFIERS 11/11/10 In this experiment we will measure the characteristics of the standard common emitter amplifier. We will use the 2N3904 npn transistor. If you have

More information

EE105 Fall 2015 Microelectronic Devices and Circuits. Amplifier Gain

EE105 Fall 2015 Microelectronic Devices and Circuits. Amplifier Gain EE05 Fall 205 Microelectronic Devices and Circuits Prof. Ming C. Wu wu@eecs.berkeley.edu 5 Sutardja Dai Hall (SDH) 2- Amplifier Gain Voltage Gain: Current Gain: Power Gain: Note: A v v O v I A i i O i

More information

Active Filters - Revisited

Active Filters - Revisited Active Filters - Revisited Sources: Electronic Devices by Thomas L. Floyd. & Electronic Devices and Circuit Theory by Robert L. Boylestad, Louis Nashelsky Ideal and Practical Filters Ideal and Practical

More information

Third Year (Electrical & Telecommunication Engineering)

Third Year (Electrical & Telecommunication Engineering) Z PRACTICAL WORK BOOK For The Course EE-315 Electric Filter For Third Year (Electrical & Telecommunication Engineering) Name of Student: Class: Batch : Discipline: Class Roll No.: Examination Seat No.

More information

Homework Assignment 07

Homework Assignment 07 Homework Assignment 07 Question 1 (Short Takes). 2 points each unless otherwise noted. 1. A single-pole op-amp has an open-loop low-frequency gain of A = 10 5 and an open loop, 3-dB frequency of 4 Hz.

More information

Chapter 3 THE DIFFERENTIATOR AND INTEGRATOR Name: Date

Chapter 3 THE DIFFERENTIATOR AND INTEGRATOR Name: Date AN INTRODUCTION TO THE EXPERIMENTS The following two experiments are designed to demonstrate the design and operation of the op-amp differentiator and integrator at various frequencies. These two experiments

More information

Shock sensor PKGS series Application manual of peripheral circuit Feb. 3, 2003 Example circuit for charge sensitivity type shock sensor.

Shock sensor PKGS series Application manual of peripheral circuit Feb. 3, 2003 Example circuit for charge sensitivity type shock sensor. Example circuit for charge sensitivity type shock sensor. In this manual, it is explained the procedure how to calculate characteristics of the circuit for charge sensitivity type shock sensor, for example

More information

EKT 356 MICROWAVE COMMUNICATIONS CHAPTER 4: MICROWAVE FILTERS

EKT 356 MICROWAVE COMMUNICATIONS CHAPTER 4: MICROWAVE FILTERS EKT 356 MICROWAVE COMMUNICATIONS CHAPTER 4: MICROWAVE FILTERS 1 INTRODUCTION What is a Microwave filter? linear 2-port network controls the frequency response at a certain point in a microwave system provides

More information

Transmit filter designs for ADSL modems

Transmit filter designs for ADSL modems EE 233 Laboratory-4 1. Objectives Transmit filter designs for ADSL modems Design a filter from a given topology and specifications. Analyze the characteristics of the designed filter. Use SPICE to verify

More information

UNIVERSITY OF NORTH CAROLINA AT CHARLOTTE Department of Electrical and Computer Engineering

UNIVERSITY OF NORTH CAROLINA AT CHARLOTTE Department of Electrical and Computer Engineering UNIVERSITY OF NORTH CAROLINA AT CHARLOTTE Department of Electrical and Computer Engineering EXPERIMENT 5 GAIN-BANDWIDTH PRODUCT AND SLEW RATE OBJECTIVES In this experiment the student will explore two

More information

Dev Bhoomi Institute Of Technology Department of Electronics and Communication Engineering PRACTICAL INSTRUCTION SHEET REV. NO. : REV.

Dev Bhoomi Institute Of Technology Department of Electronics and Communication Engineering PRACTICAL INSTRUCTION SHEET REV. NO. : REV. Dev Bhoomi Institute Of Technology Department of Electronics and Communication Engineering PRACTICAL INSTRUCTION SHEET LABORATORY MANUAL EXPERIMENT NO. ISSUE NO. : ISSUE DATE: July 200 REV. NO. : REV.

More information

(b) 25% (b) increases

(b) 25% (b) increases Homework Assignment 07 Question 1 (2 points each unless noted otherwise) 1. In the circuit 10 V, 10, and 5K. What current flows through? Answer: By op-amp action the voltage across is and the current through

More information

ECE-342 Test 1: Sep 27, :00-8:00, Closed Book. Name : SOLUTION

ECE-342 Test 1: Sep 27, :00-8:00, Closed Book. Name : SOLUTION ECE-342 Test 1: Sep 27, 2011 6:00-8:00, Closed Book Name : SOLUTION All solutions must provide units as appropriate. Use the physical constants and data as provided on the formula sheet the last page of

More information

The New England Radio Discussion Society electronics course (Phase 4, cont d) The versatile op-amp

The New England Radio Discussion Society electronics course (Phase 4, cont d) The versatile op-amp The New England Radio Discussion Society electronics course (Phase 4, cont d) The versatile op-amp AI2Q March 2017 We now recognize the symbol for an op-amp that s most often used in overall schematic

More information

Analog and Telecommunication Electronics

Analog and Telecommunication Electronics Politecnico di Torino - ICT School Analog and Telecommunication Electronics E1 - Filters type and design» Filter taxonomy and parameters» Design flow and tools» FilterCAD example» Basic II order cells

More information

2.161 Signal Processing: Continuous and Discrete

2.161 Signal Processing: Continuous and Discrete MIT OpenCourseWare http://ocw.mit.edu 2.6 Signal Processing: Continuous and Discrete Fall 28 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms. MASSACHUSETTS

More information

-! ( hi i a44-i-i4*=tis4m>

-! ( hi i a44-i-i4*=tis4m> The state-variable VCF should be pretty well understood at this point, with the possible exception of the function of the Q control. Comparing Fig. 2-49 with Fig. 2-59, and using the summer of Fig. 2-54,

More information

Part B. Simple Digital Filters. 1. Simple FIR Digital Filters

Part B. Simple Digital Filters. 1. Simple FIR Digital Filters Simple Digital Filters Chapter 7B Part B Simple FIR Digital Filters LTI Discrete-Time Systems in the Transform-Domain Simple Digital Filters Simple IIR Digital Filters Comb Filters 3. Simple FIR Digital

More information

Analog and Telecommunication Electronics

Analog and Telecommunication Electronics Politecnico di Torino - ICT School Analog and Telecommunication Electronics E1 - Filters type and design» Filter taxonomy and parameters» Design flow and tools» FilterCAD example» Basic II order cells

More information

ELC224 Final Review (12/10/2009) Name:

ELC224 Final Review (12/10/2009) Name: ELC224 Final Review (12/10/2009) Name: Select the correct answer to the problems 1 through 20. 1. A common-emitter amplifier that uses direct coupling is an example of a dc amplifier. 2. The frequency

More information

PURPOSE: NOTE: Be sure to record ALL results in your laboratory notebook.

PURPOSE: NOTE: Be sure to record ALL results in your laboratory notebook. EE4902 Lab 9 CMOS OP-AMP PURPOSE: The purpose of this lab is to measure the closed-loop performance of an op-amp designed from individual MOSFETs. This op-amp, shown in Fig. 9-1, combines all of the major

More information

Analog Filters D R. T A R E K T U T U N J I P H I L A D E L P H I A U N I V E R S I T Y, J O R D A N

Analog Filters D R. T A R E K T U T U N J I P H I L A D E L P H I A U N I V E R S I T Y, J O R D A N Analog Filters D. T A E K T U T U N J I P H I L A D E L P H I A U N I V E S I T Y, J O D A N 2 0 4 Introduction Electrical filters are deigned to eliminate unwanted frequencies Filters can be classified

More information

2. BAND-PASS NOISE MEASUREMENTS

2. BAND-PASS NOISE MEASUREMENTS 2. BAND-PASS NOISE MEASUREMENTS 2.1 Object The objectives of this experiment are to use the Dynamic Signal Analyzer or DSA to measure the spectral density of a noise signal, to design a second-order band-pass

More information

ENGR-4300 Electronic Instrumentation Quiz 2 Fall 2011 Name Section

ENGR-4300 Electronic Instrumentation Quiz 2 Fall 2011 Name Section ENGR-43 Quiz 2 Fall 211 ENGR-43 Electronic Instrumentation Quiz 2 Fall 211 Name Section Question I (2 points) Question II (2 points) Question III (2 points) Question I (2 points) Question (2 points) Total

More information