FOR an electronics engineer, the design

Size: px
Start display at page:

Download "FOR an electronics engineer, the design"

Transcription

1 ENINV IE 2007 Encuentro de Investigación en Ingeniería Eléctrica Zacatecas, Zac, Marzo 28 30, 2007 A Tool for the Design and Synthesis of Basic Active RC Filters Martha M. Mena A., Carlos A. Ochoa O. Electrical Eng. Dept., Autonomous University of Zacatecas Zacatecas ZAC TEL: +(492) , ext aguu16@gmail.com Abstract The availability of tools for the design and synthesis of RC active filters was not very common, until recently. In this work, a tool with such capabilities is presented. The developed tool calls for the filter specifications like cutoff and stopband frequencies with their corresponding gains, the type of approximation function, i.e., Butterworth, Chebyshev, Elliptic or Bessel, the type of frequency response: low-pass or high-pass, and then it delivers circuit schematics and the appropriate R and C values. A brief description of the calculations behind this tools is included. The expected contribution of this work is to help reducing considerably the time of the design and implementation process of these filters and, on the other hand, to develop home made tools to solve the synthesis problem. This tool is also the result of an educational exercise, a programming competition, proposed by one of the authors while he was teaching a course on Java programming. Resumen La disponibilidad de herramientas de diseño y síntesis de filtros activos RC no era muy común, hasta hace algún tiempo. En este trabajo se presenta una herramienta con tales prestaciones. La herramienta desarrollada pide las especificaciones del filtro como frecuencias de corte y de rechazo con sus respectivas ganancias, el tipo de función de aproximación, es decir, Butterworth, Chebyshev, Elíptico o Bessel, el tipo de respuesta en frecuencia: pasa-bajas o pasa-altas, y luego entrega diagramas esquemáticos con los valores de los componentes R y C. Se incluye una breve descripción de los cálculos que se encuentran detrás de esta herramienta. La contribución esperada en este trabajo es, por un lado, ayudar a reducir considerablemente el tiempo de diseño y construcción de estos filtros y por el otro, el desarrollar herramientas propias que den solución al problema de síntesis. Esta herramienta es también el resultado de un ejercicio educativo, un concurso de programación, propuesto por uno de los autores mientras impartía un curso de programación en Java. Index Terms Analog filter design, RC active filters, network synthesis. I. INTRODUCTION FOR an electronics engineer, the design and construction of filters is surely a common task, at least in part of the development of his career. In a previous work [1], a tool for the design and implementation of digital filters on a DSP was presented. Even

2 M. Mena, A. Ochoa: A tool for active RC filter synthesis 193 when today there exist many digital based systems, the need of analog filters will be very important for many reasons. One of these reasons is the fact that before a digital signal processing system is fed with a signal, the signal must be passed through an antialising filter in order to meet the sampling theorem; any frequency component above the Nyquist frequency has to be removed. There exist many other reasons, which will not be discussed in this work, but it is for sure that having a tool that helps in the calculation of the RC elements of an active filter is important. Through the students community, it is not unusual this need when they are working in their thesis projects or some times during the coursework in a final project. Albeit the importance of the filter design and synthesis (d&s) tools, it was not easy to find them for free or at a low cost. There are, certainly, some semiconductor companies that give for free some application notes describing the design process with some formulas or design tables [2]. Sometimes, a Windows c based program, in trial or demo version, can be available, but allowing only, in some cases, the design of a very low order filters [3]. FilterWiz Pro [4] offers a version without time restriction, but the resitor values are masked, making it useless, until a licence is purchased and the registration information is entered. In some cases, the demo version allows the design of defined filters only for testing purposes [5]. A web page with a list of many sources is Circuit Sage [6]. When a design table is available, the design process becomes a long and tedious task, and so prone to errors. Until recently, Texas Instruments has released a free version of a filter design package called FilterPro c [7], originally from Burr Brown. This work started before this application was available, so, the developed home made tool is presented in this work. The expected contribution is also the development of such tools, independently from foreign companies. II. THEORETICAL PRINCIPLES To show the fundation of this work and the developed tool, it is included in this report the theoretical fundamentals of the d&s process. Then, it is shown how the d&s is solved by the implementation of a computer program that integrates all the steps involved up to the calculation of the RC element values and the corresponding electronic circuit. So, the description of all the calculations involved is also a guide and explanation of the development of the tool. The results are presented with some examples, for Butterworth filters. A. First order active RC filters A basic first order low-pass active filter can be constructed as shown in the Figure 1. The transfer function can be obtained from the basic input output relationship for a inverter amplifier as H(s) = Z r Z e, (1) where Z r is the feedback impedance and Z e is the input impedance. Replacing the Z s by the circuit elements, the following transfer function is obtained [8] H(s) = R 2 1/(R 2 C) s + (1/R 2 C), (2) where s is the complex variable. Let K = R 2 and ω c = 1 R 2 C, then ω c H(s) = K. (3) s + ω c The first order RC active high-pass filter can be constructed as shown in the Figure 2 with

3 194 ENINV IE 2007 Encuentro de Investigación en IE, Marzo, 2007 C R Figure. 1. First order RC active low-pass filter. a transfer function given by H(s) = R 2 s s + (1/ C). (4) C - + R 2 Figure. 2. First order RC active high-pass filter. Let K = R 2, and ω c = 1 C then H(s) = K s. (5) s + ω c If ω c = 1 rad/s, R 2 = = 1Ω then K = 1 y C = 1 F, will be the R and C values for a normalized filter. B. Frequency scaling The R and C values found in the previous section are not typical and practical values for the construction of these filters (see the 1F capacitor). In addition, the cutoff frequency of 1 rad/s may not be the desired cutoff frequency of the filter. Even so, there is a good reason to have normalized filters and normalized R and C values. It is possible to change the cutoff frequency and the gain by means of very simple transformations, called frequency scaling and gain scaling, as follows: } R n = K m R magnitude, (6) C n = C/K m where R n is the new resistance value, C n is the new capacitor values, and K m is the magnitude scaling. } R n = R frequency, (7) C n = C/K f where R n is the new resistance value, C n is the new capacitor value, and K f is the frequency scaling, given by K f = ω n /ω 0 = 2 π f, where ω n is the new desired frequency, ω 0 is the normalized frequency, and f is the desired frequency in Hz. Combining both, magnitude and frequency scaling in a single operation: R n = K m R C n = C/(K m K f ) } magnitude&frequency. (8) Knowing K f, then K m can be determined by K m = C C n K f, (9) so it is necessary to give a value for C n. C. Low-pass design example If a normalized low-pass filter is going to be scaled to have a new cutoff frequency of 1 khz and a gain of -3 db at the cutoff frequency, then a capacitor value of C = 0.01 uf is proposed. We have initially the following values = R 2 = 1, C = 1 F, ω c = 1 rad/s, then

