Design of the circuit for FSK modulation based on AD9910. Yongjun 1,2

Size: px
Start display at page:

Download "Design of the circuit for FSK modulation based on AD9910. Yongjun 1,2"

Transcription

1 Applied Mechanics and Materials Online: ISSN: , Vols , pp doi: / Trans Tech Publications, Switzerland Design of the circuit for FSK modulation based on AD9910 LI Jun 1,2,a, Tan qiulin 1, 2, b, YU Haiyang 1, c, Zhou Zhen 1,2, LI Jinming 2,CUI Yongjun 1,2 1 National Key laboratory for Electronic Measurement Technology, North University of China, Taiyuan ; 2 Key Laboratory of Instrumentation Science & Dynamic Measurement of Ministry of Education, North University of China, Taiyuan ; a lijunnuc@163.com, b taiyuannuc@163.com, c wsljljsw@163.com Key word: AD9910; Single-chip microprocessor; Frequency-shift keying ;Modulation Abstract: On the basis of the analysis of the AD9910,the Paper design a circuit for Frequency-shift keying (FSK) modulation. This circuit is controlled by a single-chip microprocessor MSP430F149, and can be used to generate a controllable FSK modulation signal. It can flexibly change the frequency of signal by programming the Micro Control Unit (MCU). This paper introduced the FSK modulation hardware circuit and software realization in this way. The signal is viewed by Oscillograph. Experiments show that this design is simple and highly applicable. Introduction The Frequency-shift keying transmits digital information by using Frequency changed carrier. It is a digital modulation technology which used the feature that digital signal discretely values to keying carrier frequency with the information. FSK is a modulation mode which was early used in the transmission of information, its advantages is: it is easily to achieve, it has good performance in the field of anti-noise and anti attenuation. FSK has been widely used in low-speed data transmission [1]. Direct Digital Synthesizer which is one of the key to achieve the full Digital technology is widely used in the field of telecommunications and electronic instrument now. A DDS chip mainly includes frequency control registers, high-speed phase accumulator and sine calculator. Frequency control register can load and memory the frequency control code by serial or parallel manner; And the phase accumulator accumulates phase according to the frequency control code in each clock cycle and gets a phase; the sine calculator calculates the digital sine wave amplitude through the phase. Compared with the traditional frequency synthesizer, DDS has the advantages which is lower cost, lower power consumption, higher resolution and faster transition etc. this paper introduced a FSK modulation by using the with the chip named AD9910 which is produced by ADI company [2]. 1 Design of the entire system The modulation system which is controlled by MCU is made up of PC, single-chip microcomputer chip, Interface circuit and DDS chip. The structure of system is shown in figure 1. The MCU receives baseband signal from PC, programs the internal control register of AD9910 via the serial I/O port. After that the MCU chooses the pins which are connected with AD9910 to playback the programmed internal profiles. Through the above steps the FSK modulation is completed. Fig 1 The structure of system All rights reserved. No part of contents of this paper may be reproduced or transmitted in any form or by any means without the written permission of Trans Tech Publications, (ID: , Pennsylvania State University, University Park, USA-21/02/16,07:03:49)

2 Applied Mechanics and Materials Vols Design of the hardware circuit The AD9910 is a direct digital synthesizer (DDS) featuring an integrated 14-bit DAC and supporting sample rates up to 1 GSPS. The AD9910 employs an advanced, proprietary DDS technology that provides a significant reduction in power consumption without sacrificing performance. The AD9910 supports the use of profiles, which consist of a group of eight registers containing pertinent operating parameters for a particular operating mode. Profiles enable rapid switching between parameter sets. Profile parameters are programmed via the serial I/O port. Once programmed, a specific profile is activated by means of three external pins. A particular profile is activated by providing the appropriate logic levels to the profile control pins. 2.1 Design of the power circuit The AD9910 features multiple power supplies, and their power consumption varies with its configuration. The recommendations here are four groups of power supplies: 3.3 V digital, 3.3 V analog, 1.8 V digital, and 1.8 V analog. 2.2 The interface circuit between MSP430F149 and AD9910 This paper introduced the method which using MSP430F149 as the controller of the DDS chip. The MCU programs the internal register of AD9910, and choices the profiles. The AD9910 serial port is a flexible, synchronous serial communications port allowing easy interface to many industry-standard microcontrollers and microprocessors. The serial I/O is compatible with most synchronous transfer formats. The interface allows read/write access to all registers that configure the AD9910. In this paper, the serial port is used. Fig 2 The interface circuit between MSP430F149 and AD9910 The CS pin, SCLK pin, SDIO pin are the serial I/O port. The CS pin is an active low input that allows more than one device on the same serial communications line. The SDO and SDIO pins go to a high impedance state when this input is high. If driven high during any communications cycle, that cycle is suspended until CS is reactivated low. Chip select can be tied low in systems that maintain control of SCLK is reactivated low. The SCLK pin is used to synchronize data to and from the AD9910 and to run the internal state machines. Data is always written into the AD9910 on the SDIO pin. However, this pin can be used as a bidirectional data line. Bit 1 of CFR1 Register controls the configuration of this pin. When Bit 1 of CFR1 Register is 0, the SDIO pin is configured as bidirectional. The I/O_UPDATE initiates the transfer of written data from the I/O port buffer to active registers. I/O_UPDATE is active on the rising edge, and its pulse width must be greater than one SYNC_CLK period.when MASTER_RESET is low, all memory elements are cleared. PROFILE [2:0] are Profile Select Pins. Digital inputs (active high). Use these pins to select one of eight phase/frequency profiles for the DDS. Changing the state of one of these pins transfers the current contents of all I/O buffers to the corresponding registers [4].

3 2666 Information Technology for Manufacturing Systems II 2.3 Clock input The AD9910 supports a number of options for producing the internal SYSCLK signal (that is, the DAC sample clock) via the REF_CLK/REF_CLK input pins. The REF_CLK input can be driven directly from a differential or single-ended source, or it can accept a crystal connected across the two input pins. There is also an internal phase-locked loop (PLL) multiplier that can be independently enabled. When using a crystal at the REF_CLK/REF_CLKinput, the resonant frequency should be approximately 25 MHz. Figure 3 shows the recommended circuit configuration. The internal oscillator works with fundamental mode crystals only. Crystal operation is enabled by a Logic 1 (1.8V logic required) on the XTAL_SEL pin. Fig 3 Crystal Connection Diagram DDS reference signal output of the system determine the accuracy and stability, the output signal in order to ensure accuracy and stability, in this system uses a temperature compensated crystal oscillator MHZ TX2110 as the DDS reference signal source, temperature compensated crystal does not change with temperature change, and the precision and stability is very high anti-jamming is better, so that the whole system output frequency accuracy and stability. 3. Design of the software of system The MCU is programmed to control the DDS chip. The MCU programs the internal registers of AD9910, then choice the profile through the pins. Figure 4 shows the Software flowchart. Fig 4 Software flowchart

