Digital Self Excited Loop Implementation and Experience. Trent Allison Curt Hovater John Musson Tomasz Plawski

Size: px
Start display at page:

Download "Digital Self Excited Loop Implementation and Experience. Trent Allison Curt Hovater John Musson Tomasz Plawski"

Transcription

1 Digital Self Excited Loop Implementation and Experience Trent Allison Curt Hovater John Musson Tomasz Plawski

2 Overview Why Self Excited Loop? Algorithm Building Blocks Hardware and Sampling Digital Signal Processing Tools Cavity Emulators Digital SEL Algorithm Development & Testing Analog SEL Automatic Gain Control Normalizer Phase Pass Discriminator Control Algorithm Development & Testing Microphonic Compensator Magnitude and Phase Lock In-Phase and Quadrature Lock Field Control Architecture

3 Energy Content (normalized) Why Self Excited Loop? Lorentz force detuning Cavity frequency is a function of gradient High Q upgrade cavities Generator Driven Resonator Presently used in CEBAF Slowly ramp gradient while mechanical tuners compensate for cavity tune Self Excited Loop (SEL) Tolerant of cavity mistuning Quickly bring up cavity gradient without running the tuners Recover faulted cavities in milliseconds instead of minutes Gradient vs. Cavity Tune CEBAF 6 GeV CEBAF Upgrade , Detuning (Hz) It s hard to catch a greased pig

4 Algorithm Independent Hardware Reference 70 MHz 56 MHz PLL Field Control Module Legend Dig 56 MHz 70 MHz 1427 MHz 1497 MHz Probe 1497 MHz x LPF ADC FPGA DAC BPF x HPF LO 1427 MHz C a v i t y KLY Down convert 1497MHz to 70MHz Sample 70MHz IF with 56Msps ADC to get In-Phase and Quadrature () components Apply control algorithm in FPGA Produce 70MHz IF with DAC Up convert 70MHz to 1497MHz and send to klystron/cavity

5 Harmonic Sampling Sample 70 MHz IF at 56 Msps 56 Msps 70 MHz I+ Q+ I- Q- I+ Any odd multiple yields 1 / [(2n + 1) / (4 * 70MHz)] 280, 93.3, 56, 40, Msps Break into 28 Msps chains I+, -(I-), I+, -(I-), Q+, -(Q-), Q+, -(Q-), Create 70 MHz from 56 Msps I+ Q+ I- Q- I+ 56 Msps 14 MHz DAC Output Create 14MHz from 56Msps I, Q, -(I), -(Q), I, Q, -(I), Also has the effect of mixing 14MHz with 56MHz Spectrum includes translation products at 42MHz and 70MHz Filter and amplify the 70 MHz component

6 Field Control Hardware PC104 Digital Board RF Board

7 Field Control Hardware 1MHz ADCs & DACs PC104 Digital I/O Field Programmable Gate Array (under PC104) Digital Board ADCs DAC Ref & 56 MHz PLL RX Channels TX RF Board

8 Field Control Hardware

9 Digital Signal Processing Tools FIR (Finite Impulse Response) Stable and linear phase Symmetric coefficients allow for folding Add two delayed samples together then multiply by common coefficient Half as many multipliers

10 Digital Signal Processing Tools IIR (Infinite Impulse Response) Most like analog filter but can be unstable due to recursion Single pole embedded IIR Uses 1-2 -k as coefficient and 2 -k for bit growth scaling (bit shifts) Dynamically configurable k Cutoff goes as ~ factors of 2 k Value Bandwidth 0 (none) 4.7 MHz MHz MHz MHz khz khz khz 7 71 khz 8 35 khz 9 18 khz khz khz k Value Bandwidth khz khz Hz Hz Hz Hz Hz Hz 20 9 Hz 21 4 Hz 22 2 Hz 23 1 Hz

11 Digital Signal Processing Tools CIC (Cascaded Integrated Comb) Good for decimation Sign extend for bit growth, G = (R * M) ^N Pick a combination that gives a factor of 2 R=4, M=2, N=3, G=512 (shift 9 bits) R=8, M=1, N=2, G=64 (shift 6 bits) Normalized Output Sample Rate Normalized Output Sample Rate Decimating cascaded integrator-comb (CIC) filter; N stages, R decimation, M delays

12 Cartesian vs. Polar Coordinates Hard to control SEL in due to spinning phase (frequency detuning) Magnitude & Phase preferred More intuitive Simpler equations

13 Digital Signal Processing Tools Rotation Matrix Cartesian () phase shifter Look-up-tables for sin( ) & cos( ) LUT and multipliers can be reused if multiple clock cycles are available (sin( ) & cos( ) are 90 o apart) x y y X x x + x x', y' x, y cos sin sin cos X sin( ) LUT cos( ) LUT x' y' xcos ycos ysin xsin y X X - y

14 Digital Signal Processing Tools Y COordinate Rotation DIgital Computer Iterative binary search for finding magnitude and phase Angle Tan() Nearest 2 -n Atan() Resultant lies on X axis with residual gain of 1.6 due to approximations (K i ) i d i arctan( 2 ) i di Add the positive and negative angle rotations to calculate the vector angle X Divide accumulated X&Y values by 2 -i (right shift by i) then add or subtract to/from the opposing Y&X depending if the rotated vector was positive or negative for that iteration 1, 1, if if yi y i 0 0 x', y' x y i i 1 1 x, y K K i i x i y i cos sin y i x i d d i i sin cos 2 2 i i

15 Digital Signal Processing Tools PID Controller c( n) mes c( t) k P set k P e[ n] e( t) e[n] k f I S k m t I 0 n 0 e( e[ m] ) d f k S D k Proportional Integral - + Z -1 D d dt ( e[ n] / e( t) e[ n 1]) k P X k I X + Classic method works well Only P and I have been used but D is available Firmware Implementation can be more efficient c[n] Derivative f S k D Z -1 - X /

16 Analog Cavity Emulator Down and up convert to accommodate crystal frequency Change LO frequency to detune the cavity

17 Analog Cavity Emulator BW = 2.86 khz Qeff = 525,000 Unity Gain Non-symmetric due to crystal

18 Digital Cavity Emulator k ADC CIC CIC FIR FIR FIR FIR IIR IIR De DAC 56 Msps 28 Msps 7 Msps 700 ksps 37.2 ksps 56 Msps Legend I, Q I Q CIC: N stages=2, R decimation =4, M delays=1 FIR: 33 taps, ~0.05 normalized cutoff Sample rates are dynamically adjustable for each stage as well as IIR (k=8: normalized cutoff) Tweak the sample rate of the last section (37.2 ksps) to give exactly a 45 Hz filter (Q loaded =3.3x10 7 )

