Basic Analog Circuits

Size: px
Start display at page:

Download "Basic Analog Circuits"

Transcription

1 Basic Analog Circuits Overview This tutorial is part of the National Instruments Measurement Fundamentals series. Each tutorial in this series, will teach you a specific topic of common measurement applications, by explaining the theory and giving practical examples. This tutorial introduces and explains the basic fundamentals of analog circuits. Table of Contents 1. Ohm's Law and Basic Analog Circuit Concepts 2. Capacitance Calculations 3. Inductance Calculations 4. Analog Amplifier Circuits 5. Analog RC Filters 6. Relevant NI Products Ohm's Law and Basic Analog Circuit Concepts Resistance: Resistance can be defined as the characteristic of a medium that opposes flow of current through itself. The unit of resistance is Ohms which is represented by the Greek letter Ω (Omega). The power value associated with resistance is quantified as the amount of power that the resistor can dissipate as heat without overheating itself. The current I through the resistor R is defined as: I = V/R V = I * R or R = V/I For a 1 Mega ohm resistance, the current resulting from the application of 10V would be 10 micro-amperes. Figure 1: Simple Representation of Ohm's Law

2 Ohm s law is the fundamental equation that describes the above relationship between Voltage potential, the current flowing in the circuit, and the resistance of a circuit. The power dissipated in a load resistance R is defined as the product of the current and the voltage. Other relationships for power can be easily derived from this by applying Ohm s law and substituting. The power P dissipated in R is defined as: P = I * V P = V 2 /R or P = I 2 * R To calculate the value of resistance that will result in 10 Watts with 10V applied to it, we remember that P = V 2 /R. Transposing, R = V 2 /P. The resistance is 100/10, or 10 ohms. So 10V applied to 10 ohms will yield 10 Watts. Interesting! Any time two of the parameters (V, R, or P) are numerically the same, the third one will be the same. A common way to measure resistance is by using a Digital Multimeter (DMM). Note: The power dissipation P is what sets the limit for how much voltage can be applied to the 50 ohm input of a digitizer. From the equations, we see that 10V into 50 ohms will require the digitizer s input load to dissipate 2 watts. If you are running 2 channels, that s 4 watts. This amount of power dissipation is definitely something that can t be ignored. Also notice that because of the square law effect, if you double that voltage into the digitizer, the power it must dissipate will QUADRUPLE. Voltage Divider Calculation: When two resistors are connected in a series configuration, they must share the applied voltage and the same current flows through both of them. Figure 2: Voltage Divider Circuit Example The formula used to calculate the applied voltage is: E1 = I * R1 (E1 = Voltage drop across R1) E2 = I * R2 (E2 = Voltage drop across R2) I = E / Req where Req = R1 + R2 E = E1 + E2 E = I * (R1 +R2)

3 To calculate the voltage across R2: E2 = R2 * I E2 = R2 * (E/Req) E2 = R2 * [E/(R1 + R2)] E2 = E * [R2 / (R1 + R2)] Note: Voltage divider is described by the equation above. Current Divider Calculation: When two resistors are connected in parallel configuration, the same voltage is across each of them. The amount of current flowing through them depends on the value of the resistances. Figure 3: Current Divider Circuit Example The above figure depicts two resistors in a parallel configuration. I = I1 + I2 E = I1 * R1 E = I2 * R2 I = (E/R1) + (E/R2) I = E [(1/R1) + (1/R2)] Since E = I * Req Req = (1/R1) + (1/R2) = [(R1 * R2)/(R1 + R2)] Note: Digital multimeters (DMMs) are the most common measurement devices found in automated test systems. DMMs are usually simple to use and are often low-cost instruments. Generally, DMMs have built-in conditioning that provides: a) High resolution (commonly measured in digits) b) Multiple measurements (volts, current, resistance, etc) c) Isolation and high voltage capabilities.

4 Capacitance Calculations Capacitors store energy in the form of electrical charge. Amount of charge that the capacitor can hold depends on the area of the two plates in the figure above and the distance between them. Large plates with a small distance between them have a higher capacity to hold charge. The electric field between the plates of a capacitor resists changes in applied voltage. Capacitors decrease their resistance with frequency. Figure 4: Capacitance Circuit Example Reading Capacitor Values: The unit of capacitance is Farad which is represented by the letter F. The formula to calculate capacitance is: C = Q/V Where, C = Capacitance in farads Q = Accumulated Charge in Coulombs V = Voltage difference between the plates Series configuration: Figure 5: Series Capacitor Configuration The above configuration represents two capacitors in series.