4 Applied Mechanics and Materials Vols Serial programming The AD9910 serial port is a flexible, synchronous serial communications port allowing easy interface to many industry-standard microcontrollers and microprocessors. There are two phases to a serial communications cycle. The first is the instruction phase to write the instruction byte into the AD9910. The instruction byte contains the address of the register to be accessed and defines whether the upcoming data transfer is a write or read operation. For a write cycle, Phase 2 represents the data transfer between the serial port controllers to the serial port buffer. The number of bytes transferred is a function of the register being accessed. For example, when accessing the Control Function Register 2, Phase 2 requires that four bytes be transferred. Each bit of data is registered on each corresponding rising edge of SCLK. The serial port controller expects that all bytes of the register be accessed; otherwise, the serial port controller is put out of sequence for the next communication cycle [5]. The AD9910 serial port can support both most significant bit (MSB) first or least significant bit (LSB) first data formats. This functionality is controlled by Bit 0 in Control Function Register 1 (0x00). The default format is MSB first. If LSB first is active, all data, including the instruction byte, must follow LSB-first convention. Figure 5 provides a basic example of the timing relationships between the various control signals of the serial I/O port. Use the same amplitude of signal to measure, we can get microstructure s frequency response curve. Fig 5 Serial Port Write Timing, Clock Stall Low The CS pin, SCLK pin, SDIO pin are the serial I/O port. The CS pin is an active low input that allows more than one device on the same serial communications line. The SDO and SDIO pins go to a high impedance state when this input is high. If driven high during any communications cycle, that cycle is suspended until CS is reactivated low. Chip select can be tied low in systems that maintain control of SCLK is reactivated low. The SCLK pin is used to synchronize data to and from the AD9910 and to run the internal state machines. Data is always written into the AD9910 on the SDIO pin. However, this pin can be used as a bidirectional data line. Bit 1 of CFR1 Register controls the configuration of this pin. When Bit 1 of CFR1 Register is 0, the SDIO pin is configured as bidirectional. The I/O_UPDATE initiates the transfer of written data from the I/O port buffer to active registers. I/O_UPDATE is active on the rising edge, and its pulse width must be greater than one SYNC_CLK period. When MASTER_RESET is low, all memory elements are cleared. PROFILE [2:0] are Profile Select Pins. Digital inputs (active high). Use these pins to select one of eight phase/frequency profiles for the DDS. Changing the state of one of these pins transfers the current contents of all I/O buffers to the corresponding registers. waveform. 3.2 MCU program the internal registers of AD9910 The serial I/O port registers span an address range of 0 to 23. This represents a total of 24 registers. However, two of these registers are unused, yielding a total of 22 available registers. The unused registers are Register 5 and Register 6, The number of bytes assigned to the registers varies. That is, the registers are not of uniform depth; each contains the number of bytes necessary for its

5 2668 Information Technology for Manufacturing Systems II particular function. Unless otherwise stated, programmed bits are not transferred to their internal destinations until the assertion of the I/O_UPDATE pin or a profile change. CFR1, CFR2, CFR3 and profile registers are programmed. Single tone profiles are in effect when CFR1 [31] = 0, CFR2 [19] = 0, and CFR2 [4] = 0. Sine output of the DDS is selected when CFR1 [16] =1 configures the serial data I/O pin (SDIO) as an input only pin; 3-wire serial programming mode when CFR1 [1] =1. CFR3[26:24] is programmed to Select the frequency band of the REFCLK PLL VCO. CFR3[26:24] is programmed to Select the charge pump current in the REFCLK PLL. CFR3[15:14] is programmed to set REFCLK input divider. REFCLK PLL enabled when CFR3[8] =1. CFR3[7:1] is programmed to Select the divide modulus of the REFCLK PLL feedback divider. The AD9910 supports the use of profiles, which consist of a group of eight registers containing pertinent operating parameters for a particular operating mode. Profiles enable rapid switching between parameter sets. Single Tone Registers should be programmed.bit 61to bit 48, this 14-bit number controls the DDS output amplitude. Bit 47to bit 32, this 16-bit number controls the DDS phase offset. Bit 31 to bit 0, this 32-bit number controls the DDS frequency. Each profile is independently accessible. Use the three external profile pins (PROFILE [2:0]) to select the desired profile. Eight profile registers are available so AD9910 can generate 8-FSK signal. 4 Result The circuit is correctly connected, and the MCU is correctly programmed. The MCU programs the profile0 and profile1 registers of AD9910, then use the three external profile pins (PROFILE [2:0]) to select one of the two profiles, then the AD9910 IOUT pin would output the 2-FSK signal which is shown in Figure 6.The signal which was watched by using oscillograph proves that this circuit can correct output 2-FSK modulation signal. Fig 6 2-FSK modulation signal 5 Conclusion This paper introduced the FSK modulation hardware circuit which used MSP430 microcontroller as controller to control AD9910 DDS. This circuit can generate 8-FSK modulation signal. It is more concise and can generate higher frequency modulation signal than other circuits. It can be widely applied in the field of communication. ACKNOWLEDGMENT This work was sponsored by Project supported by National Natural Science Foundation of China. About the author:

6 Applied Mechanics and Materials Vols Li jun, male, Han nationality, born in 1987, Qingdao, Shandong, North University of China Master; research: Circuits and Systems. Address: Taiyuan, Shanxi, North University of China Laboratory Room 1200 Main Building Room 1200; Postal Code: ; Mobile: ; References [1] LIU Xu - dong. DDS-based Sweep Frequency Source Design for Millimeter Wave Automotive Collision Avoidance Radars[J]. Telecommunication Engineering, 2010;4(4):50. [2] Zhang Maochun, L iu Kai. Design of Frequency Modulation Continuous Signal Generator Based on DDS[J]. GUIDANCE & FUZE. 2010;6(2):31. [3] Xu Xiaodong, Wang Xifeng, Shi Fang, Zhang Xinmin. The design and implementation of a fast DDS chip based wide-band,low-stray signal generator[j]. Radar & ECM, Dec.2007:4. [4] Wang Zheng,Fan Zhong-guo,Wang Xiao yuan. Design and Realization for FSK Circuit Based on DDS [J]. Science Technology and Engineering, 2009;6(12):9. [5] Fang Yan-jun,Sun Jun,Zhu Xiao-ping, FSK Modulator-Demodulator Based on MSP430[J]. Instmment Technique and Sensor, 2008;7.