19 Digital Cavity Emulator BW = 45 Hz Qeff = 33,097,000

20 Digital SEL Algorithm Development Analog Self Excited Loop C a v i t y KLY Noise amplified by klystron then filtered by the cavity Limiter amplifies and clips the cavity tone Loop phase shifter provides positive feedback to build resonance Digitally implement what is in the dashed box Limiter (AGC, Normalizer, or Phase Pass) Loop phase shifter (Rotation Matrix or CORDICs)

21 Digital SEL Algorithm Development Automatic Gain Control M set P off ADC CIC CIC FIR FIR X X IIR PID To M&P Rotation Matrix De DAC Limiter Loop Phase Legend I, Q I Q Mag Phs PID Control to stabilize output magnitude Tuning the PID control loop was problematic Worked as a proof of concept Slow lock time

22 Digital SEL Algorithm Development Normalizer P off ADC CIC CIC FIR FIR To M&P / / M set X X Rotation Matrix De DAC Limiter Loop Phase Legend I, Q I Q Mag Phs Divide by the magnitude to normalize to 1 Multiply by the magnitude set point Fixed point division causes errors and noise Limited operating range, setup dependent

23 Digital SEL Algorithm Development < Phase Pass < M set ADC CIC CIC FIR FIR To M&P + M&P To De DAC P off Legend I, Q I Q Mag Phs 2 nd CORDIC converts Mag & Phase to Set Magnitude directly Pass frequency info (phase) w/ loop delay Fast, stable, intuitive, and simple

24 Digital SEL Algorithm Development < Phase Pass < M set ADC CIC CIC FIR FIR To M&P + M&P To De DAC P off Legend I, Q I Q Mag Phs 2 nd CORDIC converts Mag & Phase to Set Magnitude directly Pass frequency info (phase) w/ loop delay Fast, stable, intuitive, and simple

25 Digital SEL Steady State Digital SEL SRF Cavity Testing Measured magnitude, phase, I, and Q sent to diagnostic DACs and plotted on scope When SELin, phase rolls and magnitude is constant I & Q are sinusoidal with a 90 o phase shift Detuned cavity +/-50 khz and tracked it with the SEL Gmes I mes vs. Q mes Spinning vector at fixed magnitude Speed and direction of spin dependent on detuning Phase, I, and Q all flatten out if the cavity is tuned to 1497 MHz Can excite other pi modes by changing LO frequency

26 Power (W) Digital SEL SRF Cavity Testing CMTF Tests on Renascence Turn-on of detuned cavity Bringing RF up is only limited by cavity fill time No excessive power needed 0 to 21 MV/m in 7 ms! RF On External Diode Detector Ptrans Waveform Renascence Cavity Internal Gradient Signal ms/div time (ms) ~7 ms

27 -45 o / 3dB +45 o / 3dB Digital SEL SRF Cavity Testing Map cavity using loop phase +/-45 o shift corresponds to 3dB points Cavity BW ~45Hz (Q=3.3x10 7 ) Easy way to measure cavity Q

28 Digital SEL Firmware Tornado M set ADC FIR FIR CORDIC To M&P and M&P To De DAC Legend I, Q I Q Mag Phs Pipeline implementation to increase clock rate Interleave CORDICs Reuse adds and subtracts, different decisions 56 MHz clock ( to M&P on even clock cycles and M&P to on odd clock cycles) + P off

29 Frequency Discriminator Algorithm Carrier Sweep to MHz Probe Phase P mes Z -1 Frequency is the derivative of phase F err [n] = P mes [n] - P mes [n-1] Probe Phase Discriminator (PZT Drive) Swept-Sine 1 to 1000 Hz 100 ms/div - Z -1 F err Register update rate is adjustable (dt) Probe Phase Discriminator (PZT Drive) Discriminator (PZT Drive) 10 ms/div 500 us/div Measure the phase difference over time Configurable via EPICS +/-40Hz to +/-2.5MHz Stepper Motor Channel +/-150 khz range PZT Channel +/-1.5 khz range

30 Microphonic Compensator I mes + I drv Q Measured Compensation P set -1 X X I P mes - X I Q P gain X Q Result Q mes + Q drv I Legend I Q Phs Based on the phase error Rotate the vector to compensate for detune Add magnitude correction I drv = Q mes * [P gain * (P set P mes )] Q drv = -I mes * [P gain * (P set P mes )]

31 Control Algorithm Development Microphonic Compensation & Magnitude Lock k M set M max P gain ADC IIR IIR To M&P PID Clamp + M&P To Microphonic Comp De DAC P off Legend I, Q I Q Mag Phs Microphonic Compensator locks phase (~.5 o ) PID control of Magnitude needed Fought magnitude regulation issues (~.1%) Need clamp, yields up to 2 1/2 magnitude

32 Control Algorithm Cavity Testing G mes P mes Cavity Probe Cavity Drive Vector Q I Microphonic Compensation P mes & G mes are flat and drive is compensating for microphonics Measured Compensation I Q I Q Result 0.49 o RMS Phase Noise I

33 Control Algorithm Development Magnitude & Phase Lock k M set M max ADC IIR IIR To M&P PID PID Clamp + M&P To De DAC P set P off Legend I, Q I Q Mag Phs PID control of Magnitude and Phase Phase rollover requires PID to be centered Logarithmic magnitude control needed to decouple performance from signal strength

34 Control Algorithm Development < In-Phase & Quadrature Lock < k I set M max ADC IIR IIR PID PID To M&P Clamp + M&P To De DAC Q set P off Legend I, Q I Q Mag Phs PID control of In-Phase & Quadrature No phase rollover or logarithmic magnitude control issues Stable and meets specs (0.5 o, 0.04%)

35 Lock Testing Renascence Q L =8.6x10 6 microphonics microphonics Open loop 1.1 o phase noise Unregulated vs. Open loop 13.6% amplitude noise Closed loop % amplitude noise Closed loop o phase noise Regulated

36 Lock Testing Renascence Testing Expect 4 Hz rms microphonics for C100 upgrade cavity Worst case six sigma (24 Hz rms) corresponds to 45 o detuning for upgrade cavity Piezo induced 45 o microphonics on Renascence System latency measured as 1.3 us Hardware: 600 ns Firmware: 700 ns Suppressed 45 o detuning 45 o rms phase noise reduced to o rms

37 Other Features M set Tone Mode Cavity Emulator k Legend M&P To De DAC I, Q I Q Mag Phs ADC IIR IIR De DAC P set Output 1497 MHz tone at a given magnitude and phase Need to add phase spin so the output frequency can be adjusted, 1497 MHz +/-14 MHz Turn any LLRF module into a cavity for testing Loopback or test another module k = 18, BW = 34 Hz (Q = 4.4x10 7 ) Need to add Lorentz Force detuning effects