5 Since the capacitance of a capacitor is inversely proportional to the distance between the plates, the total capacitance CT of any number of capacitances can be calculated by the following: (1/CT) = (1/C1) + (1/C2) + (1/C3) +. For two capacitors connected in series, C1 = Q/V1 C2 = Q/V2 V1 = Q/C1 V2 = Q/C2 V = V1 + V2 V = (Q/C1) + (Q/C2) = Q * [(1/C1) + (1/C2)] V = Q/Ceq Ceq = 1 / [(1/C1) + (1/C2)] Ceq = [(C1 * C2) / (C1+C2)] Parallel Configuration: Figure 6: Parallel Capacitor Configuration Each capacitor charges to the same applied voltage. Total capacitance equals the sum of the individual capacitances of the capacitors. The formula used to calculate the capacitance is below: Q1 = C1 * V Q2 = C2 * V Q = Q1 + Q2 Q = V * (C1 + C2) Ceq = C1 + C2 Inductance Calculations Inductance is defined as the amount of voltage dropped across the inductor for a given rate of change of current flowing through it. Inductors increase their resistance with frequency. The unit of inductance is Henry which is represented by the letter H.

6 Series Configuration: Figure 7: Series Inductor Configuration The Figure 7 above is a series configuration of two inductors. When two inductors are connected in series as shown above then their total inductance equals the sum of individual inductances. L1 = E (di/dt) L2 = E (di/dt) LT = L1 + L2 Where di/dt is the change of current over time. However, in the real world if we consider mutual inductance where magnetic field of each inductor affects the other coil then the total inductance can be calculated using the formula below: LT = L1 + L2 +/- 2M Where, M is the mutual inductance between the two coils. Parallel Configuration: Figure 8: Parallel Inductor Configuration The Figure 8 above is a parallel configuration of two inductors. When two inductors are connected in parallel configuration, mutual inductance needs to be considered. Also, mutual inductance will be either added or subtracted from the self-inductance of each coil since current has two paths to flow in.

7 The total inductance can be calculated using the formula below: (1/LT) = [1 / (L1 +/- M)] + [1 / (L2 +/- M)] The NI PXI-4072 FlexDMM and LCR Meter brings digital multimeters one step closer to providing universal measurement capability by offering engineers the 20 most common automated test measurements, including voltage, current, capacitance, inductance, temperature and resistance. Impedance: Impedance Z is generally defined as the total opposition a device or circuit offers to the flow of an alternating current AC at a given frequency. Its value is equal to the ratio between the voltage and the current over an element of a circuit. Therefore, the unit of impedance is Ohm Ω. Impedance is represented as a complex quantity which is graphically shown on a vector plane. An impedance vector consists of a real part (resistance, R) and an imaginary part (reactance, X). Impedance can be expressed using the rectangular coordinate form R + jx or in the polar form as a magnitude and phase angle: Z. Admittance: Admittance Y is the reciprocal of impedance. It is also a complex quantity: real part is called conductance ( C ) and the imaginary part is called susceptance ( B ). The unit of admittance is Siemens (S) Y = G + jb Where, Y is admittance; G represents conductance and B susceptance. Analog Amplifier Circuits The Figure 9 below is a basic op-amp model that consists of three basic stages of an op-amp: Figure 9: Basic Operational Amplifier (Op-Amp) Model

8 1) Differential Amplifier: An amplifier whose output is proportional to the difference between the input signals. 2) Gain/Frequency Response: A filter changes the amplitude or phase characteristics of a signal with respect to frequency. The frequency domain behavior of a filter is mathematically described in terms of a transfer function or a network function. The transfer function H(s) is described as a ratio between output and input signals. H(s) = Vout(s) / Vin(s) Where, Vout(s) and Vin(s) are the output and input voltage signals and s is the complex frequency variable. The magnitude of transfer function is called amplitude response or frequency response especially in radio applications. 3) Output Buffer Inverting Amplifier: An Inverting is as simple as it sounds, it simply reverses the polarity of the input signal. For example, if the voltage going into the amplifer is positive, it is negative when it comes out. Figure 10: Basic Inverting Amplifier Calculating the gain of an inverting amplifier: (Vs V1)/R1 = (V Vo)/R2 Since V1 = V = 0 (Virtual ground) Vs/R1 = -Vo/R2 Gain = Vo/Vs = -R2/R1 Non-Inverting Amplifier: The gain of the amplifer is determined by the ratio of R1 and R2. Figure 11: Basic Non-Inverting Amplifier

