The Design and Construction of a DDS based Waveform Generator

Size: px
Start display at page:

Download "The Design and Construction of a DDS based Waveform Generator"

Transcription

1 1 The Design and Construction of a DDS based Waveform Generator Darrell Harmon Abstract A direct digital synthesis (DDS) based signal generator was designed and constructed to cover the frequency range of DC to 20 MHz. The generator is capable of producing Sine and Square waves up to 20 MHz, and can produce arbitrary waveforms whose frequency is limited by a 23 MHz low pass filter. The arbitrary waveform generator is capable of generating Triangle waves at frequencies up to 7 MHz. This signal generator has very high frequency accuracy due to the use of direct digital synthesis. The signal generator is easy to modify due to the FPGA based architecture. Also, many different types of modulation are possible. Index Terms DDS, CORDIC, FPGA, DSP, Signal Generator I. INTRODUCTION A signal generator is useful for testing many types of circuits. Most low cost signal generators drift significantly in frequency, and cannot be controlled by a computer. Recently, high speed DACs and FPGAs capable of generating high frequency signals in real time have become available [1]. This report discuses the design and construction of an FPGA based signal generator. II. SPECIFICATIONS The signal generator will be able to generate sine, square and triangle waves from 1 Hz to 20 MHz. The output will have a 50 ohm impedance. The peak output voltage into a 50 ohm load will be variable from 50 mv to 5 V. The signal generator is to have the ability to be controlled by a computer. DAC aliases should be at least 60 db below the carrier. Harmonics should be kept 40dB below the carrier for frequencies greater that 1 MHz and 60 db below the carrier for frequencies less than 1 MHz. III. SYSTEM OVERVIEW The signal generator consists of 5 major parts: the computer used for control, the microcontroller, the FPGA, the DAC and the analog signal processing section. A computer running control software sends commands via a RS232 serial port to the microcontroller in the signal generator. The microcontroller passes these commands to the FPGA. The microcontroller is also responsible for initializing the FPGA and loading the configuration bitstream. The FPGA is responsible for the digital signal

2 2 processing. The FPGA outputs data to a high speed parallel DAC, and the output of this DAC is sent to the analog signal processing board. The analog signal processing board provides filtering, switchable attenuation, amplification and sine to square wave conversion. 80 MHz sampling rate chosen and the 32 phase accumulator chosen, f = ftw Two methods of converting the phase value to a sample value are used. The first is by using the CORDIC (COordinate Rotation Digital Computer) algorithm. CORDIC allows high speed vector rotation in FPGAs and ASICs. CORDIC is very efficient IV. DIRECT DIGITAL SYNTHESIS The signal generator uses Direct Digital Synthesis (DDS) techniques to generate the desired waveforms. As a compromise between an attainable sampling rate and the complexity of the required reconstruction filter, a sampling rate of 80 MHz was chosen. The phase accumulator is the basis of the DDS system. Every clock cycle, the phase accumulator is incremented resulting in linearly increasing phase and this phase value is converted to an amplitude value which is output to the DAC. The rate of the increase of phase determines the frequency. In the FPGA, the phase is represented by a 32 bit unsigned integer. In the FPGA implementation, a phase value of 360 degrees is represented by This causes the phase accumulator overflow to occur at the same time as the phase reaches 360 degrees. The phase accumulator overflow can be ignored due the overflows occurring simultaneously. The frequency can be determined by formula f = fs ftw 2 n where ftw is the value added to the phase accumulator every cycle, f s is the sampling rate and where n is the number of bits in the phase accumulator. For the both in terms of gates and power. Vector rotation can be used both to generate sinusoids and perform modulation [2]. A 14 bit CORDIC will be used. This will provide for 14 bit amplitude and phase resolution. With CORDIC, setting the input to a constant while linearly increasing phase produces a sine wave. Applying a signal to the input modulates the signal. Alternately, a look up table can be used to convert phase values to amplitude values. The most significant 10 bits of the phase accumulator are used to address a ROM to provide output samples. In place of a ROM, a dual port SRAM can be used allowing the waveform to be modified at any time. The second port is connected to a microcontroller which is capable of generating and loading waveforms. A 16384x14 SRAM was used. This SRAM was made up of x1 Xilinx blockram blocks. The Xilinx Spartan 3 XC3S400 FPGA contains 16 blockram blocks. The use of a look up table has the advantage of being capable of generating arbitrary waveforms. When sine wave or square wave is selected,

3 3 the CORDIC is used. For the generation of other waveforms such as triangle, the lookup table is loaded with samples of the wave to be generated. modulating signal to the phase. A full scale modulating signal will shift the phase from +180 degrees to -180 degrees. V. MODULATION Several modulation types can be achieved by implementing a modulator in the FPGA. AM, FM and PM were included. The modulation source is a second CORDIC and phase accumulator. This provides a complex sinusoid which can be varied in amplitude. Single sideband modulation can be achieved by simply connecting complex modulating signal to the modulator CORDIC. Double sideband can be achieved by connecting the real part of the modulating signal to the real input of the modulator CORDIC and setting the imaginary input of the modulator CORDIC to 0. An adjustable offset to the real input of the modulator CORDIC is provided and allows for adding a carrier. This allows both DSB-SC and DSB-LC modulation. The percentage of modulation is fully adjustable from 0% to 200% (overmodulation) for the DSB-LC case. If amplitude modulation is not desired, the input to the modulating CORDIC is set to a constant resulting in sinusoidal output. Frequency modulation is achieved by adding the modulating signal to the frequency tuning word. The modulating signal is divided by 256 so that the maximum frequency deviation is khz. The frequency deviation can be scaled by adjusting the modulating CORDIC amplitude. Phase modulation is implemented by adding the VI. DAC, FILTER The Burr Brown DAC904E was used in the signal generator. This part is a 14 bit current steering parallel DAC capable of operating at up to a 160 MHz sampling rate. The clock frequency of 80 MHz was chosen to allow for a realizable reconstruction filter to be used. The DAC has a 20 ma differential current output, and only one half of the differential output was used. This output was terminated to ground with 50 ohms and connected to a BNC connector on the DAC board. The other output was grounded. This configuration results in a signal which swings from 0V to 0.5 V when connected to a 50 ohm load. An reconstruction filter is required to remove the aliases generated by the DAC. It was desired that all aliases be at least 60 db below the fundamental output power. It was determined that the worst case alias would result at an output frequency of 20 MHz, producing a 60 MHz alias at dbc. This meant a filter would be required which would pass 20 MHz relatively unattenuated, but attenuate by at least 50 db at 60 MHz. A 5th order active Chebyshev filter was considered, but the phase distortion of the arbitrary waveforms could not be tolerated. The reconstruction filter was implemented as a 7th order Butterworth filter. Due to the high cost and

