New Proposed Algorithms for nth Order Butterworth Active Filter Computer-Aided Design

Size: px
Start display at page:

Download "New Proposed Algorithms for nth Order Butterworth Active Filter Computer-Aided Design"

Transcription

1 New Proposed Algorithms for nth Order Butterworth Active Filter Computer-Aided Design Information and Communication Department, Al-Khwarizmi Engineering College Baghdad University,Jaderia,Baghdad, Iraq. doi: 0.456/ijact.vol.issue3.7 Abstract This paper describes new proposed algorithms for constructing the transfer function of nth order Butterworth LPF using the idea of the cascade combination of active filters. Computer-aided design is used with new algorithms to achieve the procedure of constructing the transfer function and give the practical results of the nth order Butterworth active LPF. C++ program is used for designing procedure by linear programming. The proposed algorithms are very fast, flexible, and exact. The program allows users to design different frequency, components, and order of Butterworth active LPF with high flexibility. Keywords: Programming algorithms, Active filter design, Frequency-dependent component.. Introduction This paper introduces new proposed algorithms for nth order Butterworth LPF using the idea of the cascade combination of active filters. This wor is to simplify active filter design by writing a program which can be used even without any bacground about filter design and to get high flexibility of components selection for getting the most economical design. Analog electronic filters are present in just about every piece of electronic equipment. There are the obvious types of equipment, such as radios, televisions, and stereo systems. Test equipment such as spectrum analyzers and signal generators also need filters []. Detection of a wanted signal may be impossible if unwanted signals and noise are not removed sufficiently by filtering. Electronic filters allow some signals to pass, but stop others. To be more precise, filters allow some signal frequencies applied at their input terminals to pass through to their output terminals with little or no reduction in signal level []. Winder [] has written simple programs for filter design lie Super FILTER and Filter Master. He has written Active_F as an active filter design program []. Chen [] has provided a lot of information in filters with significant additions in the areas of computer-aided design of active filters. Yue Wu [3] has introduced the design of active filters for RF receivers. He has also introduced the design of active bandpass filters which are based on CMOS active inductors [4].. Active Filters A filter is a device which passes signals of certain frequencies and rejects or attenuates those of other frequencies. Passive filters are constructed with inductors, capacitors, and resistors, but for certain frequency ranges inductors, because of their size and practical performance limitations, are undesirable. Consequently there has been, for some years, a trend toward replacing inductors by active devices which simulate the effect of inductors [,5]. This trend has accelerated with the advances in IC integration which have made the active devices available at prices competitive with, and in many cases cheaper than, those of inductors. The active device we use to construct active filters is the operational amplifier [6]. 70

2 International journal of Advancements in Computing Technology Volume, Number 3, August, General Circuits and Equations A low-pass filter is a device which passes signals of low frequencies and attenuates those of high frequencies. There are many numbers of ways of designing LPFs using active devices. In Fig.(), the op-amp, together with resistors R3 and R4 constitutes a voltage controlled voltage source (VCVS) and the overall networ is second order LPF which has the following transfer function [7]: V ( s) V ( s) = s K + as + b () Figure. Second order active LPF In Fig.(), the networ is first order LPF which has the following transfer function[8]: (where R3=R4) V s B = ( ) V ( s) s + B () Figure. First order active LPF An analysis of Fig.() shows that it achieves Eq.(): (where R3=R4) (where R3=R4) An analysis of Fig.() shows that it achieves Eq.() with: K = R R C C (3) a = (4) R C b = R R C C (5) B RC = (6) 7