9 Calculating the gain of a non-inverting amplifier: VoR1 = (VsR1 +VsR2) (Vo Vs) R1 = VsR2 [(Vo/Vs) 1] = (R2/R1) Gain 1 = (R2/R1) Gain = 1 + (R2/R1) Where Gain = Vo/Vs Note: All the Data Acquisition (DAQ) products offered by National Instruments have built-in amplifiers. Analog RC Filters RC Low Pass Filter: A common circuit to attenuate high-frequency components in an analog signal is the RC Low Pass Filter. Examine the diagram below, where Vin is the applied voltage and the voltage Vout across C1 is the output. Figure 12: Simple RC Low Pass Filter The RC Low Pass Filter passes low frequency and DC signals to the output, but blocks out high frequency signals. This could be either desirable or undesirable. You get the equivalent of this circuit even when you do not expect it. For example, C could be the input capacitance of a Digital Multimeter(DMM), Digitizer, etc. R in this example might be the source resistance of the device under test (DUT). The DUT has to charge and discharge C as the signal varies. As the variation increases in frequency, the impedance of C eventually becomes lower than R and starts to attenuate the signal. The frequency where the value of Vout is at of Vin, is defined as the 3dB frequency or the half-power point, because the output is down 3dB of the input signal at that point. Single-Pole RC Low Pass t = R * C f 3dB = 1/(2pt)

10 RC High Pass Filter: A circuit that attenuates low-frequency components in an analog signal is called a RC High Pass Filter. Notice that the circuit is similar to the one above, but Vout is now measured across R1. Figure 13: Simple RC High Pass Filter A very important typical application of this circuit is in the input coupling circuits of a Digitizer or Digital Multimeter (DMM). With the capacitor in, it is AC Coupled. With the capacitor shorted, it would be DC Coupled. Note: Low pass and High pass filters are also used in Dynamic Signal Acquisition (DSA) devices Relevant NI Products Customers interested in this topic were also interested in the following NI products: LabVIEW NI-4072 FlexDMM and LCR Meter Data Acquisition (DAQ) Signal Conditioning 2010 National Instruments Corporation. All rights reserved.

Lesson number one. Operational Amplifier Basics

Lesson number one. Operational Amplifier Basics What About Lesson number one Operational Amplifier Basics As well as resistors and capacitors, Operational Amplifiers, or Op-amps as they are more commonly called, are one of the basic building blocks

More information

Chapter 11. Alternating Current

Chapter 11. Alternating Current Unit-2 ECE131 BEEE Chapter 11 Alternating Current Objectives After completing this chapter, you will be able to: Describe how an AC voltage is produced with an AC generator (alternator) Define alternation,

More information

Roeback s Final Project_EECT111

Roeback s Final Project_EECT111 Roeback s Final Project_EECT111 1 Using MultiSim, Excel and hand calculations create a set of notes that show how to: 1.) Combine multiple resistors in series and parallel. 2.) By example calculate RT,

More information

ECE 241L Fundamentals of Electrical Engineering. Experiment 8 A-C Transformer, Magnetization & Hysteresis

ECE 241L Fundamentals of Electrical Engineering. Experiment 8 A-C Transformer, Magnetization & Hysteresis ECE 241L Fundamentals of Electrical Engineering Experiment 8 A-C Transformer, Magnetization & Hysteresis A. Objectives: I. Measure leakage inductance and resistance loss II. Measure magnetization inductance

More information

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

Review 6. unlike poles cause the magnets to attract. like poles cause the magnets to repel.

Review 6. unlike poles cause the magnets to attract. like poles cause the magnets to repel. Review 6 1. The two characteristics of all magnets are: they attract and hold Iron, and, if free to move, they will assume roughly a south - north position. 2. Lines of flux always leave the north pole

More information

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

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

More information

Impedance, Resonance, and Filters. Al Penney VO1NO

Impedance, Resonance, and Filters. Al Penney VO1NO Impedance, Resonance, and Filters A Quick Review Before discussing Impedance, we must first understand capacitive and inductive reactance. Reactance Reactance is the opposition to the flow of Alternating

More information

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

UNIVERSITY OF NORTH CAROLINA AT CHARLOTTE Department of Electrical and Computer Engineering UNIVERSITY OF NORTH CAROLINA AT CHARLOTTE Department of Electrical and Computer Engineering EXPERIMENT 2 BASIC CIRCUIT ELEMENTS OBJECTIVES The purpose of this experiment is to familiarize the student with

More information

Low Pass Filter Introduction

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

More information

Impedance, Resonance, and Filters. Al Penney VO1NO

Impedance, Resonance, and Filters. Al Penney VO1NO Impedance, Resonance, and Filters Al Penney VO1NO A Quick Review Before discussing Impedance, we must first understand capacitive and inductive reactance. Reactance Reactance is the opposition to the flow

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

N I N LI I. I t. (Note how L is independent of the current I.)

N I N LI I. I t. (Note how L is independent of the current I.) UNIT- IV MAGNETICALLY COUPLED CIRCUITS Magnetically Coupled Circuits: Self inductance - Mutual inductance - Dot rule - Coefficient of coupling - Analysis of multi winding coupled circuits - Series, Parallel

More information

Control System Circuits with Opamps

Control System Circuits with Opamps Control System Circuits with Opamps 27.04.2009 Purpose To introduce opamps, transistors and their usage To apply a control system with analog circuit elements. Difference Amplifier Figure 1 Basic Difference