7 Information Technology for Manufacturing Systems II / Design of the Circuit for FSK Modulation Based on AD /

Low Power 250 MSPS 10-Bit DAC 1.8 V CMOS Direct Digital Synthesizer AD9913

Low Power 250 MSPS 10-Bit DAC 1.8 V CMOS Direct Digital Synthesizer AD9913 Low Power 250 MSPS 0-Bit DAC.8 V CMOS Direct Digital Synthesizer AD993 FEATURES 50 mw at up to 250 MSPS internal clock speed 00 MHz analog output Integrated 0-bit DAC 0.058 Hz or better frequency resolution

More information

Low Power 250 MSPS 10-Bit DAC 1.8 V CMOS Direct Digital Synthesizer AD9913

Low Power 250 MSPS 10-Bit DAC 1.8 V CMOS Direct Digital Synthesizer AD9913 Data Sheet Low Power 250 MSPS 10-Bit DAC 1.8 V CMOS Direct Digital Synthesizer FEATURES 50 mw at up to 250 MSPS internal clock speed 100 MHz analog output Integrated 10-bit DAC 0.058 Hz or better frequency

More information

1 GSPS, 14-Bit, 3.3 V CMOS Direct Digital Synthesizer AD9910

1 GSPS, 14-Bit, 3.3 V CMOS Direct Digital Synthesizer AD9910 Data Sheet GSPS, 4-Bit, 3.3 V CMOS Direct Digital Synthesizer FEATURES GSPS internal clock speed (up to 400 MHz analog output) Integrated GSPS, 4-bit DAC 0.3 Hz or better frequency resolution Phase noise

More information

400 MSPS 14-Bit, 1.8 V CMOS Direct Digital Synthesizer AD9951

400 MSPS 14-Bit, 1.8 V CMOS Direct Digital Synthesizer AD9951 FEATURES 400 MSPS internal clock speed Integrated 14-bit DAC 32-bit tuning word Phase noise 120 dbc/hz @ 1 khz offset (DAC output) Excellent dynamic performance >80 db SFDR @ 160 MHz (±100 khz offset)

More information

400 MSPS 14-Bit, 1.8 V CMOS Direct Digital Synthesizer AD9951

400 MSPS 14-Bit, 1.8 V CMOS Direct Digital Synthesizer AD9951 FEATURES 400 MSPS internal clock speed Integrated 4-bit DAC 32-bit tuning word Phase noise 20 dbc/hz @ khz offset (DAC output) Excellent dynamic performance APPLICATIONS >80 db SFDR @ 60 MHz (±00 khz offset)

More information

400 MSPS, 10-Bit, 1.8 V CMOS Direct Digital Synthesizer AD9859

400 MSPS, 10-Bit, 1.8 V CMOS Direct Digital Synthesizer AD9859 4 MSPS, -Bit,.8 V CMOS Direct Digital Synthesizer AD9859 FEATURES 4 MSPS internal clock speed Integrated -bit DAC 32-bit tuning word Phase noise 2 dbc/hz @ khz offset (DAC output) Excellent dynamic performance

More information

Design of Testing System Based on the DRFM

Design of Testing System Based on the DRFM Applied Mechanics and Materials Online: 2013-09-27 ISSN: 1662-7482, Vols. 427-429, pp 738-741 doi:10.4028/www.scientific.net/amm.427-429.738 2013 Trans Tech Publications, Switzerland Design of Testing

More information

1 GSPS, 14-Bit, 3.3 V CMOS Direct Digital Synthesizer AD9910

1 GSPS, 14-Bit, 3.3 V CMOS Direct Digital Synthesizer AD9910 Data Sheet 1 GSPS, 14-Bit, 3.3 V CMOS Direct Digital Synthesizer FEATURES 1 GSPS internal clock speed (up to 400 MHz analog output) Integrated 1 GSPS, 14-bit DAC 0.3 Hz or better frequency resolution Phase

More information

2-Channel, 500 MSPS DDS with 10-Bit DACs AD9958

2-Channel, 500 MSPS DDS with 10-Bit DACs AD9958 FEATURES 2 synchronized DDS channels @ 500 MSPS Independent frequency/phase/amplitude control between channels Matched latencies for frequency/phase/amplitude changes Excellent channel-to-channel isolation

More information

4-Channel, 500 MSPS DDS with 10-Bit DACs AD9959

4-Channel, 500 MSPS DDS with 10-Bit DACs AD9959 4-Channel, 500 MSPS DDS with 0-Bit DACs AD9959 FEATURES 4 synchronized DDS channels @ 500 MSPS Independent frequency/phase/amplitude control between channels Matched latencies for frequency/phase/amplitude

More information

AD9956 TABLE OF CONTENTS REVISION HISTORY. Product Overview CML Driver Specifications Modes of Operation... 20

AD9956 TABLE OF CONTENTS REVISION HISTORY. Product Overview CML Driver Specifications Modes of Operation... 20 2.7 GHz DDS-Based AgileRF TM Synthesizer AD9956 FEATURES 4 MSPS internal DDS clock speed 48-bit frequency tuning word 4-bit programmable phase offset Integrated 4-bit DAC Excellent dynamic performance

More information

Design and Implementation of Digital Frequency Meter Based on SCM. Weiqiang Zheng

Design and Implementation of Digital Frequency Meter Based on SCM. Weiqiang Zheng Applied Mechanics and Materials Submitted: 2014-09-28 ISS: 1662-7482, Vols. 687-691, pp 3466-3469 Accepted: 2014-09-28 doi:10.4028/www.scientific.net/amm.687-691.3466 Online: 2014-11-27 2014 Trans Tech

More information

655 MHz Low Jitter Clock Generator AD9540

655 MHz Low Jitter Clock Generator AD9540 Data Sheet 655 MHz Low Jitter Clock Generator AD954 FEATURES Excellent intrinsic jitter performance 2 MHz phase frequency detector inputs 655 MHz programmable input dividers for the phase frequency detector

More information

400 MSPS, 14-Bit, 1.8 V CMOS Direct Digital Synthesizer AD9953

400 MSPS, 14-Bit, 1.8 V CMOS Direct Digital Synthesizer AD9953 Data Sheet FEATURES 400 MSPS internal clock speed Integrated 4-bit DAC 32-bit tuning word Phase noise 20 dbc/hz at khz offset (DAC output) Excellent dynamic performance >80 db SFDR at 60 MHz (±00 khz offset)

More information

400 MSPS 14-Bit, 1.8 V CMOS Direct Digital Synthesizer AD9952