4 4 complexity of an active filter at these frequencies and the small size of the inductors required, a passive LC filter was used. Surface mount inductors and capacitors were used. The values of the L1 150nH L2 560nH L3 560nH L4 150nH components were calculated from a table found in appendix H of [3]. The 560 nh inductors were 0805 C1 180pF C2 270pF C3 180pF size wirewounds, and the 150 nh inductors were 0603 size wirewounds. The capacitors were all NP0 dielectric 0603 size multilayer ceramic capacitors. Exact capacitor and inductor values were unavailable. The closest available capacitors and inductors to the required values were used resulting in a cutoff frequency of 23 MHz. The attenuation of 50 db at 60 MHz is maintained using these values. See Table I or Figure 1 for the filter schematic and values. The filter has a 50 ohm input and output impedance. The input impedance is matched to the output impedance of the DAC board and the impedance of the interconnecting cable. Figures 2 and 3 were obtained using a HP4195A network analyzer, and show that the filter meets the specification. The attenuation at 60 MHz is 57.3 db. The attenuation is greater than 60 db for all frequencies above 63 MHz up to the 500 MHz maximum frequency of the network analyzer. The filter has an 0.6 db loss at DC due to the inductor resistance and a 1.2 db loss at 20 MHz due to the skin effect in the wirewound inductors. The DC loss will be compensated for by amplifier gain. The AC loss could be corrected in software by increasing the gain as frequency increases. Fig MHz 7th Order Butterworth LC Lowpass Filter TABLE I 20 MHZ 7TH ORDER LC LOWPASS FILTER COMPONENT VALUES Component Calculated Value Value Used L1, L4 177 nh 150 nh L2, L3 717 nh 560 nh C1, C3 198 pf 180 pf C2 242 pf 270 pf The output of the filter was connected to an OPA695 current feedback amplifier in an inverting configuration with a gain of 8.43 with an input impedance of 50 ohms. A DC offset was also provided at this point so that the 0 to 0.5 V signal from the DAC swings from -2V to +2V at the output of the amplifier. The OPA695 provides a bandwidth of 450 MHz at a gain of 8 which is far greater than the required bandwidth of 20 MHz. VII. SINE TO SQUARE WAVE CONVERSION It was decided that the best way to produce sine waves would be to pass the sine wave through a comparator. Several alternatives were considered including switching between two voltage sources,

5 5 DC offset of the resultant square wave. VIII. MULTIPLEXER Both sine/arbitrary and square waves are produced by the preceding circuitry. A multiplexor is needed to select which signal should be sent to the output amplifier. Also, attenuation is needed to provide for lower output levels. The Analog Devices AD input video multiplexor was selected for Fig. 2. Reconstruction filter response - sweep from 0 to 500 MHz. 10 db/div. The marker is placed at 60 MHz where the attenuation is 57.3 db. this purpose. This part has a bandwidth of 700 MHz and has a built in buffer amplifier. The input impedance is very high. A pair of 20 db attenuators were constructed from 180 Ωand 20 Ωresistors. Both attenuated and unattenuated square wave and sine wave/arbitrary waveform inputs were connected to the multiplexor. Any of the four inputs can be selected via software. IX. POWER AMPLIFIER The power amplifier must be able to swing from Fig. 3. Reconstruction filter response - sweep from 0 to 30 MHz. 1 db/div. The diagonal line is the phase shift. +10 V to -10 V into a 100 ohm load. This is necessitated by the need to swing from +5 V to -5 V into a 50 ohm load while providing a 50 ohm directly using a comparator and limiting amplifiers. The Texas Instruments OPA699 limiting amp was chosen. It provides extremely high speed with a gain bandwidth product of 1 GHz. This amplifier provides upper and lower limit inputs, and clips the output signal to these limits. The limit inputs were driven using a pair of slow serial DACs. The DACs allow for adjustment of both amplitude and output impedance. A 50 ohm series resistor is used on the output of the amplifier to set the output impedance. This resistor is outside the feedback loop. The amplifier needs a slew rate of at least 4000 V/µs to be able to achieve a 5 ns rise and fall time. Originally, the Texas Instruments THS3061 current feedback amplifier was selected as the power

6 6 amplifier. This amplifier is capable of being powered by a±15 V supply and providing an output current of 145 ma. The high power dissipation is handled by a heat sink tab on the bottom of the package. The device has a bandwidth of 260 MHz at the required non inverting gain of 5. The slew rate of the THS3061 is 7000 V/µs. The opamp is unprotected, so external protection will be required in order to not exceed any absolute maximum ratings in the U4 THS3061 event of an output short. This opamp appeared to be exactly what was needed on paper and in SPICE, but latched up in operation. It appeared that the latchups were caused by too high slew rate. The peak voltage across the opamp inputs would increase to 150 millivolts when the slew rate of the output reached approximately 7000 V/µs. Any increase in the input slew rate from this point would cause a latchup and the amplifier would draw approximately 150 ma from the power supply. The addition of an RC lowpass filter prior to the power amp resulted in either too much rounding of the square wave edges or was ineffective at solving the problem depending on the value of the capacitor. Current limiters were added to the THS3061 supplies to prevent it from being destroyed upon latchup. The were implemented as shown in Figure 4. There were no other amplifiers that could be found to meet the supply voltage, output current and slew rate specifications simultaneously. The Texas Instruments OPA695 current feedback Fig. 4. The current limiting circuit for the negative supply used with the THS3061 amplifier was used as the power amplifier. This amplifier uses a±5 V power supply, and the output can swing from +4 V to -4 V. The slew rate is 4300 V/µs. The amplifier has a bandwidth of 1.4 GHz at a non inverting gain of 2. The amplifier was used in a non inverting configuration with a gain of While the signal generator was unable to meet the output voltage specification using the OPA695, all other specifications were preserved with this substitution. The OPA695 is able to safely drive a 50 ohm load, so in the event of an output short, it will be protected by the 50 ohm series termination. -15V X. RESULTS The measured output frequency error was extremely small. An Instek GFC-8131H frequency counter was used for these measurements. The counter has an uncertainty of 5 ppm which is greater than the measured errors. It is possible