More information

EE42: Running Checklist of Electronics Terms Dick White

EE42: Running Checklist of Electronics Terms Dick White EE42: Running Checklist of Electronics Terms 14.02.05 Dick White Terms are listed roughly in order of their introduction. Most definitions can be found in your text. Terms2 TERM Charge, current, voltage,

More information

Lesson 3: Electronics & Circuits

Lesson 3: Electronics & Circuits Lesson 3: Electronics & Circuits Preparation for Amateur Radio Technician Class Exam Topics Review Ohm s Law Energy & Power Circuits Inductors & Inductance Capacitors & Capacitance Analog vs Digital Exam

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

ECE215 Lecture 7 Date:

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

More information

Scattered thoughts on Scattering Parameters By Joseph L. Cahak Copyright 2013 Sunshine Design Engineering Services

Scattered thoughts on Scattering Parameters By Joseph L. Cahak Copyright 2013 Sunshine Design Engineering Services Scattered thoughts on Scattering Parameters By Joseph L. Cahak Copyright 2013 Sunshine Design Engineering Services Scattering parameters or S-parameters (aka Spars) are used by RF and microwave engineers

More information

2π LC. = (2π) 2 4/30/2012. General Class Element 3 Course Presentation X C. Electrical Principles. ElectriElectrical Principlesinciples F 2 =

2π LC. = (2π) 2 4/30/2012. General Class Element 3 Course Presentation X C. Electrical Principles. ElectriElectrical Principlesinciples F 2 = General Class Element 3 Course Presentation ti ELEMENT 3 SUB ELEMENTS General Licensing Class Subelement G5 3 Exam Questions, 3 Groups G1 Commission s Rules G2 Operating Procedures G3 Radio Wave Propagation

More information

Objective: To study and verify the functionality of a) PN junction diode in forward bias. Sl.No. Name Quantity Name Quantity 1 Diode

Objective: To study and verify the functionality of a) PN junction diode in forward bias. Sl.No. Name Quantity Name Quantity 1 Diode Experiment No: 1 Diode Characteristics Objective: To study and verify the functionality of a) PN junction diode in forward bias Components/ Equipments Required: b) Point-Contact diode in reverse bias Components

More information

AC reactive circuit calculations

AC reactive circuit calculations AC reactive circuit calculations This worksheet and all related files are licensed under the Creative Commons Attribution License, version 1.0. To view a copy of this license, visit http://creativecommons.org/licenses/by/1.0/,

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

EET 438a Automatic Control Systems Technology Laboratory 1 Analog Sensor Signal Conditioning

EET 438a Automatic Control Systems Technology Laboratory 1 Analog Sensor Signal Conditioning EET 438a Automatic Control Systems Technology Laboratory 1 Analog Sensor Signal Conditioning Objectives: Use analog OP AMP circuits to scale the output of a sensor to signal levels commonly found in practical

More information

Operational Amplifiers (Op Amps)

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

More information

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

UNIT III Data Acquisition & Microcontroller System. Mr. Manoj Rajale

UNIT III Data Acquisition & Microcontroller System. Mr. Manoj Rajale UNIT III Data Acquisition & Microcontroller System Mr. Manoj Rajale Syllabus Interfacing of Sensors / Actuators to DAQ system, Bit width, Sampling theorem, Sampling Frequency, Aliasing, Sample and hold

More information

An electronic unit that behaves like a voltagecontrolled

An electronic unit that behaves like a voltagecontrolled 1 An electronic unit that behaves like a voltagecontrolled voltage source. An active circuit element that amplifies, sums, subtracts, multiply, divide, differentiate or integrates a signal 2 A typical

More information

Homework Assignment True or false. For both the inverting and noninverting op-amp configurations, V OS results in

Homework Assignment True or false. For both the inverting and noninverting op-amp configurations, V OS results in Question 1 (Short Takes), 2 points each. Homework Assignment 02 1. An op-amp has input bias current I B = 1 μa. Make an estimate for the input offset current I OS. Answer. I OS is normally an order of

More information

11. AC-resistances of capacitor and inductors: Reactances.

11. AC-resistances of capacitor and inductors: Reactances. 11. AC-resistances of capacitor and inductors: Reactances. Purpose: To study the behavior of the AC voltage signals across elements in a simple series connection of a resistor with an inductor and with

More information

Homework Assignment 03

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

More information

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

Lab 3 Transient Response of RC & RL Circuits

Lab 3 Transient Response of RC & RL Circuits Lab 3 Transient Response of RC & RL Circuits Last Name: First Name: Student Number: Lab Section: Monday Tuesday Wednesday Thursday Friday TA Signature: Note: The Pre-Lab section must be completed prior

More information

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer. Linear Integrated Circuits Applications

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer. Linear Integrated Circuits Applications About the Tutorial Linear Integrated Circuits are solid state analog devices that can operate over a continuous range of input signals. Theoretically, they are characterized by an infinite number of operating

