AC Analysis. Filters.

Size: px
Start display at page:

Download "AC Analysis. Filters."

Transcription

1 Electrical engineer II - LABORATORY no. 2- Sources: 1. Lucia Dumitriu, Mihai Iordache - "Simularea numerica a circuitelor analogice cu programul Pspice", MatrixROM Andrei Vladimirescu - "Spice", Editura Tehnică Istvan Sztojanov, Sever Pașca - "Ghid practic PSpice", Teora Tutorial PSpice de la University of Texas Arlington, 5. Tutorial PSpice de la Bucknell University, Plot PSpice Data AC Analysis. Filters. What is AC analysis? Spice can be used also for AC analysis (even we speak about one frequency or a frequency domain). To obtain results for DC domain we used the commands ".DC" and ".PRINT DC". For AC we have a similar command ".AC" and ".PRINT AC". Spice computes the frequency answer of linear circuits and of the small signals equivalent circuits. Spice uses for AC analyses the nodal analyses modified in complex domain, such that it operates using phasors. Sources in AC During the last laboratory all sources were DC sources. The syntax for AC domain is similar. In Spice we have the convention that an AC source is a cos(sin) function with known initial phase: The information that should be provided is: x(t)=x max cos(ωt+α). - the name of the source that should stat with letter V or I (for voltage, respectively for current source), 1

2 - the nodes between it is connected; - the maximum value (X max ) and the initial phase (α). Separately, the frequency for all sources is defined using a command of the type ".AC". Examples for defining AC sources: *name nodes_list type value phase (degrees) V1ac 1 0 AC 230V 45 Vba 2 3 AC 240; 0 degrees initial phase I3y 3 4 AC 10.0A -45; -45 degrees initial phase Is1 1 9 AC 35mA; 35 ma at 0 degrees Remark 1. During the lecture/seminar) the used function was: x(t)=x ef 2sin(ωt+α 1 ). Spice, as the American system, uses a cosine function. For equivalence, one can use the known formula: X max =X ef 2 and α=α1 π/2 Anyway, this is not obligatory, since the time variable does not interfere in the AC analysis, and for the value of α one can use the value of variable α1 when we choose the convention corresponding to the sinus shape and not to cosine one. To be similar to the seminar, we ll use from now on the sinus convention. 2. One must specify the type AC when defining the sources because the implicit one is the DC. The phase is measured in degrees. If the phase is not given, it is assumed to be 0. In the previous examples V and A (as unit measures) are optional after the value of the voltage, respectively the current. Circuit elements The resistor is declared the same way as for DC: The linear capacitor in Spice is declared as: The linear coil: R_name N- N+ values_in_ohm C_name N+ N- value_in_farad L_name N- N+ value_in_henri The use of.print AC command In order to use the.print AC command, the command.ac should be activated. 2

3 The.AC command is used to sweep the frequency domain for the given circuit. This corresponds to finding the frequency answer. There are three types to sweep the frequency domain: LIN, DEC and OCT. Examples of.ac commands:.ac LIN 1 50Hz 50Hz.AC LIN ; linear sweep of the domain.ac DEC 20 10Hz 100kHz; decade sweep of the domain The first command performs an analysis for a frequency equal to 50 Hz (we chose the linear domain). Adding the unit measures Hz after the value is optional. The second command sweeps the domain consisting of frequencies 150Hz, 160Hz, 170Hz, 180Hz, 190Hz, 200Hz, 210Hz, 220Hz, 230Hz, 240Hz and 250Hz. The third command sweeps logarithmic the domain using 20 points for a decade for a domain of 4 decades (10Hz-100Hz, 100Hz-1kHz, 1kHz-10kHz and 10kHz-100kHz)..PRINT AC command. To print phasor components (complex numbers) there are 4 expressions corresponding to: - Module (M) - Phase (P) - Real part (R) - Imaginary part (I) Examples:.PRINT AC VM(30,9) VP(30,9); prints the module and the phase of the voltage (V voltage VM the module of the voltage).print AC IR(Rs) II(Rs); real and imaginary part of the current circulating through Rs.PRINT AC VM(13) VP(13) VR(13) VI(13); prints all pieces of information about node 13 To display dome graphs function of frequency, we use the command.probe. To visualize different variations, we use from the menu Trace->Add Trace from which we choose the corresponding quantity or different functions of that quantity (e.g. for phase variations we choose the function P(), for the imaginary part variations we choose the function IMG(), for real part variation we choose R(). ) 3

4 Ex. 1.1: R-L series circuit Single frequency examples R1=10Ω, L1=10mH. We ll compute, the current through this circuit for an input signal Vin, of amplitude 1V and the frequency f=100hz. Fig. 1. R-L series circuit The corresponding program is: R-L serie circuit Vin 1 0 AC 1 R L m.AC LIN PRINT AC I(R1) IP(R1) IR(R1) II(R1).END Ex. 1.2: R-C series circuit R1=10Ω ;C1=100µF. Analyze the circuit at the frequency f=318hz. Fig. 2. R-C series circuit R-C series circuit Vin 1 0 AC 1 R C u.AC LIN PRINT AC I(R1) IP(R1) V(R1) V(C1) 4