3 Higher order filters may be obtained by cascading two or more second-order filters. To implement odd nth order, we can add a first order stage. 4. Low-Pass Butterworth Filters A filter which approximates the ideal low-pass filter with a relatively flat pass band characteristic is Butterworth filter. Its amplitude response [5] is: H ( jw) = (7) + ( w / w c ) n Where n is the order of the filter. It may be seen that the filter is improved as n increases. The Butterworth filter has the advantage of maximally flat response in the pass band. The poles of the nth order Butterworth filter can be calculated [9] by: For =,,,n p ( ) π ( ) π sin + j cos n n = (8) The poles of nth order are complex conjugates only if the n is odd there is an additional real pole equal to s= -. The complex conjugate poles can be calculated using the equation []: For =,,, n/ 5. Design Principles p p * = s ( ) π + (sin ) s + n The nth order Butterworth active filter can be implemented using multistage. The transfer function of each is multiplied by the other. The representation of the stages by second order for each and the final stage is first order if the order n is an odd number. For example if the designed filter is 7 th order then the stages will be: (9) Figure 3. Stages of 7 th order LPF The calculation of the transfer function of each stage depends on the calculated conjugate poles from Eq. (9). 6. Realization of the Prototype Filter The designed filter for the calculated poles is prototype filter with cut-off frequency rad./sec., therefore the realization steps must be performed to get the real cut- off frequency and real filter components. The impedance scaling can be made without changing the transfer function or the cut-off frequency value by multiplying by the same factor each of resistors and capacitive reactances [0]. Therefore the transformation is by multiplying each resistance by a factor () and dividing the capacitance by the same factor (). In the other hand to get frequency transformation from rad./sec. to required cut-off frequency (f), we must divide each capacitance by ( ( π f ) [,]. 7

4 International journal of Advancements in Computing Technology Volume, Number 3, August, Frequency Transformation In this paper we have only discussed the design of low pass (LP) filters. There are many other types of filters which find use in signal processing. Once the low-pass prototype filter has been designed, the other filters (High-pass, band-pass, and band-stop) can be obtained by a simple frequency transformation [6,9]. 8. Design Algorithms Flowchart () shows the algorithms of nth order active filter which gives flexibility to choose the resistors or capacitors as well as other parameters of filter. The algorithms are optimized to give highest possible accuracy and flexibility for choosing the order and components. 9. Design Example Results Example results of the program (in C++ Language) which follows the algorithms of Flowchart () are as follows: For third order with freq.=00hz and with selected capacitance C=nF The first stage: R=59.5 Ω, R= 59.5 Ω The second stage : R=59.5 Ω Fig.( 4) shows above third order filter Figure 4. Third order LPF For sixth order with freq.=00hz and with selected capacitance C=nF The first stage: R= Ω, R=838 Ω The second stage: R= 5 Ω, R= 5 Ω The third stage: R= 83.8 Ω,R= Ω Fig.(5) shows above sixth order filter Figure 5. Sixth order LPF For tenth order with freq.=00hz and with selected capacitance C=nF The first stage:r=5087 Ω, R= Ω The second stage: R=753 Ω, R=445 Ω The third stage: R=5 Ω, R= 50 Ω The fourth stage: R=893. Ω, R= 836 Ω The fifth stage: R= 8057 Ω, R =343.9 Ω Fig.(6) shows above tenth order filter 73

5 Figure 6. Tenth order Start Input n, f Input C Is the choice for resistance? Input R.=. =(-)*pi/n.a= sin().=. =(-)*pi/n.a= sin() R=/(.pi.f.a.C) R=/(4.pi.pi.f.f.R.C.C) C=/(.pi.f.a.R) R=/(4.pi.pi.f.f.R.C.C) of the th stage. of the th stage. Is < n/?.=+.=+ Is < n/? Is n/= n/? Is n/= n/? R=/(.pi.f.C) of (+)th stage. Stop R=R, C = /(.pi.f.r) of (+)th stage. LPF Flowchart. Algorithms of Active Filter Design For third order with freq.=00hz and with selected resistance R=0 Ω The first stage: R=0 Ω, C= 0.59nF The second stage : R=0 Ω, C= 0.59nF Fig.( 7) shows above third order filter 74

6 International journal of Advancements in Computing Technology Volume, Number 3, August, 00 Figure 7. Third order LPF For sixth order with freq.=00hz and with selected resistance R=0 Ω The first stage: R=679.5 Ω,C=0.307nF The second stage: R= 0 Ω, C= 0.5nF The third stage: R= 3730 Ω,C=8.384pF Fig.(8) shows above sixth order filter Figure 8. Sixth order LPF For tenth order with freq.=00hz and with selected resistance R=0 Ω The first stage:r=978.8 Ω, C= nF The second stage: R=844 Ω, C=0.753nF The third stage: R=0 Ω, C= 0.54nF The fourth stage: R=3755 Ω, C= 89.3pF The fifth stage: R= 3900 Ω, C =80.569pF Fig.(9) shows above tenth order filter 0. Conclusions Figure 9. Tenth order LPF The program is very simple to use and does not require bacground in filtering principles in order to run it. The performance of each designed filter was evaluated using Electronic Worbench 9, which resulted that the design is exact and convenient for any particular application. The main outputs from this program are the components of each stage of the filter.. References [] Steve Winder, Analog and Digital Filter Design, Newens, 00. [] Wai-Kai Chen, Passive, Active, and Digital Filters ( The Circuits and Filters Handboo, 3 rd Edition),Taylor and Francis Group, 009. [3] Yue Wu, Active Filter Design for RF Receivers, KTH lic thesis, Stocholm, 000. [4] Yue Wu, Xiaohui Ding, Mohammed Ismail, and Haan Olsson, RF Band pass Filter Design Based on CMOS Active Inductors, IEEE Transactions on Circuit and Systems, vol.50, 003, pp

7 [5] Rolf Schaumann, Design of Analog Filters, Oxford University Press, 00. [6] Mohammed Shuaib Ghausi, Modern Filter Design Active RC and Switched Capacitor, SciTech Publishing, 003. [7] Yue Wu, Active Filter Design for RF Receivers, Circuits and Systems, II: IEEE Transactions on Analog and Digital Signal Processing, Volume 50, Issue, Dec. 003, Pages: [8] Don A. Meador, Analog Signal Processing with Laplace Transforms and Active Filter Design, Thomson Learning, 00. [9] Arthur B. Williams, Electronic Filter Design Handboo, McGraw-Hill Publisher, 995. [0] Yannis P., Integrated Continuous-Time Filter Design, IEEE Journal of Solid-State Circuits, Volume 9, Issue 3, Mar. 994, Pages: [] Bram Nauta, Analog CMOS Filters for Very High Frequencies, Khuwer Academic Publishers,

International Journal of Scientific & Engineering Research, Volume 7, Issue 8, August ISSN

International Journal of Scientific & Engineering Research, Volume 7, Issue 8, August ISSN International Journal of Scientific & Engineering Research, Volume 7, Issue 8, August-06 447 ISSN 9-558 Proposed Computer-Aided Design Algorithms for nth Order Chebyshev Active Filter. Haider Faher Radhi

More information

IJSER. Chen [2] has gave a lot of information in digital filtering with additions in the area of computer-aided design of digital filters.

IJSER. Chen [2] has gave a lot of information in digital filtering with additions in the area of computer-aided design of digital filters. Computer-Aided Design using New Algorithms for nth Order Chebyshev Digital Filter Haider Fakher Radhi Al-Saidy Computer Teaching Unit, Medicine of Community Branch, Al-Kindy Medicine College Baghdad University,

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

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

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

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

Review of Filter Types

Review of Filter Types ECE 440 FILTERS Review of Filters Filters are systems with amplitude and phase response that depends on frequency. Filters named by amplitude attenuation with relation to a transition or cutoff frequency.

More information

Chapter 2. The Fundamentals of Electronics: A Review

Chapter 2. The Fundamentals of Electronics: A Review Chapter 2 The Fundamentals of Electronics: A Review Topics Covered 2-1: Gain, Attenuation, and Decibels 2-2: Tuned Circuits 2-3: Filters 2-4: Fourier Theory 2-1: Gain, Attenuation, and Decibels Most circuits

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

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

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

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

Kerwin, W.J. Passive Signal Processing The Electrical Engineering Handbook Ed. Richard C. Dorf Boca Raton: CRC Press LLC, 2000

Kerwin, W.J. Passive Signal Processing The Electrical Engineering Handbook Ed. Richard C. Dorf Boca Raton: CRC Press LLC, 2000 Kerwin, W.J. Passive Signal Processing The Electrical Engineering Handbook Ed. Richard C. Dorf Boca Raton: CRC Press LLC, 000 4 Passive Signal Processing William J. Kerwin University of Arizona 4. Introduction

More information

Filters and Tuned Amplifiers

Filters and Tuned Amplifiers CHAPTER 6 Filters and Tuned Amplifiers Introduction 55 6. Filter Transmission, Types, and Specification 56 6. The Filter Transfer Function 60 6.7 Second-Order Active Filters Based on the Two-Integrator-Loop

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

Analog Circuits and Systems

Analog Circuits and Systems Analog Circuits and Systems Prof. K Radhakrishna Rao Lecture 30: Automatic Tuning of Filters (PLL) and Review of Filter Design 1 Review Frequency Compensation 2 Review (contd.,) Switched Capacitor Filters

More information

Differential Amplifier : input. resistance. Differential amplifiers are widely used in engineering instrumentation

Differential Amplifier : input. resistance. Differential amplifiers are widely used in engineering instrumentation Differential Amplifier : input resistance Differential amplifiers are widely used in engineering instrumentation Differential Amplifier : input resistance v 2 v 1 ir 1 ir 1 2iR 1 R in v 2 i v 1 2R 1 Differential

More information

Introduce cascaded first-order op-amp filters. Faculty of Electrical and Electronic Engineering

Introduce cascaded first-order op-amp filters. Faculty of Electrical and Electronic Engineering Yıldız Technical University Cascaded FirstOrder Filters Introduce cascaded first-order op-amp filters Faculty of Electrical and Electronic Engineering Lesson Objectives Introduce cascaded filters Introduce

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

Filters occur so frequently in the instrumentation and

Filters occur so frequently in the instrumentation and FILTER Design CHAPTER 3 Filters occur so frequently in the instrumentation and communications industries that no book covering the field of RF circuit design could be complete without at least one chapter

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

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

Analog Filter and. Circuit Design Handbook. Arthur B. Williams. Singapore Sydney Toronto. Mc Graw Hill Education

Analog Filter and. Circuit Design Handbook. Arthur B. Williams. Singapore Sydney Toronto. Mc Graw Hill Education Analog Filter and Circuit Design Handbook Arthur B. Williams Mc Graw Hill Education New York Chicago San Francisco Athens London Madrid Mexico City Milan New Delhi Singapore Sydney Toronto Contents Preface

More information

PHYS 536 Active Filters

PHYS 536 Active Filters PHYS 536 Active Filters Introduction Active filters provide a sudden change in signal amplitude for a small change in frequency. Several filters can be used in series to increase the attenuation outside

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

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

Design of Switched Filter Bank using Chebyshev Low pass Filter Response for Harmonic Rejection Filter Design

Design of Switched Filter Bank using Chebyshev Low pass Filter Response for Harmonic Rejection Filter Design Design of Switched Filter Bank using Chebyshev Low pass Filter Response for Harmonic Rejection Filter Design Ann Alex 1, Sanju Sebastian 2, Niju Abraham 3 1M.Tech Student, Department of Electronics and

More information

Application Note. Design Notes for a 2-Pole Filter with Differential Input. by Steven Green. Figure 1. 2-Pole Low-Pass Filter with Differential Input

Application Note. Design Notes for a 2-Pole Filter with Differential Input. by Steven Green. Figure 1. 2-Pole Low-Pass Filter with Differential Input AN48 Application Note Design Notes for a 2-Pole Filter with Differential Input by Steven Green C5 AIN- R3 AIN R3 C5 Figure 1. 2-Pole Low-Pass Filter with Differential Input Introduction The CS4329 evaluation

More information

Radio Frequency Electronics

Radio Frequency Electronics Radio Frequency Electronics Frederick Emmons Terman Transformers Masters degree from Stanford and Ph.D. from MIT Later a professor at Stanford His students include William Hewlett and David Packard Wrote

More information

Electronic PRINCIPLES

Electronic PRINCIPLES MALVINO & BATES Electronic PRINCIPLES SEVENTH EDITION Chapter 21 Active Filters Topics Covered in Chapter 21 Ideal responses Approximate responses Passive ilters First-order stages VCVS unity-gain second-order

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

COMPACT DESIGN AND SIMULATION OF LOW PASS MICROWAVE FILTER ON MICROSTRIP TRANSMISSION LINE AT 2.4 GHz

COMPACT DESIGN AND SIMULATION OF LOW PASS MICROWAVE FILTER ON MICROSTRIP TRANSMISSION LINE AT 2.4 GHz International Journal of Management, IT & Engineering Vol. 7 Issue 7, July 2017, ISSN: 2249-0558 Impact Factor: 7.119 Journal Homepage: Double-Blind Peer Reviewed Refereed Open Access International Journal

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

Design and study of frequency response of band pass and band reject filters using operational amplifiers

Design and study of frequency response of band pass and band reject filters using operational amplifiers International Journal of Advanced Educational Research ISSN: 2455-6157 Impact Factor: RJIF 5.12 www.educationjournal.org Volume 2; Issue 6; November 2017; Page No. 22-26 Design and study of frequency response

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

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

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

Low-Sensitivity, Lowpass Filter Design

Low-Sensitivity, Lowpass Filter Design Low-Sensitivity, Lowpass Filter Design Introduction This Application Note covers the design of a Sallen-Key (also called KRC or VCVS [voltage-controlled, voltage-source]) lowpass biquad with low component

More information

A.C. FILTER NETWORKS. Learning Objectives

A.C. FILTER NETWORKS. Learning Objectives C H A P T E 17 Learning Objectives Introduction Applications Different Types of Filters Octaves and Decades of Frequency Decibel System alue of 1 db Low-Pass C Filter Other Types of Low-Pass Filters Low-Pass

More information

Kent Bertilsson Muhammad Amir Yousaf

Kent Bertilsson Muhammad Amir Yousaf Today s topics Analog System (Rev) Frequency Domain Signals in Frequency domain Frequency analysis of signals and systems Transfer Function Basic elements: R, C, L Filters RC Filters jw method (Complex

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

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

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

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 6B Designing Information Devices and Systems II Fall 208 Elad Alon and Miki Lustig Homework 4 This homework is solely for your own practice. However, everything on it is in scope for midterm, and

More information

Q.P. Code : [ TURN OVER]

Q.P. Code : [ TURN OVER] Q.P. Code : 587801 8ADF85B2CAF8DDC703193679392A86308ADF85B2CAF8DDC703193679392A86308ADF85B2CAF8DDC703193679392A86308ADF85B2CAF8DDC703193679392A86308ADF85B2CAF8DDC70 6308ADF85B2CAF8DDC703193679392A86308ADF85B2CAF8DDC703193679392A86308ADF85B2CAF8DDC703193679392A86308ADF85B2CAF8DDC703193679392A86308ADF85B2CAF8DDC703

More information

CHAPTER 14. Introduction to Frequency Selective Circuits

CHAPTER 14. Introduction to Frequency Selective Circuits CHAPTER 14 Introduction to Frequency Selective Circuits Frequency-selective circuits Varying source frequency on circuit voltages and currents. The result of this analysis is the frequency response of

More information

ISOlinear Architecture. Silicon Labs CMOS Isolator. Figure 1. ISOlinear Design Architecture. Table 1. Circuit Performance mv 0.

ISOlinear Architecture. Silicon Labs CMOS Isolator. Figure 1. ISOlinear Design Architecture. Table 1. Circuit Performance mv 0. ISOLATING ANALOG SIGNALS USING THE Si86XX CMOS ISOLATOR FAMILY. Introduction AN559 The ISOlinear reference design (Si86ISOLIN-KIT) provides galvanic isolation for analog signals over a frequency range

More information

Using the isppac 80 Programmable Lowpass Filter IC

Using the isppac 80 Programmable Lowpass Filter IC Using the isppac Programmable Lowpass Filter IC Introduction This application note describes the isppac, an In- System Programmable (ISP ) Analog Circuit from Lattice Semiconductor, and the filters that

More information

A high image rejection SiGe low noise amplifier using passive notch filter

A high image rejection SiGe low noise amplifier using passive notch filter LETTER IEICE Electronics Express, Vol., No.3, 5 A high image rejection SiGe low noise amplifier using passive notch filter Kai Jing a), Yiqi Zhuang, and Huaxi Gu 2 Department of Telecommunication Engineering,

More information

Operational Amplifiers

Operational Amplifiers Fundamentals of op-amp Operation modes Golden rules of op-amp Op-amp circuits Inverting & non-inverting amplifier Unity follower, integrator & differentiator Introduction An operational amplifier, or op-amp,

More information

Fundamentals of Active Filters

Fundamentals of Active Filters Fundamentals of Active Filters This training module covers active filters. It introduces the three main filter optimizations, which include: Butterworth, Chebyshev and Bessel. The general transfer function

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

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

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

Designing a fully integrated low noise Tunable-Q Active Inductor for RF applications

Designing a fully integrated low noise Tunable-Q Active Inductor for RF applications Designing a fully integrated low noise Tunable-Q Active Inductor for RF applications M. Ikram Malek, Suman Saini National Institute of technology, Kurukshetra Kurukshetra, India Abstract Many architectures

More information

AN-1364 APPLICATION NOTE

AN-1364 APPLICATION NOTE APPLICATION NOTE One Technology Way P.O. Box 916 Norwood, MA 262-916, U.S.A. Tel: 781.329.47 Fax: 781.461.3113 www.analog.com Differential Filter Design for a Receive Chain in Communication Systems by

More information

Simple AC Circuits. Introduction

Simple AC Circuits. Introduction Simple AC Circuits Introduction Each problem in this problem set involves the steady state response of a linear, time-invariant circuit to a single sinusoidal input. Such a response is known to be sinusoidal

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

This paper isn t finished, but there should be enough information here to get you started.

This paper isn t finished, but there should be enough information here to get you started. This paper isn t finished, but there should be enough information here to get you started. By: Iowa Hills Software, IowaHills.com July 10, 2016 The Design of Direct Coupled Band Pass Filters In February

More information

An Analog Phase-Locked Loop

An Analog Phase-Locked Loop 1 An Analog Phase-Locked Loop Greg Flewelling ABSTRACT This report discusses the design, simulation, and layout of an Analog Phase-Locked Loop (APLL). The circuit consists of five major parts: A differential

More information

A Switched-Capacitor Band-Pass Biquad Filter Using a Simple Quasi-unity Gain Amplifier

A Switched-Capacitor Band-Pass Biquad Filter Using a Simple Quasi-unity Gain Amplifier A Switched-Capacitor Band-Pass Biquad Filter Using a Simple Quasi-unity Gain Amplifier Hugo Serra, Nuno Paulino, and João Goes Centre for Technologies and Systems (CTS) UNINOVA Dept. of Electrical Engineering

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

Poles and Zeros of H(s), Analog Computers and Active Filters

Poles and Zeros of H(s), Analog Computers and Active Filters Poles and Zeros of H(s), Analog Computers and Active Filters Physics116A, Draft10/28/09 D. Pellett LRC Filter Poles and Zeros Pole structure same for all three functions (two poles) HR has two poles and

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

Design and Analysis of Parallel-Coupled Line Bandpass Filter

Design and Analysis of Parallel-Coupled Line Bandpass Filter Design and Analysis of Parallel-Coupled Line Bandpass Filter Talib Mahmood Ali Asst. Lecturer, Electrical Engineering Department, University of Mustansiriyah, Baghdad, Iraq Abstract A compact microwave

More information

A low-if 2.4 GHz Integrated RF Receiver for Bluetooth Applications Lai Jiang a, Shaohua Liu b, Hang Yu c and Yan Li d

A low-if 2.4 GHz Integrated RF Receiver for Bluetooth Applications Lai Jiang a, Shaohua Liu b, Hang Yu c and Yan Li d Applied Mechanics and Materials Online: 2013-06-27 ISSN: 1662-7482, Vol. 329, pp 416-420 doi:10.4028/www.scientific.net/amm.329.416 2013 Trans Tech Publications, Switzerland A low-if 2.4 GHz Integrated

More information

Keywords: op amp filters, Sallen-Key filters, high pass filter, opamps, single op amp

Keywords: op amp filters, Sallen-Key filters, high pass filter, opamps, single op amp Maxim > Design Support > Technical Documents > Tutorials > Amplifier and Comparator Circuits > APP 738 Maxim > Design Support > Technical Documents > Tutorials > Audio Circuits > APP 738 Maxim > Design

More information

Electronics II. 3. measurement : Tuned circuits

Electronics II. 3. measurement : Tuned circuits Electronics II. 3. measurement : Tuned circuits This laboratory session involves circuits which contain a double-t (or TT), a passive RC circuit: Figure 1. Double T passive RC circuit module The upper

More information

Spectrum analyzer for frequency bands of 8-12, and MHz

Spectrum analyzer for frequency bands of 8-12, and MHz EE389 Electronic Design Lab Project Report, EE Dept, IIT Bombay, November 2006 Spectrum analyzer for frequency bands of 8-12, 12-16 and 16-20 MHz Group No. D-13 Paras Choudhary (03d07012)

More information

Design of Duplexers for Microwave Communication Systems Using Open-loop Square Microstrip Resonators

Design of Duplexers for Microwave Communication Systems Using Open-loop Square Microstrip Resonators International Journal of Electromagnetics and Applications 2016, 6(1): 7-12 DOI: 10.5923/j.ijea.20160601.02 Design of Duplexers for Microwave Communication Charles U. Ndujiuba 1,*, Samuel N. John 1, Taofeek

More information

Source Transformation

Source Transformation HW Chapter 0: 4, 20, 26, 44, 52, 64, 74, 92. Source Transformation Source transformation in frequency domain involves transforming a voltage source in series with an impedance to a current source in parallel

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

Nonlinear Macromodeling of Amplifiers and Applications to Filter Design.

Nonlinear Macromodeling of Amplifiers and Applications to Filter Design. ECEN 622(ESS) Nonlinear Macromodeling of Amplifiers and Applications to Filter Design. By Edgar Sanchez-Sinencio Thanks to Heng Zhang for part of the material OP AMP MACROMODELS Systems containing a significant

More information

ELECTRIC CIRCUITS. Third Edition JOSEPH EDMINISTER MAHMOOD NAHVI

ELECTRIC CIRCUITS. Third Edition JOSEPH EDMINISTER MAHMOOD NAHVI ELECTRIC CIRCUITS Third Edition JOSEPH EDMINISTER MAHMOOD NAHVI Includes 364 solved problems --fully explained Complete coverage of the fundamental, core concepts of electric circuits All-new chapters

More information

EE301 ELECTRONIC CIRCUITS CHAPTER 2 : OSCILLATORS. Lecturer : Engr. Muhammad Muizz Bin Mohd Nawawi

EE301 ELECTRONIC CIRCUITS CHAPTER 2 : OSCILLATORS. Lecturer : Engr. Muhammad Muizz Bin Mohd Nawawi EE301 ELECTRONIC CIRCUITS CHAPTER 2 : OSCILLATORS Lecturer : Engr. Muhammad Muizz Bin Mohd Nawawi 2.1 INTRODUCTION An electronic circuit which is designed to generate a periodic waveform continuously at

More information

Designing and Application of -type Miniaturized Lumped Equalizer

Designing and Application of -type Miniaturized Lumped Equalizer 016 International Conference on Electronic Information Technology and Intellectualization (ICEITI 016) IBN: 978-1-60595-364-9 Designing and Application of -type Miniaturized Lumped Equalizer Yi Wang, Yuntao

More information

A NOVEL DUAL-BAND BANDPASS FILTER USING GENERALIZED TRISECTION STEPPED IMPEDANCE RESONATOR WITH IMPROVED OUT-OF-BAND PER- FORMANCE

A NOVEL DUAL-BAND BANDPASS FILTER USING GENERALIZED TRISECTION STEPPED IMPEDANCE RESONATOR WITH IMPROVED OUT-OF-BAND PER- FORMANCE Progress In Electromagnetics Research Letters, Vol. 21, 31 40, 2011 A NOVEL DUAL-BAND BANDPASS FILTER USING GENERALIZED TRISECTION STEPPED IMPEDANCE RESONATOR WITH IMPROVED OUT-OF-BAND PER- FORMANCE X.

More information

ECE215 Lecture 7 Date:

ECE215 Lecture 7 Date: Lecture 7 Date: 29.08.2016 AC Circuits: Impedance and Admittance, Kirchoff s Laws, Phase Shifter, AC bridge Impedance and Admittance we know: we express Ohm s law in phasor form: where Z is a frequency-dependent

More information

UNIT-II MYcsvtu Notes agk

UNIT-II   MYcsvtu Notes agk UNIT-II agk UNIT II Infinite Impulse Response Filter design (IIR): Analog & Digital Frequency transformation. Designing by impulse invariance & Bilinear method. Butterworth and Chebyshev Design Method.

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

Assignment 11. 1) Using the LM741 op-amp IC a circuit is designed as shown, then find the output waveform for an input of 5kHz