More information

Analog Electronics Computer and Electronics Engineering

Analog Electronics Computer and Electronics Engineering Analog Electronics Computer and Electronics Engineering Roger Sash Herb Detloff Alisa Gilmore Analog Electronics Objectives: The objectives of this module are to: # Become familiar with basic electrical

More information

EASY(ER) ELECTRICAL PRINCIPLES FOR GENERAL CLASS HAM LICENSE

EASY(ER) ELECTRICAL PRINCIPLES FOR GENERAL CLASS HAM LICENSE EASY(ER) ELECTRICAL PRINCIPLES FOR GENERAL CLASS HAM LICENSE 2011-2015 Josip Medved 2015-05-28 FOREWORD Taking an exam in order to get a ham license is quite stressful ordeal as it comes. To make things

More information

END-OF-SUBCOURSE EXAMINATION

END-OF-SUBCOURSE EXAMINATION END-OF-SUBCOURSE EXAMINATION Circle the letter of the correct answer to each question. When you have answered all of the questions, use a Number 2 pencil to transfer your answers to the TSC Form 59. 1.

More information

The G4EGQ RAE Course Lesson 4A AC theory

The G4EGQ RAE Course Lesson 4A AC theory AC. CIRCUITS This lesson introduces inductors into our AC. circuit. We then look at the result of having various combinations of capacitance, inductance and resistance in the same circuit. This leads us

More information

ELEC207 LINEAR INTEGRATED CIRCUITS

ELEC207 LINEAR INTEGRATED CIRCUITS Concept of VIRTUAL SHORT For feedback amplifiers constructed with op-amps, the two op-amp terminals will always be approximately equal (V + = V - ) This condition in op-amp feedback amplifiers is known

More information

Alternating Current Study Guide. Preface. This module is DIFFICULT.

Alternating Current Study Guide. Preface. This module is DIFFICULT. Preface This module is DIFFICULT. This material will take more effort to understand and more effort to pass than tests from previous modules. This is on par with a college-level electrical engineering

More information

Radio Station Setup and Electrical Principles

Radio Station Setup and Electrical Principles Radio Station Setup and Electrical Principles Covers sections: T4A-T5D Seth Price, N3MRA February 20, 2016 Outline 4.1 Station Setup 4.2 Operating Controls 4.3 Electronic Principles 4.4 Ohm s Law 4.5 Power

More information

Operational Amplifiers

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

More information

EASY(ER) ELECTRICAL PRINCIPLES FOR GENERAL CLASS HAM LICENSE

EASY(ER) ELECTRICAL PRINCIPLES FOR GENERAL CLASS HAM LICENSE EASY(ER) ELECTRICAL PRINCIPLES FOR GENERAL CLASS HAM LICENSE 2015-2019 Josip Medved 2015-05-28 FOREWORD Taking an exam in order to get a ham license is quite stressful ordeal as it comes. To make things

More information

Table of Contents. Introduction...2 Conductors and Insulators...3 Current, Voltage, and Resistance...6

Table of Contents. Introduction...2 Conductors and Insulators...3 Current, Voltage, and Resistance...6 Table of Contents Introduction...2 Conductors and Insulators...3 Current, Voltage, and Resistance...6 Ohm s Law... 11 DC Circuits... 13 Magnetism...20 Alternating Current...23 Inductance and Capacitance...30

More information

SUBELEMENT T5 Electrical principles: math for electronics; electronic principles; Ohm s Law 4 Exam Questions - 4 Groups

SUBELEMENT T5 Electrical principles: math for electronics; electronic principles; Ohm s Law 4 Exam Questions - 4 Groups SUBELEMENT T5 Electrical principles: math for electronics; electronic principles; Ohm s Law 4 Exam Questions - 4 Groups 1 T5A Electrical principles, units, and terms: current and voltage; conductors and

More information

Analog Circuits and Systems

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

More information

Linear IC s and applications

Linear IC s and applications Questions and Solutions PART-A Unit-1 INTRODUCTION TO OP-AMPS 1. Explain data acquisition system Jan13 DATA ACQUISITION SYSYTEM BLOCK DIAGRAM: Input stage Intermediate stage Level shifting stage Output

More information

Chapter 4 Voltage, Current, and Power. Voltage and Current Resistance and Ohm s Law AC Voltage and Power

Chapter 4 Voltage, Current, and Power. Voltage and Current Resistance and Ohm s Law AC Voltage and Power Chapter 4 Voltage, Current, and Power Voltage and Current Resistance and Ohm s Law AC Voltage and Power Review of Electrical Principles Electric current consists of the movement of charges. The charged

More information

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

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

More information

An induced emf is the negative of a changing magnetic field. Similarly, a self-induced emf would be found by