5 .END Ex.1.3: R-L-C series circuit The R-L-C series circuit is given in Figure 3. Its behaviour in AC state depends on frequency and we can distinguish 3 situations. a). Voltages resonance (resistive behaviour) Fig. 3 R-L-C series This takes place when U L =U C, so X L =XC. This happens for the frequency: ω = ω 0 = 1/ LC At this frequency the circuit is purely resistive, its impedance being minimum: Z = Z min = R ( X X ) R L C = and the current through the circuit has a maximum value equal to b). Capacitive behaviour I = max U Z min U I max = R For ω=ω1<ω0, we have X C > X L and so U C > U L and the circuit will behave as an R-C equivalent group and will determine a phase shift of the current before the voltage. c). Inductive behaviour For ω=ω2>ω0, we have X L > X C and so U L > UC and the circuit will behave as an R-L equivalent group and will determine a phase shift of the current behind the voltage. R=100Ω, L=25.33mH and C=1μF, the resonance frequency has a value of approx. f0=1000hz. Run the following Spice circuit: Circuit R-L-C series Iin 0 1 AC 1 R L m C 3 0 1u 5

6 RC 3 0 1T.AC LIN PRINT AC V(1) VP(1).PRINT AC V VP V(L) VP(L) V VP.END The program line RC 3 0 1T has been introduced because the current source has an infinite resistance and therefore the nodes 1,2 and 3 would not have an access way to the ground (also try the program without RC variant). The resistance RC=1TΩ introduced in parallel to the capacitor ensures this path without modifying the circuit functioning. Run the above analysis also for f1=500hz and f2=2000hz and compare the results. Also as an exercise, change the power source into a sine source with amplitude 1V. Notice in this case that RC resistance in parallel to C is no longer necessary. Why? Ex. 1.4 Maximum power transfer In DC state the maximum power transfer takes place when the load resistance is equal to inner resistance of the equivalent voltage source. For AC state, both the inner impedance of the equivalent source and the load impedance are complex values. It can be proved that, in this situation, the maximum power transfer takes place if the load impedance and the inner impedance are complex conjugated. Figure 4. Circuit with maximum power transfer For the circuit given in Fig. 4, Vin has the amplitude 10V and the frequency 1kHz and Ri=10Ω and Li=25.33mH. Then, for maximum transfer, Rl=10Ω and Cl=1μF. Why? Run the following example: Maximum power transfer Vin 1 0 AC 10 RI LI M RL CL 4 0 1U 6

7 .AC LIN 1 1K 1K.PRINT AC I(RL) IP(RL).END Notice that I(Rl)=0.5A what gives a total absorbed power of 2.5W. Ex. 2.1 RLC series resonance Examples for frequency domains Let s analyze the RLC circuit given in Figure 5. In this case, the voltages resonance takes place at a frequency: 1 f0 = =999.3Hz 2 π LC Figure 5. R-L-C series circuit We will analyze the circuit behaviour for a frequency range 100Hz - 10kHz. Run the program and follow the steps given below: Series resonance Vin 1 0 AC 1 R L m C 3 0 1u.AC LIN Hz 10kHz.PROBE.END 7

8 1. Run the program Open the PROBE editor 8

9 Select Axis Settings 9

10 2. Select Log as show in the figure 10

11 3. Select Add Trace 4. Select as in the figure 11

12 5. Notice the maximum of I(R) at 1000Hz We ll add the graph of the current phase 12

13 Choose Add Trace Introduce the current phase 13

14 So, we obtains the graphs as in the figure Choose Add Y Axis 14

15 Add the impedance Z(ω)=V(1)/I(R) To see the cursor see the figure above By activating the cursor, establish the value of the impedance ( ) phase for 3 frequencies: f1=500hz, f0=1000hz and f2=2000hz. V (1) Z ω = and of the I( R) 15

16 (Remark: the cursor A1 can be modified using the left mouse button and the cursor A2 with the right button). For f<f0, the circuit has a capacitive behaviour and for f>f0, it has an inductive behaviour. Passive Filters The passive filters, containing only resistors, coils and capacitors, have many applications. The simplest filters can be obtained by placing in series connection a resistor with a capacitor. Low-Pass (LPF) and High-Pass (HPF) Filters In Fig. 2 we actually have a low pass filter if we consider as output the voltage on the capacitor and a high pass filter if we consider as output the voltage on the resistor. We use the following Spice program: Low pass filter Vin 1 0 AC 1 R k C nF.ac dec 10 1hz 1meghz.probe.end Fig. 6. Determination of the LPF band 16

17 Draw the line of value = and denote the frequency of intersection with the graph. This frequency is called cutting frequency. (Remark: cursor A1 is modified using the left button and the cursor A2 with the right button). Figure 7. Cutting frequency On another graph represent the voltage phase on the capacitor, VP(2). Verify using the other cursor that, at cutting frequency, the phase is -45. As an exercise we ask you to analyze in a similar manner the behaviour of the high pass filter (the output on the resistor). Pass Band Filter of Butterworth type The scheme of Butterworth pass band filter is given in Figure 8. Figure 8. Butterworth pass band filter We use the following program: Pass band filter *de tip Butterworth Vin 1 0 ac 1 l u 17

18 c u c u l u r ac dec k 25k.probe.end After running the program display the curve V(3). The pass band is determined by reading the coordinates of the intersection points with the line It results B=2.252kHz. Figure 9. The band corresponding to the pass band filter The scheme is presented in Figure 10. Stop band filter 18

19 Use the following program: Stop band filter Vin 1 0 AC 1 R R C U L M R ac OCT probe.end Figure 10 Stop band filter After running the program display the curve V(2).The cutting frequencies are determined by reading the coordinates corresponding to the intersection points with the curve 0.707*500mV because the amplitude in the pass bands is 500mV. It results f1=58.4hz and f2=61.7hz. Figure 11. Stop band filter 19