Assignment 11. 1) Using the LM741 op-amp IC a circuit is designed as shown, then find the output waveform for an input of 5kHz Assignment 11 1) Using the LM741 op-amp IC a circuit is designed as shown, then find the output waveform for an input of 5kHz Vo = 1 x R1Cf 0 Vin t dt, voltage output for the op amp integrator 0.1 m 1

More information

Tabor Electronics Signal Amplifiers. Quick Start Guide

Tabor Electronics Signal Amplifiers. Quick Start Guide Tabor Electronics Signal Amplifiers Quick Start Guide Tabor Signal Amplifiers- Quick Start Guide - FAQ No. 0309757 Introduction Amplification is an increase in size of a signal by some factor which is

More information

Maxim > Design Support > Technical Documents > Application Notes > Energy Measurement & Metering > APP 5292

Maxim > Design Support > Technical Documents > Application Notes > Energy Measurement & Metering > APP 5292 Maxim > Design Support > Technical Documents > Application Notes > Energy Measurement & Metering > APP 5292 Keywords: metering IC, analog input, filter, component selection, LPF, ferrites, capacitors,

More information

Application Note Receivers MLX71120/21 With LNA1-SAW-LNA2 configuration

Application Note Receivers MLX71120/21 With LNA1-SAW-LNA2 configuration Designing with MLX71120 and MLX71121 receivers using a SAW filter between LNA1 and LNA2 Scope Many receiver applications, especially those for automotive keyless entry systems require good sensitivity