4 M. Mena, A. Ochoa: A tool for active RC filter synthesis 195 after the calculations we have: K f = 2π 1000 = , C n = 0.1 uf, K m = 1F 0.1uF = R C 1 R - + so n = R 2 n = K m R = (1Ω) = Ω and because ω c = 1/(R 2 C) and K = R 2 /, = R2. To prove the scaling operation using Matlab, the following code was used: R2=1591; R1=1591; C=0.1e-6; Gnum=(R2/R1)*(1/(R2*C)); Gden=[1 1/(R2*C)]; [H,w]=freqs(Gnum,Gden, s ); semilogx(w/(2*pi), 20*log10(abs(H))) grid and the frequency response is shown in Figure 3. Magnitude [db] db at 1 khz Frequency [Hz] Figure. 3. Frequency response of the non-normalized filter D. Second order low-pass RC active filters The electronic circuit of a second order lowpass filter, in a Sallen-Key configuration is shown in Figure 4. With R = = R 2, the transfer function C 2 Figure. 4. Second order Sallen-Key low-pass filter. will be given by H(s) = 1/(R 2 C 1 C 2 ) s 2 + (2/C 1 )s + (1/R 2 C 1 C 2 ), (10) where R = 1 Ω will be used. Once the transfer function of the building blocks are known, for first and second order filters, the R and C element values can be found to build non-normalized filters of any order. For order n > 2 several building blocks, connected in series, can be used. When the transfer function contains a polynomial of the form s n + b 1 s n b n, it has to be factored in second order sections. If n is an odd order, then it is completed with a first order section. Using the same principle of digital filter designs [9],[1] a table of R and C values for normalized filters is constructed for n = 1 to 8, for low-pass and high-pass filters, using Butterworth, Chebyshev, Bessel, and Elliptic function approximations. The construction of the table is done as follows: Let n = 4 for a low-pass Butterworth filter. Using a normalized second order Sallen-Key filter we have ω c = 1, R = 1, and the C 1 y C 2 values will be found. Starting with a fourth order Butterworth polynomial in fac-

5 196 ENINV IE 2007 Encuentro de Investigación en IE, Marzo, 2007 tored form 1 B 4 (s) = (s s + 1)(s s + 1), (11) so, two second order sections will be necessary. For any second order polynomial (s 2 + b 1 s + b 2 ), and comparing with (10), the following relations arise: 1 C 1 C 2 = b 2 2 C 1 = b 1. (12) Applying these relations to the second order section we get C 1 (1) = 2.614F, and C 2 (1) = 0.328F, where C i (j) stands for the C i element of the j section. For the second order section we get C 1 (2) = F, and C 2 (2) = F. These calculations have to be repeated for each n value, including the needed number of first order and second order sections, as well as for the low-pass and high-pass configurations. In addition, all these calculations have to be repeated for Chebyshev, Bessel, and Elliptic function approximations. It can be concluded that a lot of work has to be done, just to obtain the R and C values for normalized filters. The frequency and gain scaling is another phase of the work. A tool capable of performing all these calculations will be useful and will save a lot of work. So, the proposed tool requires only the (non normalized) filter specifications and, once the order of the filter is calculated, it will go through a look-up table to get the R and C normalized values, then after applying frequency and gain scaling, the R n and C n values will be shown together with the circuit configuration. One difference with the FilterPro c package is the calculation of the filter order n. In the developed tool, this calculation is done for Butterworth and Chebyshev filters. For Bessel and Elliptic filters, like FilterPro c, the user has to enter the desired order. Another capability of the tool is the generation of a SPICE file or netlist, which will be useful for simulation. Finally, unlike FilterPro c, the tool runs on different operating systems, like Windows and Linux. D.1 SPICE simulation The previous results can be verified, before the circuit implementation, using a circuit simulation program. One of these simulation programs is SPICE (Simulation Program with Integrated Circuits Emphasis) from Berkley University, available for Linux or Windows c and several commercial distributions. In this work, the Micro-Cap 7.2.4, Evaluation version was used [10]. Figure 5 shows the circuit diagram of a high-pass normalized filter with the corresponding R and C element values, and the Figure 6 shows the obtained frequency response. It is worth to say that SPICE simulation is different to the Matlab simulation since in the former, many physical properties of the circuit elements are modeled, like the operational amplifiers, resistors and capacitors, including noise and temperature affects. III. RESULTS Figure 7 shows the results for a high-pass Butterworth filter design. The main window of the program calls for the selection of the type of filter approximation (Butterworth and Chebyshev shown only), and the filter specifications (in Spanish): cutoff frequency (F. de corte(w1)) in Hz, passband gain (Atenuación(k1)), a proposed capacitor value (Capacitor Propuesto), stop-

6 M. Mena, A. Ochoa: A tool for active RC filter synthesis 197 Figure. 5. Electronic circuit for a normalized high-pass filter. Figure. 7. Application window and Butterworth filter design selected. Figure. 6. Frequency response from the normalized high-pass filter simulation. band frequency (F. de Rechazo(w2)), and the corresponding gain (Atenuación(k2)). After entering the values shown in the window, the solution can be obtained, selecting the buttom (Solución Propuesta). The solution shows the order of the filter that meets the filter specifications, and the values for the RC elements. Figure 8 shows the proposed circuit implementation with the RC values found by the program. For the solution one stage is necessary. The single pole section, upper diagram, is shown without values, that means it is not needed. A second order section is shown below the single pole section, with the RC values for the implementation. As a final step of the design process, a simu- Figure. 8. Result showing the proposed filter circuit and the RC values. lation was made with the RC values found by this tool. Figure 9 shows the modified circuit with the calculated R n and C n values after de-normalization, for a high-pass design with cutoff frequency of 1 khz. Figure 10 shows the frequency response obtained in the simulation. For each case the results agree with a good approximation to the expected values, that is, -3dB at 1 rad/s (0.159 Hz), and -3 db at 1kHz for the non-normalized case. IV. CONCLUSIONS The design and synthesis of active RC filters can be a long and tedious task which involves many calculation steps before the R n and C n values can be obtained. In this work, a set of tables for normalized RC active filters with low-pass and high-pass frequency responses, and Butterworth, Chebyshev, Bessel, and El-