38 Put It All Together k=8 ADC CIC CIC FIR FIR FIR FIR IIR IIR De DAC 56 Msps 28 Msps 7 Msps 700 ksps 37.2 ksps 56 Msps

39 Field Control Architecture k I set IQ lock M set M loop M max ADC IIR IIR PID PID To M&P Clamp + M&P To De DAC Q set P set P loop P off Legend I, Q I Q Mag Phs Cavity Emulator Cavity Lock Self Excited Loop Tone Generator Not shown Discriminator Detune Angle Quench Detect More

40 Digital SEL to Lock Transition G mes SEL Mode Lock Mode I mes Forward Power Q mes Spinning phase (sinusoidal ) while in SEL mode Forward power spikes and G mes droops as lock pulls the arbitrary I mes & Q mes to the set points Firmware SELs until the spinning phase aligns with desired set points then switches to lock Eliminates forward power spike and G mes droop 1 ms/div

41 Field Control Firmware

42 Any Questions?

Digital LLRF Test on the Renascence Cryomodule

Digital LLRF Test on the Renascence Cryomodule Digital LLRF Test on the Renascence Cryomodule Trent Allison, Rama Bachimanchi, Curt Hovater, John Musson and Tomasz Plawski Introduction The Renascence cryomodule was the first opportunity for testing

More information

Cavity Field Control - RF Field Controller. LLRF Lecture Part3.3 S. Simrock, Z. Geng DESY, Hamburg, Germany

Cavity Field Control - RF Field Controller. LLRF Lecture Part3.3 S. Simrock, Z. Geng DESY, Hamburg, Germany Cavity Field Control - RF Field Controller LLRF Lecture Part3.3 S. Simrock, Z. Geng DESY, Hamburg, Germany Content Introduction to the controller Control scheme selection In-phase and Quadrature (I/Q)

More information

Digital Logic, Algorithms, and Functions for the CEBAF Upgrade LLRF System Hai Dong, Curt Hovater, John Musson, and Tomasz Plawski

Digital Logic, Algorithms, and Functions for the CEBAF Upgrade LLRF System Hai Dong, Curt Hovater, John Musson, and Tomasz Plawski Digital Logic, Algorithms, and Functions for the CEBAF Upgrade LLRF System Hai Dong, Curt Hovater, John Musson, and Tomasz Plawski Introduction: The CEBAF upgrade Low Level Radio Frequency (LLRF) control

More information

ABSTRACT 1 CEBAF UPGRADE CAVITY/CRYOMODULE

ABSTRACT 1 CEBAF UPGRADE CAVITY/CRYOMODULE Energy Content (Normalized) SC Cavity Resonance Control System for the 12 GeV Upgrade Cavity: Requirements and Performance T. Plawski, T. Allison, R. Bachimanchi, D. Hardy, C. Hovater, Thomas Jefferson

More information

Low-Level RF. S. Simrock, DESY. MAC mtg, May 05 Stefan Simrock DESY

Low-Level RF. S. Simrock, DESY. MAC mtg, May 05 Stefan Simrock DESY Low-Level RF S. Simrock, DESY Outline Scope of LLRF System Work Breakdown for XFEL LLRF Design for the VUV-FEL Cost, Personpower and Schedule RF Systems for XFEL RF Gun Injector 3rd harmonic cavity Main

More information

Microphonics. T. Powers

Microphonics. T. Powers Microphonics T. Powers What is microphonics? Microphonics is the time domain variation in cavity frequency driven by external vibrational sources. A 1.5 GHz structure 0.5 m long will change in frequency

More information

FLASH rf gun. beam generated within the (1.3 GHz) RF gun by a laser. filling time: typical 55 μs. flat top time: up to 800 μs

FLASH rf gun. beam generated within the (1.3 GHz) RF gun by a laser. filling time: typical 55 μs. flat top time: up to 800 μs The gun RF control at FLASH (and PITZ) Elmar Vogel in collaboration with Waldemar Koprek and Piotr Pucyk th FLASH Seminar at December 19 2006 FLASH rf gun beam generated within the (1.3 GHz) RF gun by

More information

Direct Digital Down/Up Conversion for RF Control of Accelerating Cavities

Direct Digital Down/Up Conversion for RF Control of Accelerating Cavities Direct Digital Down/Up Conversion for RF Control of Accelerating Cavities C. Hovater, T. Allison, R. Bachimanchi, J. Musson and T. Plawski Introduction As digital receiver technology has matured, direct

More information

R.Bachimanchi, IPAC, May 2015, Richmond, VA

R.Bachimanchi, IPAC, May 2015, Richmond, VA 1 new module C100 Cryomodule Seven cell Cavity, 0.7 m long (high Q L ) 8 Cavities per Cryomodule Fits the existing Cryomodule footprint Fundamental frequency f 0 Accelerating gradient E acc 1497 MHz >

More information

C100 Cryomodule. Seven cell Cavity, 0.7 m long (high Q L ) 8 Cavities per Cryomodule Fits the existing Cryomodule footprint

C100 Cryomodule. Seven cell Cavity, 0.7 m long (high Q L ) 8 Cavities per Cryomodule Fits the existing Cryomodule footprint 1 new module C100 Cryomodule Seven cell Cavity, 0.7 m long (high Q L ) 8 Cavities per Cryomodule Fits the existing Cryomodule footprint Fundamental frequency f 0 Accelerating gradient E acc 1497 MHz >

More information

Borut Baricevic. Libera LLRF. 17 September 2009

Borut Baricevic. Libera LLRF. 17 September 2009 Borut Baricevic Libera LLRF borut.baricevic@i-tech.si 17 September 2009 Outline Libera LLRF introduction Libera LLRF system topology Signal processing structure GUI and signal acquisition RF system diagnostics

More information

Slide Title. Bulleted Text

Slide Title. Bulleted Text Slide Title 1 Slide Outline Title Brief view of the C-AD Complex Review of the RHIC LLRF Upgrade Platform Generic Implementation of a Feedback Loop RHIC Bunch by Bunch Longitudinal Damper Cavity Controller

More information

Low Level RF Systems