20 Problems Find the currents (module and phase) for the following circuits using Spice (for all circuits the frequency f=50hz): Problem 1.1 Given data: L 1 =100/π mh, L 2 =300/π mh, C=500/π μf, R=10Ω, V 1 =20sin(ωt- π/4) [V], V 2 =60sin(ωt+ π/4) [V] Figure 12. Problem 1.1 Problem 1.2 Given data: L1= 200/π mh, L2=100/ π mh, C= 1000/ π μf, R=10Ω, V1=20*sqrt(2)*sin(ωt π/2)[v], V2=20sin(ωt+3 π/4) [V] Figure 13 Problem 1.2 Problem 1.3 Given data: L= 100/ π mh C=250/ π μf, R1=20Ω, R2=10Ω, R3=20Ω, V1=40sin(ωt+ π/4)[v], V2=80sin(ωt+ π/4)[v] 20

21 Conclusions Figure 14 Problem 1.3 In this laboratory we ve analyzed analogue circuits function of frequency. We took into account both the case when this frequency is unique and the case when the frequency is given by a frequency interval. 21

Lab 1: Basic RL and RC DC Circuits

Lab 1: Basic RL and RC DC Circuits Name- Surname: ID: Department: Lab 1: Basic RL and RC DC Circuits Objective In this exercise, the DC steady state response of simple RL and RC circuits is examined. The transient behavior of RC circuits

More information

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

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

More information

EXPERIMENT NUMBER 10 TRANSIENT ANALYSIS USING PSPICE

EXPERIMENT NUMBER 10 TRANSIENT ANALYSIS USING PSPICE EXPERIMENT NUMBER 10 TRANSIENT ANALYSIS USING PSPICE Objective: To learn to use a circuit simulator package for plotting the response of a circuit in the time domain. Preliminary: Revise laboratory 8 to

More information

Class #7: Experiment L & C Circuits: Filters and Energy Revisited

Class #7: Experiment L & C Circuits: Filters and Energy Revisited Class #7: Experiment L & C Circuits: Filters and Energy Revisited In this experiment you will revisit the voltage oscillations of a simple LC circuit. Then you will address circuits made by combining resistors

More information

Electronics and Instrumentation ENGR-4300 Spring 2004 Section Experiment 5 Introduction to AC Steady State

Electronics and Instrumentation ENGR-4300 Spring 2004 Section Experiment 5 Introduction to AC Steady State Experiment 5 Introduction to C Steady State Purpose: This experiment addresses combinations of resistors, capacitors and inductors driven by sinusoidal voltage sources. In addition to the usual simulation

More information

ET 304A Laboratory Tutorial-Circuitmaker For Transient and Frequency Analysis

ET 304A Laboratory Tutorial-Circuitmaker For Transient and Frequency Analysis ET 304A Laboratory Tutorial-Circuitmaker For Transient and Frequency Analysis All circuit simulation packages that use the Pspice engine allow users to do complex analysis that were once impossible to

More information

LRC Circuit PHYS 296 Your name Lab section

LRC Circuit PHYS 296 Your name Lab section LRC Circuit PHYS 296 Your name Lab section PRE-LAB QUIZZES 1. What will we investigate in this lab? 2. Figure 1 on the following page shows an LRC circuit with the resistor of 1 Ω, the capacitor of 33

More information

Study of Inductive and Capacitive Reactance and RLC Resonance

Study of Inductive and Capacitive Reactance and RLC Resonance Objective Study of Inductive and Capacitive Reactance and RLC Resonance To understand how the reactance of inductors and capacitors change with frequency, and how the two can cancel each other to leave

More information

Figure 1a Three small inductors are show what inductors look like. Figure 1b Three large inductors

Figure 1a Three small inductors are show what inductors look like. Figure 1b Three large inductors A Series RLC Circuit This lab will let you learn the characteristics of both amplitude and phase of a series RLC circuit. Theory nductors and Capacitors Resistors (R), inductors (L) and capacitors (C)

More information

The Series RLC Circuit and Resonance

The Series RLC Circuit and Resonance Purpose Theory The Series RLC Circuit and Resonance a. To study the behavior of a series RLC circuit in an AC current. b. To measure the values of the L and C using the impedance method. c. To study the

More information

PHYSICS 221 LAB #6: CAPACITORS AND AC CIRCUITS

PHYSICS 221 LAB #6: CAPACITORS AND AC CIRCUITS Name: Partners: PHYSICS 221 LAB #6: CAPACITORS AND AC CIRCUITS The electricity produced for use in homes and industry is made by rotating coils of wire in a magnetic field, which results in alternating

More information

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

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

More information

Series and Parallel Resonant Circuits

Series and Parallel Resonant Circuits Series and Parallel Resonant Circuits Aim: To obtain the characteristics of series and parallel resonant circuits. Apparatus required: Decade resistance box, Decade inductance box, Decade capacitance box

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

AC CIRCUITS - CAPACITORS AND INDUCTORS

AC CIRCUITS - CAPACITORS AND INDUCTORS EXPRIMENT#8 AC CIRCUITS - CAPACITORS AND INDUCTORS NOTE: Two weeks are allocated for this experiment. Before performing this experiment, review the Proper Oscilloscope Use section of Experiment #7. Objective

More information

Sample Question Paper

Sample Question Paper Scheme G Sample Question Paper Course Name : Electrical Engineering Group Course Code : EE/EP Semester : Third Subject Title : Electrical Circuit and Network 17323 Marks : 100 Time: 3 hrs Instructions:

More information

DEPARTMENT OF ELECTRICAL ENGINEERING. Date: Assistant A2: PSpice 2 PC Pool