7 198 ENINV IE 2007 Encuentro de Investigación en IE, Marzo, 2007 Figure. 9. Electronic circuit of the non-normalized high-pass filter. Figure. 10. Frequency response of the non-normalized filter from simulation. 10 MHz Butterworth Filter Using the Operational Amplifier THS4001, Application Report, SLOA032, Texas Instruments (October 1999). [3] AktivFilter 2.3 Demo Edition, available at: Updated , (2007). [4] Filter Wiz PRO active filter designer version 4, available at: /filter_wiz_files/fwpro.htm, (2006). [5] OMICRON FilterDesign, available at: /news/index.html, (2002) [6] Circuit sage, available at: Copyright Last update on 08/22/2005. [7] FilterPro(TM) Filter Design Program, Texas Instruments Incorporated, TI Blvd. Dallas Texas 75243, (2006). [8] Active Filters, Electronics Club, available in: (May 2006). [9] G. Miramontes de León, Procesamiento Digital de Señales: Introducción con Teoría y Práctica, Coord. de Investigación y Postgrado, Universidad Autónoma de Zacatecas, ISBN , pp , (2005). [10] MicroCap Evaluation Version, Spectrum Software, 1021 S Wolfe Road, Sunnyvale CA 94086, ( ). liptic function approximations were done. It is worth to say that these tables are not available over the Internet or at least they are not easy to find. With the tool presented in this work, the task is reduced to enter the filter specifications, hiding all the design steps, which are time consuming and can lead to calculation errors. Usually, this type of applications are developed by foreign companies; so this work is also an attempt to develop home made filter design software. References [1] G. Miramontes de León, FDI: Herramienta para Diseño e Implantación de Filtros Digitales para la Familia DSP56000, Encuentro de Investigación en Ingeniería Eléctrica ENINVIE-2004 Marzo 4-5 Zacatecas, Zac. pp , (2004). [2] Dirk Gehrke and Andreas Hahn MSLP/AAP,

NAPIER University School of Engineering. Electronic Systems Module : SE32102 Analogue Filters Design And Simulation. 4 th order Butterworth response

NAPIER University School of Engineering. Electronic Systems Module : SE32102 Analogue Filters Design And Simulation. 4 th order Butterworth response NAPIER University School of Engineering Electronic Systems Module : SE32102 Analogue Filters Design And Simulation. 4 th order Butterworth response In R1 R2 C2 C1 + Opamp A - R1 R2 C2 C1 + Opamp B - Out

More information

Laboratory #5: RF Filter Design

Laboratory #5: RF Filter Design EEE 194 RF Laboratory Exercise 5 1 Laboratory #5: RF Filter Design I. OBJECTIVES A. Design a third order low-pass Chebyshev filter with a cutoff frequency of 330 MHz and 3 db ripple with equal terminations

More information

EE 1130 Freshman Eng. Design for Electrical and Computer Eng.

EE 1130 Freshman Eng. Design for Electrical and Computer Eng. EE 1130 Freshman Eng. Design for Electrical and Computer Eng. Signal Processing Module (DSP). Module Project. Class 5 C2. Use knowledge, methods, processes and tools to create a design. I1. Identify and

More information

Analog Filters. A common instrumentation filter application is the attenuation of high frequencies to avoid frequency aliasing in the sampled data.

Analog Filters. A common instrumentation filter application is the attenuation of high frequencies to avoid frequency aliasing in the sampled data. Analog Filters Filters can be used to attenuate unwanted signals such as interference or noise or to isolate desired signals from unwanted. They use the frequency response of a measuring system to alter

More information

Application Report SLOA024B

Application Report SLOA024B Application Report July 999 Revised September 2002 Mixed Signal Products SLOA024B IMPORTANT NOTICE Texas Instruments Incorporated and its subsidiaries (TI) reserve the right to make corrections, modifications,

More information

Práctica 1: PL 1a: Entorno de programación MathWorks: Simulink

Práctica 1: PL 1a: Entorno de programación MathWorks: Simulink Práctica 1: PL 1a: Entorno de programación MathWorks: Simulink 1 Objetivo... 3 Introducción Simulink... 3 Open the Simulink Library Browser... 3 Create a New Simulink Model... 4 Simulink Examples... 4

More information

How to Design 10 khz filter. (Using Butterworth filter design) Application notes. By Vadim Kim

How to Design 10 khz filter. (Using Butterworth filter design) Application notes. By Vadim Kim How to Design 10 khz filter. (Using Butterworth filter design) Application notes. By Vadim Kim This application note describes how to build a 5 th order low pass, high pass Butterworth filter for 10 khz

More information

Sophomore Physics Laboratory (PH005/105)