400 MSPS 14-Bit, 1.8 V CMOS Direct Digital Synthesizer AD9952 Data Sheet FEATURES 400 MSPS internal clock speed Integrated 4-bit DAC 32-bit tuning word Phase noise 20 dbc/hz at khz offset (DAC output) Excellent dynamic performance >80 db SFDR at 60 MHz (±00 khz offset)

More information

1 GSPS Quadrature Digital Upconverter with 18-Bit I/Q Data Path and 14-Bit DAC AD9957

1 GSPS Quadrature Digital Upconverter with 18-Bit I/Q Data Path and 14-Bit DAC AD9957 GSPS Quadrature Digital Upconverter with 8-Bit I/Q Data Path and 4-Bit DAC AD9957 FEATURES GSPS internal clock speed (up to 400 MHz analog output) Integrated GSPS 4-bit DAC 250 MHz I/Q data throughput

More information

Design of Adaptive RFID Reader based on DDS and RC522 Li Yang, Dong Zhi-Hong, Cong Dong-Sheng

Design of Adaptive RFID Reader based on DDS and RC522 Li Yang, Dong Zhi-Hong, Cong Dong-Sheng International Conference on Applied Science and Engineering Innovation (ASEI 2015) Design of Adaptive RFID Reader based on DDS and RC522 Li Yang, Dong Zhi-Hong, Cong Dong-Sheng Beijing Key Laboratory of

More information

655 MHz Low Jitter Clock Generator AD9540

655 MHz Low Jitter Clock Generator AD9540 FEATURES Excellent intrinsic jitter performance 25 Mb/s write-speed serial I/O control 2 MHz phase frequency detector inputs 655 MHz programmable input dividers for the phase frequency detector ( M, N)

More information

1 GSPS Quadrature Digital Upconverter with 18-Bit I/Q Data Path and 14-Bit DAC AD9957

1 GSPS Quadrature Digital Upconverter with 18-Bit I/Q Data Path and 14-Bit DAC AD9957 1 GSPS Quadrature Digital Upconverter with 18-Bit I/Q Data Path and 14-Bit DAC FEATURES 1 GSPS internal clock speed (up to 400 MHz analog output) Integrated 1 GSPS 14-bit DAC 250 MSPS input data rate Phase

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

500 MSPS Direct Digital Synthesizer with 10-Bit DAC AD9911

500 MSPS Direct Digital Synthesizer with 10-Bit DAC AD9911 Data Sheet 5 MSPS Direct Digital Synthesizer with -Bit DAC AD99 FEATURES Patented SpurKiller technology Multitone generation Test-tone modulation Up to 8 Mbps data throughput Matched latencies for frequency/phase/amplitude

More information

2.5 GSPS Direct Digital Synthesizer with 12-Bit DAC AD9915

2.5 GSPS Direct Digital Synthesizer with 12-Bit DAC AD9915 FEATURES 2.5 GSPS internal clock speed Integrated 12-bit DAC Frequency tuning resolution to 135 phz 16-bit phase tuning resolution 12-bit amplitude scaling Programmable modulus Automatic linear and nonlinear

More information

400 MSPS, 14-Bit, 1.8 V CMOS, Direct Digital Synthesizer AD9954

400 MSPS, 14-Bit, 1.8 V CMOS, Direct Digital Synthesizer AD9954 Data Sheet FEATURES 400 MSPS internal clock speed Integrated 4-bit DAC Programmable phase/amplitude dithering 32-bit frequency tuning accuracy 4-bit phase tuning accuracy Phase noise better than 20 dbc/hz

More information

AD GSPS Quadrature Digital Upconverter w/18-bit IQ Data Path and 14-Bit DAC PRELIMINARY TECHNICAL DATA FEATURES GENERAL DESCRIPTION

AD GSPS Quadrature Digital Upconverter w/18-bit IQ Data Path and 14-Bit DAC PRELIMINARY TECHNICAL DATA FEATURES GENERAL DESCRIPTION GSPS Quadrature Digital Upconverter w/8-bit IQ Data Path and 4-Bit DAC FEATURES GSPS internal clock speed (up to 4MHz analog out) Integrated GSPS 4-bit DAC 5 MHz I/Q data throughput rate Phase noise 3

More information

655 MHz Low Jitter Clock Generator AD9540