DEPARTMENT OF ELECTRICAL ENGINEERING. Date: Assistant A2: PSpice 2 PC Pool University of Applied Sciences Hamburg Group No : DEPARTMENT OF ELECTRICAL ENGINEERING Laboratory for Instrumentation and Measurement L1: in charge of the report PSpice 2 PC Pool Date: Assistant A2: Professor:

More information

Sirindhorn International Institute of Technology Thammasat University

Sirindhorn International Institute of Technology Thammasat University Sirindhorn International Institute of Technology Thammasat University School of Information, Computer and Communication Technology COURSE : ECS 34 Basic Electrical Engineering Lab INSTRUCTOR : Dr. Prapun

More information

TEP. RLC Circuit with Cobra3

TEP. RLC Circuit with Cobra3 RLC Circuit with Cobra3 TEP Related topics Tuned circuit, series-tuned circuit, parallel-tuned circuit, resistance, capacitance, inductance, capacitor, coil, phase displacement, Q-factor, band-width,impedance,

More information

Integrators, differentiators, and simple filters

Integrators, differentiators, and simple filters BEE 233 Laboratory-4 Integrators, differentiators, and simple filters 1. Objectives Analyze and measure characteristics of circuits built with opamps. Design and test circuits with opamps. Plot gain vs.

More information

RLC-circuits with Cobra4 Xpert-Link TEP. 1 2 π L C. f res=

RLC-circuits with Cobra4 Xpert-Link TEP. 1 2 π L C. f res= Related topics Damped and forced oscillations, Kirchhoff s laws, series and parallel tuned circuit, resistance, capacitance, inductance, reactance, impedance, phase displacement, Q-factor, band-width Principle

More information

RLC Circuit with Cobra3

RLC Circuit with Cobra3 RLC Circuit with Cobra3 LEP Related topics Tuned circuit, series-tuned circuit, parallel-tuned circuit, resistance, capacitance, inductance, capacitor, coil, phase displacement, Q-factor, band-width,impedance,

More information

LABORATORY 3: Transient circuits, RC, RL step responses, 2 nd Order Circuits

LABORATORY 3: Transient circuits, RC, RL step responses, 2 nd Order Circuits LABORATORY 3: Transient circuits, RC, RL step responses, nd Order Circuits Note: If your partner is no longer in the class, please talk to the instructor. Material covered: RC circuits Integrators Differentiators

More information

Exercise 1: Series Resonant Circuits

Exercise 1: Series Resonant Circuits Series Resonance AC 2 Fundamentals Exercise 1: Series Resonant Circuits EXERCISE OBJECTIVE When you have completed this exercise, you will be able to compute the resonant frequency, total current, and

More information

Laboratory Exercise 6 THE OSCILLOSCOPE

Laboratory Exercise 6 THE OSCILLOSCOPE Introduction Laboratory Exercise 6 THE OSCILLOSCOPE The aim of this exercise is to introduce you to the oscilloscope (often just called a scope), the most versatile and ubiquitous laboratory measuring

More information

Laboratory Project 1: AC Circuit Measurements and Simulation

Laboratory Project 1: AC Circuit Measurements and Simulation Objectives The purpose of this laboratory project is to introduce to equipment, measurement techniques, and simulations commonly used in C circuit analysis. In this laboratory session, each student will:

More information

AC Circuits. "Look for knowledge not in books but in things themselves." W. Gilbert ( )

AC Circuits. Look for knowledge not in books but in things themselves. W. Gilbert ( ) AC Circuits "Look for knowledge not in books but in things themselves." W. Gilbert (1540-1603) OBJECTIVES To study some circuit elements and a simple AC circuit. THEORY All useful circuits use varying

More information

Lab 4: Analysis of the Stereo Amplifier

Lab 4: Analysis of the Stereo Amplifier ECE 212 Spring 2010 Circuit Analysis II Names: Lab 4: Analysis of the Stereo Amplifier Objectives In this lab exercise you will use the power supply to power the stereo amplifier built in the previous

More information

Lab #2 First Order RC Circuits Week of 27 January 2015

Lab #2 First Order RC Circuits Week of 27 January 2015 ECE214: Electrical Circuits Laboratory Lab #2 First Order RC Circuits Week of 27 January 2015 1 Introduction In this lab you will investigate the magnitude and phase shift that occurs in an RC circuit

More information

1. Hand Calculations (in a manner suitable for submission) For the circuit in Fig. 1 with f = 7.2 khz and a source vin () t 1.

1. Hand Calculations (in a manner suitable for submission) For the circuit in Fig. 1 with f = 7.2 khz and a source vin () t 1. Objectives The purpose of this laboratory project is to introduce to equipment, measurement techniques, and simulations commonly used in AC circuit analysis. In this laboratory session, each student will:

More information

Chapter 4: AC Circuits and Passive Filters

Chapter 4: AC Circuits and Passive Filters Chapter 4: AC Circuits and Passive Filters Learning Objectives: At the end of this topic you will be able to: use V-t, I-t and P-t graphs for resistive loads describe the relationship between rms and peak

More information

Figure AC circuit to be analyzed.

Figure AC circuit to be analyzed. 7.2(1) MULTISIM DEMO 7.2: INTRODUCTION TO AC ANALYSIS In this section, we ll introduce AC Analysis in Multisim. This is perhaps one of the most useful Analyses that Multisim offers, and we ll use it in

More information

RLC-circuits TEP. f res. = 1 2 π L C.

RLC-circuits TEP. f res. = 1 2 π L C. RLC-circuits TEP Keywords Damped and forced oscillations, Kirchhoff s laws, series and parallel tuned circuit, resistance, capacitance, inductance, reactance, impedance, phase displacement, Q-factor, band-width

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