Low Level RF Systems Low Level RF Systems Tom Powers Jan. 2015 (Slides stolen from: Powers LLRF workshop 2011, Plawski LLRF workshop 2013, Power/Hovater LBL light source working group 2012, Powers, HOM workshop 2012. LLRF

More information

LLRF4 Evaluation Board

LLRF4 Evaluation Board LLRF4 Evaluation Board USPAS Lab Reference Author: Dmitry Teytelman Revision: 1.1 June 11, 2009 Copyright Dimtel, Inc., 2009. All rights reserved. Dimtel, Inc. 2059 Camden Avenue, Suite 136 San Jose, CA

More information

Software Requirements Specification for LLRF Applications at FLASH Version 1.0 Prepared by Zheqiao Geng MSK, DESY Nov. 06, 2009

Software Requirements Specification for LLRF Applications at FLASH Version 1.0 Prepared by Zheqiao Geng MSK, DESY Nov. 06, 2009 Software Specification for LLRF Applications at FLASH Version 1.0 Prepared by Zheqiao Geng MSK, DESY Nov. 06, 2009 Copyright 2009 by Zheqiao Geng. Any change of this document should be agreed by the development

More information

SNS LLRF Design Experience and its Possible Adoption for the ILC

SNS LLRF Design Experience and its Possible Adoption for the ILC SNS LLRF Design Experience and its Possible Adoption for the ILC Brian Chase SNS - Mark Champion Fermilab International Linear Collider Workshop 11/28/2005 1 Why Consider the SNS System for ILC R&D at

More information

Digital Low Level RF for SESAME

Digital Low Level RF for SESAME Technical Sector Synchrotron-light for Experimental Science And Applications in the Middle East Subject : RF More specified area: Digital Low Level RF Date: 6/23/2010 Total Number of Pages: 11 Document

More information

Digital Signal Processing Techniques

Digital Signal Processing Techniques Digital Signal Processing Techniques Dmitry Teytelman Dimtel, Inc., San Jose, CA, 95124, USA June 17, 2009 Outline 1 Introduction 2 Signal synthesis Arbitrary Waveform Generation CORDIC Direct Digital

More information

DEVELOPMENT OF A DLLRF USING COMERCIAL UTCA PLATFORM

DEVELOPMENT OF A DLLRF USING COMERCIAL UTCA PLATFORM ACDIV-2017-11 May 2017 DEVELOPMENT OF A DLLRF USING COMERCIAL UTCA PLATFORM A. Salom, E. Morales, F. Pérez - ALBA Synchrotron Abstract The Digital LLRF of ALBA has been implemented using commercial cpci

More information

ECEN720: High-Speed Links Circuits and Systems Spring 2017

ECEN720: High-Speed Links Circuits and Systems Spring 2017 ECEN720: High-Speed Links Circuits and Systems Spring 2017 Lecture 12: CDRs Sam Palermo Analog & Mixed-Signal Center Texas A&M University Announcements Project Preliminary Report #2 due Apr. 20 Expand

More information

Review on Progress in RF Control Systems. Cornell University. Matthias Liepe. M. Liepe, Cornell U. SRF 2005, July 14

Review on Progress in RF Control Systems. Cornell University. Matthias Liepe. M. Liepe, Cornell U. SRF 2005, July 14 Review on Progress in RF Control Systems Matthias Liepe Cornell University 1 Why this Talk? As we all know, superconducting cavities have many nice features one of which is very high field stability. Why?

More information

Appendix B. Design Implementation Description For The Digital Frequency Demodulator

Appendix B. Design Implementation Description For The Digital Frequency Demodulator Appendix B Design Implementation Description For The Digital Frequency Demodulator The DFD design implementation is divided into four sections: 1. Analog front end to signal condition and digitize the

More information

Moku:Lab. Specifications INSTRUMENTS. Moku:Lab, rev

Moku:Lab. Specifications INSTRUMENTS. Moku:Lab, rev Moku:Lab L I Q U I D INSTRUMENTS Specifications Moku:Lab, rev. 2018.1 Table of Contents Hardware 4 Specifications 4 Analog I/O 4 External trigger input 4 Clock reference 5 General characteristics 5 General

More information

PLC2 FPGA Days Software Defined Radio

PLC2 FPGA Days Software Defined Radio PLC2 FPGA Days 2011 - Software Defined Radio 17 May 2011 Welcome to this presentation of Software Defined Radio as seen from the FPGA engineer s perspective! As FPGA designers, we find SDR a very exciting

More information

Notes on OR Data Math Function

Notes on OR Data Math Function A Notes on OR Data Math Function The ORDATA math function can accept as input either unequalized or already equalized data, and produce: RF (input): just a copy of the input waveform. Equalized: If the

More information

Digital Filtering: Realization

Digital Filtering: Realization Digital Filtering: Realization Digital Filtering: Matlab Implementation: 3-tap (2 nd order) IIR filter 1 Transfer Function Differential Equation: z- Transform: Transfer Function: 2 Example: Transfer Function

More information

LCLS-II LLRF Prototype Testing and Characterization. Larry Doolittle, Brian Chase, Joshua Einstein-Curtis, Carlos Serrano LLRF 17,

LCLS-II LLRF Prototype Testing and Characterization. Larry Doolittle, Brian Chase, Joshua Einstein-Curtis, Carlos Serrano LLRF 17, LCLS-II LLRF Prototype Testing and Characterization Larry Doolittle, Brian Chase, Joshua Einstein-Curtis, Carlos Serrano LLRF 17, 2017-10-16 Outline A little background on LCLS-II LLRF Design - DSP algorithms

More information

VLSI Implementation of Digital Down Converter (DDC)

VLSI Implementation of Digital Down Converter (DDC) Volume-7, Issue-1, January-February 2017 International Journal of Engineering and Management Research Page Number: 218-222 VLSI Implementation of Digital Down Converter (DDC) Shaik Afrojanasima 1, K Vijaya

More information

Design and performance of LLRF system for CSNS/RCS *

Design and performance of LLRF system for CSNS/RCS * Design and performance of LLRF system for CSNS/RCS * LI Xiao 1) SUN Hong LONG Wei ZHAO Fa-Cheng ZHANG Chun-Lin Institute of High Energy Physics, Chinese Academy of Sciences, Beijing 100049, China Abstract:

More information

ECEN620: Network Theory Broadband Circuit Design Fall 2014

ECEN620: Network Theory Broadband Circuit Design Fall 2014 ECEN620: Network Theory Broadband Circuit Design Fall 2014 Lecture 16: CDRs Sam Palermo Analog & Mixed-Signal Center Texas A&M University Announcements Project descriptions are posted on the website Preliminary

More information

Section 1. Fundamentals of DDS Technology

Section 1. Fundamentals of DDS Technology Section 1. Fundamentals of DDS Technology Overview Direct digital synthesis (DDS) is a technique for using digital data processing blocks as a means to generate a frequency- and phase-tunable output signal

More information

Functional block diagram for SIS8300. Christian Schmidt for the LLRF team Collaboration workshop