655 MHz Low Jitter Clock Generator AD9540 655 MHz Low Jitter Clock Generator AD954 FEATURES Excellent intrinsic jitter performance 2 MHz phase frequency detector inputs 655 MHz programmable input dividers for the phase frequency detector ( M,

More information

Research Of Displacement Measuring System Based On Capacitive. Grating Sensor

Research Of Displacement Measuring System Based On Capacitive. Grating Sensor Applied Mechanics and Materials Vols. 20-23 (2010) pp 1260-1264 Online available since 2010/Jan/12 at www.scientific.net (2010) Trans Tech Publications, Switzerland doi:10.4028/www.scientific.net/amm.20-23.1260

More information

Design of Linear Sweep Source Based on DDS Used in Readout System for Wireless Passive Pressure Sensor

Design of Linear Sweep Source Based on DDS Used in Readout System for Wireless Passive Pressure Sensor PHOTONIC SENSORS / Vol. 4, No. 4, 2014: 359 365 Design of Linear Sweep Source Based on DDS Used in Readout System for Wireless Passive Pressure Sensor Yingping HONG 1,2, Tingli ZHENG 1,2, Ting LIANG 1,2,

More information

Design of high precision current signal source on DDS Han Ya Kun1, a, Suo Xue Song*,1, b

Design of high precision current signal source on DDS Han Ya Kun1, a, Suo Xue Song*,1, b 4th National Conference on Electrical, Electronics and Computer Engineering (NCEECE 2015) Design of high precision current signal source on DDS Han Ya Kun1, a, Suo Xue Song*,1, b 1 Agricultural University

More information

Control System of Tension Test for Spring Fan Wheel Assembly

Control System of Tension Test for Spring Fan Wheel Assembly Applied Mechanics and Materials Online: 2013-09-27 ISSN: 1662-7482, Vols. 423-426, pp 2805-2808 doi:10.4028/www.scientific.net/amm.423-426.2805 2013 Trans Tech Publications, Switzerland Control System

More information

400 MSPS, 14-Bit, 1.8 V CMOS, Direct Digital Synthesizer AD9954

400 MSPS, 14-Bit, 1.8 V CMOS, Direct Digital Synthesizer AD9954 Data Sheet FEATURES 400 MSPS internal clock speed Integrated 4-bit DAC Programmable phase/amplitude dithering 32-bit frequency tuning accuracy 4-bit phase tuning accuracy Phase noise better than 20 dbc/hz

More information

The Application of Clock Synchronization in the TDOA Location System Ziyu WANG a, Chen JIAN b, Benchao WANG c, Wenli YANG d

The Application of Clock Synchronization in the TDOA Location System Ziyu WANG a, Chen JIAN b, Benchao WANG c, Wenli YANG d 2nd International Conference on Electrical, Computer Engineering and Electronics (ICECEE 2015) The Application of Clock Synchronization in the TDOA Location System Ziyu WANG a, Chen JIAN b, Benchao WANG

More information

60 GHz Receiver (Rx) Waveguide Module

60 GHz Receiver (Rx) Waveguide Module The PEM is a highly integrated millimeter wave receiver that covers the GHz global unlicensed spectrum allocations packaged in a standard waveguide module. Receiver architecture is a double conversion,

More information

60 GHz RX. Waveguide Receiver Module. Features. Applications. Data Sheet V60RXWG3. VubIQ, Inc

60 GHz RX. Waveguide Receiver Module. Features. Applications. Data Sheet V60RXWG3. VubIQ, Inc GHz RX VRXWG Features Complete millimeter wave receiver WR-, UG-8/U flange Operates in the to GHz unlicensed band db noise figure Up to.8 GHz modulation bandwidth I/Q analog baseband interface Integrated

More information

CMOS 200 MSPS 14-Bit Quadrature Digital Upconverter AD9857

CMOS 200 MSPS 14-Bit Quadrature Digital Upconverter AD9857 CMOS 200 MSPS 14-Bit Quadrature Digital Upconverter FEATURES 200 MHz internal clock rate 14-bit data path Excellent dynamic performance: 80 db SFDR @ 65 MHz (±100 khz) AOUT 4 to 20 programmable reference

More information

A low-if 2.4 GHz Integrated RF Receiver for Bluetooth Applications Lai Jiang a, Shaohua Liu b, Hang Yu c and Yan Li d

A low-if 2.4 GHz Integrated RF Receiver for Bluetooth Applications Lai Jiang a, Shaohua Liu b, Hang Yu c and Yan Li d Applied Mechanics and Materials Online: 2013-06-27 ISSN: 1662-7482, Vol. 329, pp 416-420 doi:10.4028/www.scientific.net/amm.329.416 2013 Trans Tech Publications, Switzerland A low-if 2.4 GHz Integrated

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

Design of a AC current source for inductive loads. Kuihong Hao Bin Li

Design of a AC current source for inductive loads. Kuihong Hao Bin Li Applied Mechanics and Materials Online: 2013-12-09 ISSN: 1662-7482, Vols. 475-476, pp 1638-1642 doi:10.4028/www.scientific.net/amm.475-476.1638 2014 Trans Tech Publications, Switzerland Design of a AC

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

CMOS 200 MSPS 14-Bit Quadrature Digital Upconverter AD9857

CMOS 200 MSPS 14-Bit Quadrature Digital Upconverter AD9857 CMOS 200 MSPS 14-Bit Quadrature Digital Upconverter AD9857 FEATURES 200 MHz internal clock rate 14-bit data path Excellent dynamic performance: 80 db SFDR @ 65 MHz (±100 khz) AOUT 4 to 20 programmable

More information

THE DESIGN OF DIGITAL FREQUENCY SYNTHESIZER BASED ON VHDL

THE DESIGN OF DIGITAL FREQUENCY SYNTHESIZER BASED ON VHDL THE DESIGN OF DIGITAL FREQUENCY SYNTHESIZER BASED ON VHDL LI WENXING, ZHANG YE Department of Mechanical and Electrical Engineering, Xin Xiang University ABSTRACT Direct digital frequency synthesizer (DSS)

More information

Design of Phase Locked Loop as a Frequency Synthesizer Muttappa 1 Akalpita L Kulkarni 2

Design of Phase Locked Loop as a Frequency Synthesizer Muttappa 1 Akalpita L Kulkarni 2 IJSRD - International Journal for Scientific Research & Development Vol. 3, Issue 03, 2015 ISSN (online): 2321-0613 Design of Phase Locked Loop as a Frequency Synthesizer Muttappa 1 Akalpita L Kulkarni

More information

Design of Frequency Characteristic Test Instrument Based on USB

Design of Frequency Characteristic Test Instrument Based on USB Design of Frequency Characteristic Test Instrument Based on USB Zhengling Wu, Nannan Zhang College of information and control engineering, Jilin Institute of Chemical Technology, Jilin, Jilin, P.R. China.

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

60 GHz TX. Waveguide Transmitter Module. Data Sheet Features V60TXWG3. Applications. VubIQ, Inc

60 GHz TX. Waveguide Transmitter Module. Data Sheet Features V60TXWG3. Applications. VubIQ, Inc Features Complete millimeter wave transmitter WR-, UG-8/U flange Operates in the to GHz unlicensed band dbm typical output power Up to.8 GHz modulation bandwidth I/Q analog baseband interface On chip synthesizer

More information

MB1503. LOW-POWER PLL FREQUENCY SYNTHESIZER WITH POWER SAVE FUNCTION (1.1GHz) Sept Edition 1.0a DATA SHEET. Features

MB1503. LOW-POWER PLL FREQUENCY SYNTHESIZER WITH POWER SAVE FUNCTION (1.1GHz) Sept Edition 1.0a DATA SHEET. Features Sept. 1995 Edition 1.0a MB1503 DATA SHEET LOW-POWER PLL FREQUENCY SYNTHESIZER WITH POWER SAVE FUNCTION (1.1GHz) The Fujitsu MB1503 is a serial input phase-locked loop (PLL) frequency synthesizer with a

More information

CMOS 200 MSPS 14-Bit Quadrature Digital Upconverter AD9857

CMOS 200 MSPS 14-Bit Quadrature Digital Upconverter AD9857 CMOS 200 MSPS 14-Bit Quadrature Digital Upconverter AD9857 FEATURES 200 MHz internal clock rate 14-bit data path Excellent dynamic performance: 80 db SFDR @ 65 MHz (±100 khz) AOUT 4 to 20 programmable

More information

Cleaning Robot Working at Height Final. Fan-Qi XU*

Cleaning Robot Working at Height Final. Fan-Qi XU* Proceedings of the 3rd International Conference on Material Engineering and Application (ICMEA 2016) Cleaning Robot Working at Height Final Fan-Qi XU* International School, Beijing University of Posts

More information

Digital Systems Design

Digital Systems Design Digital Systems Design Clock Networks and Phase Lock Loops on Altera Cyclone V Devices Dr. D. J. Jackson Lecture 9-1 Global Clock Network & Phase-Locked Loops Clock management is important within digital

More information

RF Basics 15/11/2013

RF Basics 15/11/2013 27 RF Basics 15/11/2013 Basic Terminology 1/2 dbm is a measure of RF Power referred to 1 mw (0 dbm) 10mW(10dBm), 500 mw (27dBm) PER Packet Error Rate [%] percentage of the packets not successfully received

More information

Integrated Powerline Communication Analog Front-End Transceiver and Line Driver

Integrated Powerline Communication Analog Front-End Transceiver and Line Driver 19-4736; Rev 0; 7/09 Integrated Powerline Communication Analog General Description The powerline communication analog frontend (AFE) and line-driver IC is a state-of-the-art CMOS device that delivers high

More information

60 GHz Transmitter (Tx) Waveguide Module

60 GHz Transmitter (Tx) Waveguide Module The is a highly integrated millimeter wave transmitter that covers the 60 GHz global unlicensed spectrum allocations packaged in a standard waveguide module. Transmitter architecture is a double conversion,

More information

AD9852 Block Diagram. Digital Multiplier. Inv. Sinc Filter. Sine-to-Amplitude. Converter. Ramp-up/Down Clock/Logic & Multiplexer

AD9852 Block Diagram. Digital Multiplier. Inv. Sinc Filter. Sine-to-Amplitude. Converter. Ramp-up/Down Clock/Logic & Multiplexer a CMOS 300 MHz Complete-DDS PRELIMINARY TECHNICAL DATA FEATURES 300 MHz Internal Clock Rate 12-bit Sine Wave Output DAC 12-bit Auxiliary or Control DAC Ultra High-speed, 3ps RMS Jitter Comparator Excellent

More information

Programmable Clock Generator

Programmable Clock Generator Features Clock outputs ranging from 391 khz to 100 MHz (TTL levels) or 90 MHz (CMOS levels) 2-wire serial interface facilitates programmable output frequency Phase-Locked Loop oscillator input derived

More information

ADS9850 Signal Generator Module

ADS9850 Signal Generator Module 1. Introduction ADS9850 Signal Generator Module This module described here is based on ADS9850, a CMOS, 125MHz, and Complete DDS Synthesizer. The AD9850 is a highly integrated device that uses advanced

More information

Design and Fabrication of High Frequency Linear Function Generator with Digital Frequency Counter using MAX038 and a PIC microcontroller

Design and Fabrication of High Frequency Linear Function Generator with Digital Frequency Counter using MAX038 and a PIC microcontroller International Journal of Latest Tr ends in Engineering and Technology Vol.(7)Issue(3), pp. 263-270 DOI: http://dx.doi.org/10.21172/1.73.536 e-issn:2278-621x Design and Fabrication of High Frequency Linear

More information

NJ88C Frequency Synthesiser with non-resettable counters

NJ88C Frequency Synthesiser with non-resettable counters NJ88C Frequency Synthesiser with non-resettable counters DS8 -. The NJ88C is a synthesiser circuit fabricated on the GPS CMOS process and is capable of achieving high sideband attenuation and low noise

More information

The Design Of Multiple Nodes Wireless Temperature Transmission System Based On STC15W1K24S And CC1101

The Design Of Multiple Nodes Wireless Temperature Transmission System Based On STC15W1K24S And CC1101 3rd International Conference on Material, Mechanical and Manufacturing Engineering (IC3ME 2015) The Design Of Multiple Nodes Wireless Temperature Transmission System Based On STC15W1K24S And CC1101 Zhijian

More information

MCD MHz-650MHz Dual Frequency Synthesizer. Features

MCD MHz-650MHz Dual Frequency Synthesizer. Features MCD2926 18MHz-650MHz Dual Frequency Synthesizer General Description The MCD2926 is a high performance dual frequency synthesizer with high frequency prescaler for RF operation frequency from 18MHz to 650MHz.

More information

Bits to Antenna and Back

Bits to Antenna and Back The World Leader in High Performance Signal Processing Solutions Bits to Antenna and Back June 2012 Larry Hawkins ADL5324 400 4000 MHz Broadband ½ W RF Driver Amplifier KEY SPECIFICATIONS (5 V) Frequency

More information

Multiple Reference Clock Generator

Multiple Reference Clock Generator A White Paper Presented by IPextreme Multiple Reference Clock Generator Digitial IP for Clock Synthesis August 2007 IPextreme, Inc. This paper explains the concept behind the Multiple Reference Clock Generator

More information

Design and Implementation of PLL for Frequency Demodulation

Design and Implementation of PLL for Frequency Demodulation Design and Implementation of PLL for Frequency Demodulation MA. Jihan S. Abdaljabar, HaithamK.Ali Abstract: Frequency modulation is widely used in radio transmissions, especially, in the broadcasting of

More information

TESTING SYSTEM FOR ANALOG DEVICES DIRECT DIGITAL SYNTHESIZER

TESTING SYSTEM FOR ANALOG DEVICES DIRECT DIGITAL SYNTHESIZER TESTING SYSTEM FOR ANALOG DEVICES DIRECT DIGITAL SYNTHESIZER Ilia Loskutov *, Ivan Shvetsov-Shilovskiy, Dmitry Boychenko National Research Nuclear University MEPhI (Moscow Engineering Physics Institute),

More information

Design of intelligent vehicle control system based on machine visual

Design of intelligent vehicle control system based on machine visual Advances in Engineering Research (AER), volume 117 2nd Annual International Conference on Electronics, Electrical Engineering and Information Science (EEEIS 2016) Design of intelligent vehicle control

More information

Index Terms IR communication; MSP430; TFDU4101; Pre setter

Index Terms IR communication; MSP430; TFDU4101; Pre setter Design and Development of Contactless Communication Module for Pre setter of Underwater Vehicles J.Lavanyambhika, **D.Madhavi *Digital Systems and Signal Processing in Electronics and Communication Engineering,

More information

Analysis of Phase Noise Profile of a 1.1 GHz Phase-locked Loop

Analysis of Phase Noise Profile of a 1.1 GHz Phase-locked Loop Analysis of Phase Noise Profile of a 1.1 GHz Phase-locked Loop J. Handique, Member, IAENG and T. Bezboruah, Member, IAENG 1 Abstract We analyzed the phase noise of a 1.1 GHz phaselocked loop system for

More information

Lecture 7: Components of Phase Locked Loop (PLL)

Lecture 7: Components of Phase Locked Loop (PLL) Lecture 7: Components of Phase Locked Loop (PLL) CSCE 6933/5933 Instructor: Saraju P. Mohanty, Ph. D. NOTE: The figures, text etc included in slides are borrowed from various books, websites, authors pages,

More information

8-Bit A/D Converter AD673 REV. A FUNCTIONAL BLOCK DIAGRAM

8-Bit A/D Converter AD673 REV. A FUNCTIONAL BLOCK DIAGRAM a FEATURES Complete 8-Bit A/D Converter with Reference, Clock and Comparator 30 s Maximum Conversion Time Full 8- or 16-Bit Microprocessor Bus Interface Unipolar and Bipolar Inputs No Missing Codes Over

More information

On the Design of Software and Hardware for a WSN Transmitter

On the Design of Software and Hardware for a WSN Transmitter 16th Annual Symposium of the IEEE/CVT, Nov. 19, 2009, Louvain-La-Neuve, Belgium 1 On the Design of Software and Hardware for a WSN Transmitter Jo Verhaevert, Frank Vanheel and Patrick Van Torre University

More information

(ZTT) Ceramic Resonators

(ZTT) Ceramic Resonators Version: January 13, 2017 (ZTT) Ceramic Resonators Token Electronics Industry Co., Ltd. Web: www.token.com.tw Email: rfq@token.com.tw Taiwan: No.137, Sec. 1, Zhongxing Rd., Wugu District, New Taipei City,

More information

Exploration of Digital Frequency Band System

Exploration of Digital Frequency Band System Exploration of Digital Frequency Band System Xiaoping 1a Xu, Anqi Wang 2 and Weiqi Wang 3 123 Electronic information and control engineering, Beijing university of technology,china Abstract.Digital modulation

More information

CMOS 300 MSPS Complete DDS AD9852

CMOS 300 MSPS Complete DDS AD9852 CMOS 3 MSPS Complete DDS AD9852 FEATURES 3 MHz internal clock rate FSK, BPSK, PSK, chirp, AM operation Dual integrated 12-bit D/A converters Ultrahigh speed comparator, 3 ps rms jitter Excellent dynamic

More information

Evaluation Board for 2-Channel 500 MSPS DDS with 10-Bit DACs AD9958/PCB

Evaluation Board for 2-Channel 500 MSPS DDS with 10-Bit DACs AD9958/PCB Evaluation Board for -Channel 00 MSPS DDS with 0-Bit DACs AD998/PCB EVALUATION BOARD BLOCK DIAGRAM XTAL AD998 EVALUATION BOARD REF_CLK J9 BUFFER/XTAL OSCILLATOR BALUN REFCLK MULTIPLIER X TO 0X MUX SYS

More information

Evaluation Board for 4-Channel 500 MSPS DDS with 10-Bit DACs AD9959/PCB

Evaluation Board for 4-Channel 500 MSPS DDS with 10-Bit DACs AD9959/PCB Evaluation Board for -Channel 00 MSPS DDS with 0-Bit DACs AD999/PCB EVALUATION BOARD BLOCK DIAGRAM XTAL AD999 EVALUATION BOARD J DAC 0 OUT REFCLK J9 BALUN BUFFER/XTAL OSCILLATOR REFCLK MULTIPLIER TO 0

More information

DIRECT DIGITAL SYNTHESIS TECHNIQUE BASED RF-EXCITER CARD FOR WIND PROFILING APPLICATION

DIRECT DIGITAL SYNTHESIS TECHNIQUE BASED RF-EXCITER CARD FOR WIND PROFILING APPLICATION DIRECT DIGITAL SYNTHESIS TECHNIQUE BASED RF-EXCITER CARD FOR WIND PROFILING APPLICATION Lathashree G Student [B.E], Dept. OF ECE, SKIT Chikkabanavara, Bangalore-560060, India. lathasg135@gmail.com ABSTRACT

More information

Analysis and Design of PLL Motor Speed Control System

Analysis and Design of PLL Motor Speed Control System TELKOMNIKA, Vol. 11, No. 10, October 2013, pp. 5662 ~ 5668 ISSN: 2302-4046 5662 Analysis and Design of PLL Motor Speed Control System Qi chao Zhang Physics & Electronic engineering institute, Hubei University

More information

Generating DTMF Tones Using Z8 Encore! MCU

Generating DTMF Tones Using Z8 Encore! MCU Application Note Generating DTMF Tones Using Z8 Encore! MCU AN024802-0608 Abstract This Application Note describes how Zilog s Z8 Encore! MCU is used as a Dual-Tone Multi- (DTMF) signal encoder to generate

More information

Design and Implementation of Programmable Sine Wave Generator for Wireless Applications using PSK/FSK Modulation Technique

Design and Implementation of Programmable Sine Wave Generator for Wireless Applications using PSK/FSK Modulation Technique Design and Implementation of Programmable Sine Wave Generator for Wireless Applications using PSK/FSK Modulation Technique Santosh Kumar Acharya Ajit Kumar Mohanty Prashanta Kumar Dehury Department of

More information

1 GSPS Direct Digital Synthesizer with 14-Bit DAC AD9912

1 GSPS Direct Digital Synthesizer with 14-Bit DAC AD9912 1 GSPS Direct Digital Synthesizer with 14-Bit DAC AD9912 FEATURES 1 GSPS internal clock speed (up to 4 MHz output directly) Integrated 1 GSPS 14-bit DAC 48-bit frequency tuning word with 4 μhz resolution

More information

Software Design of Digital Receiver using FPGA

Software Design of Digital Receiver using FPGA Software Design of Digital Receiver using FPGA G.C.Kudale 1, Dr.B.G.Patil 2, K. Aurobindo 3 1PG Student, Department of Electronics Engineering, Walchand College of Engineering, Sangli, Maharashtra, 2Associate

More information

Analog signal generator that meets virtually every requirement

Analog signal generator that meets virtually every requirement GENERAL PURPOSE 44434/5 FIG 1 The R&S SMA1A offers excellent performance and compact design at a favorable price. Signal Generator R&S SMA1A Analog signal generator that meets virtually every requirement

More information

Research on DQPSK Carrier Synchronization based on FPGA

Research on DQPSK Carrier Synchronization based on FPGA Journal of Information Hiding and Multimedia Signal Processing c 27 ISSN 273-422 Ubiquitous International Volume 8, Number, January 27 Research on DQPSK Carrier Synchronization based on FPGA Shi-Jun Kang,

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

CMOS MT9D112 Camera Module 1/4-Inch 3-Megapixel Module Datasheet

CMOS MT9D112 Camera Module 1/4-Inch 3-Megapixel Module Datasheet CMOS MT9D112 Camera Module 1/4-Inch 3-Megapixel Module Datasheet Rev 1.0, Mar 2013 3M Pixels CMOS MT9D112 CAMERA MODULE Table of Contents 1 Introduction... 2 2 Features... 3 3 Key Specifications... 3 4

More information

TECHNICAL MANUAL TM0110-2

TECHNICAL MANUAL TM0110-2 TECHNICAL MANUAL TM0110-2 RUBIDIUM FREQUENCY STANDARD MODEL FE-5680A SERIES OPTION 2 OPERATION AND MAINTENANCE INSTRUCTIONS Rubidium Frequency Standard Model FE-5680A with Option 2 Frequency Electronics,

More information

Dual Programmable Clock Generator

Dual Programmable Clock Generator 1I CD20 51 fax id: 3512 Features Dual Programmable Clock Generator Functional Description Two independent clock outputs ranging from 320 khz to 100 MHz Individually programmable PLLs use 22-bit serial

More information

JDVBS COMTECH TECHNOLOGY CO., LTD. SPECIFICATION

JDVBS COMTECH TECHNOLOGY CO., LTD. SPECIFICATION 1.SCOPE Jdvbs-90502 series is RF unit for Japan digital Bs/cs satellite broadcast reception. Built OFDM demodulator IC. CH VS. IF ISDB-S DVB-S CH IF CH IF BS-1 1049.48 JD1 1308.00 BS-3 1087.84 JD3 1338.00

More information

A10-Gb/slow-power adaptive continuous-time linear equalizer using asynchronous under-sampling histogram

A10-Gb/slow-power adaptive continuous-time linear equalizer using asynchronous under-sampling histogram LETTER IEICE Electronics Express, Vol.10, No.4, 1 8 A10-Gb/slow-power adaptive continuous-time linear equalizer using asynchronous under-sampling histogram Wang-Soo Kim and Woo-Young Choi a) Department