7 7 the the errors are higher than as measured. More accurate equipment was unavailable. The results are presented in Table II. The large error at 1 Hz is due to rounding of the frequency tuning word. The resolution is approximately Hz. All other frequencies measured resulted in an error of less than 4 parts per million. The clock oscillator used is in figure 6. Using a 1.8V peak setting results in an acceptable distortion level. The minimum output amplitude of 50mV into 50 ohms was verified as seen in Figure 7. The signal generator is capable of producing smaller signals, but the noise level will increase as amplitude decreases as less bits are used of the DAC. only specified to be within 30ppm of 80 MHz. The maximum frequency error is the oscillator frequency error plus the rounding error of up to Hz. TABLE II FREQUENCY ACCURACY Setting Measured Error (Hz) Error (ppm) 1 Hz Hz khz khz khz khz MHz MHz MHz MHz MHz MHz MHz MHz MHz MHz MHz MHz Fig MHz Sine wave The output of the signal generator was measured in the time domain using a Tektronix 7903 oscilloscope with 7A19 and 7B92A plugins. This oscilloscope has a bandwidth of 500 MHz and a risetime of 800 picoseconds. The output was measured in the frequency domain using an HP 4195A spectrum and network analyzer. This instrument provides resolution bandwidths down to 3Hz and Fig MHz Sine wave : Amplitude = 2 V peak very good frequency accuracy. The signal generator was determined to clip at 1.9 volts into a 50 ohm load. This is illustrated The spectrum of the sinusoidal output is shown in figures 8, 9 and 10. Figure 8 shows the generation of a MHz sine wave at 1 Volt peak (10

8 8 Fig MHz Sine wave : 50 mv peak Fig MHz MHz Sine wave : 1 V peak, sweep from DC to dbm). There is a second harmonic approximately 60 db below the carrier. This is due to distortion in the amplifiers. There is also a signal at MHz which is also approximately 60dB below the carrier. The origin of this signal is unknown. It may be due to rounding error. Figure 9 displays the spectrum of a 19 MHz sine wave. The 135 khz modulation that is seen was determined to be due to the 1.2V FPGA core voltage switching power supply which operates at 135 khz. The modulation Fig MHz 1 V peak Sine wave spectrum - 1 MHz span is 53 db below the carrier. This problem could be solved at the cost of power consumption by using a linear regulator. Figure 10 shows that the carrier itself is very clean. The noise floor is much lower due to the small resolution bandwidth of 10 Hz used. Using this resolution bandwidth with a larger span would take too long to be practical. The square wave function worked as expected. The rise and fall times of a 20 MHz 1 volt peak square wave were measured at 3 nanoseconds. This can be seen in Figures 11 and 12. The risetime is slightly longer at lower frequencies increasing to 100 ns at 1 khz. This could be improved by using the arbitrary mode and generating an approximate square wave as input to the comparator. Figure 13 is the spectrum of a 20 MHz square wave generated by the signal generator. The 13th harmonic is clearly visible. There is a significant amount of power in even harmonics. This is due to the square wave being non-symmetric which is

9 9 Fig MHz 1 V peak Sine wave spectrum - 1 khz span Fig MHz Square wave risetime detail Fig MHz Square wave - 1 volt peak Fig MHz Square wave spectrum caused by an offset error at the comparator input. The 2nd harmonic is approximately 35 db below the fundamental. Triangle waves were generated by using the arbitrary waveform generator mode. The lookup table was loaded with a triangle wave calculated by Fourier series. The number of harmonics was selected so that none would alias. Figure 14 was generated using 39 harmonics in the look up table. The harmonics above 23 MHz were attenuated by the filter. Figure 15 illustrates a 5 MHz triangle wave. The 5th and higher harmonics were greatly attenuated by the reconstruction lowpass filter. The lookup table was loaded with harmonics through the 7th. A sawtooth wave was also used to demonstrate the arbitrary waveform generator. Figure 16 demonstrates the generation of a 1 MHz sawtooth wave. Figure 17 demonstrates a 1 MHz square wave band limited to 19 MHz. The lookup table values were calculated by Fourier series. Figure 18 show the signal generator outputting

10 10 Fig MHz Triangle wave Fig MHz Sawtooth wave Fig MHz Triangle wave Fig MHz square wave limited to 19th harmonic double sideband large carrier with 100% modulation. The carrier frequency is 1 MHz and the modulating frequency is 10 khz. Figure 19 is the same except for the modulation was changed to 50%. Figure 20 illustrates double sideband suppressed carrier. Figure 21 is the spectrum of the signal generator output when performing double sideband large carrier modulation (AM). The spectrum is as expected with the addition of second harmonic distortion of the modulating signal 55 db below the power of the sidebands. Figure 22 is the spectrum of the signal generator output when performing double sideband suppressed carrier modulation. This modulation is the same as AM with the carrier removed. The same distortion exists. Figure 23 is the spectrum of a wideband FM signal generated with the signal generator. The frequency deviation is set to 75 khz which is the same as used in broadcast FM radio. No measurable distortion was noted. The AM and FM modulation was also tested successfully using a radio receiver.

11 11 Fig MHz DSB-LC with 10 khz 100% modulation Fig MHz DSB-SC with 10 khz modulation Fig MHz DSB-LC with 10 khz 50% modulation Fig MHz DSB-LC with 5 khz modulation XI. CONCLUSION The use of Direct Digital Synthesis provides many advantages over a traditional signal generator. These include excellent accuracy of output frequency and extreme flexibility for modulation. The use of the FPGA allows the user to make any changes desired. There are still many things that could be improved about the signal generator. The user interface could be made simpler than the current command line program. A physical control panel could be constructed if desired. The computer interface could be changed from RS232 serial to USB. XII. APPENDICES 1. Schematics (Analog board, DAC board, DSPcard) 2. FPGA logic Verilog listing 3. AD8184 Multiplexor datasheet 4. OPA695 Opamp datasheet 5. DAC904E DAC datasheet 6. OPA699 Opamp datasheet

12 12 Fig MHz DSB-SC with 5 khz modulation Fig MHz wideband FM with 15 khz modulation and 75 khz deviation REFERENCES [1] G.-J. van Rooyen and J. G. Lourens, A quadrature baseband approach to direct digital fm synthesis, IEEE Transactions on Broadcasting, vol. 46, no. 3, Sep [2] Ray Andraka, A survey of cordic algorithms for fpga based computers, ACM/SIGDA sixth international symposium on Field programmable gate arrays, Monterey, CA, Feb [3] Paul Horrowith and Winfield Hill, The Art of Electronics, Cambridge University Press, second edition, 1989.

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

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

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

Synthesized Function Generators DS MHz function and arbitrary waveform generator

Synthesized Function Generators DS MHz function and arbitrary waveform generator Synthesized Function Generators DS345 30 MHz function and arbitrary waveform generator DS345 Function/Arb Generator 1 µhz to 30.2 MHz frequency range 1 µhz frequency resolution Sine, square, ramp, triangle

More information

Rigol DG1022A Function / Arbitrary Waveform Generator

Rigol DG1022A Function / Arbitrary Waveform Generator Rigol DG1022A Function / Arbitrary Waveform Generator The Rigol DG1000 series Dual-Channel Function/Arbitrary Waveform Generator adopts DDS (Direct Digital Synthesis) technology to provide stable, high-precision,

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

Part I - Amplitude Modulation

Part I - Amplitude Modulation EE/CME 392 Laboratory 1-1 Part I - Amplitude Modulation Safety: In this lab, voltages are less than 15 volts and this is not normally dangerous to humans. However, you should assemble or modify a circuit

More information

6. HARDWARE PROTOTYPE AND EXPERIMENTAL RESULTS

6. HARDWARE PROTOTYPE AND EXPERIMENTAL RESULTS 6. HARDWARE PROTOTYPE AND EXPERIMENTAL RESULTS Laboratory based hardware prototype is developed for the z-source inverter based conversion set up in line with control system designed, simulated and discussed

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

Lab 9: Operational amplifiers II (version 1.5)