More information

Midterm Next Week. Midterm next week in lab. Duration: 1 hour (2-3pm)

Midterm Next Week. Midterm next week in lab. Duration: 1 hour (2-3pm) Midterm Next Week Midterm next week in lab. Duration: 1 hour (2-3pm) Material on midterm: - Everything from first 4 weeks of class. - Thévenin s Theorem & Source Impedance. - Impedance of resistors, capacitors,

More information

Bandpass Filters Using Capacitively Coupled Series Resonators

Bandpass Filters Using Capacitively Coupled Series Resonators 8.8 Filters Using Coupled Resonators 441 B 1 B B 3 B N + 1 1 3 N (a) jb 1 1 jb jb 3 jb N jb N + 1 N (b) 1 jb 1 1 jb N + 1 jb N + 1 N + 1 (c) J 1 J J Z N + 1 0 Z +90 0 Z +90 0 Z +90 0 (d) FIGURE 8.50 Development

More information

Lecture 21 Frequency Response: Nov. 21, 2011

Lecture 21 Frequency Response: Nov. 21, 2011 Lecture 21 Frequency Response: Resonance, 2 nd Order Filters and Active Filters Nov. 21, 2011 Material from Textbook by Alexander & Sadiku and Electrical Engineering: Principles & Applications, A. R. Hambley