More information

The Application and Stimulation Research of PIC single chip in. waveform signal generator. Gao Yi

The Application and Stimulation Research of PIC single chip in. waveform signal generator. Gao Yi Advanced Materials Research Online: 2013-05-14 ISSN: 1662-8985, Vols. 694-697, pp 1446-1449 doi:10.4028/www.scientific.net/amr.694-697.1446 2013 Trans Tech Publications, Switzerland The Application and

More information

Rubidium Frequency Standard Model AR133A Ruggedized Low Profile

Rubidium Frequency Standard Model AR133A Ruggedized Low Profile Ruggedized Low Profile Key Features Long-term-stability: 5E-11/month 2E-12 frequency accuracy & 100nSec 1PPS accuracy relative to 1PPS input when disciplined Short term stability: 5E-12 @ 100s Phase noise:

More information

DAC A (VCO) Buffer (write) DAC B (AGC) Buffer (write) Pulse Code Buffer (write) Parameter Buffer (write) Figure A.1. Receiver Controller Registers

DAC A (VCO) Buffer (write) DAC B (AGC) Buffer (write) Pulse Code Buffer (write) Parameter Buffer (write) Figure A.1. Receiver Controller Registers Appendix A. Host Computer Interface The host computer interface is contained on a plug-in module designed for the IBM PC/XT/AT bus. It includes the converters, counters, registers and programmed-logic