Functional block diagram for SIS8300. Christian Schmidt for the LLRF team Collaboration workshop Functional block diagram for SIS8300 Christian Schmidt for the LLRF team Collaboration workshop 2012 7.08.2012 Outline > Motivation and general comments > Preprocessing LLRF ADC board Block diagram Current

More information

Glossary of VCO terms

Glossary of VCO terms Glossary of VCO terms VOLTAGE CONTROLLED OSCILLATOR (VCO): This is an oscillator designed so the output frequency can be changed by applying a voltage to its control port or tuning port. FREQUENCY TUNING

More information

A DSP IMPLEMENTED DIGITAL FM MULTIPLEXING SYSTEM

A DSP IMPLEMENTED DIGITAL FM MULTIPLEXING SYSTEM A DSP IMPLEMENTED DIGITAL FM MULTIPLEXING SYSTEM Item Type text; Proceedings Authors Rosenthal, Glenn K. Publisher International Foundation for Telemetering Journal International Telemetering Conference

More information

arxiv: v1 [physics.acc-ph] 23 Mar 2018

arxiv: v1 [physics.acc-ph] 23 Mar 2018 LLRF SYSTEM FOR THE FERMILAB MUON G-2 AND MU2E PROJECTS P. Varghese, B. Chase Fermi National Accelerator Laboratory (FNAL), Batavia, IL 60510, USA arxiv:1803.08968v1 [physics.acc-ph] 23 Mar 2018 Abstract

More information

Fast and Accurate RF component characterization enabled by FPGA technology

Fast and Accurate RF component characterization enabled by FPGA technology Fast and Accurate RF component characterization enabled by FPGA technology Guillaume Pailloncy Senior Systems Engineer Agenda RF Application Challenges What are FPGAs and why are they useful? FPGA-based

More information

THIS work focus on a sector of the hardware to be used

THIS work focus on a sector of the hardware to be used DISSERTATION ON ELECTRICAL AND COMPUTER ENGINEERING 1 Development of a Transponder for the ISTNanoSAT (November 2015) Luís Oliveira luisdeoliveira@tecnico.ulisboa.pt Instituto Superior Técnico Abstract

More information

CHAPTER 4 DESIGN OF DIGITAL DOWN CONVERTER AND SAMPLE RATE CONVERTER FOR DIGITAL FRONT- END OF SDR

CHAPTER 4 DESIGN OF DIGITAL DOWN CONVERTER AND SAMPLE RATE CONVERTER FOR DIGITAL FRONT- END OF SDR 95 CHAPTER 4 DESIGN OF DIGITAL DOWN CONVERTER AND SAMPLE RATE CONVERTER FOR DIGITAL FRONT- END OF SDR 4. 1 INTRODUCTION Several mobile communication standards are currently in service in various parts

More information

Implementing Audio Digital Feedback Loop Using the National Instruments RIO System

Implementing Audio Digital Feedback Loop Using the National Instruments RIO System Implementing Audio Digital Feedback Loop Using the National Instruments RIO System G. Huang, J. M. Byrd LBNL. One cyclotron Rd. Berkeley,CA,94720 Abstract. Development of system for high precision RF distribution

More information

C0da-r I&9 Commissioning Experience with the PEP-XI Low-Level RF System*

C0da-r I&9 Commissioning Experience with the PEP-XI Low-Level RF System* Cdar 9733 I&9 Commissioning Experience with the PEPXI LowLevel RF System* # SLACPUB753 f May 1997 (A) P. Corredoura, S. Allison, R. Claus, W. Ross, L. Sapozhnikov, H. D. Schwarz, R. Tighe, C. Yee, C. Ziomek

More information

Keywords: CIC Filter, Field Programmable Gate Array (FPGA), Decimator, Interpolator, Modelsim and Chipscope.

Keywords: CIC Filter, Field Programmable Gate Array (FPGA), Decimator, Interpolator, Modelsim and Chipscope. www.semargroup.org, www.ijsetr.com ISSN 2319-8885 Vol.03,Issue.25 September-2014, Pages:5002-5008 VHDL Implementation of Optimized Cascaded Integrator Comb (CIC) Filters for Ultra High Speed Wideband Rate

More information

DIGITAL FILTERING OF MULTIPLE ANALOG CHANNELS

DIGITAL FILTERING OF MULTIPLE ANALOG CHANNELS DIGITAL FILTERING OF MULTIPLE ANALOG CHANNELS Item Type text; Proceedings Authors Hicks, William T. Publisher International Foundation for Telemetering Journal International Telemetering Conference Proceedings

More information

Third-Method Narrowband Direct Upconverter for the LF / MF Bands

Third-Method Narrowband Direct Upconverter for the LF / MF Bands Third-Method Narrowband Direct Upconverter for the LF / MF Bands Introduction Andy Talbot G4JNT February 2016 Previous designs for upconverters from audio generated from a soundcard to RF have been published

More information

DSP Based Corrections of Analog Components in Digital Receivers

DSP Based Corrections of Analog Components in Digital Receivers fred harris DSP Based Corrections of Analog Components in Digital Receivers IEEE Communications, Signal Processing, and Vehicular Technology Chapters Coastal Los Angeles Section 24-April 2008 It s all

More information

Channelization and Frequency Tuning using FPGA for UMTS Baseband Application

Channelization and Frequency Tuning using FPGA for UMTS Baseband Application Channelization and Frequency Tuning using FPGA for UMTS Baseband Application Prof. Mahesh M.Gadag Communication Engineering, S. D. M. College of Engineering & Technology, Dharwad, Karnataka, India Mr.

More information

DECIMATION FILTER FOR MULTISTANDARD WIRELESS RECEIVER SHEETAL S.SHENDE

DECIMATION FILTER FOR MULTISTANDARD WIRELESS RECEIVER SHEETAL S.SHENDE DECIMATION FILTER FOR MULTISTANDARD WIRELESS RECEIVER SHEETAL S.SHENDE Abstract The demand for new telecommunication services requiring higher capacities, data rates and different operating modes have

More information

Architecture and Performance of the PEP-II Low-Level RF System*

Architecture and Performance of the PEP-II Low-Level RF System* Architecture and Performance of the PEP-II Low-Level System* P. Corredoura Stanford Linear Accelerator Center, Stanford, Ca 9439, USA Abstract Heavy beam loading in the PEP-II B Factory along with large

More information

A LOW-COST SOFTWARE-DEFINED TELEMETRY RECEIVER

A LOW-COST SOFTWARE-DEFINED TELEMETRY RECEIVER A LOW-COST SOFTWARE-DEFINED TELEMETRY RECEIVER Michael Don U.S. Army Research Laboratory Aberdeen Proving Grounds, MD ABSTRACT The Army Research Laboratories has developed a PCM/FM telemetry receiver using