Sophomore Physics Laboratory (PH005/105) CALIFORNIA INSTITUTE OF TECHNOLOGY PHYSICS MATHEMATICS AND ASTRONOMY DIVISION Sophomore Physics Laboratory (PH5/15) Analog Electronics Active Filters Copyright c Virgínio de Oliveira Sannibale, 23 (Revision

More information

Analog and Digital Filters Anthony Garvert November 13, 2015

Analog and Digital Filters Anthony Garvert November 13, 2015 Analog and Digital Filters Anthony Garvert November 13, 2015 Abstract In circuit analysis and performance, a signal transmits some form of information, such as a voltage or current. However, over a range

More information

AN48. Application Note DESIGNNOTESFORA2-POLEFILTERWITH DIFFERENTIAL INPUT. by Steven Green. 1. Introduction AIN- AIN+ C2

AN48. Application Note DESIGNNOTESFORA2-POLEFILTERWITH DIFFERENTIAL INPUT. by Steven Green. 1. Introduction AIN- AIN+ C2 Application Note DESIGNNOTESFORA2-POLEFILTERWITH DIFFERENTIAL INPUT by Steven Green C5 AIN- R3 C2 AIN C2 R3 C5 Figure 1. 2-Pole Low-Pass Filter with Differential Input 1. Introduction Many of today s Digital-to-Analog

More information

AN-837 APPLICATION NOTE

AN-837 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 DDS-Based Clock Jitter Performance vs. DAC Reconstruction Filter Performance

More information

2.161 Signal Processing: Continuous and Discrete Fall 2008

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

More information

A Differential Op-Amp Circuit Collection

A Differential Op-Amp Circuit Collection Application Report SLOA0 July 00 Bruce Carter A Differential OpAmp Circuit Collection High Performance Linear Products ABSTRACT All opamps are differential input devices. Designers are accustomed to working

More information

Using the Texas Instruments Filter Design Database

Using the Texas Instruments Filter Design Database Application Report SLOA062 July, 2001 Bruce Carter Using the Texas Instruments Filter Design Database High Performance Linear Products ABSTRACT Texas Instruments applications personnel have decades of

More information

Frequency Response of Filters

Frequency Response of Filters School of Engineering Department of Electrical and Computer Engineering 332:224 Principles of Electrical Engineering II Laboratory Experiment 2 Frequency Response of Filters 1 Introduction Objectives To

More information

CTCSS REJECT HIGH PASS FILTERS IN FM RADIO COMMUNICATIONS AN EVALUATION. Virgil Leenerts WØINK 8 June 2008

CTCSS REJECT HIGH PASS FILTERS IN FM RADIO COMMUNICATIONS AN EVALUATION. Virgil Leenerts WØINK 8 June 2008 CTCSS REJECT HIGH PASS FILTERS IN FM RADIO COMMUNICATIONS AN EVALUATION Virgil Leenerts WØINK 8 June 28 The response of the audio voice band high pass filter is evaluated in conjunction with the rejection

More information

Filter Comparison. Match #1: Analog vs. Digital Filters

Filter Comparison. Match #1: Analog vs. Digital Filters CHAPTER 21 Filter Comparison Decisions, decisions, decisions! With all these filters to choose from, how do you know which to use? This chapter is a head-to-head competition between filters; we'll select

More information

A Single-Supply Op-Amp Circuit Collection

A Single-Supply Op-Amp Circuit Collection Application Report SLOA058 November 2000 A SingleSupply OpAmp Circuit Collection Bruce Carter OpAmp Applications, High Performance Linear Products One of the biggest problems for designers of opamp circuitry

More information

Selected Filter Circuits Dr. Lynn Fuller

Selected Filter Circuits Dr. Lynn Fuller ROCHESTER INSTITUTE OF TECHNOLOGY MICROELECTRONIC ENGINEERING Selected Filter Circuits Dr. Lynn Fuller Webpage: http://people.rit.edu/lffeee 82 Lomb Memorial Drive Rochester, NY 146235604 Tel (585) 4752035

More information

Laboratory 4: Feedback and Compensation

Laboratory 4: Feedback and Compensation Laboratory 4: Feedback and Compensation To be performed during Week 9 (Oct. 20-24) and Week 10 (Oct. 27-31) Due Week 11 (Nov. 3-7) 1 Pre-Lab This Pre-Lab should be completed before attending your regular

More information

isim ACTIVE FILTER DESIGNER NEW, VERY CAPABLE, MULTI-STAGE ACTIVE FILTER DESIGN TOOL

isim ACTIVE FILTER DESIGNER NEW, VERY CAPABLE, MULTI-STAGE ACTIVE FILTER DESIGN TOOL isim ACTIVE FILTER DESIGNER NEW, VERY CAPABLE, MULTI-STAGE ACTIVE FILTER DESIGN TOOL Michael Steffes Sr. Applications Manager 12/15/2010 SIMPLY SMARTER Introduction to the New Active Filter Designer Scope

More information

ANIMA: Non-Conventional Interfaces in Robot Control Through Electroencephalography and Electrooculography: Motor Module

ANIMA: Non-Conventional Interfaces in Robot Control Through Electroencephalography and Electrooculography: Motor Module Ninth LACCEI Latin American and Caribbean Conference (LACCEI 2011), Engineering for a Smart Planet, Innovation, Information Technology and Computational Tools for Sustainable Development, August 3-5, 2011,

More information

CLASS D POWER AMPLIFIERS

CLASS D POWER AMPLIFIERS 2015 CLASS D POWER AMPLIFIERS ETAPAS DE POTENCIA/ POWER AMPLIFIERS CLASS D 3rd. GENERATION / DSP MUSICSON ha desarrollado una gama completa de etapas de potencia de clase D de tercera generación con fuente

More information

TDA2040. 20W Hi-Fi AUDIO POWER AMPLIFIER

TDA2040. 20W Hi-Fi AUDIO POWER AMPLIFIER 20W Hi-Fi AUDIO POWER AMPLIFIER DESCRIPTION The TDA2040 is a monolithic integrated circuit in Pentawatt package, intended for use as an audio class AB amplifier. Typically it provides 22W output power

More information

LAB 12: ACTIVE FILTERS

LAB 12: ACTIVE FILTERS A. INTRODUCTION LAB 12: ACTIVE FILTERS After last week s encounter with op- amps we will use them to build active filters. B. ABOUT FILTERS An electric filter is a frequency-selecting circuit designed

More information

An Adjustable Audio Filter System for the Receiver - Part 1

An Adjustable Audio Filter System for the Receiver - Part 1 1 of 7 An Adjustable Audio Filter System for the Receiver - Part 1 The audio response is shaped as required using Switched Capacitor Filters Lloyd Butler VK5BR Front panel view of the original receiver

More information

What you will do. Build a 3-band equalizer. Connect to a music source (mp3 player) Low pass filter High pass filter Band pass filter

What you will do. Build a 3-band equalizer. Connect to a music source (mp3 player) Low pass filter High pass filter Band pass filter Audio Filters What you will do Build a 3-band equalizer Low pass filter High pass filter Band pass filter Connect to a music source (mp3 player) Adjust the strength of low, high, and middle frequencies

More information

Guidelines for Designing Web Maps - An Academic Experience

Guidelines for Designing Web Maps - An Academic Experience Guidelines for Designing Web Maps - An Academic Experience Luz Angela ROCHA SALAMANCA, Colombia Key words: web map, map production, GIS on line, visualization, web cartography SUMMARY Nowadays Internet

More information

Chapter 16. Active Filter Design Techniques. Excerpted from Op Amps for Everyone. Literature Number SLOA088. Literature Number: SLOD006A

Chapter 16. Active Filter Design Techniques. Excerpted from Op Amps for Everyone. Literature Number SLOA088. Literature Number: SLOD006A hapter 16 Active Filter Design Techniques Literature Number SLOA088 Excerpted from Op Amps for Everyone Literature Number: SLOD006A hapter 16 Active Filter Design Techniques Thomas Kugelstadt 16.1 Introduction

More information

Programming Real-Time Motion Control Robot Prototype

Programming Real-Time Motion Control Robot Prototype Programming Real-Time Motion Control Robot Prototype A. Medina-Santiago* 1, J. L. Camas Anzueto 1, M. Pérez-Patricio 1, E. Valdez-Alemán 2 1 Instituto Tecnológico de Tuxtla Guitérrez División de Posgrado

More information

Active Low-Pass Filter Design

Active Low-Pass Filter Design Application Report SLOA049B - September 00 Active Low-Pass Filter Design Jim Karki AAP Precision Analog ABSTRACT This report focuses on active low-pass filter design using operational amplifiers. Low-pass

More information

A Differential Op-Amp Circuit Collection

A Differential Op-Amp Circuit Collection Application Report SLOA0A April 00 A Differential OpAmp Circuit Collection Bruce Carter High Performance Linear Products ABSTRACT All opamps are differential input devices. Designers are accustomed to

More information

APPLICATION BULLETIN

APPLICATION BULLETIN APPLICATION BULLETIN Mailing Address: PO Box 400 Tucson, AZ 8574 Street Address: 670 S. Tucson Blvd. Tucson, AZ 85706 Tel: (602) 746- Twx: 90-952- Telex: 066-649 FAX (602) 889-50 Immediate Product Info:

More information

Sales Management Main Features

Sales Management Main Features Sales Management Main Features Optional Subject (4 th Businesss Administration) Second Semester 4,5 ECTS Language: English Professor: Noelia Sánchez Casado e-mail: noelia.sanchez@upct.es Objectives Description

More information

Transition Bandwidth Analysis of Infinite Impulse Response Filters

Transition Bandwidth Analysis of Infinite Impulse Response Filters Transition Bandwidth Analysis of Infinite Impulse Response Filters Sujata Prabhakar Department of Electronics and Communication UCOE Punjabi University, Patiala Dr. Amandeep Singh Sappal Associate Professor

More information

Pressure Transducer to ADC Application

Pressure Transducer to ADC Application Application Report SLOA05 October 2000 Pressure Transducer to ADC Application John Bishop ABSTRACT Advanced Analog Products/OpAmp Applications A range of bridgetype transducers can measure numerous process

More information

Time series analysis Matlab tutorial. Joachim Gross

Time series analysis Matlab tutorial. Joachim Gross Time series analysis Matlab tutorial Joachim Gross Outline Terminology Sampling theorem Plotting Baseline correction Detrending Smoothing Filtering Decimation Remarks Focus on practical aspects, exercises,

More information

CONCEPTS OF INDUSTRIAL AUTOMATION. By: Juan Carlos Mena Adolfo Ortiz Rosas Juan Camilo Acosta

CONCEPTS OF INDUSTRIAL AUTOMATION. By: Juan Carlos Mena Adolfo Ortiz Rosas Juan Camilo Acosta CONCEPTS OF By: Juan Carlos Mena Adolfo Ortiz Rosas Juan Camilo Acosta What is industrial automation? Introduction Implementation of normalized technologies for optimization of industrial process Where

More information

LM833,LMF100,MF10. Application Note 779 A Basic Introduction to Filters - Active, Passive,and. Switched Capacitor. Literature Number: SNOA224A

LM833,LMF100,MF10. Application Note 779 A Basic Introduction to Filters - Active, Passive,and. Switched Capacitor. Literature Number: SNOA224A LM833,LMF100,MF10 Application Note 779 A Basic Introduction to Filters - Active, Passive,and Switched Capacitor Literature Number: SNOA224A A Basic Introduction to Filters Active, Passive, and Switched-Capacitor

More information

HPN Product Tools. Copyright 2012 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.

HPN Product Tools. Copyright 2012 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. HPN Product Tools Requerimiento: Conozco el numero de parte (3Com,H3C,Procurve) Solución : El lookup Tool 1 Permite convertir el número de parte de un equipo proveniente de 3Com, H3C o Procurve para obtener

More information

A Basic Introduction to Filters Active Passive and Switched-Capacitor

A Basic Introduction to Filters Active Passive and Switched-Capacitor A Basic Introduction to Filters Active Passive and Switched-Capacitor 1 0 INTRODUCTION Filters of some sort are essential to the operation of most electronic circuits It is therefore in the interest of

More information

Experiment # (4) AM Demodulator

Experiment # (4) AM Demodulator Islamic University of Gaza Faculty of Engineering Electrical Department Experiment # (4) AM Demodulator Communications Engineering I (Lab.) Prepared by: Eng. Omar A. Qarmout Eng. Mohammed K. Abu Foul Experiment

More information

CHAPTER 8 ANALOG FILTERS

CHAPTER 8 ANALOG FILTERS ANALOG FILTERS CHAPTER 8 ANALOG FILTERS SECTION 8.: INTRODUCTION 8. SECTION 8.2: THE TRANSFER FUNCTION 8.5 THE SPLANE 8.5 F O and Q 8.7 HIGHPASS FILTER 8.8 BANDPASS FILTER 8.9 BANDREJECT (NOTCH) FILTER

More information

INTELIGENCIA DE NEGOCIO CON SQL SERVER

INTELIGENCIA DE NEGOCIO CON SQL SERVER INTELIGENCIA DE NEGOCIO CON SQL SERVER Este curso de Microsoft e-learning está orientado a preparar a los alumnos en el desarrollo de soluciones de Business Intelligence con SQL Server. El curso consta

More information

Digital to Analog Converter. Raghu Tumati

Digital to Analog Converter. Raghu Tumati Digital to Analog Converter Raghu Tumati May 11, 2006 Contents 1) Introduction............................... 3 2) DAC types................................... 4 3) DAC Presented.............................