More information

A TDC based BIST Scheme for Operational Amplifier Jun Yuan a and Wei Wang b

A TDC based BIST Scheme for Operational Amplifier Jun Yuan a and Wei Wang b Applied Mechanics and Materials Submitted: 2014-07-19 ISSN: 1662-7482, Vols. 644-650, pp 3583-3587 Accepted: 2014-07-20 doi:10.4028/www.scientific.net/amm.644-650.3583 Online: 2014-09-22 2014 Trans Tech

More information

Microprocessor-Compatible 12-Bit D/A Converter AD667*

Microprocessor-Compatible 12-Bit D/A Converter AD667* a FEATURES Complete 12-Bit D/A Function Double-Buffered Latch On Chip Output Amplifier High Stability Buried Zener Reference Single Chip Construction Monotonicity Guaranteed Over Temperature Linearity

More information

Department of Electronic and Information Engineering. Communication Laboratory

Department of Electronic and Information Engineering. Communication Laboratory Department of Electronic and Information Engineering Communication Laboratory Frequency Shift Keying (FSK) & Differential Phase Shift Keying (DPSK) & Differential Quadrature Phase Shift Keying (DQPSK)

More information

HART Modem DS8500. Features

HART Modem DS8500. Features Rev 1; 2/09 EVALUATION KIT AVAILABLE General Description The is a single-chip modem with Highway Addressable Remote Transducer (HART) capabilities and satisfies the HART physical layer requirements. The