An induced emf is the negative of a changing magnetic field. Similarly, a self-induced emf would be found by This is a study guide for Exam 4. You are expected to understand and be able to answer mathematical questions on the following topics. Chapter 32 Self-Induction and Induction While a battery creates an

More information

EE ELECTRICAL ENGINEERING AND INSTRUMENTATION

EE ELECTRICAL ENGINEERING AND INSTRUMENTATION EE6352 - ELECTRICAL ENGINEERING AND INSTRUMENTATION UNIT V ANALOG AND DIGITAL INSTRUMENTS Digital Voltmeter (DVM) It is a device used for measuring the magnitude of DC voltages. AC voltages can be measured

More information

K6RIA, Extra Licensing Class. Circuits & Resonance for All!

K6RIA, Extra Licensing Class. Circuits & Resonance for All! K6RIA, Extra Licensing Class Circuits & Resonance for All! Amateur Radio Extra Class Element 4 Course Presentation ELEMENT 4 Groupings Rules & Regs Skywaves & Contesting Outer Space Comms Visuals & Video

More information

Operational amplifiers

Operational amplifiers Operational amplifiers Bởi: Sy Hien Dinh INTRODUCTION Having learned the basic laws and theorems for circuit analysis, we are now ready to study an active circuit element of paramount importance: the operational

More information

EK307 Active Filters and Steady State Frequency Response

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

More information

Navy Electricity and Electronics Training Series

Navy Electricity and Electronics Training Series NONRESIDENT TRAINING COURSE SEPTEMBER 1998 Navy Electricity and Electronics Training Series Module 9 Introduction to Wave- Generation and Wave-Shaping NAVEDTRA 14181 DISTRIBUTION STATEMENT A: Approved

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

Advanced Measurements

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

More information

ET1210: Module 5 Inductance and Resonance

ET1210: Module 5 Inductance and Resonance Part 1 Inductors Theory: When current flows through a coil of wire, a magnetic field is created around the wire. This electromagnetic field accompanies any moving electric charge and is proportional to

More information

Simple AC Circuits. Introduction

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

More information

10. Introduction and Chapter Objectives

10. Introduction and Chapter Objectives Real Analog - Circuits Chapter 0: Steady-state Sinusoidal Analysis 0. Introduction and Chapter Objectives We will now study dynamic systems which are subjected to sinusoidal forcing functions. Previously,

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

Table of Contents...2. About the Tutorial...6. Audience...6. Prerequisites...6. Copyright & Disclaimer EMI INTRODUCTION Voltmeter...

Table of Contents...2. About the Tutorial...6. Audience...6. Prerequisites...6. Copyright & Disclaimer EMI INTRODUCTION Voltmeter... 1 Table of Contents Table of Contents...2 About the Tutorial...6 Audience...6 Prerequisites...6 Copyright & Disclaimer...6 1. EMI INTRODUCTION... 7 Voltmeter...7 Ammeter...8 Ohmmeter...8 Multimeter...9

More information

Chapter 1: DC circuit basics

Chapter 1: DC circuit basics Chapter 1: DC circuit basics Overview Electrical circuit design depends first and foremost on understanding the basic quantities used for describing electricity: Voltage, current, and power. In the simplest

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

BEST BMET CBET STUDY GUIDE MODULE ONE

BEST BMET CBET STUDY GUIDE MODULE ONE BEST BMET CBET STUDY GUIDE MODULE ONE 1 OCTOBER, 2008 1. The phase relation for pure capacitance is a. current leads voltage by 90 degrees b. current leads voltage by 180 degrees c. current lags voltage

More information

Chapter 1: DC circuit basics

Chapter 1: DC circuit basics Chapter 1: DC circuit basics Overview Electrical circuit design depends first and foremost on understanding the basic quantities used for describing electricity: voltage, current, and power. In the simplest

More information

Power System Analysis Prof. A. K. Sinha Department of Electrical Engineering Indian institute of Technology, Kharagpur

Power System Analysis Prof. A. K. Sinha Department of Electrical Engineering Indian institute of Technology, Kharagpur Power System Analysis Prof. A. K. Sinha Department of Electrical Engineering Indian institute of Technology, Kharagpur Lecture - 10 Transmission Line Steady State Operation Voltage Control (Contd.) Welcome

More information

ANALOG FUNDAMENTALS C. Topic 4 BASIC FET AMPLIFIER CONFIGURATIONS

ANALOG FUNDAMENTALS C. Topic 4 BASIC FET AMPLIFIER CONFIGURATIONS AV18-AFC ANALOG FUNDAMENTALS C Topic 4 BASIC FET AMPLIFIER CONFIGURATIONS 1 ANALOG FUNDAMENTALS C AV18-AFC Overview This topic identifies the basic FET amplifier configurations and their principles of

More information

Operational Amplifiers: Part II