More information

Entrenamiento a Embajadores Ambassador training

Entrenamiento a Embajadores Ambassador training Entrenamiento a Embajadores Ambassador training Quiénes somos? Who we are? Levanta la mano si Please raise your hand if a. b. c. d. e. f. g. h. Hablas español You speak spanish Hablas Inglés You speak

More information

A Software Radio Modem Approach Based on a DSP.

A Software Radio Modem Approach Based on a DSP. 245 Encuentro de Investigación en Ingeniería Eléctrica Zacatecas, Zac, Marzo 17 18, 2005 A Software Radio Modem Approach Based on a DSP. J. González Villarruel, Profesor Investigador, Escuela de Graduados

More information

More Filter Design on a Budget

More Filter Design on a Budget Application Report SLOA096 December 2001 More Filter Design on a Budget Bruce Carter High Performance Linear Products ABSTRACT This document describes filter design from the standpoint of cost. Filter

More information

What is the Common Problem that Makes most Biological Databases Hard to Work With, if not Useless to most Biologists?

What is the Common Problem that Makes most Biological Databases Hard to Work With, if not Useless to most Biologists? What is the Common Problem that Makes most Biological Databases Hard to Work With, if not Useless to most Biologists? RUNI VILHELM MRAG Americas, Inc. 110 South Hoover Blvd., Suite 212 Tampa, Florida 33609-2458