Lab E5: Filters and Complex Impedance

Lab E5: Filters and Complex Impedance E5.1 Lab E5: Filters and Complex Impedance Note: It is strongly recommended that you complete lab E4: Capacitors and the RC Circuit before performing this experiment. Introduction Ohm s law, a well known

More information

Exercise 2: Parallel RLC Circuits

Exercise 2: Parallel RLC Circuits RLC Circuits AC 2 Fundamentals Exercise 2: Parallel RLC Circuits EXERCSE OBJECTVE When you have completed this exercise, you will be able to analyze parallel RLC circuits by using calculations and measurements.

More information

Engineering 3821 Fall Pspice TUTORIAL 1. Prepared by: J. Tobin (Class of 2005) B. Jeyasurya E. Gill

Engineering 3821 Fall Pspice TUTORIAL 1. Prepared by: J. Tobin (Class of 2005) B. Jeyasurya E. Gill Engineering 3821 Fall 2003 Pspice TUTORIAL 1 Prepared by: J. Tobin (Class of 2005) B. Jeyasurya E. Gill 2 INTRODUCTION The PSpice program is a member of the SPICE (Simulation Program with Integrated Circuit

More information

SIDDHARTH GROUP OF INSTITUTIONS :: PUTTUR (AUTONOMOUS) Siddharth Nagar, Narayanavanam Road QUESTION BANK (DESCRIPTIVE) UNIT I INTRODUCTION

SIDDHARTH GROUP OF INSTITUTIONS :: PUTTUR (AUTONOMOUS) Siddharth Nagar, Narayanavanam Road QUESTION BANK (DESCRIPTIVE) UNIT I INTRODUCTION SIDDHARTH GROUP OF INSTITUTIONS :: PUTTUR (AUTONOMOUS) Siddharth Nagar, Narayanavanam Road 517583 QUESTION BANK (DESCRIPTIVE) Subject with Code : Electrical Circuits(16EE201) Year & Sem: I-B.Tech & II-Sem

More information

Lab 9 Frequency Domain

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

More information

2. BAND-PASS NOISE MEASUREMENTS

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

More information

Experiment 2: Transients and Oscillations in RLC Circuits

Experiment 2: Transients and Oscillations in RLC Circuits Experiment 2: Transients and Oscillations in RLC Circuits Will Chemelewski Partner: Brian Enders TA: Nielsen See laboratory book #1 pages 5-7, data taken September 1, 2009 September 7, 2009 Abstract Transient

More information

Chapter 30 Inductance, Electromagnetic. Copyright 2009 Pearson Education, Inc.

Chapter 30 Inductance, Electromagnetic. Copyright 2009 Pearson Education, Inc. Chapter 30 Inductance, Electromagnetic Oscillations, and AC Circuits 30-7 AC Circuits with AC Source Resistors, capacitors, and inductors have different phase relationships between current and voltage

More information

ECE212H1F University of Toronto 2017 EXPERIMENT #4 FIRST AND SECOND ORDER CIRCUITS ECE212H1F

ECE212H1F University of Toronto 2017 EXPERIMENT #4 FIRST AND SECOND ORDER CIRCUITS ECE212H1F ECE212H1F University of Toronto 2017 EXPERIMENT #4 FIRST AND SECOND ORDER CIRCUITS ECE212H1F OBJECTIVES: To study the voltage-current relationship for a capacitor. To study the step responses of a series

More information

Electric Circuit Fall 2017 Lab10. LABORATORY 10 RLC Circuits. Guide. Figure 1: Voltage and current in an AC circuit.

Electric Circuit Fall 2017 Lab10. LABORATORY 10 RLC Circuits. Guide. Figure 1: Voltage and current in an AC circuit. LABORATORY 10 RLC Circuits Guide Introduction RLC circuit When an AC signal is input to a RLC circuit, voltage across each element varies as a function of time. The voltage will oscillate with a frequency

More information

Chapter 6: Alternating Current. An alternating current is an current that reverses its direction at regular intervals.

Chapter 6: Alternating Current. An alternating current is an current that reverses its direction at regular intervals. Chapter 6: Alternating Current An alternating current is an current that reverses its direction at regular intervals. Overview Alternating Current Phasor Diagram Sinusoidal Waveform A.C. Through a Resistor

More information

AC CURRENTS, VOLTAGES, FILTERS, and RESONANCE

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

More information

EXPERIMENT FREQUENCY RESPONSE OF AC CIRCUITS. Structure. 8.1 Introduction Objectives

EXPERIMENT FREQUENCY RESPONSE OF AC CIRCUITS. Structure. 8.1 Introduction Objectives EXPERIMENT 8 FREQUENCY RESPONSE OF AC CIRCUITS Frequency Response of AC Circuits Structure 81 Introduction Objectives 8 Characteristics of a Series-LCR Circuit 83 Frequency Responses of a Resistor, an

More information

EXPERIMENT 8: LRC CIRCUITS

EXPERIMENT 8: LRC CIRCUITS EXPERIMENT 8: LRC CIRCUITS Equipment List S 1 BK Precision 4011 or 4011A 5 MHz Function Generator OS BK 2120B Dual Channel Oscilloscope V 1 BK 388B Multimeter L 1 Leeds & Northrup #1532 100 mh Inductor

More information

Experiment 9 AC Circuits

Experiment 9 AC Circuits Experiment 9 AC Circuits "Look for knowledge not in books but in things themselves." W. Gilbert (1540-1603) OBJECTIVES To study some circuit elements and a simple AC circuit. THEORY All useful circuits

More information

Experiment Guide: RC/RLC Filters and LabVIEW

Experiment Guide: RC/RLC Filters and LabVIEW Description and ackground Experiment Guide: RC/RLC Filters and LabIEW In this lab you will (a) manipulate instruments manually to determine the input-output characteristics of an RC filter, and then (b)

More information

FREQUENCY RESPONSE AND PASSIVE FILTERS LABORATORY

FREQUENCY RESPONSE AND PASSIVE FILTERS LABORATORY FREQUENCY RESPONSE AND PASSIVE FILTERS LABORATORY In this experiment we will analytically determine and measure the frequency response of networks containing resistors, AC source/sources, and energy storage

More information

EECS40 RLC Lab guide

EECS40 RLC Lab guide EECS40 RLC Lab guide Introduction Second-Order Circuits Second order circuits have both inductor and capacitor components, which produce one or more resonant frequencies, ω0. In general, a differential

More information

H represents the value of the transfer function (frequency response) at

H represents the value of the transfer function (frequency response) at Measurements in Electronics and Telecommunication - Laboratory 4 1 Laboratory 4 Measurements of frequency response Purpose: Measuring the cut-off frequency of a filter. The representation of frequency

More information

CHAPTER 9. Sinusoidal Steady-State Analysis

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

More information

Experiment P45: LRC Circuit (Power Amplifier, Voltage Sensor)

Experiment P45: LRC Circuit (Power Amplifier, Voltage Sensor) PASCO scientific Vol. 2 Physics Lab Manual: P45-1 Experiment P45: (Power Amplifier, Voltage Sensor) Concept Time SW Interface Macintosh file Windows file circuits 30 m 700 P45 P45_LRCC.SWS EQUIPMENT NEEDED

More information

ELECTRICAL CIRCUITS LABORATORY MANUAL (II SEMESTER)

ELECTRICAL CIRCUITS LABORATORY MANUAL (II SEMESTER) ELECTRICAL CIRCUITS LABORATORY MANUAL (II SEMESTER) LIST OF EXPERIMENTS. Verification of Ohm s laws and Kirchhoff s laws. 2. Verification of Thevenin s and Norton s Theorem. 3. Verification of Superposition

More information

ENG 100 Lab #2 Passive First-Order Filter Circuits

ENG 100 Lab #2 Passive First-Order Filter Circuits ENG 100 Lab #2 Passive First-Order Filter Circuits In Lab #2, you will construct simple 1 st -order RL and RC filter circuits and investigate their frequency responses (amplitude and phase responses).

More information

Welcome to your second Electronics Laboratory Session. In this session you will learn about how to use resistors, capacitors and inductors to make

Welcome to your second Electronics Laboratory Session. In this session you will learn about how to use resistors, capacitors and inductors to make Welcome to your second Electronics Laboratory Session. In this session you will learn about how to use resistors, capacitors and inductors to make simple circuits. You will find out how these circuits

More information

Experiment 8 Frequency Response

Experiment 8 Frequency Response Experiment 8 Frequency Response W.T. Yeung, R.A. Cortina, and R.T. Howe UC Berkeley EE 105 Spring 2005 1.0 Objective This lab will introduce the student to frequency response of circuits. The student will

More information

AC CIRCUITS. Part 1: Inductance of a Coil. THEORY: If the current in a resistor R, a capacitor C, and/or an inductor L is given by:

AC CIRCUITS. Part 1: Inductance of a Coil. THEORY: If the current in a resistor R, a capacitor C, and/or an inductor L is given by: AC CIRCUITS OBJECTIVE: To study the effect of alternating currents on various electrical quantities in circuits containing resistors, capacitors and inductors. Part 1: Inductance of a Coil THEORY: If the

More information

Lecture 16 Date: Frequency Response (Contd.)

Lecture 16 Date: Frequency Response (Contd.) Lecture 16 Date: 03.10.2017 Frequency Response (Contd.) Bode Plot (contd.) Bode Plot (contd.) Bode Plot (contd.) not every transfer function has all seven factors. To sketch the Bode plots for a generic

More information

ECE 201 LAB 6 INTRODUCTION TO SPICE/PSPICE

ECE 201 LAB 6 INTRODUCTION TO SPICE/PSPICE Version 1.1 1 of 33 BEFORE YOU BEGIN PREREQUISITE LABS Resistive Circuits EXPECTED KNOWLEDGE ECE 201 LAB 6 INTRODUCTION TO SPICE/PSPICE Ohm's Law: v = ir Node Voltage and Mesh Current Methods of Circuit

More information

Chapter 19. Basic Filters

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

More information

EE2210 Laboratory Project 1 Fall 2013 Function Generator and Oscilloscope

EE2210 Laboratory Project 1 Fall 2013 Function Generator and Oscilloscope EE2210 Laboratory Project 1 Fall 2013 Function Generator and Oscilloscope For students to become more familiar with oscilloscopes and function generators. Pre laboratory Work Read the TDS 210 Oscilloscope

More information

EXPERIMENT NUMBER 8 Introduction to Active Filters

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

More information

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

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

More information

AC Circuits INTRODUCTION DISCUSSION OF PRINCIPLES. Resistance in an AC Circuit

AC Circuits INTRODUCTION DISCUSSION OF PRINCIPLES. Resistance in an AC Circuit AC Circuits INTRODUCTION The study of alternating current 1 (AC) in physics is very important as it has practical applications in our daily lives. As the name implies, the current and voltage change directions

More information

PSpice Simulation. The target of computer-aided analysis is to determine the circuit currents and voltages everywhere in the circuit.

PSpice Simulation. The target of computer-aided analysis is to determine the circuit currents and voltages everywhere in the circuit. PSpice Simulation The target of computer-aided analysis is to determine the circuit currents and voltages everywhere in the circuit. For PSpice, the circuit is described by a text file called the netlist.

More information

Chapter 33. Alternating Current Circuits

Chapter 33. Alternating Current Circuits Chapter 33 Alternating Current Circuits Alternating Current Circuits Electrical appliances in the house use alternating current (AC) circuits. If an AC source applies an alternating voltage to a series

More information

Paper-1 (Circuit Analysis) UNIT-I

Paper-1 (Circuit Analysis) UNIT-I Paper-1 (Circuit Analysis) UNIT-I AC Fundamentals & Kirchhoff s Current and Voltage Laws 1. Explain how a sinusoidal signal can be generated and give the significance of each term in the equation? 2. Define

More information

KINGS COLLEGE OF ENGINEERING DEPARTMENT OF ELECTRICAL AND ELECTRONICS ENGINEERING QUESTION BANK UNIT I BASIC CIRCUITS ANALYSIS PART A (2-MARKS)

KINGS COLLEGE OF ENGINEERING DEPARTMENT OF ELECTRICAL AND ELECTRONICS ENGINEERING QUESTION BANK UNIT I BASIC CIRCUITS ANALYSIS PART A (2-MARKS) KINGS COLLEGE OF ENGINEERING DEPARTMENT OF ELECTRICAL AND ELECTRONICS ENGINEERING QUESTION BANK YEAR / SEM : I / II SUBJECT CODE & NAME : EE 1151 CIRCUIT THEORY UNIT I BASIC CIRCUITS ANALYSIS PART A (2-MARKS)

More information

Lab 2: Linear and Nonlinear Circuit Elements and Networks

Lab 2: Linear and Nonlinear Circuit Elements and Networks OPTI 380B Intermediate Optics Laboratory Lab 2: Linear and Nonlinear Circuit Elements and Networks Objectives: Lean how to use: Function of an oscilloscope probe. Characterization of capacitors and inductors

More information

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

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

More information

Question Paper Profile

Question Paper Profile I Scheme Question Paper Profile Program Name : Electrical Engineering Program Group Program Code : EE/EP/EU Semester : Third Course Title : Electrical Circuits Max. Marks : 70 Time: 3 Hrs. Instructions:

More information

EE 2274 RC and Op Amp Circuit Completed Prior to Coming to Lab. Prelab Part I: RC Circuit

EE 2274 RC and Op Amp Circuit Completed Prior to Coming to Lab. Prelab Part I: RC Circuit EE 2274 RC and Op Amp Circuit Completed Prior to Coming to Lab Prelab Part I: RC Circuit 1. Design a high pass filter (Fig. 1) which has a break point f b = 1 khz at 3dB below the midband level (the -3dB

More information

STATION NUMBER: LAB SECTION: Filters. LAB 6: Filters ELECTRICAL ENGINEERING 43/100 INTRODUCTION TO MICROELECTRONIC CIRCUITS

STATION NUMBER: LAB SECTION: Filters. LAB 6: Filters ELECTRICAL ENGINEERING 43/100 INTRODUCTION TO MICROELECTRONIC CIRCUITS Lab 6: Filters YOUR EE43/100 NAME: Spring 2013 YOUR PARTNER S NAME: YOUR SID: YOUR PARTNER S SID: STATION NUMBER: LAB SECTION: Filters LAB 6: Filters Pre- Lab GSI Sign- Off: Pre- Lab: /40 Lab: /60 Total:

More information

Electromagnetic Oscillations and Currents. March 23, 2014 Chapter 30 1

Electromagnetic Oscillations and Currents. March 23, 2014 Chapter 30 1 Electromagnetic Oscillations and Currents March 23, 2014 Chapter 30 1 Driven LC Circuit! The voltage V can be thought of as the projection of the vertical axis of the phasor V m representing the time-varying

More information

The Tuned Circuit. Aim of the experiment. Circuit. Equipment and components. Display of a decaying oscillation. Dependence of L, C and R.

The Tuned Circuit. Aim of the experiment. Circuit. Equipment and components. Display of a decaying oscillation. Dependence of L, C and R. The Tuned Circuit Aim of the experiment Display of a decaying oscillation. Dependence of L, C and R. Circuit Equipment and components 1 Rastered socket panel 1 Resistor R 1 = 10 Ω, 1 Resistor R 2 = 1 kω

More information

ENGR4300 Test 3A Fall 2002

ENGR4300 Test 3A Fall 2002 1. 555 Timer (20 points) Figure 1: 555 Timer Circuit For the 555 timer circuit in Figure 1, find the following values for R1 = 1K, R2 = 2K, C1 = 0.1uF. Show all work. a) (4 points) T1: b) (4 points) T2:

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