Lab 9: Operational amplifiers II (version 1.5) Lab 9: Operational amplifiers II (version 1.5) WARNING: Use electrical test equipment with care! Always double-check connections before applying power. Look for short circuits, which can quickly destroy

More information

Phase Noise and Tuning Speed Optimization of a MHz Hybrid DDS-PLL Synthesizer with milli Hertz Resolution

Phase Noise and Tuning Speed Optimization of a MHz Hybrid DDS-PLL Synthesizer with milli Hertz Resolution Phase Noise and Tuning Speed Optimization of a 5-500 MHz Hybrid DDS-PLL Synthesizer with milli Hertz Resolution BRECHT CLAERHOUT, JAN VANDEWEGE Department of Information Technology (INTEC) University of

More information

for amateur radio applications and beyond...

for amateur radio applications and beyond... for amateur radio applications and beyond... Table of contents Numerically Controlled Oscillator (NCO) Basic implementation Optimization for reduced ROM table sizes Achievable performance with FPGA implementations

More information

Application Note #5 Direct Digital Synthesis Impact on Function Generator Design

Application Note #5 Direct Digital Synthesis Impact on Function Generator Design Impact on Function Generator Design Introduction Function generators have been around for a long while. Over time, these instruments have accumulated a long list of features. Starting with just a few knobs

More information

ECEN 325 Lab 5: Operational Amplifiers Part III

ECEN 325 Lab 5: Operational Amplifiers Part III ECEN Lab : Operational Amplifiers Part III Objectives The purpose of the lab is to study some of the opamp configurations commonly found in practical applications and also investigate the non-idealities

More information

DST501-1 High-Speed Modulated Arbitrary Chirping Module

DST501-1 High-Speed Modulated Arbitrary Chirping Module High-Speed Modulated Arbitrary Chirping Module PRODUCT DESCRIPTION The module generates modulated arbitrary chirping CW with frequency update rates up to 250 updates/microsecond (1/8 of the DDS clock rate).

More information

Physics 303 Fall Module 4: The Operational Amplifier

Physics 303 Fall Module 4: The Operational Amplifier Module 4: The Operational Amplifier Operational Amplifiers: General Introduction In the laboratory, analog signals (that is to say continuously variable, not discrete signals) often require amplification.

More information

Cost-Effective Traceability for Oscilloscope Calibration. Author: Peter B. Crisp Head of Metrology Fluke Precision Instruments, Norwich, UK

Cost-Effective Traceability for Oscilloscope Calibration. Author: Peter B. Crisp Head of Metrology Fluke Precision Instruments, Norwich, UK Cost-Effective Traceability for Oscilloscope Calibration Author: Peter B. Crisp Head of Metrology Fluke Precision Instruments, Norwich, UK Abstract The widespread adoption of ISO 9000 has brought an increased

More information

Analog Filter and. Circuit Design Handbook. Arthur B. Williams. Singapore Sydney Toronto. Mc Graw Hill Education

Analog Filter and. Circuit Design Handbook. Arthur B. Williams. Singapore Sydney Toronto. Mc Graw Hill Education Analog Filter and Circuit Design Handbook Arthur B. Williams Mc Graw Hill Education New York Chicago San Francisco Athens London Madrid Mexico City Milan New Delhi Singapore Sydney Toronto Contents Preface

More information

LIMITATIONS IN MAKING AUDIO BANDWIDTH MEASUREMENTS IN THE PRESENCE OF SIGNIFICANT OUT-OF-BAND NOISE

LIMITATIONS IN MAKING AUDIO BANDWIDTH MEASUREMENTS IN THE PRESENCE OF SIGNIFICANT OUT-OF-BAND NOISE LIMITATIONS IN MAKING AUDIO BANDWIDTH MEASUREMENTS IN THE PRESENCE OF SIGNIFICANT OUT-OF-BAND NOISE Bruce E. Hofer AUDIO PRECISION, INC. August 2005 Introduction There once was a time (before the 1980s)

More information

Model 745 Series. Berkeley Nucleonics Test, Measurement and Nuclear Instrumentation since Model 845-HP Datasheet BNC

Model 745 Series. Berkeley Nucleonics Test, Measurement and Nuclear Instrumentation since Model 845-HP Datasheet BNC Model 845-HP Datasheet Model 745 Series Portable 20+ GHz Microwave Signal Generator High Power +23dBM Power Output 250 fs Digital Delay Generator BNC Berkeley Nucleonics Test, Measurement and Nuclear Instrumentation

More information

Let us consider the following block diagram of a feedback amplifier with input voltage feedback fraction,, be positive i.e. in phase.

Let us consider the following block diagram of a feedback amplifier with input voltage feedback fraction,, be positive i.e. in phase. P a g e 2 Contents 1) Oscillators 3 Sinusoidal Oscillators Phase Shift Oscillators 4 Wien Bridge Oscillators 4 Square Wave Generator 5 Triangular Wave Generator Using Square Wave Generator 6 Using Comparator

More information

MG3740A Analog Signal Generator. 100 khz to 2.7 GHz 100 khz to 4.0 GHz 100 khz to 6.0 GHz

MG3740A Analog Signal Generator. 100 khz to 2.7 GHz 100 khz to 4.0 GHz 100 khz to 6.0 GHz Data Sheet MG3740A Analog Signal Generator 100 khz to 2.7 GHz 100 khz to 4.0 GHz 100 khz to 6.0 GHz Contents Definitions, Conditions of Specifications... 3 Frequency... 4 Output Level... 5 ATT Hold...

More information

Low Cost, General Purpose High Speed JFET Amplifier AD825

Low Cost, General Purpose High Speed JFET Amplifier AD825 a FEATURES High Speed 41 MHz, 3 db Bandwidth 125 V/ s Slew Rate 8 ns Settling Time Input Bias Current of 2 pa and Noise Current of 1 fa/ Hz Input Voltage Noise of 12 nv/ Hz Fully Specified Power Supplies:

More information

cosω t Y AD 532 Analog Multiplier Board EE18.xx Fig. 1 Amplitude modulation of a sine wave message signal

cosω t Y AD 532 Analog Multiplier Board EE18.xx Fig. 1 Amplitude modulation of a sine wave message signal University of Saskatchewan EE 9 Electrical Engineering Laboratory III Amplitude and Frequency Modulation Objectives: To observe the time domain waveforms and spectra of amplitude modulated (AM) waveforms

More information

UNIT-3. Electronic Measurements & Instrumentation

UNIT-3.   Electronic Measurements & Instrumentation UNIT-3 1. Draw the Block Schematic of AF Wave analyzer and explain its principle and Working? ANS: The wave analyzer consists of a very narrow pass-band filter section which can Be tuned to a particular

More information

Capacitive Touch Sensing Tone Generator. Corey Cleveland and Eric Ponce

Capacitive Touch Sensing Tone Generator. Corey Cleveland and Eric Ponce Capacitive Touch Sensing Tone Generator Corey Cleveland and Eric Ponce Table of Contents Introduction Capacitive Sensing Overview Reference Oscillator Capacitive Grid Phase Detector Signal Transformer

More information