More information

PS25202 EPIC Ultra High Impedance ECG Sensor Advance Information

PS25202 EPIC Ultra High Impedance ECG Sensor Advance Information EPIC Ultra High Impedance ECG Sensor Advance Information Data Sheet 291498 issue 2 FEATURES Ultra high input resistance, typically 20GΩ. Dry-contact capacitive coupling. Input capacitance as low as 15pF.

More information

APPLICATION BULLETIN

APPLICATION BULLETIN APPLICATION BULLETIN Mailing Address: PO Box 11400, Tucson, AZ 85734 Street Address: 6730 S. Tucson Blvd., Tucson, AZ 85706 Tel: (520) 746-1111 Telex: 066-6491 FAX (520) 889-1510 Product Info: (800) 548-6132

More information

Didactic training using a CNC lathe designed in a virtual environment

Didactic training using a CNC lathe designed in a virtual environment Didactic training using a CNC lathe designed in a virtual environment Mi g u e l A. Hi d a l g o* Je s ú s D. Ca r d o n a** Fa b i o A. Ro j a s*** Resumen El presente artículo presenta una investigación

More information

PIEZO FILTERS INTRODUCTION

PIEZO FILTERS INTRODUCTION For more than two decades, ceramic filter technology has been instrumental in the proliferation of solid state electronics. A view of the future reveals that even greater expectations will be placed on

More information

Electronics II (02 SE048)

Electronics II (02 SE048) Electronics II (02 SE048) August-December 2003 9-11 hrs Mondays and Wednesdays Classroom C210 Instructor Information José Ernesto Rayas Sánchez, Ph.D. Office: E32 Office hours: 9-14, 16:30-19:30 hrs Tel:

More information

TDA2040. 20W Hi-Fi AUDIO POWER AMPLIFIER

TDA2040. 20W Hi-Fi AUDIO POWER AMPLIFIER 20W Hi-Fi AUDIO POWER AMPLIFIER DESCRIPTION The TDA2040 is a monolithic integrated circuit in Pentawatt package, intended for use as an audio class AB amplifier. Typically it provides 22W output power

More information

1995 Mixed-Signal Products SLAA013

1995 Mixed-Signal Products SLAA013 Application Report 995 Mixed-Signal Products SLAA03 IMPORTANT NOTICE Texas Instruments and its subsidiaries (TI) reserve the right to make changes to their products or to discontinue any product or service

More information

A virtual sensor for monitoring excited thermal turbogenerator rotors

A virtual sensor for monitoring excited thermal turbogenerator rotors INGENIERÍA E INVESTIGACIÓN VOL. 32 No. 3, DECEMBER 2012 (5-9) A virtual sensor for monitoring excited thermal turbogenerator rotors Sensor virtual para el monitoreo térmico de rotores de turbogeneradores

More information

Filter Design in Thirty Seconds

Filter Design in Thirty Seconds Application Report SLOA093 December 2001 Filter Design in Thirty Seconds Bruce Carter High Performance Analog ABSTRACT Need a filter fast? No theory, very little math just working filter designs, and in

More information

Analog signals are those which are naturally occurring. Any analog signal can be converted to a digital signal.

Analog signals are those which are naturally occurring. Any analog signal can be converted to a digital signal. 3.3 Analog to Digital Conversion (ADC) Analog signals are those which are naturally occurring. Any analog signal can be converted to a digital signal. 1 3.3 Analog to Digital Conversion (ADC) WCB/McGraw-Hill

More information

Visión general de la integración con asanetwork

Visión general de la integración con asanetwork Visión general de la integración con asanetwork Este documento se ha preparado parar dar una visión general del flujo de trabajo de asanetwork y de las tareas a realizar por los programadores del Sistema

More information

Differential Charge Amplifier

Differential Charge Amplifier Electronics Differential Type 58A... The differential charge amplifier is used for signal conversion of piezoelectric sensors with differential output. Executions Aluminum die-cast enclosure (IP64) Plastic

More information

PHYSICS 360 - LAB #2 Passive Low-pass and High-pass Filter Circuits and Integrator and Differentiator Circuits

PHYSICS 360 - LAB #2 Passive Low-pass and High-pass Filter Circuits and Integrator and Differentiator Circuits PHYSICS 360 - LAB #2 Passie Low-pass and High-pass Filter Circuits and Integrator and Differentiator Circuits Objectie: Study the behaior of low-pass and high-pass filters. Study the differentiator and

More information

LABORATORY 2 THE DIFFERENTIAL AMPLIFIER

LABORATORY 2 THE DIFFERENTIAL AMPLIFIER LABORATORY 2 THE DIFFERENTIAL AMPLIFIER OBJECTIVES 1. To understand how to amplify weak (small) signals in the presence of noise. 1. To understand how a differential amplifier rejects noise and common

More information

Calculating Gain for Audio Amplifiers

Calculating Gain for Audio Amplifiers Application eport SLOA105A October 003 evised September 005 Calculating Gain for Audio Amplifiers Audio Power Amplifiers ABSTACT This application report explains the different types of audio power amplifier

More information

ADC and DAC. Quantization

ADC and DAC. Quantization CHAPTER ADC and DAC Most of the signals directly encountered in science and engineering are continuous: light intensity that changes with distance; voltage that varies over time; a chemical reaction rate

More information

6 Output With 1 kω in Series Between the Output and Analyzer... 7 7 Output With RC Low-Pass Filter (1 kω and 4.7 nf) in Series Between the Output