Operational Amplifiers: Part II 1. Introduction Operational Amplifiers: Part II The name "operational amplifier" comes from this amplifier's ability to perform mathematical operations. Three good examples of this are the summing amplifier,

More information

Homework Assignment 01

Homework Assignment 01 Homework Assignment 01 In this homework set students review some basic circuit analysis techniques, as well as review how to analyze ideal op-amp circuits. Numerical answers must be supplied using engineering

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

Figure 1: Closed Loop System

Figure 1: Closed Loop System SIGNAL GENERATORS 3. Introduction Signal sources have a variety of applications including checking stage gain, frequency response, and alignment in receivers and in a wide range of other electronics equipment.

More information

Principles of Analog In-Circuit Testing

Principles of Analog In-Circuit Testing Principles of Analog In-Circuit Testing By Anthony J. Suto, Teradyne, December 2012 In-circuit test (ICT) has been instrumental in identifying manufacturing process defects and component defects on countless

More information

CHAPTER 6 DIGITAL INSTRUMENTS

CHAPTER 6 DIGITAL INSTRUMENTS CHAPTER 6 DIGITAL INSTRUMENTS 1 LECTURE CONTENTS 6.1 Logic Gates 6.2 Digital Instruments 6.3 Analog to Digital Converter 6.4 Electronic Counter 6.6 Digital Multimeters 2 6.1 Logic Gates 3 AND Gate The

More information

ECE 2006 University of Minnesota Duluth Lab 11. AC Circuits

ECE 2006 University of Minnesota Duluth Lab 11. AC Circuits 1. Objective AC Circuits In this lab, the student will study sinusoidal voltages and currents in order to understand frequency, period, effective value, instantaneous power and average power. Also, the

More information

Basics of Electricity

Basics of Electricity Basics of Electricity A quickstep Online Course Siemens industry, Inc. www.usa.siemens.com/step Trademarks Siemens is a trademark of Siemens AG. Product names mentioned may be trademarks or registered

More information

Electrical Theory 2 Lessons for Fall Semester:

Electrical Theory 2 Lessons for Fall Semester: Electrical Theory 2 Lessons for Fall Semester: Lesson 1 Magnetism Lesson 2 Introduction to AC Theory Lesson 3 Lesson 4 Capacitance and Capacitive Reactance Lesson 5 Impedance and AC Circuits Lesson 6 AC

More information

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

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

More information

Basic Circuits. PC1222 Fundamentals of Physics II. 1 Objectives. 2 Equipment List. 3 Theory

Basic Circuits. PC1222 Fundamentals of Physics II. 1 Objectives. 2 Equipment List. 3 Theory PC1222 Fundamentals of Physics II Basic Circuits 1 Objectives Investigate the relationship among three variables (resistance, current and voltage) in direct current circuits. Investigate the behaviours

More information

Introduction. Upon completion of Basics of Electricity you will be able to: Explain the difference between conductors and insulators

Introduction. Upon completion of Basics of Electricity you will be able to: Explain the difference between conductors and insulators Table of Contents Introduction...2 Electron Theory...4 Conductors, Insulators and Semiconductors...5 Electric Charges...7 Current...9 Voltage... 11 Resistance... 13 Simple Electric Circuit... 15 Ohm s

More information

Operational Amplifiers