A 3 TO 30 MHZ HIGH-RESOLUTION SYNTHESIZER CONSISTING OF A DDS, DIVIDE-AND-MIX MODULES, AND A M/N SYNTHESIZER. Richard K. Karlquist

A 3 TO 30 MHZ HIGH-RESOLUTION SYNTHESIZER CONSISTING OF A DDS, DIVIDE-AND-MIX MODULES, AND A M/N SYNTHESIZER. Richard K. Karlquist A 3 TO 30 MHZ HIGH-RESOLUTION SYNTHESIZER CONSISTING OF A DDS, -AND-MIX MODULES, AND A M/N SYNTHESIZER Richard K. Karlquist Hewlett-Packard Laboratories 3500 Deer Creek Rd., MS 26M-3 Palo Alto, CA 94303-1392

More information

RF Signal Generators. SG380 Series DC to 2 GHz, 4 GHz and 6 GHz analog signal generators. SG380 Series RF Signal Generators

RF Signal Generators. SG380 Series DC to 2 GHz, 4 GHz and 6 GHz analog signal generators. SG380 Series RF Signal Generators RF Signal Generators SG380 Series DC to 2 GHz, 4 GHz and 6 GHz analog signal generators SG380 Series RF Signal Generators DC to 2 GHz, 4 GHz or 6 GHz 1 µhz resolution AM, FM, ΦM, PM and sweeps OCXO timebase

More information

CHARACTERIZATION OF OP-AMP

CHARACTERIZATION OF OP-AMP EXPERIMENT 4 CHARACTERIZATION OF OP-AMP OBJECTIVES 1. To sketch and briefly explain an operational amplifier circuit symbol and identify all terminals. 2. To list the amplifier stages in a typical op-amp

More information

ME 365 EXPERIMENT 7 SIGNAL CONDITIONING AND LOADING

ME 365 EXPERIMENT 7 SIGNAL CONDITIONING AND LOADING ME 365 EXPERIMENT 7 SIGNAL CONDITIONING AND LOADING Objectives: To familiarize the student with the concepts of signal conditioning. At the end of the lab, the student should be able to: Understand the

More information

Sampling and Reconstruction

Sampling and Reconstruction Experiment 10 Sampling and Reconstruction In this experiment we shall learn how an analog signal can be sampled in the time domain and then how the same samples can be used to reconstruct the original

More information

Datasheet RS Pro Arbitrary Waveform Generator 40MHz RS Stock Number : ENGLISH

Datasheet RS Pro Arbitrary Waveform Generator 40MHz RS Stock Number : ENGLISH Datasheet RS Pro Arbitrary Waveform Generator 40MHz RS Stock Number : 123-6460 ENGLISH SDG2122X SDG2082X SDG2042X Overview SIGLENT s SDG2000X is a series of dual-channel function/arbitrary waveform generators

More information

PVD5870R. IQ Demodulator/ Modulator IQ Demodulator/ Modulator

PVD5870R. IQ Demodulator/ Modulator IQ Demodulator/ Modulator PVD5870R IQ Demodulator/ Modulator IQ Demodulator/ Modulator The PVD5870R is a direct conversion quadrature demodulator designed for communication systems requiring The PVD5870R is a direct conversion

More information

EE390 Final Exam Fall Term 2002 Friday, December 13, 2002

EE390 Final Exam Fall Term 2002 Friday, December 13, 2002 Name Page 1 of 11 EE390 Final Exam Fall Term 2002 Friday, December 13, 2002 Notes 1. This is a 2 hour exam, starting at 9:00 am and ending at 11:00 am. The exam is worth a total of 50 marks, broken down

More information

Evaluation Board Analog Output Functions and Characteristics

Evaluation Board Analog Output Functions and Characteristics Evaluation Board Analog Output Functions and Characteristics Application Note July 2002 AN1023 Introduction The ISL5239 Evaluation Board includes the circuit provisions to convert the baseband digital

More information

Unprecedented wealth of signals for virtually any requirement

Unprecedented wealth of signals for virtually any requirement Dual-Channel Arbitrary / Function Generator R&S AM300 Unprecedented wealth of signals for virtually any requirement The new Dual-Channel Arbitrary / Function Generator R&S AM300 ideally complements the

More information

ANALOG COMMUNICATION

ANALOG COMMUNICATION ANALOG COMMUNICATION TRAINING LAB Analog Communication Training Lab consists of six kits, one each for Modulation (ACL-01), Demodulation (ACL-02), Modulation (ACL-03), Demodulation (ACL-04), Noise power

More information

Analog Arts SF900 SF650 SF610 Product Specifications

Analog Arts SF900 SF650 SF610 Product Specifications www.analogarts.com Analog Arts SF900 SF650 SF610 Product Specifications Analog Arts reserves the right to change, modify, add or delete portions of any one of its specifications at any time, without prior

More information

Multiple Instrument Station Module

Multiple Instrument Station Module Multiple Instrument Station Module Digital Storage Oscilloscope Vertical Channels Sampling rate Bandwidth Coupling Input impedance Vertical sensitivity Vertical resolution Max. input voltage Horizontal

More information

Integrated Circuit Design for High-Speed Frequency Synthesis

Integrated Circuit Design for High-Speed Frequency Synthesis Integrated Circuit Design for High-Speed Frequency Synthesis John Rogers Calvin Plett Foster Dai ARTECH H O US E BOSTON LONDON artechhouse.com Preface XI CHAPTER 1 Introduction 1 1.1 Introduction to Frequency

More information

ericssonz LBI-38640E MAINTENANCE MANUAL FOR VHF TRANSMITTER SYNTHESIZER MODULE 19D902780G1 DESCRIPTION

ericssonz LBI-38640E MAINTENANCE MANUAL FOR VHF TRANSMITTER SYNTHESIZER MODULE 19D902780G1 DESCRIPTION MAINTENANCE MANUAL FOR VHF TRANSMITTER SYNTHESIZER MODULE 19D902780G1 TABLE OF CONTENTS Page DESCRIPTION........................................... Front Cover GENERAL SPECIFICATIONS...................................

More information

Analog Arts SF990 SF880 SF830 Product Specifications

Analog Arts SF990 SF880 SF830 Product Specifications 1 www.analogarts.com Analog Arts SF990 SF880 SF830 Product Specifications Analog Arts reserves the right to change, modify, add or delete portions of any one of its specifications at any time, without

More information

SDG2122X SDG2082X SDG2042X

SDG2122X SDG2082X SDG2042X Key Features SDG2122X SDG2082X SDG2042X Dual-channel, 120MHz maximum bandwidth, 20Vpp maximum High-performance sampling system with 1.2GSa/s sampling rate and 16-bit vertical resolution. No detail in your

More information

Signal Forge. Signal Forge 1000 TM Synthesized Signal Generator. Digital and RF Tester with 1 GHz Range. Key Features