6 Output With 1 kω in Series Between the Output and Analyzer... 7 7 Output With RC Low-Pass Filter (1 kω and 4.7 nf) in Series Between the Output Application Report SLAA313 December 26 Out-of-Band Noise Measurement Issues for Audio Codecs Greg Hupp... Data Acquisition Products ABSTRACT This report discusses the phenomenon of out-of-band noise, and

More information

Design of Efficient Digital Interpolation Filters for Integer Upsampling. Daniel B. Turek

Design of Efficient Digital Interpolation Filters for Integer Upsampling. Daniel B. Turek Design of Efficient Digital Interpolation Filters for Integer Upsampling by Daniel B. Turek Submitted to the Department of Electrical Engineering and Computer Science in partial fulfillment of the requirements

More information

Audio Tone Control Using The TLC074 Operational Amplifier

Audio Tone Control Using The TLC074 Operational Amplifier Application Report SLOA42 - JANUARY Audio Tone Control Using The TLC74 Operational Amplifier Dee Harris Mixed-Signal Products ABSTRACT This application report describes the design and function of a stereo

More information

Resumen de Entrevista: Asociación de Agentes de Aduana del Puerto de Manzanillo

Resumen de Entrevista: Asociación de Agentes de Aduana del Puerto de Manzanillo Resumen de Entrevista: Asociación de Agentes de Aduana del Puerto de Manzanillo 1. To your knowledge, to what extent do customs brokers run into operative inconveniences when it comes to collecting payment

More information

Common-Emitter Amplifier

Common-Emitter Amplifier Common-Emitter Amplifier A. Before We Start As the title of this lab says, this lab is about designing a Common-Emitter Amplifier, and this in this stage of the lab course is premature, in my opinion,

More information

Level 2 Spanish, 2012

Level 2 Spanish, 2012 91148 911480 2SUPERVISOR S Level 2 Spanish, 2012 91148 Demonstrate understanding of a variety of spoken Spanish texts on familiar matters 2.00 pm Tuesday 20 November 2012 Credits: Five Achievement Achievement

More information

HP 8970B Option 020. Service Manual Supplement

HP 8970B Option 020. Service Manual Supplement HP 8970B Option 020 Service Manual Supplement Service Manual Supplement HP 8970B Option 020 HP Part no. 08970-90115 Edition 1 May 1998 UNIX is a registered trademark of AT&T in the USA and other countries.

More information

A comparative study of two models for the seismic analysis of buildings

A comparative study of two models for the seismic analysis of buildings INGENIERÍA E INVESTIGACIÓN VOL. No., DECEMBER 0 (-) A comparative study of two models for the seismic analysis of buildings Estudio comparativo de dos modelos para análisis sísmico de edificios A. Luévanos

More information

Common Emitter BJT Amplifier Design Current Mirror Design

Common Emitter BJT Amplifier Design Current Mirror Design Common Emitter BJT Amplifier Design Current Mirror Design 1 Some Random Observations Conditions for stabilized voltage source biasing Emitter resistance, R E, is needed. Base voltage source will have finite

More information

Adelanto Elementary School District

Adelanto Elementary School District Adelanto Elementary School District Science and Engineering Fair Handbook Superintendent Dr. Edwin Gomez Board of Trustees Debra S. Jones, President Evelyn Glasper, Clerk Teresa Rogers, Member Jayson Hughes,

More information

TEACHING AUTOMATIC CONTROL IN NON-SPECIALIST ENGINEERING SCHOOLS

TEACHING AUTOMATIC CONTROL IN NON-SPECIALIST ENGINEERING SCHOOLS TEACHING AUTOMATIC CONTROL IN NON-SPECIALIST ENGINEERING SCHOOLS J.A.Somolinos 1, R. Morales 2, T.Leo 1, D.Díaz 1 and M.C. Rodríguez 1 1 E.T.S. Ingenieros Navales. Universidad Politécnica de Madrid. Arco

More information

How To Close The Loop On A Fully Differential Op Amp

How To Close The Loop On A Fully Differential Op Amp Application Report SLOA099 - May 2002 Fully Differential Op Amps Made Easy Bruce Carter High Performance Linear ABSTRACT Fully differential op amps may be unfamiliar to some designers. This application

More information

Frequency response. Chapter 1. 1.1 Introduction

Frequency response. Chapter 1. 1.1 Introduction Chapter Frequency response. Introduction The frequency response of a system is a frequency dependent function which expresses how a sinusoidal signal of a given frequency on the system input is transferred

More information

Red de Revistas Científicas de América Latina y el Caribe, España y Portugal. Universidad Autónoma del Estado de México

Red de Revistas Científicas de América Latina y el Caribe, España y Portugal. Universidad Autónoma del Estado de México Journal of Applied Research and Technology Universidad Nacional Autónoma de México jart@aleph.cinstrum.unam.mx ISSN (Versión impresa): 1665-6423 MÉXICO 2003 M. A. Bañuelos Saucedo / J. Castillo Hernández

More information

SECTION 5-5: FREQUENCY TRANSFORMATIONS

SECTION 5-5: FREQUENCY TRANSFORMATIONS ANALOG FILTERS FREQUENCY TRANSFORMATIONS SECTION 55: FREQUENCY TRANSFORMATIONS Until now, only filters using the lowpass configuration have been examined. In this section, transforming the lowpass prototype

More information

LH0091 True RMS to DC Converter

LH0091 True RMS to DC Converter LH0091 True RMS to DC Converter General Description The LH0091 rms to dc converter generates a dc output equal to the rms value of any input per the transfer function E OUT(DC) e 0 1 T T 0 E IN 2 (t) dt

More information

Design of a TL431-Based Controller for a Flyback Converter

Design of a TL431-Based Controller for a Flyback Converter Design of a TL431-Based Controller for a Flyback Converter Dr. John Schönberger Plexim GmbH Technoparkstrasse 1 8005 Zürich 1 Introduction The TL431 is a reference voltage source that is commonly used

More information

ELEN E4810: Digital Signal Processing Topic 8: Filter Design: IIR

ELEN E4810: Digital Signal Processing Topic 8: Filter Design: IIR ELEN E48: Digital Signal Processing Topic 8: Filter Design: IIR. Filter Design Specifications 2. Analog Filter Design 3. Digital Filters from Analog Prototypes . Filter Design Specifications The filter

More information

Chebyshev Filter at 197.12 MHz Frequency for Radar System