More information

NAPIER. University School of Engineering. Engineering Applications Module : SE32101 Active Filter Design 2 nd order Butterworth response

NAPIER. University School of Engineering. Engineering Applications Module : SE32101 Active Filter Design 2 nd order Butterworth response NAPIER. University School of Engineering Engineering Applications Module : SE3101 nd order Butterworth response C1 4.7n 15V + R1 7.04k R 14.09k In C 4.7n OP1 ua741 + + - R3 10k -15V Out Sallen and key.

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

Basic Analog Circuits

Basic Analog Circuits Basic Analog Circuits Overview This tutorial is part of the National Instruments Measurement Fundamentals series. Each tutorial in this series, will teach you a specific topic of common measurement applications,

More information

EE 230 Lecture 17. Nonideal Op Amp Characteristics

EE 230 Lecture 17. Nonideal Op Amp Characteristics EE 3 Lecture 17 Nonideal Op Amp Characteristics Quiz 11 The dc gain of this circuit was measured to be 5 and the 3dB bandwidth was measured to be 6KHz. Determine as many of the following as possible from

More information

EK307 Passive Filters and Steady State Frequency Response

EK307 Passive Filters and Steady State Frequency Response EK307 Passive Filters and Steady State Frequency Response Laboratory Goal: To explore the properties of passive signal-processing filters Learning Objectives: Passive filters, Frequency domain, Bode plots

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