More information

HARDWARE IMPLEMENTATION OF LOCK-IN AMPLIFIER FOR NOISY SIGNALS

HARDWARE IMPLEMENTATION OF LOCK-IN AMPLIFIER FOR NOISY SIGNALS Integrated Journal of Engineering Research and Technology HARDWARE IMPLEMENTATION OF LOCK-IN AMPLIFIER FOR NOISY SIGNALS Prachee P. Dhapte, Shriyash V. Gadve Department of Electronics and Telecommunication

More information

Moku:Lab. Specifications. Revision Last updated 15 th April, 2018.

Moku:Lab. Specifications. Revision Last updated 15 th April, 2018. Moku:Lab Specifications Revision 2018.2. Last updated 15 th April, 2018. Table of Contents Hardware 4 Specifications... 4 Analog I/O... 4 External trigger input... 4 Clock reference... 4 General characteristics...

More information

Digital Baseband Architecture in AR1243/AR1642 Automotive Radar Devices

Digital Baseband Architecture in AR1243/AR1642 Automotive Radar Devices Application Report Lit. Number June 015 Digital Baseband Architecture in AR143/AR164 Automotive Radar Devices Sriram Murali, Karthik Ramasubramanian Wireless Connectivity Solutions ABSTRACT This application

More information

Analog Circuits and Systems

Analog Circuits and Systems Analog Circuits and Systems Prof. K Radhakrishna Rao Lecture 31: Waveform Generation 1 Review Phase Locked Loop (self tuned filter) 2 nd order High Q low-pass output phase compared with the input 90 phase

More information

Phase Drift Budget Analysis for 12 GeV 1497 MHz LLRF System

Phase Drift Budget Analysis for 12 GeV 1497 MHz LLRF System Phase Drift Budget Analysis for 12 GeV 1497 MHz LLRF System John Musson 28-Sept-7 Introduction The 12 GeV upgrade effort included the creation of LLRF Requirements, directed at achieving.4% gradient regulation,.5

More information

RF Locking of Femtosecond Lasers

RF Locking of Femtosecond Lasers RF Locking of Femtosecond Lasers Josef Frisch, Karl Gumerlock, Justin May, Steve Smith SLAC Work supported by DOE contract DE-AC02-76SF00515 1 Overview FEIS 2013 talk discussed general laser locking concepts

More information

On-Chip Implementation of Cascaded Integrated Comb filters (CIC) for DSP applications

On-Chip Implementation of Cascaded Integrated Comb filters (CIC) for DSP applications On-Chip Implementation of Cascaded Integrated Comb filters (CIC) for DSP applications Rozita Teymourzadeh & Prof. Dr. Masuri Othman VLSI Design Centre BlokInovasi2, Fakulti Kejuruteraan, University Kebangsaan

More information

Real-Time Digital Down-Conversion with Equalization

Real-Time Digital Down-Conversion with Equalization Real-Time Digital Down-Conversion with Equalization February 20, 2019 By Alexander Taratorin, Anatoli Stein, Valeriy Serebryanskiy and Lauri Viitas DOWN CONVERSION PRINCIPLE Down conversion is basic operation

More information

EMBEDDED DOPPLER ULTRASOUND SIGNAL PROCESSING USING FIELD PROGRAMMABLE GATE ARRAYS

EMBEDDED DOPPLER ULTRASOUND SIGNAL PROCESSING USING FIELD PROGRAMMABLE GATE ARRAYS EMBEDDED DOPPLER ULTRASOUND SIGNAL PROCESSING USING FIELD PROGRAMMABLE GATE ARRAYS Diaa ElRahman Mahmoud, Abou-Bakr M. Youssef and Yasser M. Kadah Biomedical Engineering Department, Cairo University, Giza,

More information

EE 560 Electric Machines and Drives. Autumn 2014 Final Project. Contents

EE 560 Electric Machines and Drives. Autumn 2014 Final Project. Contents EE 560 Electric Machines and Drives. Autumn 2014 Final Project Page 1 of 53 Prof. N. Nagel December 8, 2014 Brian Howard Contents Introduction 2 Induction Motor Simulation 3 Current Regulated Induction

More information

레이저의주파수안정화방법및그응용 박상언 ( 한국표준과학연구원, 길이시간센터 )

레이저의주파수안정화방법및그응용 박상언 ( 한국표준과학연구원, 길이시간센터 ) 레이저의주파수안정화방법및그응용 박상언 ( 한국표준과학연구원, 길이시간센터 ) Contents Frequency references Frequency locking methods Basic principle of loop filter Example of lock box circuits Quantifying frequency stability Applications

More information

BSNL TTA Question Paper Control Systems Specialization 2007

BSNL TTA Question Paper Control Systems Specialization 2007 BSNL TTA Question Paper Control Systems Specialization 2007 1. An open loop control system has its (a) control action independent of the output or desired quantity (b) controlling action, depending upon

More information

Antenna Measurements using Modulated Signals

Antenna Measurements using Modulated Signals Antenna Measurements using Modulated Signals Roger Dygert MI Technologies, 1125 Satellite Boulevard, Suite 100 Suwanee, GA 30024-4629 Abstract Antenna test engineers are faced with testing increasingly

More information

Development of Control Algorithm for Ring Laser Gyroscope

Development of Control Algorithm for Ring Laser Gyroscope International Journal of Scientific and Research Publications, Volume 2, Issue 10, October 2012 1 Development of Control Algorithm for Ring Laser Gyroscope P. Shakira Begum, N. Neelima Department of Electronics

More information

FMC ADC 125M 14b 1ch DAC 600M 14b 1ch Technical Specification

FMC ADC 125M 14b 1ch DAC 600M 14b 1ch Technical Specification FMC ADC 125M 14b 1ch DAC 600M 14b 1ch Technical Specification Tony Rohlev October 5, 2011 Abstract The FMC ADC 125M 14b 1ch DAC 600M 14b 1ch is a FMC form factor card with a single ADC input and a single

More information

Design of a Low Power and Area Efficient Digital Down Converter and SINC Filter in CMOS 90-nm Technology

Design of a Low Power and Area Efficient Digital Down Converter and SINC Filter in CMOS 90-nm Technology Wright State University CORE Scholar Browse all Theses and Dissertations Theses and Dissertations 2011 Design of a Low Power and Area Efficient Digital Down Converter and SINC Filter in CMOS 90-nm Technology

More information

Pulsed VNA Measurements:

Pulsed VNA Measurements: Pulsed VNA Measurements: The Need to Null! January 21, 2004 presented by: Loren Betts Copyright 2004 Agilent Technologies, Inc. Agenda Pulsed RF Devices Pulsed Signal Domains VNA Spectral Nulling Measurement