Chebyshev Filter at 197.12 MHz Frequency for Radar System IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 78-1676 Volume 5, Issue 1 (Mar. - Apr. 013), PP 8-33 Chebyshev Filter at 197.1 MHz Frequency for Radar System Denny Permana 1,

More information

www.jameco.com 1-800-831-4242

www.jameco.com 1-800-831-4242 Distributed by: www.jameco.com 1-800-831-4242 The content and copyrights of the attached material are the property of its owner. LF411 Low Offset, Low Drift JFET Input Operational Amplifier General Description

More information

Buffer Op Amp to ADC Circuit Collection

Buffer Op Amp to ADC Circuit Collection Application Report SLOA098 March 2002 Buffer Op Amp to ADC Circuit Collection Bruce Carter High Performance Linear Products ABSTRACT This document describes various techniques that interface buffer op

More information

TL082 Wide Bandwidth Dual JFET Input Operational Amplifier

TL082 Wide Bandwidth Dual JFET Input Operational Amplifier TL082 Wide Bandwidth Dual JFET Input Operational Amplifier General Description These devices are low cost high speed dual JFET input operational amplifiers with an internally trimmed input offset voltage

More information

First, we show how to use known design specifications to determine filter order and 3dB cut-off

First, we show how to use known design specifications to determine filter order and 3dB cut-off Butterworth Low-Pass Filters In this article, we describe the commonly-used, n th -order Butterworth low-pass filter. First, we show how to use known design specifications to determine filter order and

More information

Lock - in Amplifier and Applications

Lock - in Amplifier and Applications Lock - in Amplifier and Applications What is a Lock in Amplifier? In a nut shell, what a lock-in amplifier does is measure the amplitude V o of a sinusoidal voltage, V in (t) = V o cos(ω o t) where ω o

More information

Practical Seminar Integration of Renewable Energy Resources using DIgSILENT PowerFactory (Basic V15): Generic Model

Practical Seminar Integration of Renewable Energy Resources using DIgSILENT PowerFactory (Basic V15): Generic Model Practical Seminar Integration of Renewable Energy Resources using DIgSILENT PowerFactory (Basic V15): Generic Model 1. Introduction Santiago de Chile-Chile 19 th - 20 th August 2015 The planning, design,

More information

Chapter 19 Operational Amplifiers

Chapter 19 Operational Amplifiers Chapter 19 Operational Amplifiers The operational amplifier, or op-amp, is a basic building block of modern electronics. Op-amps date back to the early days of vacuum tubes, but they only became common

More information

Nano Stepping Notch Filter Jim Hagerman 02 01 12

Nano Stepping Notch Filter Jim Hagerman 02 01 12 Nano Stepping Notch Filter Jim Hagerman 02 01 12 INTRODUCTION I worked out equations for the von Newman style high power notch filter. This design is tunable over a fairly wide range, but less than an

More information

Making Accurate Voltage Noise and Current Noise Measurements on Operational Amplifiers Down to 0.1Hz

Making Accurate Voltage Noise and Current Noise Measurements on Operational Amplifiers Down to 0.1Hz Author: Don LaFontaine Making Accurate Voltage Noise and Current Noise Measurements on Operational Amplifiers Down to 0.1Hz Abstract Making accurate voltage and current noise measurements on op amps in

More information

ENVIRONMENT: Collaborative Learning Environment

ENVIRONMENT: Collaborative Learning Environment Guía Integrada de Actividades Contexto de la estrategia de aprendizaje a desarrollar en el curso: The activity focuses on the Task Based Language Learning (TBLL). The task is used by the student in order

More information

DESIGN OF ANALOGUE FILTERS USING CYPRESS PSOC

DESIGN OF ANALOGUE FILTERS USING CYPRESS PSOC DESIGN OF ANALOGUE FILTERS USING CYPRESS PSOC 1 DHANABAL R 1, BHARATHI V 2,POLA SAI KUMAR 3,PRANEETH MADHIRA SASI RAMA 4 1 Assistant Professor (Senior Grade),VLSI division,sense, VIT University, 2 Assistant

More information

Transistor Amplifiers

Transistor Amplifiers Physics 3330 Experiment #7 Fall 1999 Transistor Amplifiers Purpose The aim of this experiment is to develop a bipolar transistor amplifier with a voltage gain of minus 25. The amplifier must accept input

More information

AC 2012-3923: MEASUREMENT OF OP-AMP PARAMETERS USING VEC- TOR SIGNAL ANALYZERS IN UNDERGRADUATE LINEAR CIRCUITS LABORATORY

AC 2012-3923: MEASUREMENT OF OP-AMP PARAMETERS USING VEC- TOR SIGNAL ANALYZERS IN UNDERGRADUATE LINEAR CIRCUITS LABORATORY AC 212-3923: MEASUREMENT OF OP-AMP PARAMETERS USING VEC- TOR SIGNAL ANALYZERS IN UNDERGRADUATE LINEAR CIRCUITS LABORATORY Dr. Tooran Emami, U.S. Coast Guard Academy Tooran Emami received her M.S. and Ph.D.

More information

Cursos Generales Complementarios. Universidad del TURABO. Escuela: Ingeniería Grado: Bachillerato

Cursos Generales Complementarios. Universidad del TURABO. Escuela: Ingeniería Grado: Bachillerato Escuela: Ingeniería Grado: Bachillerato CURRÍCULO Créditos: 129 Programa (Título): Ingeniería Industrial y de Gerencia Descripción breve del programa: La ingeniería industrial y de gerencia se enfoca en

More information

INGENIERíA. Scada System for a Power Electronics Laboratory. Sistema SCADA para un laboratorio de electrónica de potencia Y D E S A R R O L L O

INGENIERíA. Scada System for a Power Electronics Laboratory. Sistema SCADA para un laboratorio de electrónica de potencia Y D E S A R R O L L O INGENIERíA Y D E S A R R O L L O Scada System for a Power Electronics Laboratory Sistema SCADA para un laboratorio de electrónica de potencia Alejandro Paz Parra* Carlos Alberto Lozano** Manuel Vicente

More information

Lecture 23: Common Emitter Amplifier Frequency Response. Miller s Theorem.

Lecture 23: Common Emitter Amplifier Frequency Response. Miller s Theorem. Whites, EE 320 ecture 23 Page 1 of 17 ecture 23: Common Emitter mplifier Frequency Response. Miller s Theorem. We ll use the high frequency model for the BJT we developed the previous lecture and compute

More information