Operational Amplifiers CHAPTER 5 Operational Amplifiers Operational amplifiers (or Op Amp) is an active circuit element that can perform mathematical operations between signals (e.g., amplify, sum, subtract, multiply, divide,

More information

Basic Electronics Prof. Dr. Chitralekha Mahanta Department of Electronics and Communication Engineering Indian Institute of Technology, Guwahati

Basic Electronics Prof. Dr. Chitralekha Mahanta Department of Electronics and Communication Engineering Indian Institute of Technology, Guwahati Basic Electronics Prof. Dr. Chitralekha Mahanta Department of Electronics and Communication Engineering Indian Institute of Technology, Guwahati Module: 3 Field Effect Transistors Lecture-8 Junction Field

More information

Describe the basic DC characteristics of an op amp. Sketch a diagram of the op amp DC test circuit. Input Offset Voltage. Input Offset Current

Describe the basic DC characteristics of an op amp. Sketch a diagram of the op amp DC test circuit. Input Offset Voltage. Input Offset Current Testing Op Amps Chapter 3 Goals Understand the requirements for testing Op Amp DC parameters. Objectives Describe the basic DC characteristics of an op amp. Select a test methodology for evaluating voltage

More information

Data acquisition and instrumentation. Data acquisition

Data acquisition and instrumentation. Data acquisition Data acquisition and instrumentation START Lecture Sam Sadeghi Data acquisition 1 Humanistic Intelligence Body as a transducer,, data acquisition and signal processing machine Analysis of physiological

More information

Chapter 16: Mutual Inductance

Chapter 16: Mutual Inductance Chapter 16: Mutual Inductance Instructor: Jean-François MILLITHALER http://faculty.uml.edu/jeanfrancois_millithaler/funelec/spring2017 Slide 1 Mutual Inductance When two coils are placed close to each

More information

UNIT- IV ELECTRONICS

UNIT- IV ELECTRONICS UNIT- IV ELECTRONICS INTRODUCTION An operational amplifier or OP-AMP is a DC-coupled voltage amplifier with a very high voltage gain. Op-amp is basically a multistage amplifier in which a number of amplifier

More information

Exercise 1: Series RLC Circuits

Exercise 1: Series RLC Circuits RLC Circuits AC 2 Fundamentals Exercise 1: Series RLC Circuits EXERCISE OBJECTIVE When you have completed this exercise, you will be able to analyze series RLC circuits by using calculations and measurements.

More information

High Current Amplifier

High Current Amplifier High Current Amplifier - Introduction High Current Amplifier High current amplifier is often a very useful piece of instrument to have in the lab. It is very handy for increasing the current driving capability

More information

ECE ECE285. Electric Circuit Analysis I. Spring Nathalia Peixoto. Rev.2.0: Rev Electric Circuits I

ECE ECE285. Electric Circuit Analysis I. Spring Nathalia Peixoto. Rev.2.0: Rev Electric Circuits I ECE285 Electric Circuit Analysis I Spring 2014 Nathalia Peixoto Rev.2.0: 140124. Rev 2.1. 140813 1 Lab reports Background: these 9 experiments are designed as simple building blocks (like Legos) and students

More information

Testing and Stabilizing Feedback Loops in Today s Power Supplies

Testing and Stabilizing Feedback Loops in Today s Power Supplies Keywords Venable, frequency response analyzer, impedance, injection transformer, oscillator, feedback loop, Bode Plot, power supply design, open loop transfer function, voltage loop gain, error amplifier,

More information

Data Conversion and Lab Lab 1 Fall Operational Amplifiers

Data Conversion and Lab Lab 1 Fall Operational Amplifiers Operational Amplifiers Lab Report Objectives Materials See separate report form located on the course webpage. This form should be completed during the performance of this lab. 1) To construct and operate

More information

Analog Electronic Circuits Code: EE-305-F

Analog Electronic Circuits Code: EE-305-F Analog Electronic Circuits Code: EE-305-F 1 INTRODUCTION Usually Called Op Amps Section -C Operational Amplifier An amplifier is a device that accepts a varying input signal and produces a similar output

More information

General Licensing Class Circuits

General Licensing Class Circuits General Licensing Class Circuits Valid July 1, 2011 Through June 30, 2015 1 Amateur Radio General Class Element 3 Course Presentation ELEMENT 3 SUB-ELEMENTS (Groupings) Your Passing CSCE Your New General

More information

Chapter 7. Response of First-Order RL and RC Circuits

Chapter 7. Response of First-Order RL and RC Circuits Chapter 7. Response of First-Order RL and RC Circuits By: FARHAD FARADJI, Ph.D. Assistant Professor, Electrical Engineering, K.N. Toosi University of Technology http://wp.kntu.ac.ir/faradji/electriccircuits1.htm

More information

Exercise 9: inductor-resistor-capacitor (LRC) circuits

Exercise 9: inductor-resistor-capacitor (LRC) circuits Exercise 9: inductor-resistor-capacitor (LRC) circuits Purpose: to study the relationship of the phase and resonance on capacitor and inductor reactance in a circuit driven by an AC signal. Introduction

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

Lab 13 AC Circuit Measurements

Lab 13 AC Circuit Measurements Lab 13 AC Circuit Measurements Objectives concepts 1. what is impedance, really? 2. function generator and oscilloscope 3. RMS vs magnitude vs Peak-to-Peak voltage 4. phase between sinusoids skills 1.

More information

Electronics 1. Voltage/Current Resistors Capacitors Inductors Transistors

Electronics 1. Voltage/Current Resistors Capacitors Inductors Transistors Electronics 1 Voltage/Current Resistors Capacitors Inductors Transistors Voltage and Current Simple circuit a battery pushes some electrons around the circuit how many per second? Water The easiest way

More information

A.C. Circuits -- Conceptual Solutions

A.C. Circuits -- Conceptual Solutions A.C. Circuits -- Conceptual Solutions 1.) Charge carriers in a DC circuit move in one direction only. What do charge carriers do in an AC circuit? Solution: The voltage difference between the terminals

More information

Hours / 100 Marks Seat No.

Hours / 100 Marks Seat No. 17323 14115 3 Hours / 100 Seat No. Instructions (1) All Questions are Compulsory. (2) Illustrate your answers with neat sketches wherever necessary. (3) Figures to the right indicate full marks. (4) Assume

More information