More information

Digital Communication

Digital Communication Digital Communication Laboratories bako@ieee.org DigiCom Labs There are 5 labs related to the digital communication. Study of the parameters of metal cables including: characteristic impendance, attenuation

More information

CMOS 300 MSPS Complete-DDS AD9852

CMOS 300 MSPS Complete-DDS AD9852 a FEATURES 3 MHz Internal Clock Rate FSK, BPSK, PSK, CHIRP, AM Operation Dual Integrated 12-Bit D/A Converters Ultrahigh-Speed Comparator, 3 ps RMS Jitter Excellent Dynamic Performance: 8 db SFDR @ 1 MHz

More information

Research on Development & Key Technology of PLC

Research on Development & Key Technology of PLC Research on Development & Key Technology of PLC Jie Chen a, Li Wang b College of Electronic Engineering, Chongqing University of Posts and Telecommunications, Chongqing 400065, China; avircochen@foxmail.com,

More information

Department of Electronics & Telecommunication Engg. LAB MANUAL. B.Tech V Semester [ ] (Branch: ETE)

Department of Electronics & Telecommunication Engg. LAB MANUAL. B.Tech V Semester [ ] (Branch: ETE) Department of Electronics & Telecommunication Engg. LAB MANUAL SUBJECT:-DIGITAL COMMUNICATION SYSTEM [BTEC-501] B.Tech V Semester [2013-14] (Branch: ETE) KCT COLLEGE OF ENGG & TECH., FATEHGARH PUNJAB TECHNICAL

More information

Oscillator Frequency Upconverter AD9552

Oscillator Frequency Upconverter AD9552 Data Sheet FEATURES Converts a low frequency input reference signal to a high frequency output signal Input frequencies from 6.6 MHz to 112.5 MHz Output frequencies up to 900 MHz Preset pin programmable

More information

A Review of Phase Locked Loop Design Using VLSI Technology for Wireless Communication.

A Review of Phase Locked Loop Design Using VLSI Technology for Wireless Communication. A Review of Phase Locked Loop Design Using VLSI Technology for Wireless Communication. PG student, M.E. (VLSI and Embedded system) G.H.Raisoni College of Engineering and Management, A nagar Abstract: The

More information