Class XII Chapter 7 Alternating Current Physics

Class XII Chapter 7 Alternating Current Physics Question 7.1: A 100 Ω resistor is connected to a 220 V, 50 Hz ac supply. (a) What is the rms value of current in the circuit? (b) What is the net power consumed over a full cycle? Resistance of the resistor,

More information

RLC Frequency Response

RLC Frequency Response 1. Introduction RLC Frequency Response The student will analyze the frequency response of an RLC circuit excited by a sinusoid. Amplitude and phase shift of circuit components will be analyzed at different

More information

LABORATORY 4. Palomar College ENGR210 Spring 2017 ASSIGNED: 3/21/17

LABORATORY 4. Palomar College ENGR210 Spring 2017 ASSIGNED: 3/21/17 LABORATORY 4 ASSIGNED: 3/21/17 OBJECTIVE: The purpose of this lab is to evaluate the transient and steady-state circuit response of first order and second order circuits. MINIMUM EQUIPMENT LIST: You will

More information

RLC-circuits with Cobra4 Xpert-Link

RLC-circuits with Cobra4 Xpert-Link Student's Sheet RLC-circuits with Cobra4 Xpert-Link (Item No.: P2440664) Curricular Relevance Area of Expertise: Physics Subtopic: Inductance, Electromagnetic Oscillations, AC Circuits Topic: Electricity

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