Signal Forge. Signal Forge 1000 TM Synthesized Signal Generator. Digital and RF Tester with 1 GHz Range. Key Features Signal Forge TM Signal Forge 1000 TM Synthesized Signal Generator L 8.5 W 5.4 H 1.5 Digital and RF Tester with 1 GHz Range The Signal Forge 1000 combines a 1 GHz frequency range with three dedicated outputs

More information

Chlorophyll a/b-chlorophyll a sensor for the Biophysical Oceanographic Sensor Array

Chlorophyll a/b-chlorophyll a sensor for the Biophysical Oceanographic Sensor Array Intern Project Report Chlorophyll a/b-chlorophyll a sensor for the Biophysical Oceanographic Sensor Array Mary Ma Mentor: Zbigniew Kolber August 21 st, 2003 Introduction Photosynthetic organisms found

More information

FYS3240 PC-based instrumentation and microcontrollers. Signal sampling. Spring 2015 Lecture #5

FYS3240 PC-based instrumentation and microcontrollers. Signal sampling. Spring 2015 Lecture #5 FYS3240 PC-based instrumentation and microcontrollers Signal sampling Spring 2015 Lecture #5 Bekkeng, 29.1.2015 Content Aliasing Nyquist (Sampling) ADC Filtering Oversampling Triggering Analog Signal Information

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

Low Power. Video Op Amp with Disable AD810 REV. A. Closed-Loop Gain and Phase vs. Frequency, G = +2, R L = 150, R F = 715 Ω

Low Power. Video Op Amp with Disable AD810 REV. A. Closed-Loop Gain and Phase vs. Frequency, G = +2, R L = 150, R F = 715 Ω CLOSED-LOOP db SHIFT Degrees DIFFERENTIAL % DIFFERENTIAL Degrees a FEATURES High Speed MHz Bandwidth ( db, G = +) MHz Bandwidth ( db, G = +) V/ s Slew Rate ns Settling Time to.% ( = V Step) Ideal for Video

More information

Spectrum analyzer for frequency bands of 8-12, and MHz

Spectrum analyzer for frequency bands of 8-12, and MHz EE389 Electronic Design Lab Project Report, EE Dept, IIT Bombay, November 2006 Spectrum analyzer for frequency bands of 8-12, 12-16 and 16-20 MHz Group No. D-13 Paras Choudhary (03d07012)

More information

Test & Calibration Benefits from a New Precision RF/Microwave Calibrator

Test & Calibration Benefits from a New Precision RF/Microwave Calibrator Test & Calibration Benefits from a New Precision RF/Microwave Calibrator Topics: RF & Microwave calibration signal requirements Design philosophy and architecture of the new RF Calibrator. Spectrum analyzer

More information

Data acquisition and instrumentation. Data acquisition

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

More information

Exercise 1: RF Stage, Mixer, and IF Filter

Exercise 1: RF Stage, Mixer, and IF Filter SSB Reception Analog Communications Exercise 1: RF Stage, Mixer, and IF Filter EXERCISE OBJECTIVE DISCUSSION On the circuit board, you will set up the SSB transmitter to transmit a 1000 khz SSB signal

More information

Operational Amplifier

Operational Amplifier Operational Amplifier Joshua Webster Partners: Billy Day & Josh Kendrick PHY 3802L 10/16/2013 Abstract: The purpose of this lab is to provide insight about operational amplifiers and to understand the

More information

Low Distortion Mixer AD831

Low Distortion Mixer AD831 a FEATURES Doubly-Balanced Mixer Low Distortion +2 dbm Third Order Intercept (IP3) + dbm 1 db Compression Point Low LO Drive Required: dbm Bandwidth MHz RF and LO Input Bandwidths 2 MHz Differential Current

More information

VCO Design Project ECE218B Winter 2011

VCO Design Project ECE218B Winter 2011 VCO Design Project ECE218B Winter 2011 Report due 2/18/2011 VCO DESIGN GOALS. Design, build, and test a voltage-controlled oscillator (VCO). 1. Design VCO for highest center frequency (< 400 MHz). 2. At

More information

DEPARTMENT OF ELECTRICAL ENGINEERING AND COMPUTER SCIENCE MASSACHUSETTS INSTITUTE OF TECHNOLOGY CAMBRIDGE, MASSACHUSETTS 02139

DEPARTMENT OF ELECTRICAL ENGINEERING AND COMPUTER SCIENCE MASSACHUSETTS INSTITUTE OF TECHNOLOGY CAMBRIDGE, MASSACHUSETTS 02139 DEPARTMENT OF ELECTRICAL ENGINEERING AND COMPUTER SCIENCE MASSACHUSETTS INSTITUTE OF TECHNOLOGY CAMBRIDGE, MASSACHUSETTS 019.101 Introductory Analog Electronics Laboratory Laboratory No. READING ASSIGNMENT

More information

ELC224 Final Review (12/10/2009) Name:

ELC224 Final Review (12/10/2009) Name: ELC224 Final Review (12/10/2009) Name: Select the correct answer to the problems 1 through 20. 1. A common-emitter amplifier that uses direct coupling is an example of a dc amplifier. 2. The frequency

More information

OPERATING MANUAL DIGITALLY CONTROLLED FREQUENCY SYNTHESIZED OSCILLATOR MODEL NUMBER: ADSDFS-A DOCUMENT NUMBER: 51A19937C

OPERATING MANUAL DIGITALLY CONTROLLED FREQUENCY SYNTHESIZED OSCILLATOR MODEL NUMBER: ADSDFS-A DOCUMENT NUMBER: 51A19937C OPERATING MANUAL DIGITALLY CONTROLLED FREQUENCY SYNTHESIZED OSCILLATOR MODEL NUMBER: DOCUMENT NUMBER: 51A19937C For More Information, Contact: sales@goochandhousego.com www.goochandhousego.com As part

More information

AWG-GS bit 2.5GS/s Arbitrary Waveform Generator

AWG-GS bit 2.5GS/s Arbitrary Waveform Generator KEY FEATURES 2.5 GS/s Real Time Sample Rate 14-bit resolution 2 Channels Long Memory: 64 MS/Channel Direct DAC Out - DC Coupled: 1.6 Vpp Differential / 0.8 Vpp > 1GHz Bandwidth RF Amp Out AC coupled -10

More information

XR-215A Monolithic Phase Locked Loop

XR-215A Monolithic Phase Locked Loop ...the analog plus company TM XR-21A Monolithic Phase Locked Loop FEATURES APPLICATIONS June 1997-3 Wide Frequency Range: 0.Hz to 2MHz Wide Supply Voltage Range: V to 26V Wide Dynamic Range: 300V to 3V,

More information

Arbitrary/Function Waveform Generators 4075B Series

Arbitrary/Function Waveform Generators 4075B Series Data Sheet Arbitrary/Function Waveform Generators Point-by-Point Signal Integrity The Arbitrary/Function Waveform Generators are versatile high-performance single- and dual-channel arbitrary waveform generators

More information

ECE 4670 Spring 2014 Lab 1 Linear System Characteristics