More information

Digital Signal Processing. VO Embedded Systems Engineering Armin Wasicek WS 2009/10

Digital Signal Processing. VO Embedded Systems Engineering Armin Wasicek WS 2009/10 Digital Signal Processing VO Embedded Systems Engineering Armin Wasicek WS 2009/10 Overview Signals and Systems Processing of Signals Display of Signals Digital Signal Processors Common Signal Processing

More information

Designing the Fox-1E PSK Modulator and FoxTelem demodulator

Designing the Fox-1E PSK Modulator and FoxTelem demodulator Designing the Fox-1E PSK Modulator and FoxTelem demodulator Chris Thompson, G0KLA / AC2CZ g0kla@arrl.net Keywords: BPSK Modulation, BPSK Demodulation, FoxTelem, Costas Loop, Gardner Carrier Recovery, Java

More information

The low level radio frequency control system for DC-SRF. photo-injector at Peking University *

The low level radio frequency control system for DC-SRF. photo-injector at Peking University * The low level radio frequency control system for DC-SRF photo-injector at Peking University * WANG Fang( 王芳 ) 1) FENG Li-Wen( 冯立文 ) LIN Lin( 林林 ) HAO Jian-Kui( 郝建奎 ) Quan Sheng-Wen( 全胜文 ) ZHANG Bao-Cheng(

More information

Block Diagram. i_in. q_in (optional) clk. 0 < seed < use both ports i_in and q_in

Block Diagram. i_in. q_in (optional) clk. 0 < seed < use both ports i_in and q_in Key Design Features Block Diagram Synthesizable, technology independent VHDL IP Core -bit signed input samples gain seed 32 dithering use_complex Accepts either complex (I/Q) or real input samples Programmable

More information

Lecture 3 Review of Signals and Systems: Part 2. EE4900/EE6720 Digital Communications

Lecture 3 Review of Signals and Systems: Part 2. EE4900/EE6720 Digital Communications EE4900/EE6720: Digital Communications 1 Lecture 3 Review of Signals and Systems: Part 2 Block Diagrams of Communication System Digital Communication System 2 Informatio n (sound, video, text, data, ) Transducer

More information

User Guide IRMCS3041 System Overview/Guide. Aengus Murray. Table of Contents. Introduction

User Guide IRMCS3041 System Overview/Guide. Aengus Murray. Table of Contents. Introduction User Guide 0607 IRMCS3041 System Overview/Guide By Aengus Murray Table of Contents Introduction... 1 IRMCF341 Application Circuit... 2 Sensorless Control Algorithm... 4 Velocity and Current Control...

More information

Lock-Ins for electrical measurements

Lock-Ins for electrical measurements Lock-Ins for electrical measurements At low temperatures small electrical signals, small signal changes interesting physics Problems: Noise Groundloops SNR FAM-Talk October 17 th 2014 1 Types of noise

More information

Baseband simulation model of the vector rf voltage control system for the J-PARC RCS

Baseband simulation model of the vector rf voltage control system for the J-PARC RCS Journal of Physics: Conference Series PAPER OPEN ACCESS Baseband simulation model of the vector rf voltage control system for the J-PARC RCS To cite this article: Fumihiko Tamura et al 2018 J. Phys.: Conf.

More information

9 Best Practices for Optimizing Your Signal Generator Part 2 Making Better Measurements

9 Best Practices for Optimizing Your Signal Generator Part 2 Making Better Measurements 9 Best Practices for Optimizing Your Signal Generator Part 2 Making Better Measurements In consumer wireless, military communications, or radar, you face an ongoing bandwidth crunch in a spectrum that

More information

Introduction to Receivers

Introduction to Receivers Introduction to Receivers Purpose: translate RF signals to baseband Shift frequency Amplify Filter Demodulate Why is this a challenge? Interference Large dynamic range required Many receivers must be capable

More information

CHAPTER 6 PHASE LOCKED LOOP ARCHITECTURE FOR ADC

CHAPTER 6 PHASE LOCKED LOOP ARCHITECTURE FOR ADC 138 CHAPTER 6 PHASE LOCKED LOOP ARCHITECTURE FOR ADC 6.1 INTRODUCTION The Clock generator is a circuit that produces the timing or the clock signal for the operation in sequential circuits. The circuit

More information

RF/IF Terminology and Specs

RF/IF Terminology and Specs RF/IF Terminology and Specs Contributors: Brad Brannon John Greichen Leo McHugh Eamon Nash Eberhard Brunner 1 Terminology LNA - Low-Noise Amplifier. A specialized amplifier to boost the very small received

More information

RF System Models and Longitudinal Beam Dynamics

RF System Models and Longitudinal Beam Dynamics RF System Models and Longitudinal Beam Dynamics T. Mastoridis 1, P. Baudrenghien 1, J. Molendijk 1, C. Rivetta 2, J.D. Fox 2 1 BE-RF Group, CERN 2 AARD-Feedback and Dynamics Group, SLAC T. Mastoridis LLRF

More information

BPSK_DEMOD. Binary-PSK Demodulator Rev Key Design Features. Block Diagram. Applications. General Description. Generic Parameters

BPSK_DEMOD. Binary-PSK Demodulator Rev Key Design Features. Block Diagram. Applications. General Description. Generic Parameters Key Design Features Block Diagram Synthesizable, technology independent VHDL IP Core reset 16-bit signed input data samples Automatic carrier acquisition with no complex setup required User specified design

More information

OBJECTIVES EQUIPMENT LIST

OBJECTIVES EQUIPMENT LIST 1 Reception of Amplitude Modulated Signals AM Demodulation OBJECTIVES The purpose of this experiment is to show how the amplitude-modulated signals are demodulated to obtain the original signal. Also,

More information

Software Design Specification for LLRF Applications at FLASH Version 1.0 Prepared by Zheqiao Geng MSK, DESY Nov. 16, 2009

Software Design Specification for LLRF Applications at FLASH Version 1.0 Prepared by Zheqiao Geng MSK, DESY Nov. 16, 2009 Software Design Specification for LLRF Applications at FLASH Version 1.0 Prepared by Zheqiao Geng MSK, DESY Nov. 16, 2009 Copyright 2009 by Zheqiao Geng. Any change of this document should be agreed by

More information

High speed all digital phase locked loop (DPLL) using pipelined carrier synthesis techniques

High speed all digital phase locked loop (DPLL) using pipelined carrier synthesis techniques High speed all digital phase locked loop (DPLL) using pipelined carrier synthesis techniques T.Kranthi Kiran, Dr.PS.Sarma Abstract DPLLs are used widely in communications systems like radio, telecommunications,

More information

Signals and Filtering

Signals and Filtering FILTERING OBJECTIVES The objectives of this lecture are to: Introduce signal filtering concepts Introduce filter performance criteria Introduce Finite Impulse Response (FIR) filters Introduce Infinite

More information

Receiver Architecture

Receiver Architecture Receiver Architecture Receiver basics Channel selection why not at RF? BPF first or LNA first? Direct digitization of RF signal Receiver architectures Sub-sampling receiver noise problem Heterodyne receiver

More information

Performance of the Prototype NLC RF Phase and Timing Distribution System *

Performance of the Prototype NLC RF Phase and Timing Distribution System * SLAC PUB 8458 June 2000 Performance of the Prototype NLC RF Phase and Timing Distribution System * Josef Frisch, David G. Brown, Eugene Cisneros Stanford Linear Accelerator Center, Stanford University,

More information

Digital Signal Processing in RF Applications

Digital Signal Processing in RF Applications Digital Signal Processing in RF Applications Part II Thomas Schilcher Outline 1. signal conditioning / down conversion 2. detection of amp./phase by digital I/Q sampling I/Q sampling non I/Q sampling digital

More information

RTTY: an FSK decoder program for Linux. Jesús Arias (EB1DIX)

RTTY: an FSK decoder program for Linux. Jesús Arias (EB1DIX) RTTY: an FSK decoder program for Linux. Jesús Arias (EB1DIX) June 15, 2001 Contents 1 rtty-2.0 Program Description. 2 1.1 What is RTTY........................................... 2 1.1.1 The RTTY transmissions.................................

More information

Thursday, 1/23/19 Automatic Gain Control As previously shown, 1 0 is a nonlinear system that produces a limit cycle with a distorted sinusoid for

Thursday, 1/23/19 Automatic Gain Control As previously shown, 1 0 is a nonlinear system that produces a limit cycle with a distorted sinusoid for Thursday, 1/23/19 Automatic Gain Control As previously shown, 1 0 is a nonlinear system that produces a limit cycle with a distorted sinusoid for x(t), which is not a very good sinusoidal oscillator. A

More information

Design Implementation Description for the Digital Frequency Oscillator

Design Implementation Description for the Digital Frequency Oscillator Appendix A Design Implementation Description for the Frequency Oscillator A.1 Input Front End The input data front end accepts either analog single ended or differential inputs (figure A-1). The input

More information

PN9000 PULSED CARRIER MEASUREMENTS

PN9000 PULSED CARRIER MEASUREMENTS The specialist of Phase noise Measurements PN9000 PULSED CARRIER MEASUREMENTS Carrier frequency: 2.7 GHz - PRF: 5 khz Duty cycle: 1% Page 1 / 12 Introduction When measuring a pulse modulated signal the

More information

A COMPACT, AGILE, LOW-PHASE-NOISE FREQUENCY SOURCE WITH AM, FM AND PULSE MODULATION CAPABILITIES

A COMPACT, AGILE, LOW-PHASE-NOISE FREQUENCY SOURCE WITH AM, FM AND PULSE MODULATION CAPABILITIES A COMPACT, AGILE, LOW-PHASE-NOISE FREQUENCY SOURCE WITH AM, FM AND PULSE MODULATION CAPABILITIES Alexander Chenakin Phase Matrix, Inc. 109 Bonaventura Drive San Jose, CA 95134, USA achenakin@phasematrix.com

More information

RF Systems I. Erk Jensen, CERN BE-RF

RF Systems I. Erk Jensen, CERN BE-RF RF Systems I Erk Jensen, CERN BE-RF Introduction to Accelerator Physics, Prague, Czech Republic, 31 Aug 12 Sept 2014 Definitions & basic concepts db t-domain vs. ω-domain phasors 8th Sept, 2014 CAS Prague

More information

High-speed Serial Interface

High-speed Serial Interface High-speed Serial Interface Lect. 9 PLL (Introduction) 1 Block diagram Where are we today? Serializer Tx Driver Channel Rx Equalizer Sampler Deserializer PLL Clock Recovery Tx Rx 2 Clock Clock: Timing

More information

Wideband Sampling by Decimation in Frequency

Wideband Sampling by Decimation in Frequency Wideband Sampling by Decimation in Frequency Martin Snelgrove http://www.kapik.com 192 Spadina Ave. Suite 218 Toronto, Ontario, M5T2C2 Canada Copyright Kapik Integration 2011 WSG: New Architectures for

More information

LINEAR IC APPLICATIONS

LINEAR IC APPLICATIONS 1 B.Tech III Year I Semester (R09) Regular & Supplementary Examinations December/January 2013/14 1 (a) Why is R e in an emitter-coupled differential amplifier replaced by a constant current source? (b)

More information

Design and FPGA Implementation of an Adaptive Demodulator. Design and FPGA Implementation of an Adaptive Demodulator

Design and FPGA Implementation of an Adaptive Demodulator. Design and FPGA Implementation of an Adaptive Demodulator Design and FPGA Implementation of an Adaptive Demodulator Sandeep Mukthavaram August 23, 1999 Thesis Defense for the Degree of Master of Science in Electrical Engineering Department of Electrical Engineering

More information

MAKING TRANSIENT ANTENNA MEASUREMENTS

MAKING TRANSIENT ANTENNA MEASUREMENTS MAKING TRANSIENT ANTENNA MEASUREMENTS Roger Dygert, Steven R. Nichols MI Technologies, 1125 Satellite Boulevard, Suite 100 Suwanee, GA 30024-4629 ABSTRACT In addition to steady state performance, antennas

More information

Implementation of CIC filter for DUC/DDC

Implementation of CIC filter for DUC/DDC Implementation of CIC filter for DUC/DDC R Vaishnavi #1, V Elamaran #2 #1 Department of Electronics and Communication Engineering School of EEE, SASTRA University Thanjavur, India rvaishnavi26@gmail.com

More information

6.101 Project Proposal April 9, 2014 Kayla Esquivel and Jason Yang. General Outline

6.101 Project Proposal April 9, 2014 Kayla Esquivel and Jason Yang. General Outline 6.101 Project Proposal April 9, 2014 Kayla Esquivel and Jason Yang General Outline We will build a superheterodyne AM Radio Receiver circuit that will have a bandwidth of the entire AM spectrum, and whose

More information

An Optimized Direct Digital Frequency. Synthesizer (DDFS)

An Optimized Direct Digital Frequency. Synthesizer (DDFS) Contemporary Engineering Sciences, Vol. 7, 2014, no. 9, 427-433 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ces.2014.4326 An Optimized Direct Digital Frequency Synthesizer (DDFS) B. Prakash

More information