Lab E5: Filters and Complex Impedance

Lab E5: Filters and Complex Impedance E5.1 Lab E5: Filters and Complex Impedance Note: It is strongly recommended that you complete lab E4: Capacitors and the RC Circuit before performing this experiment. Introduction Ohm s law, a well known

More information

Advanced Circuits Topics Part 2 by Dr. Colton (Fall 2017)

Advanced Circuits Topics Part 2 by Dr. Colton (Fall 2017) Part 2: Some Possibly New Things Advanced Circuits Topics Part 2 by Dr. Colton (Fall 2017) These are some topics that you may or may not have learned in Physics 220 and/or 145. This handout continues where

More information

Non-ideal Behavior of Electronic Components at High Frequencies and Associated Measurement Problems

Non-ideal Behavior of Electronic Components at High Frequencies and Associated Measurement Problems Nonideal Behavior of Electronic Components at High Frequencies and Associated Measurement Problems Matthew Beckler beck0778@umn.edu EE30 Lab Section 008 October 27, 2006 Abstract In the world of electronics,

More information

Student s Book Jowaheer Consulting and Technologies, R Atkins & E van der Merwe

Student s Book Jowaheer Consulting and Technologies, R Atkins & E van der Merwe N5 Industrial Electronics Student s Book Jowaheer Consulting and Technologies, R Atkins & E van der Merwe Industrial Electronics N5 Student s Book Jowaheer Consulting and Technologies, R Atkins & E van

