FM Demodulation Using PSoC 3 and PSoC 5
|
|
|
- Benjamin Payne
- 9 years ago
- Views:
Transcription
1 FM Demodulation Using PSoC 3 and PSoC 5 Application Note Abstract AN59944 Author: Anup Mohan Associated Project: Yes Associated Part Family: CY8C38XX, CY8C36XX, CY8C34XX Software Version: PSoC Creator 1.0 Associated Application Notes: None This application note explains two methods of demodulating a Frequency Modulation (FM) signal. One is the commonly used Slope Detection method; this is the conventional analog method. The second method uses a monostable multivibrator and is one of the best methods in terms of Signal to Noise Ratio (SNR) and Total Harmonic Distortion (THD). A sample project that implements the FM demodulator using the monostable multivibrator is attached with this application note. Introduction Frequency modulation is one of the most popular modulation techniques. It is used in many applications because it provides better fidelity and high noise immunity. There are various methods available for FM demodulation. The flexibility and resourcefulness of the PSoC device allows adopting different methods to implement an FM demodulator. Method 1: Slope Detection An FM demodulator is a circuit that provides an output voltage proportional to the instantaneous frequency or frequency deviation of the input. Slope detection is a conventional analog FM demodulation method which revolves around this principle. In this method, an FM signal is converted to an AM signal and then decoded. The block diagram of the slope detection method is as follows. Figure 1. Slope Detection Method Block Diagram March 23, 2011 Document No Rev. *D 1
2 The final PSoC Creator schematic to implement an FM demodulator using slope detection method is as follows.. Figure 2. PSoC Creator Schematic for Slope Detection Method The passive components to be connected, except the Band Pass Filter (BPF), are illustrated. You can design the BPF based on the application. The order of the BPF can be increased by using more opamps; an additional opamp and three SC/CT opamps are available. A limiter circuit is the first stage of the FM demodulator. A limiter is used to eliminate the small noise present in the form of amplitude variations. The output of the limiter is a square wave of constant amplitude. A comparator can be used for this purpose by applying suitable threshold. The sample configuration of the comparator is shown in the following figure. March 23, 2011 Document No Rev. *D 2
3 Figure 3. Comparator Configuration Note that the comparator speed type determines the maximum frequency that it can convert. It also has an inverse relationship with the current consumed by the block. The hysteresis for the comparator is enabled to significantly improve the noise tolerance of the system. The output of the limiter is sent through a BPF. The BPF filters out the square wave harmonics and provides a sine wave of constant amplitude. The BPF cut-off frequency should be designed at the carrier frequency. The bandwidth of the BPF is determined using Carson s rule. According to Carson s rule, the Required Bandwidth (RBW) is related to the deviation of FM input (Δf) and maximum modulating signal frequency (fm) as follows: RBW = 2 (Δf + fm) Equation 1 Active narrow band or wide band BPF can be constructed using the opamps inside the PSoC 3 / PSoC 5 device, together with external passives. The differentiator circuit converts the FM signal to an AM signal. The AM signal amplitude is proportional to the instantaneous frequency of the FM signal, which is in turn proportional to the amplitude of the modulating signal. An FM signal can be represented as, S(t) = AcCos[ 2πfct +βsin(2πfmt) ] Equation 2 Where, Fc is the Carrier Frequency fm is the Message Signal Frequency Ac is the Carrier Amplitude Β, modulation index is Δf/fm where Δf = k f Am Am is the message signal amplitude and k f is the frequency sensitivity measured in Hertz/Volt. On differentiation it becomes, S (t) = ( 2πfc + β 2πfmCos(2πfmt)) (AcSin[ 2πfct +βsin(2πfmt) ]) Equation 3 The amplitude of the resultant signal is given as, Ac (2πfc + β 2πfmCos (2πfmt)) Equation 2 indicates that the amplitude of the differentiator output signal is directly proportional to the amplitude of the modulating signal. March 23, 2011 Document No Rev. *D 3
4 A simple differentiator circuit with external components designed for an FM wave with a frequency range of 150 khz to 350 khz is shown in the following figure. Figure 4. Simple Differentiator Circuit 10 pf 660 ohm 66 ohm 1 nf PSoC3 Opamp O/P FM The differentiator circuit design is important because the total harmonic distortion of the FM demodulator depends on the linearity of the differentiator circuit. The section Important FM Specifications discusses the linearity of the differentiator circuit. Waveforms showing the FM modulated signal and the differentiated output are shown in the following figure. Figure 5. FM Signal and Differentiator Output FM SIGNAL DIFFERENTIATOR O/P The output of the differentiator has amplitude variations proportional to the message signal. Therefore, it is passed through an envelope detector or amplitude demodulator to retrieve the original signal. There are different methods of implementing an envelope detector; the most common design is the one with a diode, resistor, and a capacitor. In a PSoC 3 / PSoC 5 device, an envelope detector can be built without using any external components. The schematic of an envelope detector biased at Vdda/2 is as follows. Figure 6. Envelope Detector Schematic March 23, 2011 Document No Rev. *D 4
5 In the figure, note that a PGA is used as a buffer for the reference voltage. For PGA to act as a buffer, the gain of the PGA should be set to 1. The output of the envelope detector contains the modulating signal including other harmonics. The higher frequency can be eliminated and modulating signal can be retrieved using a low-pass filter. A simple low-pass filter designed to pass the full audio signal range is shown in the following figure. Figure 7. Low-Pass Filter Circuit Diagram Important FM Specifications Many specifications exist for FM demodulator circuits. The output of the FM demodulator circuit mentioned previously is used to determine important specifications such as THD and SNR. The test setup is as follows. A frequency modulated signal is generated using a function generator. The output of the function generator is given as an input to the FM demodulator circuit. The demodulated signal is given to a spectrum analyzer to determine the THD and SNR of the output. The THD and SNR of the FM demodulator circuit for a modulating signal of frequency 1 khz and amplitude 1 V peak to peak is as follows. THD: < 5% SNR: 60 db The sensitivity of the FM demodulator circuitry is determined by the hysteresis of the input comparator used as limiter. The sensitivity of the FM demodulator using slope detection method is 10 mv. THD is sometimes an important parameter in FM demodulation circuits. With the slope detection method, it is possible to achieve THD less than or equal to 5%. The main reason for a bad THD is circuit non linearity. Some suggestions to improve the THD for the slope detection method are as follows. Design the BPF such that the pass band characteristics are linear. The differentiator circuit design is a major contributor to harmonic distortion. Optimize the design values such that the output amplitude is proportional to the frequency in working range. Consider the following graph. March 23, 2011 Document No Rev. *D 5
6 Figure 8. Differentiator Output Characteristics This graph shows the output voltage/frequency versus frequency of the simple differentiator circuit mentioned in the previous section. This differentiator circuit is designed for an FM with a frequency range of 150 khz to 350 khz. For a linear system, the response is a straight line. As seen, the response of the simple differentiator circuit is not linear for frequencies in the working range. This is a potential problem resulting in a bad THD figure. Therefore, the differentiator circuit should be designed accordingly to meet the ideal response. An improved differentiator design is shown in the following figure. Figure 9. Modified Differentiator Circuit Diagram 300 pf 475 ohm 665 ohm 1 nf 66.5 ohm PSoC3 Opamp O/P FM Vdda/2 March 23, 2011 Document No Rev. *D 6
7 The plot showing the output characteristics of the modified differentiator circuit is as follows. Figure 10. Output Characteristics of Improved Differentiator Design Method 2: FM Demodulation Using Monostable Multivibrator FM demodulation can be implemented in a better way by using a monostable multivibrator. The theory behind this method is that when the square output of comparator (limiter) is applied as the trigger input to a monostable multivibrator of fixed pulse width, the average value of the output pulse stream is proportional to the instantaneous frequency of the FM signal. This, in turn, is proportional to the modulating signal. Hence, if the output of the monostable multivibrator is passed through a low-pass filter, the modulating signal can be retrieved. The block diagram of this method is shown as follows. Figure 11. FM Demodulation Block Diagram Using Monostable Multivibrator March 23, 2011 Document No Rev. *D 7
8 PSoC 3 / PSoC 5 Implementation The PSoC Creator schematic to implement the FM demodulator using the monostable method is shown in the following figure. Figure 12. PSoC Creator Schematic for Monostable Method March 23, 2011 Document No Rev. *D 8
9 Monostable Multivibrator A monostable multivibrator circuit built using a PSoC 3 / PSoC 5 comparator and few passive components is shown in the following figure. Figure 13. Monostable Multivibrator Circuit Diagram The circuit shown is similar to a conventional monostable multivibrator circuit using dual supply opamps. Here, the whole circuit is biased at Vdda/2, so that the output of the monostable multivibrator switches between GND and V DD. The PSoC device does not accept negative voltages. The steady state of the monostable circuit is Logic High (V DD ). The capacitor is charged to a voltage equal to Vdda/2 + knee voltage of diode. The positive input of the comparator has a voltage equal to 3 Vdda/4. This is greater than the voltage at negative terminal because the Schottky diode has a low knee voltage. When the trigger input goes low, the open drain I/O pulls down the comparator positive input to ground. Hence the comparator output goes Low (quasi stable state). Now, the capacitor discharges. The trigger should be a low going pulse with very low pulse width. After the trigger is removed, the voltage at the positive input becomes Vdda/4 (because the output is low). Hence, the capacitor discharges until the voltage across the capacitor reaches Vdda/4. When the capacitor voltage becomes slightly less than Vdda/4, the comparator output goes high and the monostable returns to its stable state. The following figure shows a screenshot of the waveforms at comparator output and both the inputs. Figure 14. Monostable Multivibrator Waveforms The monostable multivibrator circuit is designed for a pulse width of 1.2 us. The trigger applied has a low going pulse width of 600 ns. The conventional monostable multivibrator circuit has a differentiator circuit, which converts the square wave into spikes of very low pulse width before applying it as the trigger. However, in a PSoC 3 / PSoC 5 device, this differentiator functionality can be implemented digitally using UDB. A custom component named Universal Shift Register created as a PSoC Creator library project is used for this purpose. March 23, 2011 Document No Rev. *D 9
10 The symbol and the configuration options for Universal Shift Register are shown as follows. Figure 15. Universal Shift Register Component Symbol Figure 16. Configuration Options for Universal Shift Register Component As shown, the Universal Shift Register can be configured for resolution of 8 bits or 16 bits. The component supports left shift and right shift in all four shift modes including serial-in serial-out mode, serial-in parallel-out mode, parallel-in serial-out mode, and parallel-in parallel-out mode. The parallel outputs available in the component enable the component to be used as a highly programmable delay element. March 23, 2011 Document No Rev. *D 10
11 The digital trigger circuitry used in the project is shown in the following figure. Figure 17. Trigger Circuitry Schematic The Universal Shift Register is configured for serial-in parallel-out mode. The Universal Shift Register is used as a delay element. The pulse width required for the trigger pulse can be programmed by changing the shift register delay. In this case, to achieve a pulse width of 600 nanoseconds, the Universal Shift Register clock is chosen as 5 MHz and output is taken from the third tap (Out2). Hence, the delay is ((1/5 MHz = 200 ns)*3 = 600 ns). In the schematic, note that the output of the trigger circuitry is connected to a pin named Pin_Trigger_Out. The pin must be configured for open drain low drive mode for the monostable multivibrator circuit to work. The configurations for the pin are shown in the following figure. Figure 18. Configuration for Pin_Trigger_Out March 23, 2011 Document No Rev. *D 11
12 The output of monostable circuit when a squared FM signal is given as the trigger input is shown in the following figure. Figure 19. Limiter Output and Monostable Output Waveforms As shown in previous figure, when the monostable output is passed through a low pass filter, the original modulating signal is retrieved. The waveforms are as follows. Figure 20. Monostable Output and Low Pass Filter Output Waveforms March 23, 2011 Document No Rev. *D 12
13 The pinout information for the attached project is included in the following figure. Figure 21. Pinout Diagram You can change the pin placement accordingly. For best results, route the opamp input and output pins to the direct connection pins. March 23, 2011 Document No Rev. *D 13
14 Circuit Diagram The final circuit diagram to implement the FM demodulator with a frequency range of 150 khz to 350 khz using the monostable multivibrator method is shown in the following figure. Figure 22. Circuit Diagram of FM Demodulator using Monostable Multivibrator Monostable Multivibrator 2.2 k Audio LPF 2.2 nf Schottky Diode 470 pf P3_1 P3_2 PSoC3 Comparator P0_7 1 k 7.5 k 3.9 k P3_5 PSoC3 Opamp P3_6 O/P Vdda/2 Vdda/2 1 k 1 nf Vdda/2 P0_6 Trigger I/O configured as open drain low The low-pass filter is designed to pass the full audio range. The pinouts shown in the circuit diagram are with respect to the pin placement of the attached project. Important FM Specifications This method exhibits great performance in terms of THD and SNR. Some of the important parameters measured using the previously mentioned circuit elements for a modulating signal of frequency 1 khz and amplitude 1 V peak to peak are as follows. THD: 0.01% Sensitivity: 10 mv (hysteresis of comparator used as limiter) The improvement in THD is mainly because THD is no longer determined by the linearity of the differentiator circuit. It depends on the linear relationship between modulating signal frequency and output voltage. The output voltage is determined by the width of the monostable multivibrator output, which in turn is inversely proportional to the frequency of the modulating signal. Hence, the output voltage becomes proportional to the modulating signal frequency and thus reduces total harmonic distortion. SNR: 80 db March 23, 2011 Document No Rev. *D 14
15 Comparison of Methods The following table summarizes the comparison between the two FM demodulation methods. Table 1. Comparison of FM Demodulation Methods Method THD SNR Sensitivity Pins Opamps Comparators SC/CT Blocks Slope Detection Monostable Multivibrator External Component Count < 5% 60 db 10 mv [1] 0.01% 80 db 10 mv The external component count for slope detection method does not include the external components that are used to implement the band pass filter. Frequency Range Limitations Both of the FM demodulator implementations explained in this application note can be used in applications where the maximum frequency of the FM is less than 10 MHz. To demodulate high frequency FM signals, for example, in the range of 88 MHz to 108 MHz, use suitable down convertors to the PSoC 3 / PSoC 5 device externally. About the Author Name: Anup Mohan Title: Applications Engineer Contact: [email protected] Summary The flexibility of PSoC 3 / PSoC 5, along with its analog and digital capabilities, makes it possible to implement an FM demodulator using different methods. This application note discusses the implementation of an FM demodulator using slope detection and monostable multivibrator. A project that implements FM demodulator using monostable multivibrator is attached with this application note. The project workspace is named FM_Demodulation.cywrk. The library project for the Universal Shift Register component is also available with this document. March 23, 2011 Document No Rev. *D 15
16 Document History Document Title: FM Demodulation Using PSoC 3 and PSoC 5 Document Number: Revision ECN Orig. of Change Submission Date Description of Change ** ANUP 04/05/2010 New application note. *A ANUP 06/01/2010 Updated to PSoC Creator Beta 4.1. Updated content and projects to be compatible with PSoC 5 *B ANUP 19/08/2010 Updated to PSoC Creator Beta 5. *C LRDK 01/27/2011 Updated to PSoC Creator 1.0. *D ANUP 03/12/2011 Changed section title for clarification. PSoC is a registered trademark and PSoC Creator is a trademark of Cypress Semiconductor Corp. All other trademarks or registered trademarks referenced herein are the property of their respective owners. Cypress Semiconductor 198 Champion Court San Jose, CA Phone: Fax: Cypress Semiconductor Corporation, The information contained herein is subject to change without notice. Cypress Semiconductor Corporation assumes no responsibility for the use of any circuitry other than circuitry embodied in a Cypress product. Nor does it convey or imply any license under patent or other rights. Cypress products are not warranted nor intended to be used for medical, life support, life saving, critical control or safety applications, unless pursuant to an express written agreement with Cypress. Furthermore, Cypress does not authorize its products for use as critical components in life-support systems where a malfunction or failure may reasonably be expected to result in significant injury to the user. The inclusion of Cypress products in life-support systems application implies that the manufacturer assumes all risk of such use and in doing so indemnifies Cypress against all charges. This Source Code (software and/or firmware) is owned by Cypress Semiconductor Corporation (Cypress) and is protected by and subject to worldwide patent protection (United States and foreign), United States copyright laws and international treaty provisions. Cypress hereby grants to licensee a personal, non-exclusive, non-transferable license to copy, use, modify, create derivative works of, and compile the Cypress Source Code and derivative works for the sole purpose of creating custom software and or firmware in support of licensee product to be used only in conjunction with a Cypress integrated circuit as specified in the applicable agreement. Any reproduction, modification, translation, compilation, or representation of this Source Code except as specified above is prohibited without the express written permission of Cypress. Disclaimer: CYPRESS MAKES NO WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, WITH REGARD TO THIS MATERIAL, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. Cypress reserves the right to make changes without further notice to the materials described herein. Cypress does not assume any liability arising out of the application or use of any product or circuit described herein. Cypress does not authorize its products for use as critical components in life-support systems where a malfunction or failure may reasonably be expected to result in significant injury to the user. The inclusion of Cypress product in a life-support systems application implies that the manufacturer assumes all risk of such use and in doing so indemnifies Cypress against all charges. Use may be limited by and subject to the applicable Cypress software license agreement. March 23, 2011 Document No Rev. *D 16
Digital Multiplexer and Demultiplexer. Features. General Description. Input/Output Connections. When to Use a Multiplexer. Multiplexer 1.
PSoC Creator Component Datasheet Digital Multiplexer and Demultiplexer 1.10 Features Digital Multiplexer Digital Demultiplexer Up to 16 channels General Description The Multiplexer component is used to
PSoC Creator Component Data Sheet. Calculation accuracy 0.01 C for -200 C to 850 C temperature range
1.10 Features Calculation accuracy 0.01 C for -200 C to 850 C temperature range Provides simple API function for resistance to temperature conversion Displays Error Vs Temperature graph General Description
Thermistor Calculator. Features. General Description. Input/Output Connections. When to use a Thermistor Calculator 1.10
PSoC Creator Component Data Sheet Thermistor Calculator 1.10 Features Adaptable for majority of negative temperature coefficient (NTC) thermistors Look-Up-Table (LUT) or equation implementation methods
Scanning Comparator (ScanComp) Features. General Description. Input/Output Connections. When to Use a Scanning Comparator. clock - Digital Input* 1.
Scanning Comparator (ScanComp) 1.0 Features Scan up to 64 single ended or differential channels automatically Note The number of input and output channels will be limited by the hardware available in the
AN2358. Manchester Decoder Using PSoC 1. Introduction. Contents. Manchester Code Principle
AN2358 Author: Philippe Larcher Associated Project: Yes Associated Part Family: CY8C29x66, CY8C27x43, CY8C24X94, CY8C24x23A, CY8C23x33, CY8C21x34, CY8C21x23 Software Version: PSoC Designer 5.4 Related
CAPACITIVE SENSING MADE EASY, Part 2 Design Guidelines
CAPACITIVE SENSING MADE EASY, Part 2 Design Guidelines By Pushek Madaan and Priyadeep Kaur, Cypress Semiconductor Corp. When it comes to capacitive sensing design, layout plays a crucial role. Giving importance
Designing an efficient Programmable Logic Controller using Programmable System On Chip
Designing an efficient Programmable Logic Controller using Programmable System On Chip By Raja Narayanasamy, Product Apps Manager Sr, Cypress Semiconductor Corp. A Programmable Logic Controller (PLC) is
Experiment # (4) AM Demodulator
Islamic University of Gaza Faculty of Engineering Electrical Department Experiment # (4) AM Demodulator Communications Engineering I (Lab.) Prepared by: Eng. Omar A. Qarmout Eng. Mohammed K. Abu Foul Experiment
AN1991. Audio decibel level detector with meter driver
Rev. 2.1 20 March 2015 Application note Document information Info Keywords Abstract Content SA604A, LM358, RSSI, cellular radio The SA604A can provide a logarithmic response proportional to the input signal
AVR127: Understanding ADC Parameters. Introduction. Features. Atmel 8-bit and 32-bit Microcontrollers APPLICATION NOTE
Atmel 8-bit and 32-bit Microcontrollers AVR127: Understanding ADC Parameters APPLICATION NOTE Introduction This application note explains the basic concepts of analog-to-digital converter (ADC) and the
PSoC Programmer Release Notes
PSoC Programmer Release Notes Version 3.13.4 Release Date: November 16, 2011 Thank you for your interest in the PSoC Programmer. The release notes lists all the new features, installation requirements,
1-Mbit (128K x 8) Static RAM
1-Mbit (128K x 8) Static RAM Features Pin- and function-compatible with CY7C109B/CY7C1009B High speed t AA = 10 ns Low active power I CC = 80 ma @ 10 ns Low CMOS standby power I SB2 = 3 ma 2.0V Data Retention
RF Measurements Using a Modular Digitizer
RF Measurements Using a Modular Digitizer Modern modular digitizers, like the Spectrum M4i series PCIe digitizers, offer greater bandwidth and higher resolution at any given bandwidth than ever before.
Quad 2-input NAND Schmitt trigger
Rev. 9 15 December 2015 Product data sheet 1. General description 2. Features and benefits 3. Applications The is a quad two-input NAND gate. Each input has a Schmitt trigger circuit. The gate switches
MICROPHONE SPECIFICATIONS EXPLAINED
Application Note AN-1112 MICROPHONE SPECIFICATIONS EXPLAINED INTRODUCTION A MEMS microphone IC is unique among InvenSense, Inc., products in that its input is an acoustic pressure wave. For this reason,
Use and Application of Output Limiting Amplifiers (HFA1115, HFA1130, HFA1135)
Use and Application of Output Limiting Amplifiers (HFA111, HFA110, HFA11) Application Note November 1996 AN96 Introduction Amplifiers with internal voltage clamps, also known as limiting amplifiers, have
PSoC Programmer Release Notes
PSoC Programmer Release Notes Version 3.16.1 Release Date: November 1, 2012 Thank you for your interest in the PSoC Programmer. The release notes lists all the new features, installation requirements,
LM1596 LM1496 Balanced Modulator-Demodulator
LM1596 LM1496 Balanced Modulator-Demodulator General Description The LM1596 LM1496 are doubled balanced modulator-demodulators which produce an output voltage proportional to the product of an input (signal)
Features. Applications
LM555 Timer General Description The LM555 is a highly stable device for generating accurate time delays or oscillation. Additional terminals are provided for triggering or resetting if desired. In the
HEF4021B. 1. General description. 2. Features and benefits. 3. Ordering information. 8-bit static shift register
Rev. 10 21 March 2016 Product data sheet 1. General description 2. Features and benefits 3. Ordering information The is an (parallel-to-serial converter) with a synchronous serial data input (DS), a clock
DESIGNING SECURE USB-BASED DONGLES
DESIGNING SECURE USB-BASED DONGLES By Dhanraj Rajput, Applications Engineer Senior, Cypress Semiconductor Corp. The many advantages of USB Flash drives have led to their widespread use for data storage
1. Learn about the 555 timer integrated circuit and applications 2. Apply the 555 timer to build an infrared (IR) transmitter and receiver
Electronics Exercise 2: The 555 Timer and its Applications Mechatronics Instructional Laboratory Woodruff School of Mechanical Engineering Georgia Institute of Technology Lab Director: I. Charles Ume,
Lab 7: Operational Amplifiers Part I
Lab 7: Operational Amplifiers Part I Objectives The objective of this lab is to study operational amplifier (op amp) and its applications. We will be simulating and building some basic op amp circuits,
Digital to Analog Converter. Raghu Tumati
Digital to Analog Converter Raghu Tumati May 11, 2006 Contents 1) Introduction............................... 3 2) DAC types................................... 4 3) DAC Presented.............................
Prepared by: Paul Lee ON Semiconductor http://onsemi.com
Introduction to Analog Video Prepared by: Paul Lee ON Semiconductor APPLICATION NOTE Introduction Eventually all video signals being broadcasted or transmitted will be digital, but until then analog video
256K (32K x 8) Static RAM
256K (32K x 8) Static RAM Features High speed: 55 ns and 70 ns Voltage range: 4.5V 5.5V operation Low active power (70 ns, LL version) 275 mw (max.) Low standby power (70 ns, LL version) 28 µw (max.) Easy
LAB 7 MOSFET CHARACTERISTICS AND APPLICATIONS
LAB 7 MOSFET CHARACTERISTICS AND APPLICATIONS Objective In this experiment you will study the i-v characteristics of an MOS transistor. You will use the MOSFET as a variable resistor and as a switch. BACKGROUND
ICL8038. Features. Precision Waveform Generator/Voltage Controlled Oscillator. Ordering Information. Pinout. Functional Diagram
Semiconductor IL0 September 99 File Number 4. Precision Waveform Generator/Voltage ontrolled Oscillator The IL0 waveform generator is a monolithic integrated circuit capable of producing high accuracy
TS555. Low-power single CMOS timer. Description. Features. The TS555 is a single CMOS timer with very low consumption:
Low-power single CMOS timer Description Datasheet - production data The TS555 is a single CMOS timer with very low consumption: Features SO8 (plastic micropackage) Pin connections (top view) (I cc(typ)
Transistor Characteristics and Single Transistor Amplifier Sept. 8, 1997
Physics 623 Transistor Characteristics and Single Transistor Amplifier Sept. 8, 1997 1 Purpose To measure and understand the common emitter transistor characteristic curves. To use the base current gain
www.jameco.com 1-800-831-4242
Distributed by: www.jameco.com 1-800-831-4242 The content and copyrights of the attached material are the property of its owner. LF411 Low Offset, Low Drift JFET Input Operational Amplifier General Description
Triple single-pole double-throw analog switch
Rev. 12 25 March 2016 Product data sheet 1. General description 2. Features and benefits 3. Applications 4. Ordering information The is a triple single-pole double-throw (SPDT) analog switch, suitable
Simplifying System Design Using the CS4350 PLL DAC
Simplifying System Design Using the CS4350 PLL 1. INTRODUCTION Typical Digital to Analog Converters (s) require a high-speed Master Clock to clock their digital filters and modulators, as well as some
DATA SHEET. TDA1543 Dual 16-bit DAC (economy version) (I 2 S input format) INTEGRATED CIRCUITS
INTEGRATED CIRCUITS DATA SHEET File under Integrated Circuits, IC01 February 1991 FEATURES Low distortion 16-bit dynamic range 4 oversampling possible Single 5 V power supply No external components required
AN2680 Application note
Application note Fan speed controller based on STDS75 or STLM75 digital temperature sensor and ST72651AR6 MCU Introduction This application note describes the method of defining the system for regulating
Programmable Single-/Dual-/Triple- Tone Gong SAE 800
Programmable Single-/Dual-/Triple- Tone Gong Preliminary Data SAE 800 Bipolar IC Features Supply voltage range 2.8 V to 18 V Few external components (no electrolytic capacitor) 1 tone, 2 tones, 3 tones
AND9015. A Solution for Peak EMI Reduction with Spread Spectrum Clock Generators APPLICATION NOTE. Prepared by: Apps Team, BIDC ON Semiconductor
A Solution for Peak EMI Reduction with Spread Spectrum Clock Generators Prepared by: Apps Team, BIDC ON Semiconductor APPLICATION NOTE Introduction This application note will outline Spread Spectrum Clock
LM 358 Op Amp. If you have small signals and need a more useful reading we could amplify it using the op amp, this is commonly used in sensors.
LM 358 Op Amp S k i l l L e v e l : I n t e r m e d i a t e OVERVIEW The LM 358 is a duel single supply operational amplifier. As it is a single supply it eliminates the need for a duel power supply, thus
Basic Op Amp Circuits
Basic Op Amp ircuits Manuel Toledo INEL 5205 Instrumentation August 3, 2008 Introduction The operational amplifier (op amp or OA for short) is perhaps the most important building block for the design of
Physics 623 Transistor Characteristics and Single Transistor Amplifier Sept. 13, 2006
Physics 623 Transistor Characteristics and Single Transistor Amplifier Sept. 13, 2006 1 Purpose To measure and understand the common emitter transistor characteristic curves. To use the base current gain
CS4525 Power Calculator
1. OVERVIEW CS4525 Power Calculator The CS4525 Power Calculator provides many important application-specific performance numbers for the CS4525 based on user-supplied design parameters. The Power Calculator
NTE2053 Integrated Circuit 8 Bit MPU Compatible A/D Converter
NTE2053 Integrated Circuit 8 Bit MPU Compatible A/D Converter Description: The NTE2053 is a CMOS 8 bit successive approximation Analog to Digital converter in a 20 Lead DIP type package which uses a differential
INTEGRATED CIRCUITS. NE558 Quad timer. Product data Supersedes data of 2001 Aug 03. 2003 Feb 14
INTEGRATED CIRCUITS Supersedes data of 2001 Aug 03 2003 Feb 14 DESCRIPTION The Quad Timers are monolithic timing devices which can be used to produce four independent timing functions. The output sinks
Output Ripple and Noise Measurement Methods for Ericsson Power Modules
Output Ripple and Noise Measurement Methods for Ericsson Power Modules Design Note 022 Ericsson Power Modules Ripple and Noise Abstract There is no industry-wide standard for measuring output ripple and
Theory of Operation. Figure 1 illustrates a fan motor circuit used in an automobile application. The TPIC2101. 27.4 kω AREF.
In many applications, a key design goal is to minimize variations in power delivered to a load as the supply voltage varies. This application brief describes a simple DC brush motor control circuit using
Electronics. Discrete assembly of an operational amplifier as a transistor circuit. LD Physics Leaflets P4.2.1.1
Electronics Operational Amplifier Internal design of an operational amplifier LD Physics Leaflets Discrete assembly of an operational amplifier as a transistor circuit P4.2.1.1 Objects of the experiment
MM74HC4538 Dual Retriggerable Monostable Multivibrator
MM74HC4538 Dual Retriggerable Monostable Multivibrator General Description The MM74HC4538 high speed monostable multivibrator (one shots) is implemented in advanced silicon-gate CMOS technology. They feature
Silicon Schottky Barrier Diode Bondable Chips and Beam Leads
DATA SHEET Silicon Schottky Barrier Diode Bondable Chips and Beam Leads Applications Detectors Mixers Features Available in both P-type and N-type low barrier designs Low 1/f noise Large bond pad chip
AVR131: Using the AVR s High-speed PWM. Introduction. Features. AVR 8-bit Microcontrollers APPLICATION NOTE
AVR 8-bit Microcontrollers AVR131: Using the AVR s High-speed PWM APPLICATION NOTE Introduction This application note is an introduction to the use of the high-speed Pulse Width Modulator (PWM) available
74HCU04. 1. General description. 2. Features and benefits. 3. Ordering information. Hex unbuffered inverter
Rev. 7 8 December 2015 Product data sheet 1. General description The is a hex unbuffered inverter. Inputs include clamp diodes. This enables the use of current limiting resistors to interface inputs to
V CC TOP VIEW. f SSO = 20MHz to 134MHz (DITHERED)
19-013; Rev 1; 10/11 0MHz to 13MHz Spread-Spectrum General Description The is a spread-spectrum clock modulator IC that reduces EMI in high clock-frequency-based, digital electronic equipment. Using an
14-stage ripple-carry binary counter/divider and oscillator
Rev. 8 25 March 2016 Product data sheet 1. General description 2. Features and benefits 3. Ordering information The is a with three oscillator terminals (RS, REXT and CEXT), ten buffered outputs (Q3 to
SINGLE-SUPPLY OPERATION OF OPERATIONAL AMPLIFIERS
SINGLE-SUPPLY OPERATION OF OPERATIONAL AMPLIFIERS One of the most common applications questions on operational amplifiers concerns operation from a single supply voltage. Can the model OPAxyz be operated
TESTS OF 1 MHZ SIGNAL SOURCE FOR SPECTRUM ANALYZER CALIBRATION 7/8/08 Sam Wetterlin
TESTS OF 1 MHZ SIGNAL SOURCE FOR SPECTRUM ANALYZER CALIBRATION 7/8/08 Sam Wetterlin (Updated 7/19/08 to delete sine wave output) I constructed the 1 MHz square wave generator shown in the Appendix. This
Physics 120 Lab 6: Field Effect Transistors - Ohmic region
Physics 120 Lab 6: Field Effect Transistors - Ohmic region The FET can be used in two extreme ways. One is as a voltage controlled resistance, in the so called "Ohmic" region, for which V DS < V GS - V
Harmonics and Noise in Photovoltaic (PV) Inverter and the Mitigation Strategies
Soonwook Hong, Ph. D. Michael Zuercher Martinson Harmonics and Noise in Photovoltaic (PV) Inverter and the Mitigation Strategies 1. Introduction PV inverters use semiconductor devices to transform the
AND9035/D. BELASIGNA 250 and 300 for Low-Bandwidth Applications APPLICATION NOTE
BELASIGNA 250 and 300 for Low-Bandwidth Applications APPLICATION NOTE Introduction This application note describes the use of BELASIGNA 250 and BELASIGNA 300 in low bandwidth applications. The intended
CS8481. 3.3 V/250 ma, 5.0 V/100 ma Micropower Low Dropout Regulator with ENABLE
3.3 /250 ma, 5.0 /100 ma Micropower Low Dropout Regulator with The CS8481 is a precision, dual Micropower linear voltage regulator. The switched 3.3 primary output ( OUT1 ) supplies up to 250 ma while
PLL frequency synthesizer
ANALOG & TELECOMMUNICATION ELECTRONICS LABORATORY EXERCISE 4 Lab 4: PLL frequency synthesizer 1.1 Goal The goals of this lab exercise are: - Verify the behavior of a and of a complete PLL - Find capture
AND8480/D. CrM Buck LED Driver Evaluation Board APPLICATION NOTE
CrM Buck LED Driver Evaluation Board Prepared by: Fabien Franc ON Semiconductor Introduction This document describes the CrM Buck LED driver evaluation board. This board provides a step down converter
DIGITAL-TO-ANALOGUE AND ANALOGUE-TO-DIGITAL CONVERSION
DIGITAL-TO-ANALOGUE AND ANALOGUE-TO-DIGITAL CONVERSION Introduction The outputs from sensors and communications receivers are analogue signals that have continuously varying amplitudes. In many systems
8-channel analog multiplexer/demultiplexer
Rev. 12 25 March 2016 Product data sheet 1. General description The is an with three address inputs (S1 to S3), an active LOW enable input (E), eight independent inputs/outputs (Y0 to Y7) and a common
The full wave rectifier consists of two diodes and a resister as shown in Figure
The Full-Wave Rectifier The full wave rectifier consists of two diodes and a resister as shown in Figure The transformer has a centre-tapped secondary winding. This secondary winding has a lead attached
Precision Diode Rectifiers
by Kenneth A. Kuhn March 21, 2013 Precision half-wave rectifiers An operational amplifier can be used to linearize a non-linear function such as the transfer function of a semiconductor diode. The classic
DM74121 One-Shot with Clear and Complementary Outputs
June 1989 Revised July 2001 DM74121 One-Shot with Clear and Complementary Outputs General Description The DM74121 is a monostable multivibrator featuring both positive and negative edge triggering with
XR-2206 Monolithic Function Generator
...the analog plus company TM XR-0 Monolithic Function Generator FEATURES Low-Sine Wave Distortion, 0.%, Typical Excellent Temperature Stability, 0ppm/ C, Typ. Wide Sweep Range, 000:, Typical Low-Supply
LM1036 Dual DC Operated Tone/Volume/Balance Circuit
LM1036 Dual DC Operated Tone/Volume/Balance Circuit General Description The LM1036 is a DC controlled tone (bass/treble), volume and balance circuit for stereo applications in car radio, TV and audio systems.
HEF4011B. 1. General description. 2. Features and benefits. 3. Ordering information. 4. Functional diagram. Quad 2-input NAND gate
Rev. 6 10 December 2015 Product data sheet 1. General description 2. Features and benefits 3. Ordering information The is a quad 2-input NAND gate. The outputs are fully buffered for the highest noise
3-to-8 line decoder, demultiplexer with address latches
Rev. 7 29 January 2016 Product data sheet 1. General description The is a high-speed Si-gate CMOS device and is pin compatible with low-power Schottky TTL (LSTTL). The is specified in compliance with JEDEC
PCM Encoding and Decoding:
PCM Encoding and Decoding: Aim: Introduction to PCM encoding and decoding. Introduction: PCM Encoding: The input to the PCM ENCODER module is an analog message. This must be constrained to a defined bandwidth
Low-power configurable multiple function gate
Rev. 7 10 September 2014 Product data sheet 1. General description The provides configurable multiple functions. The output state is determined by eight patterns of 3-bit input. The user can choose the
Title: Low EMI Spread Spectrum Clock Oscillators
Title: Low EMI oscillators Date: March 3, 24 TN No.: TN-2 Page 1 of 1 Background Title: Low EMI Spread Spectrum Clock Oscillators Traditional ways of dealing with EMI (Electronic Magnetic Interference)
Operational Amplifiers
Module 6 Amplifiers Operational Amplifiers The Ideal Amplifier What you ll learn in Module 6. Section 6.0. Introduction to Operational Amplifiers. Understand Concept of the Ideal Amplifier and the Need
74F168*, 74F169 4-bit up/down binary synchronous counter
INTEGRATED CIRCUITS 74F168*, * Discontinued part. Please see the Discontinued Product List in Section 1, page 21. 1996 Jan 5 IC15 Data Handbook FEATURES Synchronous counting and loading Up/Down counting
Loop Bandwidth and Clock Data Recovery (CDR) in Oscilloscope Measurements. Application Note 1304-6
Loop Bandwidth and Clock Data Recovery (CDR) in Oscilloscope Measurements Application Note 1304-6 Abstract Time domain measurements are only as accurate as the trigger signal used to acquire them. Often
Flexible Active Shutter Control Interface using the MC1323x
Freescale Semiconductor Document Number: AN4353 Application Note Rev. 0, 9/2011 Flexible Active Shutter Control Interface using the MC1323x by: Dennis Lui Freescale Hong Kong 1 Introduction This application
AN11357. BGU8009 Matching Options for 850 MHz / 2400 MHz Jammer Immunity. Document information. Keywords
BGU89 Matching Options for 85 MHz / 24 MHz Jammer Immunity Rev. 1 27 May 213 Application Note Document information Info Content Keywords LNA, GNSS, GPS, BGU89, WLAN, GSM-85, GSM-9 Abstract This document
Spread Spectrum Clock Generator
Spread Spectrum Clock Generator Features Generates a 1x (PCS3P5811), x (PCS3P581) and 4x() low EMI spread spectrum clock of the input frequency Provides up to 15dB of EMI suppression Input Frequency: 4MHz
Operational Amplifier as mono stable multi vibrator
Page 1 of 5 Operational Amplifier as mono stable multi vibrator Aim :- To construct a monostable multivibrator using operational amplifier 741 and to determine the duration of the output pulse generated
8-bit RISC Microcontroller. Application Note. AVR182: Zero Cross Detector
AVR182: Zero Cross Detector Features Interrupt Driven Modular C Source Code Size Efficient Code Accurate and Fast Detection A Minimum of External Components Introduction One of the many issues with developing
A Lesson on Digital Clocks, One Shots and Counters
A Lesson on Digital Clocks, One Shots and Counters Topics Clocks & Oscillators LM 555 Timer IC Crystal Oscillators Selection of Variable Resistors Schmitt Gates Power-On Reset Circuits One Shots Counters
Audio Tone Control Using The TLC074 Operational Amplifier
Application Report SLOA42 - JANUARY Audio Tone Control Using The TLC74 Operational Amplifier Dee Harris Mixed-Signal Products ABSTRACT This application report describes the design and function of a stereo
Application Note, Rev.1.0, September 2008 TLE8366. Application Information. Automotive Power
Application Note, Rev.1.0, September 2008 TLE8366 Automotive Power Table of Contents 1 Abstract...3 2 Introduction...3 3 Dimensioning the Output and Input Filter...4 3.1 Theory...4 3.2 Output Filter Capacitor(s)
Analog Sound From A Digital Delay
Analog Sound From A Digital Delay The PT-80 Digital Delay By Scott Swartz Copyright 2002, All Rights Reserved Introduction This article will describe a digital delay pedal that is designed to capture the
SIMPLE TECHNIQUES TO IMPROVE SOLAR PANEL EFFICIENCY USING A MICROCONTROLLER OR SOC
SIMPLE TECHNIQUES TO IMPROVE SOLAR PANEL EFFICIENCY USING A MICROCONTROLLER OR SOC By Udayan Umapathi, Applications Engineer at Cypress Semiconductor and Gautam Das G, Applications Engineer at Cypress
FREQUENCY RESPONSE ANALYZERS
FREQUENCY RESPONSE ANALYZERS Dynamic Response Analyzers Servo analyzers When you need to stabilize feedback loops to measure hardware characteristics to measure system response BAFCO, INC. 717 Mearns Road
Product Datasheet P1110 915 MHz RF Powerharvester Receiver
DESCRIPTION The Powercast P1110 Powerharvester receiver is an RF energy harvesting device that converts RF to DC. Housed in a compact SMD package, the P1110 receiver provides RF energy harvesting and power
A Low-Cost VCA Limiter
The circuits within this application note feature THAT218x to provide the essential function of voltage-controlled amplifier (VCA). Since writing this note, THAT has introduced a new dual VCA, as well
AN48. Application Note DESIGNNOTESFORA2-POLEFILTERWITH DIFFERENTIAL INPUT. by Steven Green. 1. Introduction AIN- AIN+ C2
Application Note DESIGNNOTESFORA2-POLEFILTERWITH DIFFERENTIAL INPUT by Steven Green C5 AIN- R3 C2 AIN C2 R3 C5 Figure 1. 2-Pole Low-Pass Filter with Differential Input 1. Introduction Many of today s Digital-to-Analog
LEVERAGING FPGA AND CPLD DIGITAL LOGIC TO IMPLEMENT ANALOG TO DIGITAL CONVERTERS
LEVERAGING FPGA AND CPLD DIGITAL LOGIC TO IMPLEMENT ANALOG TO DIGITAL CONVERTERS March 2010 Lattice Semiconductor 5555 Northeast Moore Ct. Hillsboro, Oregon 97124 USA Telephone: (503) 268-8000 www.latticesemi.com
4-bit binary full adder with fast carry CIN + (A1 + B1) + 2(A2 + B2) + 4(A3 + B3) + 8(A4 + B4) = = S1 + 2S2 + 4S3 + 8S4 + 16COUT
Rev. 03 11 November 2004 Product data sheet 1. General description 2. Features The is a high-speed Si-gate CMOS device and is pin compatible with low power Schottky TTL (LSTTL). The is specified in compliance
76-77 GHz RF Transmitter Front-end for W-band Radar Applications
Freescale Semiconductor Data Sheet Summary for MC33 7-77 GHz RF Transmitter Front-end for W-band Radar Applications The MR2001 is a scalable three package solution for automotive radar modules. The chipset
NE555 SA555 - SE555. General-purpose single bipolar timers. Features. Description
NE555 SA555 - SE555 General-purpose single bipolar timers Features Low turn-off time Maximum operating frequency greater than 500 khz Timing from microseconds to hours Operates in both astable and monostable
Push-Pull FET Driver with Integrated Oscillator and Clock Output
19-3662; Rev 1; 5/7 Push-Pull FET Driver with Integrated Oscillator General Description The is a +4.5V to +15V push-pull, current-fed topology driver subsystem with an integrated oscillator for use in
NE555 SA555 - SE555. General-purpose single bipolar timers. Features. Description
NE555 SA555 - SE555 General-purpose single bipolar timers Features Low turn-off time Maximum operating frequency greater than 500 khz Timing from microseconds to hours Operates in both astable and monostable
INTEGRATED CIRCUITS. 74LVC08A Quad 2-input AND gate. Product specification IC24 Data Handbook. 1997 Jun 30
INTEGRATED CIRCUITS IC24 Data Handbook 1997 Jun 30 FEATURES Wide supply voltage range of 1.2 V to 3.6 V In accordance with JEDEC standard no. 8-1A Inputs accept voltages up to 5.5 V CMOS low power consumption
1. Oscilloscope is basically a graph-displaying device-it draws a graph of an electrical signal.
CHAPTER 3: OSCILLOSCOPE AND SIGNAL GENERATOR 3.1 Introduction to oscilloscope 1. Oscilloscope is basically a graph-displaying device-it draws a graph of an electrical signal. 2. The graph show signal change
The front end of the receiver performs the frequency translation, channel selection and amplification of the signal.
Many receivers must be capable of handling a very wide range of signal powers at the input while still producing the correct output. This must be done in the presence of noise and interference which occasionally