Commercially available GaAs MMIC processes allow the realisation of components that can be used to implement passive filters, these include:

Commercially available GaAs MMIC processes allow the realisation of components that can be used to implement passive filters, these include: Sheet Code RFi0615 Technical Briefing Designing Digitally Tunable Microwave Filter MMICs Tunable filters are a vital component in broadband receivers and transmitters for defence and test/measurement applications.

More information

Computer-Aided Design (CAD) of Recursive/Non-Recursive Filters

Computer-Aided Design (CAD) of Recursive/Non-Recursive Filters Paper ID #12370 Computer-Aided Design (CAD) of Recursive/Non-Recursive Filters Chengying Xu, Florida State University Dr. Chengying Xu received the Ph.D. in 2006 in mechanical engineering from Purdue University,

More information

1-13GHz Wideband LNA utilizing a Transformer as a Compact Inter-stage Network in 65nm CMOS

1-13GHz Wideband LNA utilizing a Transformer as a Compact Inter-stage Network in 65nm CMOS -3GHz Wideband LNA utilizing a Transformer as a Compact Inter-stage Network in 65nm CMOS Hyohyun Nam and Jung-Dong Park a Division of Electronics and Electrical Engineering, Dongguk University, Seoul E-mail

More information

AN-1098 APPLICATION NOTE

AN-1098 APPLICATION NOTE APPLICATION NOTE One Technology Way P.O. Box 9106 Norwood, MA 02062-9106, U.S.A. Tel: 781.329.4700 Fax: 781.461.3113 www.analog.com Methodology for Narrow-Band Interface Design Between High Performance

More information

Outcomes: Core Competencies for ECE145A/218A

Outcomes: Core Competencies for ECE145A/218A Outcomes: Core Competencies for ECE145A/18A 1. Transmission Lines and Lumped Components 1. Use S parameters and the Smith Chart for design of lumped element and distributed L matching networks. Able to

More information