More information

Filters And Waveform Shaping

Filters And Waveform Shaping Physics 3330 Experiment #3 Fall 2001 Purpose Filters And Waveform Shaping The aim of this experiment is to study the frequency filtering properties of passive (R, C, and L) circuits for sine waves, and

More information

SIMULATION OF A SERIES RESONANT CIRCUIT ECE562: Power Electronics I COLORADO STATE UNIVERSITY. Modified in Fall 2011

SIMULATION OF A SERIES RESONANT CIRCUIT ECE562: Power Electronics I COLORADO STATE UNIVERSITY. Modified in Fall 2011 SIMULATION OF A SERIES RESONANT CIRCUIT ECE562: Power Electronics I COLORADO STATE UNIVERSITY Modified in Fall 2011 ECE 562 Series Resonant Circuit (NL5 Simulation) Page 1 PURPOSE: The purpose of this

More information

EE-2302 Passive Filters and Frequency Response

EE-2302 Passive Filters and Frequency Response EE2302 Passive Filters and Frequency esponse Objective he student should become acquainted with simple passive filters for performing highpass, lowpass, and bandpass operations. he experimental tasks also

More information

Questions Bank of Electrical Circuits

Questions Bank of Electrical Circuits Questions Bank of Electrical Circuits 1. If a 100 resistor and a 60 XL are in series with a 115V applied voltage, what is the circuit impedance? 2. A 50 XC and a 60 resistance are in series across a 110V

More information

Lab 5 Second Order Transient Response of Circuits

Lab 5 Second Order Transient Response of Circuits Lab 5 Second Order Transient Response of Circuits Lab Performed on November 5, 2008 by Nicole Kato, Ryan Carmichael, and Ti Wu Report by Ryan Carmichael and Nicole Kato E11 Laboratory Report Submitted

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

An Introductory Guide to Circuit Simulation using NI Multisim 12

An Introductory Guide to Circuit Simulation using NI Multisim 12 School of Engineering and Technology An Introductory Guide to Circuit Simulation using NI Multisim 12 This booklet belongs to: This document provides a brief overview and introductory tutorial for circuit

More information

Lab 3: AC Low pass filters (version 1.3)

Lab 3: AC Low pass filters (version 1.3) Lab 3: AC Low pass filters (version 1.3) WARNING: Use electrical test equipment with care! Always double-check connections before applying power. Look for short circuits, which can quickly destroy expensive

More information

Resonance. Resonance curve.

Resonance. Resonance curve. Resonance This chapter will introduce the very important resonant (or tuned) circuit, which is fundamental to the operation of a wide variety of electrical and electronic systems in use today. The resonant

More information

Resonant Frequency of the LRC Circuit (Power Output, Voltage Sensor)

Resonant Frequency of the LRC Circuit (Power Output, Voltage Sensor) 72 Resonant Frequency of the LRC Circuit (Power Output, Voltage Sensor) Equipment List Qty Items Part Numbers 1 PASCO 750 Interface 1 Voltage Sensor CI-6503 1 AC/DC Electronics Laboratory EM-8656 2 Banana

More information

Boise State University Department of Electrical and Computer Engineering ECE 212L Circuit Analysis and Design Lab

Boise State University Department of Electrical and Computer Engineering ECE 212L Circuit Analysis and Design Lab Objecties Boise State Uniersity Department of Electrical and Computer Engineering ECE 22L Circuit Analysis and Design Lab Experiment #2: Sinusoidal Steady State and Resonant Circuits The objecties of this

More information