ECE 4670 Spring 2014 Lab 1 Linear System Characteristics ECE 4670 Spring 2014 Lab 1 Linear System Characteristics 1 Linear System Characteristics The first part of this experiment will serve as an introduction to the use of the spectrum analyzer in making absolute

More information

Analog Arts SL987 SL957 SL937 SL917 Product Specifications [1]

Analog Arts SL987 SL957 SL937 SL917 Product Specifications [1] www.analogarts.com Analog Arts SL987 SL957 SL937 SL917 Product Specifications [1] 1. These models include: an oscilloscope, a spectrum analyzer, a data recorder, a frequency & phase meter, an arbitrary

More information

A Simple Notch Type Harmonic Distortion Analyzer

A Simple Notch Type Harmonic Distortion Analyzer by Kenneth A. Kuhn Nov. 28, 2009, rev. Nov. 29, 2009 Introduction This note describes a simple notch type harmonic distortion analyzer that can be constructed with basic parts. It is intended for use in

More information

APPLICATION NOTE 3942 Optimize the Buffer Amplifier/ADC Connection

APPLICATION NOTE 3942 Optimize the Buffer Amplifier/ADC Connection Maxim > Design Support > Technical Documents > Application Notes > Communications Circuits > APP 3942 Maxim > Design Support > Technical Documents > Application Notes > High-Speed Interconnect > APP 3942

More information

Feed Forward Linearization of Power Amplifiers

Feed Forward Linearization of Power Amplifiers EE318 Electronic Design Lab Report, EE Dept, IIT Bombay, April 2007 Feed Forward Linearization of Power Amplifiers Group-D16 Nachiket Gajare ( 04d07015) < nachiketg@ee.iitb.ac.in> Aditi Dhar ( 04d07030)

More information

When you have completed this exercise, you will be able to relate the gain and bandwidth of an op amp

When you have completed this exercise, you will be able to relate the gain and bandwidth of an op amp Op Amp Fundamentals When you have completed this exercise, you will be able to relate the gain and bandwidth of an op amp In general, the parameters are interactive. However, in this unit, circuit input

More information

Multi-function Gain-Phase Analyzer (Frequency Response Analyzer) Model 2505

Multi-function Gain-Phase Analyzer (Frequency Response Analyzer) Model 2505 OTHER PRODUCTS.. Multi-function Gain-Phase Analyzer ( Response Analyzer) Model 2505 Standard Configurations Gain phase analyzer response analyzer Phase Angle Voltmeter (PAV) Fast dual channel wide-band

More information

High Speed BUFFER AMPLIFIER

High Speed BUFFER AMPLIFIER High Speed BUFFER AMPLIFIER FEATURES WIDE BANDWIDTH: MHz HIGH SLEW RATE: V/µs HIGH OUTPUT CURRENT: 1mA LOW OFFSET VOLTAGE: 1.mV REPLACES HA-33 IMPROVED PERFORMANCE/PRICE: LH33, LTC11, HS APPLICATIONS OP

More information

Extending Vector Signal Analysis to 26.5 GHz with 20 MHz Information Bandwidth Product Note

Extending Vector Signal Analysis to 26.5 GHz with 20 MHz Information Bandwidth Product Note H Extending Vector Signal Analysis to 26.5 GHz with 20 MHz Information Bandwidth Product Note 89400-13 The HP 89400 series vector signal analyzers provide unmatched signal analysis capabilities from traditional

More information

FYS3240 PC-based instrumentation and microcontrollers. Signal sampling. Spring 2017 Lecture #5

FYS3240 PC-based instrumentation and microcontrollers. Signal sampling. Spring 2017 Lecture #5 FYS3240 PC-based instrumentation and microcontrollers Signal sampling Spring 2017 Lecture #5 Bekkeng, 30.01.2017 Content Aliasing Sampling Analog to Digital Conversion (ADC) Filtering Oversampling Triggering

More information

MF6 6th Order Switched Capacitor Butterworth Lowpass Filter

MF6 6th Order Switched Capacitor Butterworth Lowpass Filter MF6 6th Order Switched Capacitor Butterworth Lowpass Filter General Description The MF6 is a versatile easy to use, precision 6th order Butterworth lowpass active filter. Switched capacitor techniques

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

Laboratory 6. Lab 6. Operational Amplifier Circuits. Required Components: op amp 2 1k resistor 4 10k resistors 1 100k resistor 1 0.

Laboratory 6. Lab 6. Operational Amplifier Circuits. Required Components: op amp 2 1k resistor 4 10k resistors 1 100k resistor 1 0. Laboratory 6 Operational Amplifier Circuits Required Components: 1 741 op amp 2 1k resistor 4 10k resistors 1 100k resistor 1 0.1 F capacitor 6.1 Objectives The operational amplifier is one of the most

More information

Power Meter PW3335. Ken Sakai Engineering Division 4, Engineering Department. Power Meter PW3335

Power Meter PW3335. Ken Sakai Engineering Division 4, Engineering Department. Power Meter PW3335 1 Abstract The is a power meter that can measure direct input of 60 mv to 1000 V and 10 μa to 30 A with a high degree of accuracy. To enable it to measure targets ranging from standby power to operating

More information

Operational Amplifiers

Operational Amplifiers Questions Easy Operational Amplifiers 1. Which of the following statements are true? a. An op-amp has two inputs and three outputs b. An op-amp has one input and two outputs c. An op-amp has two inputs

More information

Reconfigurable 6 GHz Vector Signal Transceiver with I/Q Interface

Reconfigurable 6 GHz Vector Signal Transceiver with I/Q Interface SPECIFICATIONS PXIe-5645 Reconfigurable 6 GHz Vector Signal Transceiver with I/Q Interface Contents Definitions...2 Conditions... 3 Frequency...4 Frequency Settling Time... 4 Internal Frequency Reference...

More information

15. Specifications WF1947/WF

15. Specifications WF1947/WF 15. Specifications 15.1 Oscillation Mode...15-2 15.2 Waveform...15-2 15.3 Frequency, Phase...15-3 15.4 Output Characteristics...15-3 15.5 Signal Characteristics...15-5 15.6 Modulated Oscillation Mode...15-7

More information

Analog Arts SG985 SG884 SG834 SG814 Product Specifications [1]

Analog Arts SG985 SG884 SG834 SG814 Product Specifications [1] www.analogarts.com Analog Arts SG985 SG884 SG834 SG814 Product Specifications [1] 1. These models include: an oscilloscope, a spectrum analyzer, a data recorder, a frequency & phase meter, and an arbitrary

More information

Analog and Telecommunication Electronics

Analog and Telecommunication Electronics Politecnico di Torino - ICT School Analog and Telecommunication Electronics E1 - Filters type and design» Filter taxonomy and parameters» Design flow and tools» FilterCAD example» Basic II order cells

More information

FlexDDS-NG DUAL. Dual-Channel 400 MHz Agile Waveform Generator

FlexDDS-NG DUAL. Dual-Channel 400 MHz Agile Waveform Generator FlexDDS-NG DUAL Dual-Channel 400 MHz Agile Waveform Generator Excellent signal quality Rapid parameter changes Phase-continuous sweeps High speed analog modulation Wieserlabs UG www.wieserlabs.com FlexDDS-NG

More information

This DDS function generator is designed for use in such applications as communication equipment and electronic components production.

This DDS function generator is designed for use in such applications as communication equipment and electronic components production. This DDS function generator is designed for use in such applications as communication equipment and electronic components production. Overview This DDS function generator provides a sampling rate of 100

More information

APPLICATION BULLETIN

APPLICATION BULLETIN APPLICATION BULLETIN Mailing Address: PO Box 100 Tucson, AZ 873 Street Address: 6730 S. Tucson Blvd. Tucson, AZ 8706 Tel: (0) 76-1111 Twx: 910-9-111 Telex: 066-691 FAX (0) 889-10 Immediate Product Info:

More information

Differential Amplifiers

Differential Amplifiers Differential Amplifiers Benefits of Differential Signal Processing The Benefits Become Apparent when Trying to get the Most Speed and/or Resolution out of a Design Avoid Grounding/Return Noise Problems

More information

HAMEG Programmable Measuring Instruments Series 8100

HAMEG Programmable Measuring Instruments Series 8100 HAMEG Programmable Measuring Instruments Series 8100 HAMEG Programmable Measuring Instruments Series 8100 are ideally suited for test installations in production and automated tests in laboratories. They

More information

Chapter 2. The Fundamentals of Electronics: A Review

Chapter 2. The Fundamentals of Electronics: A Review Chapter 2 The Fundamentals of Electronics: A Review Topics Covered 2-1: Gain, Attenuation, and Decibels 2-2: Tuned Circuits 2-3: Filters 2-4: Fourier Theory 2-1: Gain, Attenuation, and Decibels Most circuits

More information

Keywords: ISM, RF, transmitter, short-range, RFIC, switching power amplifier, ETSI

Keywords: ISM, RF, transmitter, short-range, RFIC, switching power amplifier, ETSI Maxim > Design Support > Technical Documents > Application Notes > Wireless and RF > APP 4929 Keywords: ISM, RF, transmitter, short-range, RFIC, switching power amplifier, ETSI APPLICATION NOTE 4929 Adapting

More information

High Group Hz Hz. 697 Hz A. 770 Hz B. 852 Hz C. 941 Hz * 0 # D. Table 1. DTMF Frequencies

High Group Hz Hz. 697 Hz A. 770 Hz B. 852 Hz C. 941 Hz * 0 # D. Table 1. DTMF Frequencies AN-1204 DTMF Tone Generator Dual-tone multi-frequency signaling (DTMF) was first developed by Bell Labs in the 1950 s as a method to support the then revolutionary push button phone. This signaling system

More information

EE 368 Electronics Lab. Experiment 10 Operational Amplifier Applications (2)

EE 368 Electronics Lab. Experiment 10 Operational Amplifier Applications (2) EE 368 Electronics Lab Experiment 10 Operational Amplifier Applications (2) 1 Experiment 10 Operational Amplifier Applications (2) Objectives To gain experience with Operational Amplifier (Op-Amp). To

More information

LM110 LM210 LM310 Voltage Follower

LM110 LM210 LM310 Voltage Follower LM110 LM210 LM310 Voltage Follower General Description The LM110 series are monolithic operational amplifiers internally connected as unity-gain non-inverting amplifiers They use super-gain transistors

More information

Analog CMOS Interface Circuits for UMSI Chip of Environmental Monitoring Microsystem

Analog CMOS Interface Circuits for UMSI Chip of Environmental Monitoring Microsystem Analog CMOS Interface Circuits for UMSI Chip of Environmental Monitoring Microsystem A report Submitted to Canopus Systems Inc. Zuhail Sainudeen and Navid Yazdi Arizona State University July 2001 1. Overview

More information

Arbitrary/Function Generator AFG1000 Series Datasheet

Arbitrary/Function Generator AFG1000 Series Datasheet Arbitrary/Function Generator AFG1000 Series Datasheet 99 Washington Street Melrose, MA 02176 Phone 781-665-1400 Toll Free 1-800-517-8431 Visit us at www.testequipmentdepot.com Compatible with TekSmartLab

More information

INTEGRATED CIRCUITS. AN109 Microprocessor-compatible DACs Dec

INTEGRATED CIRCUITS. AN109 Microprocessor-compatible DACs Dec INTEGRATED CIRCUITS 1988 Dec DAC products are designed to convert a digital code to an analog signal. Since a common source of digital signals is the data bus of a microprocessor, DAC circuits that are

More information

DDSWG: Direct Digital Synthesis Waveform Generator

DDSWG: Direct Digital Synthesis Waveform Generator DDSWG: Direct Digital Synthesis Waveform Generator M. J. Bright 1 and Y. Li 2 School of Engineering Christchurch Polytechnic Institute of Technology PO Box 540, Christchurch 8140, NEW ZEALAND. Email: 1

More information

Agilent Technologies PSA Series Spectrum Analyzers Test and Adjustment Software

Agilent Technologies PSA Series Spectrum Analyzers Test and Adjustment Software Test System Overview Agilent Technologies PSA Series Spectrum Analyzers Test and Adjustment Software Test System Overview The Agilent Technologies test system is designed to verify the performance of the

More information

Using High Speed Differential Amplifiers to Drive Analog to Digital Converters

Using High Speed Differential Amplifiers to Drive Analog to Digital Converters Using High Speed Differential Amplifiers to Drive Analog to Digital Converters Selecting The Best Differential Amplifier To Drive An Analog To Digital Converter The right high speed differential amplifier

More information

ECE4902 C Lab 5 MOSFET Common Source Amplifier with Active Load Bandwidth of MOSFET Common Source Amplifier: Resistive Load / Active Load

ECE4902 C Lab 5 MOSFET Common Source Amplifier with Active Load Bandwidth of MOSFET Common Source Amplifier: Resistive Load / Active Load ECE4902 C2012 - Lab 5 MOSFET Common Source Amplifier with Active Load Bandwidth of MOSFET Common Source Amplifier: Resistive Load / Active Load PURPOSE: The primary purpose of this lab is to measure the

More information

B.Tech II Year II Semester (R13) Supplementary Examinations May/June 2017 ANALOG COMMUNICATION SYSTEMS (Electronics and Communication Engineering)

B.Tech II Year II Semester (R13) Supplementary Examinations May/June 2017 ANALOG COMMUNICATION SYSTEMS (Electronics and Communication Engineering) Code: 13A04404 R13 B.Tech II Year II Semester (R13) Supplementary Examinations May/June 2017 ANALOG COMMUNICATION SYSTEMS (Electronics and Communication Engineering) Time: 3 hours Max. Marks: 70 PART A

More information

LM148/LM248/LM348 Quad 741 Op Amps

LM148/LM248/LM348 Quad 741 Op Amps Quad 741 Op Amps General Description The LM148 series is a true quad 741. It consists of four independent, high gain, internally compensated, low power operational amplifiers which have been designed to

More information