MTS2500 Synthesizer Pinout and Functions

Size: px
Start display at page:

Download "MTS2500 Synthesizer Pinout and Functions"

Transcription

1 MTS2500 Synthesizer Pinout and Functions This document describes the operating features, software interface information and pin-out of the high performance MTS2500 series of frequency synthesizers, from Synergy Microwave Corporation. The MTS2500 series synthesizers incorporate new advances in frequency synthesis into a small surface-mount package size (1.95 x 1.25 ) or connectorized packaging to provide low phase noise and flexibility in step size down to 1 Hz minimum. These synthesizers are truly intelligent incorporating many of the features of the Intelligent Interactive Synthesizers (I 2 S ) product line. An internal controller allows for optimal factory set performance and minimal software development by the user. What is the need for synthesizers having an integrated controller? There are several good reasons to do so! The operational settings of the PLL chip have to be calculated for each frequency setting to be within the operational specifications. For example in wideband VCOs, the computation of the divider values has to guarantee that no chip internal frequency limits are exceeded. The settings of the charge pump current and other parameters, which finally define the phase noise and switching speed can be optimized easily with these intelligent features. Improves the speed of the system processor and makes the software easier to re-use. Operation can be made independent of the PLL IC used. The use of a controller allows change of the I 2 S IC without any impact on the system software. Integrated error detection and signaling is possible without customer programming. Reduces design time for the user. A real plug and play solution! Other benefits of the I 2 S are: Intensive internal filtering of the supply voltages. Monitoring of internal voltages. Optimized layout to reduce impact of external ground loops. Standard programming interface for ALL models. In-circuit firmware upgrade possible for future enhancements. No hardware programming for a specific PLL IC required. 2 AN (Rev. E )

2 Software Interface Pins This section describes the software interface pins that are used to address the synthesizers. Some of the pins are not connected (NC) and can be used at a later time for software implementation of additional features. All software I/O interface pins of the MTS2500 are 3.3V CMOS. The input pins are 5V TTL level tolerant with hysteresis and 10ns slew rate control. These inputs also have built-in glitch filtering to ignore pulses shorter than 3ns. Latch Enable LE for SPI port. (SS) Data In Data to MTS2500. (MOSI) Clock Note 1,2 Clock for SPI port. (SCK) Data Out Data from MTS2500. (MISO) TXD Transmit data. Used for in-circuit programming (field upgrades) only. Note 2 RXD Receive data. Used for in-circuit programming (field upgrades) only. Note 2 RESET Note 1,2 A transition low-high on this pin re-sets the synthesizer to default frequency. Note 1: During the low-high transition of RESET, a level-low (0V) on CLOCK activates in-circuit programming sequence. Keep CLOCK level-high (3V3) for regular RESET. Note 2: Contact factory for details Hardware Interface Pins Ref in Reference frequency input. Vcc1 (VCO) DC supply voltage for the VCO. This has to be a clean, low noise supply. Decoupling with 10uF close to the MTS2500 is recommended. Vcc2 (Analog) +3.3VDC supply for analog sections of MTS2500. This has to be a clean, low noise supply. Decoupling with 10uF close to MTS2500 is recommended. Vcc3 (Digital) +3.3VDC supply for the digital section of the MTS2500. Decoupling with 10uF close to the MTS2500 is recommended. Vcc4 (Converter) +5VDC supply voltage for the internal voltage converter. Decoupling with 10uF to 100uF/30V close to the MTS2500 is recommended. Vcc5 (Converter) Output of the internal voltage converter. To be connected to Vcc8 (Vtune) externally (No other external loads allowed!) A bypass (shunt) capacitor of 10uF to 100uF/30V is recommended. Vcc6 (PLL) +5VDC supply for PLL. Decoupling with 1uF close to the MTS2500 is recommended. Vcc7 (PLL) +3.3VDC supply for PLL. Decoupling with 1uF close to the MTS2500 is recommended. 3 AN (Rev. E )

3 Vcc8 (Vtune) Supply voltage for the VCO tuning. This has to be a clean, low noise supply. Decoupling close to the MTS2500 is recommended. LD Lock Detect, a 3.3V CMOS output, which turns high after the MTS2500 locks. RF out 50Ω output of the Synthesizer. No Connection leave these pins open (DO NOT CONNECT TO GROUND) Programming The user can address the MTS2500 synthesizers in one of five different options to program the output frequency: 1. Setting an offset frequency from starting frequency of synthesizer. In this mode, an ASCII character code for the letter C in hexadecimal (43) indicates to the controller that mode offset frequency is selected. The information for the offset frequency follows in hexadecimal format having 32 bits with LSB sent first (total 40 bits sent). Based on the offset frequency, the controller then calculates the output frequency by the following equation: F out = F C0 + F Offset, where: F out - Frequency produced by MTS2500 F C0 - Specified starting frequency of the MTS2500 (Unless otherwise specified F C0 is the lowest frequency produced by MTS2500) F Offset - Frequency offset in Hz For example, an offset frequency of 50Hz would be sent as follows: Maximum frequency that can be set in this mode is 4.29GHz above the starting frequency of the MTS2500 Similarly, the synthesizer can immediately be loaded for standby channel mode by sending ASCII character code for letter c in hexadecimal (63) and the data for the next wanted channel number. The programming format for this option is coded as Little Endian (MSBit of the LSByte is sent first). 2. Setting a known frequency expressed in Hz. In this mode, an ASCII character code for the letter D in hexadecimal (44) indicates to the controller that mode frequency in Hertz is selected. The information for the frequency in Hertz follows in hexadecimal format having 32 bits with LSB sent first (total 40 bits sent). For example, a frequency of Hz would be loaded as: 4 AN (Rev. E )

4 44 4D E6 40 BB Maximum frequency that can be set in this mode is ~4.294GHZ Similarly, the synthesizer can immediately be loaded for standby mode by sending ASCII character code for letter d in hexadecimal (64) and the data for the next wanted known N. The programming format for this option is coded as Little Endian (MSBit of the LSByte is sent first). 3. Setting frequency directly (khz). In this mode, an ASCII character code for the letter K in hexadecimal (4B) indicates to the controller that mode frequency directly (khz) is selected. The information is loaded in hexadecimal format (1 byte for the K command and 8 bytes for the frequency command (72 bits total). No real values allowed, the instruction must be in integer format (KHz). For example, the frequency of 4,000,000 KHz (4 GHz) would be sent as: Data ASCII(Hex) Hex 4B or K003D0900 Similarly, the synthesizer can immediately be loaded for standby mode by sending ASCII character code for letter k in hexadecimal (6B) and the next wanted frequency (KHz). 4. Setting frequency directly (MHz). In this mode, an ASCII character code for the letter M in hexadecimal (4D) indicates to the controller that mode frequency directly (MHz) is selected. The information is loaded in hexadecimal format (1 byte for the M command and 8 bytes for the frequency command (72 bits total). No real values allowed, the instruction must be in integer format (MHz). For example, the frequency of 4,000 MHz (4 GHz) would be sent as: Data ASCII(Hex) Hex 4D or M00000FA0 Similarly, the synthesizer can immediately be loaded for standby mode by sending ASCII character code for letter k in hexadecimal (6D) and the next wanted frequency (MHz). 5. Swap Active/Standby frequencies When an ASCII character code for the letter S in hexadecimal (53) is sent, it indicates to the controller to swap the active and the standby frequency register settings. 53 Maximum SPI programming speed is recommended not to exceed 200kb/sec in present designs. Design target is 1Mb/sec but not confirmed yet. 5 AN (Rev. E )

5 By default all MTS2500 are set to a reference frequency of 10 MHz unless otherwise noted in the datasheet. On turn on, the synthesizer defaults to the lowest specified frequency (channel 0). Standby frequency defaults to maximum frequency unless otherwise specified in the datasheet. Systems Design Considerations and Spurious Performance of the MTS2500 The MTS2500 series synthesizers provide a general PLL solution in a wide variety of systems configurations due to its wide frequency range and narrow step size. However in a few cases, the spurious performance may be degraded if the output frequency is slightly offset from a harmonic of the reference frequency. If the offset from the harmonic is less than the loop filter bandwidth, the PLL is unable to sufficiently attenuate the spur. If such output frequencies are required in the system, using a different reference frequency may be more prudent (it is up to the user and their requirements). To handle this situation, the reference frequency can be re-programmed by the user by sending the ASCII R command in hexadecimal (52) followed by the reference frequency (in Hz) in hexadecimal having 32 bits with LSB sent first (total 40 bits sent). Currently only reference frequencies from 1 to 250MHz inclusive are supported. For example, a reference frequency of 13MHz would be loaded as: D C6 00 The programming format for this option is coded as Little Endian (MSBit of the LSByte is sent first). The harmonic frequencies where such a reference change may be required are mathematically shown as reference frequency R = 8Mhz, M where M is smallest possible value that gives an integral result (no fractional part). For example, Ref = 10MHz R = 5MHz Ref = 13MHz R = 6.5MHz Ref = 87MHz R = 7.25MHz Ref = 113MHz R = MHz The critical spur regions of the output frequency are then defined as, fout = nr + f where n is integer and 0 < f < PLL loop bandwidth. Table I shows some examples of the different programming options and Figure 2 shows a typical timing diagram for SPI Communication. Table II shows examples of the different programming options for RS232 communication. The synthesizer is programmed to operate with either SPI or RS232 formats. The user must specify the preferred format when ordering these products. 6 AN (Rev. E )

6 Figure 1: Suggested Connection Diagram 7 AN (Rev. E )

7 Table I SPI Interface Commands Command Command Description Parameter Byte Position Character C Set Active Offset Frequency Unsigned Long Integer, LSByte first 0x43 B B B B c Set Standby Offset Frequency Unsigned Long Integer, LSByte first 0x63 B B B B D Set Active frequency in Hz Unsigned Long Integer, LSByte first 0x44 B B B B d Set Standby frequency in Hz Unsigned Long Integer, LSByte first 0x64 B B B B K Set Active Frequency in khz Hexadecimal characters 0x4B H H H H H H H H k Set Standby Frequency in khz Hexadecimal characters 0x6B H H H H H H H H M Set Active Frequency in MHz Hexadecimal characters 0x4D H H H H H H H H m Set Standby Frequency in MHz Hexadecimal characters 0x6D H H H H H H H H R Set Reference Frequency in Hz Unsigned Long Integer, LSByte first 0x52 B B B B S Swap Active / Standby Frequencies No parameter 0x53 All SPI communication uses most significant bit first. B Binary value with least significant byte first. H ASCII value of a hexadecimal character (uppercase) most significant character first. C ASCII value of option parameter. Examples: D Command: Set Active N using a frequency of Hz 44 4D E6 40 BB ( = 0x BB40E64D) k Command: Set Standby N using Frequency of kHz 6B or k0010c8e0 K Command: Set Active N using Frequency of kHz 4B or K003D0900 M Command: Set Active N using Frequency of 4000MHz 4D or M00000FA0 Figure 2: Timing Diagram (SPI mode 1) Clock Latch Enable MOSI MISO T1 T2 T3 Firmware rev 1.0 T1: 2.5 us min T2: 5.0 us min T3: 2.5 us min 8 to 72 bits 8 AN (Rev. D )

MICROWAVE FREQUENCY SYNTHESIZER QP-FSPLL USER MANUAL

MICROWAVE FREQUENCY SYNTHESIZER QP-FSPLL USER MANUAL MICROWAVE FREQUENCY SYNTHESIZER QP-FSPLL-0040-01 USER MANUAL The QP-FSPLL-0040-01 is a low-phase noise wideband synthesizer operating from 50 MHz to 40 GHz with a nominal output power of +15 dbm. The synthesizer

More information

Operating Instructions

Operating Instructions 6 18 GHz Frequency Synthesizer PFS-618-CD-1 Operating Instructions 1) Frequency Control The Frequency Control Code is constructed of 17 bits (A0 - A16). The following equation and table describe the frequency

More information

Small RF Budget SRB MX145

Small RF Budget SRB MX145 Small RF Budget SRB MX145 V 1.0.0 Thank you for choosing the SRB Module Transmitter as an addition to your ham radio equipment! We hope it will turn into an important tool for you in the years to come.

More information

Military End-Use. Phased Array Applications. FMCW Radar Systems

Military End-Use. Phased Array Applications. FMCW Radar Systems Features RF Bandwidth: 9.05 ghz to 10.15 ghz Fractional or Integer Modes Ultra Low Phase Noise 9.6 ghz; 50 MHz Ref. -106 / -102 dbc/hz @ 10 khz (Int / frac) dbc/hz @ 1 MHZ (Open Loop) Figure of Merit (FOM)

More information

INTELLIGENT INTERACTIVE SYNTHESIZER SURFACE MOUNT MODEL: LFSW

INTELLIGENT INTERACTIVE SYNTHESIZER SURFACE MOUNT MODEL: LFSW INTELLIGENT INTERCTIVE SYNTHESIZER SURFCE MOUNT MODEL: LFSW5- WIDE BNDWIDTH - 5 MHz FETURES: Exceptionally Low Phase Noise Interactive Communication Standard Programming Interface Ultra Wide Tuning Range

More information

PE3282A. 1.1 GHz/510 MHz Dual Fractional-N PLL IC for Frequency Synthesis. Peregrine Semiconductor Corporation. Final Datasheet

PE3282A. 1.1 GHz/510 MHz Dual Fractional-N PLL IC for Frequency Synthesis. Peregrine Semiconductor Corporation. Final Datasheet Final Datasheet PE3282A 1.1 GHz/510 MHz Dual Fractional-N PLL IC for Frequency Synthesis Applications Cellular handsets Cellular base stations Spread-spectrum radio Cordless phones Pagers Description The

More information

Analog Devices Welcomes Hittite Microwave Corporation NO CONTENT ON THE ATTACHED DOCUMENT HAS CHANGED

Analog Devices Welcomes Hittite Microwave Corporation NO CONTENT ON THE ATTACHED DOCUMENT HAS CHANGED Analog Devices Welcomes Hittite Microwave Corporation NO CONTENT ON THE ATTACHED DOCUMENT HAS CHANGED www.analog.com www.hittite.com THIS PAGE INTENTIONALLY LEFT BLANK Features RF Bandwidth: 9.05 GHz to

More information

SERIALLY PROGRAMMABLE CLOCK SOURCE. Features

SERIALLY PROGRAMMABLE CLOCK SOURCE. Features DATASHEET ICS307-02 Description The ICS307-02 is a versatile serially programmable clock source which takes up very little board space. It can generate any frequency from 6 to 200 MHz and have a second

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

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

Stensat Transmitter Module

Stensat Transmitter Module Stensat Transmitter Module Stensat Group LLC Introduction The Stensat Transmitter Module is an RF subsystem designed for applications where a low-cost low-power radio link is required. The Transmitter

More information

24-bit Step Size, Resolution 3 Hz typ Exact Frequency Mode Built-in Digital Self Test 40 Lead 6x6mm SMT Package: 36mm 2. Phased Array Applications

24-bit Step Size, Resolution 3 Hz typ Exact Frequency Mode Built-in Digital Self Test 40 Lead 6x6mm SMT Package: 36mm 2. Phased Array Applications FRACTIONAL-N PLL WITH INTEGRATED VCO, 80-80 MHz Features RF Bandwidth: 80 to 80 MHz Ultra Low Phase Noise -110 dbc/hz in Band Typ. Figure of Merit (FOM) -22 dbc < 180 fs RMS Jitter 24-bit Step Size, Resolution

More information

OBSOLETE FUNCTIONAL BLOCK DIAGRAM V DD 1 V DD 1 V P 2 V P 11-BIT IF B-COUNTER 6-BIT IF A-COUNTER 14-BIT IF R-COUNTER 14-BIT IF R-COUNTER

OBSOLETE FUNCTIONAL BLOCK DIAGRAM V DD 1 V DD 1 V P 2 V P 11-BIT IF B-COUNTER 6-BIT IF A-COUNTER 14-BIT IF R-COUNTER 14-BIT IF R-COUNTER a FEATURES ADF4216: 550 MHz/1.2 GHz ADF4217: 550 MHz/2.0 GHz ADF4218: 550 MHz/2.5 GHz 2.7 V to 5.5 V Power Supply Selectable Charge Pump Currents Selectable Dual Modulus Prescaler IF: 8/9 or 16/17 RF:

More information

3 GHz to 6 GHz Frequency Synthesizer

3 GHz to 6 GHz Frequency Synthesizer 3 GHz to 6 GHz Frequency Synthesizer Low Phase Noise in a Lower Cost Package Features API Technologies Model LCFS1063 frequency synthesizer combines a monolithic integer-n microwave synthesizer, a reference

More information

Analog Devices Welcomes Hittite Microwave Corporation NO CONTENT ON THE ATTACHED DOCUMENT HAS CHANGED

Analog Devices Welcomes Hittite Microwave Corporation NO CONTENT ON THE ATTACHED DOCUMENT HAS CHANGED Analog Devices Welcomes Hittite Microwave Corporation NO CONTENT ON THE ATTACHED DOCUMENT HAS CHANGED www.analog.com www.hittite.com HMC767* Product Page Quick Links Last Content Update: 08/30/2016 Comparable

More information

Frequency Synthesizer

Frequency Synthesizer Frequency Synthesizer KSN-1600A-219+ 50 1550 to 1600 MHz The Big Deal Fractional N synthesizer Low phase noise and spurious Robust design and construction Small size 0.80" x 0.58" x 0.15" CASE STYLE: DK801

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

4 x 10 bit Free Run A/D 4 x Hi Comparator 4 x Low Comparator IRQ on Compare MX839. C-BUS Interface & Control Logic

4 x 10 bit Free Run A/D 4 x Hi Comparator 4 x Low Comparator IRQ on Compare MX839. C-BUS Interface & Control Logic DATA BULLETIN MX839 Digitally Controlled Analog I/O Processor PRELIMINARY INFORMATION Features x 4 input intelligent 10 bit A/D monitoring subsystem 4 High and 4 Low Comparators External IRQ Generator

More information

Frequently Asked Questions DAT & ZX76 Series Digital Step Attenuators

Frequently Asked Questions DAT & ZX76 Series Digital Step Attenuators Frequently Asked Questions DAT & ZX76 Series Digital Step Attenuators 1. What is the definition of "Switching Control Frequency"? The switching control frequency is the frequency of the control signals.

More information

THE PHS 8500 FAMILY OF VERY LOW PHASE NOISE HIGH PERFORMANCE MICROWAVE SYNTHESIZERS BENCHTOP

THE PHS 8500 FAMILY OF VERY LOW PHASE NOISE HIGH PERFORMANCE MICROWAVE SYNTHESIZERS BENCHTOP SUBTITLE THE PHS 8500 FAMILY OF VERY LOW PHASE NOISE HIGH PERFORMANCE MICROWAVE SYNTHESIZERS BENCHTOP MODULAR HANDHELD The PHS 8500 Family SUBTITLE Features: Standard Range : 700 MHz to 18 GHz Extendable

More information

Programming Z-COMM Phase Locked Loops

Programming Z-COMM Phase Locked Loops Programming Z-COMM Phase Locked Loops Nomenclature Z-COMM has three models of Phase Locked Loops available, each using either the National Semiconductor or the Analog Devices PLL synthesizer chip. PSNxxxxx:

More information

HMC4069LP4E FREQUENCY DIVIDERS AND DETECTORS - SMT. Typical Applications. General Description. Functional Diagram

HMC4069LP4E FREQUENCY DIVIDERS AND DETECTORS - SMT. Typical Applications. General Description. Functional Diagram Typical Applications The HMC4069LPE is ideal for: Point-to-Point Radios Satellite Communication Systems Military Applications Sonet Clock Generation General Description Functional Diagram Features Ultra

More information

AN3: Application Note

AN3: Application Note : Introduction The PE3291 fractional-n PLL is well suited for use in low data rate (narrow channel spacing) applications below 1 GHz, such as paging, remote meter reading, inventory control and RFID. It

More information

24-bit Step Size, Resolution 3 Hz typ Exact Frequency Mode Built-in Digital Self Test 40 Lead 6x6mm SMT Package: 36mm 2. Phased Array Applications

24-bit Step Size, Resolution 3 Hz typ Exact Frequency Mode Built-in Digital Self Test 40 Lead 6x6mm SMT Package: 36mm 2. Phased Array Applications Features RF Bandwidth: 1815 to 2010 MHz Ultra Low Phase Noise -110 dbc/hz in Band Typ. Figure of Merit (FOM) -22 dbc < 180 fs RMS Jitter 24-bit Step Size, Resolution 3 Hz typ Exact Frequency Mode Built-in

More information

SC5407A/SC5408A 100 khz to 6 GHz RF Upconverter. Datasheet. Rev SignalCore, Inc.

SC5407A/SC5408A 100 khz to 6 GHz RF Upconverter. Datasheet. Rev SignalCore, Inc. SC5407A/SC5408A 100 khz to 6 GHz RF Upconverter Datasheet Rev 1.2 2017 SignalCore, Inc. support@signalcore.com P R O D U C T S P E C I F I C A T I O N S Definition of Terms The following terms are used

More information

THE PHS 8340 FAMILY OF HIGH VALUE BROADBAND MICROWAVE SYNTHESIZERS

THE PHS 8340 FAMILY OF HIGH VALUE BROADBAND MICROWAVE SYNTHESIZERS SUBTITLE THE PHS 8340 FAMILY OF HIGH VALUE BROADBAND MICROWAVE SYNTHESIZERS BENCHTOP Multi Output MODULAR HANDHELD The PHS 8340 Family SUBTITLE Features: Standard Range: 700 MHz to 18 GHz Extendable to

More information

DS H01 DIGITAL SYNTHESIZER MODULE SYSTEM SOLUTIONS. Features Applications 174 x 131 x 54 mm. Technical Description

DS H01 DIGITAL SYNTHESIZER MODULE SYSTEM SOLUTIONS. Features Applications 174 x 131 x 54 mm. Technical Description DS H01 The DS H01 is a high performance dual digital synthesizer with wide output bandwidth specially designed for Defense applications where generation of wideband ultra-low noise signals along with very

More information

Frequency Synthesizer

Frequency Synthesizer Frequency Synthesizer 50 1788 to 3019 MHz The Big Deal Low phase noise and spurious Robust design and construction DSN-3019A-119+ CASE STYLE: KL942 Product Overview The DSN-3019A-119+ is a Frequency Synthesizer,

More information

Frequency Synthesizer

Frequency Synthesizer 50Ω The Big Deal 7600 to 7800 MHz Low phase noise and spurious Fast settling time, 50µs Max Robust design and construction Frequency modulation capability Size 2.75" x 1.96" x 0.75" CASE STYLE: KF1336

More information

Frequency Synthesizer

Frequency Synthesizer Frequency Synthesizer KSN-2346A+ 50 2286 to 2346 MHz The Big Deal Low phase noise and spurious Robust design and construction Small size 0.800" x 0.584" x 0.154" CASE STYLE: DK801 Product Overview The

More information

A low cost signal generator for 54 MHz to 13.4 GHz. Matthias Bopp DD1US

A low cost signal generator for 54 MHz to 13.4 GHz. Matthias Bopp DD1US A low cost signal generator for 54 MHz to 13.4 GHz Matthias Bopp DD1US Microwave & EME Symposium in Gajow / Poland, June 9 th 2018 Agenda Motivation ADF5355 IC Chinese low cost modules Module including

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

24-bit Step Size, Resolution 3 Hz typ Exact Frequency Mode Built-in Digital Self Test 40 Lead 6x6 mm SMT Package: 36 mm 2. Phased Array Applications

24-bit Step Size, Resolution 3 Hz typ Exact Frequency Mode Built-in Digital Self Test 40 Lead 6x6 mm SMT Package: 36 mm 2. Phased Array Applications Features Tri-band RF Bandwidth: Ultra Low Phase Noise -105 dbc/hz in Band Typ. Figure of Merit (FOM) -227 dbc/hz < 180 fs RMS Jitter 24-bit Step Size, Resolution 3 Hz typ Exact Frequency Mode Built-in

More information

Features. = +25 C, Vd1 = 3.6V, Vd2 = 20V, Vd3 = 6V

Features. = +25 C, Vd1 = 3.6V, Vd2 = 20V, Vd3 = 6V Typical Applications The is ideal for: Military Radar, EW & ECM Test & Measurement Equipment Lab Instrumentation Industrial/Medical Equipment Functional Diagram Features Extremely Compact, Broadband Synthesizer

More information

Rubidium Frequency Standard Model AR133A Ruggedized Low Profile

Rubidium Frequency Standard Model AR133A Ruggedized Low Profile Rubidium Frequency Ruggedized Low Profile Key Features Long-term-stability: 5E-11/month Short term stability: 2E-12 @ 1000s (Typ.) Phase noise: -158 dbc/hz @10kHz Spurious: < -110 dbc Time Accuracy (1PPS):

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

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

RF205x Frequency Synthesizer User Guide

RF205x Frequency Synthesizer User Guide RF205x Frequency Synthesizer User Guide RFMD Multi-Market Products Group 1 of 20 REVISION HISTORY Version Date Description of change(s) Author(s) Version 0.1 March 2008 Initial Draft. CRS Version 1.0 June

More information

FEATURES DESCRIPTION BENEFITS APPLICATIONS. Preliminary PT4501 Sub-1 GHz Wideband FSK Transceiver

FEATURES DESCRIPTION BENEFITS APPLICATIONS. Preliminary PT4501 Sub-1 GHz Wideband FSK Transceiver Preliminary PT4501 Sub-1 GHz Wideband FSK Transceiver DESCRIPTION The PT4501 is a highly integrated wideband FSK multi-channel half-duplex transceiver operating in sub-1 GHz license-free ISM bands. The

More information

NON-CATALOG Frequency Synthesizer

NON-CATALOG Frequency Synthesizer Frequency Synthesizer 50 700 MHz Low phase noise and spurious Fixed frequency without external programming Integrated microcontroller Robust design and construction Small size 0.80" x 0.58" x 0.15" CASE

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

PROGRAMMABLE FREQUENCY SYNTHESIZER (25MHz to 400MHz)

PROGRAMMABLE FREQUENCY SYNTHESIZER (25MHz to 400MHz) PROGRAMMABLE FREQUENCY SYNTHESIZER (25MHz to 400MHz) FEATURES Improved jitter performance over SY89429 25MHz to 400MHz differential PECL outputs ±25ps peak-to-peak output jitter Minimal frequency over-shoot

More information

Application Note: IQ Filtering in an RFID Reader Using Anadigm Integrated circuits,

Application Note: IQ Filtering in an RFID Reader Using Anadigm Integrated circuits, Application Note: IQ Filtering in an RFID Reader Using Anadigm Integrated circuits, Rev: 1.0.3 Date: 3 rd April 2006 We call this multi-chip circuit solution RangeMaster3, It uses Anadigm s. RangeMaster2

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

Frequency Synthesizer

Frequency Synthesizer 50Ω 3700 MHz (fixed) The Big Deal Low phase noise and spurious Fixed frequency without external programming Integrated microcontroller Robust design and construction Case size 2.75" x 1.96" x 0.62" CASE

More information

Phase Noise. Phase Noise (dbc/hz) Storage Temp. Range -55 to +125 ºC. Bias Voltage (Digital) Bias Voltage (Converter) Bias Voltage (VCO)

Phase Noise. Phase Noise (dbc/hz) Storage Temp. Range -55 to +125 ºC. Bias Voltage (Digital) Bias Voltage (Converter) Bias Voltage (VCO) SURFACE MOUNT MODEL: LFCPH85-8 - 5 MHz FEATURES: Exceptionally Low Phase Noise Lead Free - RoHS Compliant Patented REL-PRO Technology Small Size, Surface Mount Up to 6 selectable frequencies Buffered Output

More information

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

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

More information

5V/3.3V PROGRAMMABLE FREQUENCY SYNTHESIZER (25MHz to 400MHz)

5V/3.3V PROGRAMMABLE FREQUENCY SYNTHESIZER (25MHz to 400MHz) 5V/3.3V PROGRAMMABLE FREQUENCY SYNTHESIZER (25MHz to 400MHz) FEATURES 3.3V and 5V power supply options 25MHz to 400MHz differential PECL outputs 50ps peak-to-peak output jitter Minimal frequency over-shoot

More information

ICS LOW PHASE NOISE CLOCK MULTIPLIER. Features. Description. Block Diagram DATASHEET

ICS LOW PHASE NOISE CLOCK MULTIPLIER. Features. Description. Block Diagram DATASHEET DATASHEET ICS601-01 Description The ICS601-01 is a low-cost, low phase noise, high-performance clock synthesizer for applications which require low phase noise and low jitter. It is IDT s lowest phase

More information

NN X-S06, MHz, 6 dbm, Digitally Tunable Filter, NANO- ERF

NN X-S06, MHz, 6 dbm, Digitally Tunable Filter, NANO- ERF , 30 520 MHz, 6 dbm, Digitally Tunable Filter, NANO- ERF Typical Applications Applications where small size, low power, and high performance are needed Military Hand Held Radios Military Radar SATCOM Test

More information

AN4: Application Note

AN4: Application Note : Introduction The PE3291 fractional-n PLL is a dual VHF/UHF integrated frequency synthesizer with fractional ratios of 2, 4, 8, 16 and 32. Its low power, low phase noise and low spur content make the

More information

Digital Step Attenuators offer Precision and Linearity

Digital Step Attenuators offer Precision and Linearity Digital Step Attenuators offer Precision and Linearity (AN-70-004) DAT Attenuator (Surface Mount) Connectorized DAT attenuator (ZX76 Series) Connectorized DAT attenuator ZX76-31R5-PN attenuator with parallel

More information

12.92 GHz to GHz MMIC VCO with Half Frequency Output HMC1169

12.92 GHz to GHz MMIC VCO with Half Frequency Output HMC1169 Data Sheet 12.92 GHz to 14.07 GHz MMIC VCO with Half Frequency Output FEATURES Dual output frequency range fout = 12.92 GHz to 14.07 GHz fout/2 = 6.46 GHz to 7.035 GHz Output power (POUT): 11.5 dbm SSB

More information

NF1011 Frequency Translator and Jitter Attenuator

NF1011 Frequency Translator and Jitter Attenuator NF1011 Frequency Translator and Jitter Attenuator 2111 Comprehensive Drive Aurora, Illinois 60505 Phone: 630-851- 4722 Fax: 630-851- 5040 www.conwin.com P R O D U C T General Description The NF1011 is

More information

<180 fs RMS Jitter 24-bit Step Size, Resolution 3 Hz typ Exact Frequency Mode Built in Digital Self Test 40 Lead 6x6 mm SMT Package: 36 mm 2

<180 fs RMS Jitter 24-bit Step Size, Resolution 3 Hz typ Exact Frequency Mode Built in Digital Self Test 40 Lead 6x6 mm SMT Package: 36 mm 2 Features RF Bandwidth: Maximum Phase Detector Rate 1 MHz Ultra Low Phase Noise -11 dbc/hz in Band Typ. Figure of Merit (FOM) -227 dbc/hz Typical Applications Cellular/4G, WiMax Infrastructure Repeaters

More information

SC5307A/SC5308A 100 khz to 6 GHz RF Downconverter. Datasheet SignalCore, Inc.

SC5307A/SC5308A 100 khz to 6 GHz RF Downconverter. Datasheet SignalCore, Inc. SC5307A/SC5308A 100 khz to 6 GHz RF Downconverter Datasheet 2017 SignalCore, Inc. support@signalcore.com P RODUCT S PECIFICATIONS Definition of Terms The following terms are used throughout this datasheet

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

THE UNIVERSITY OF NAIROBI

THE UNIVERSITY OF NAIROBI THE UNIVERSITY OF NAIROBI ELECTRICAL AND INFORMATION ENGINEERING DEPARTMENT FINAL YEAR PROJECT. PROJECT NO. 085. TITLE: A PHASE-LOCKED LOOP FREQUENCY SYNTHESIZER BY: TUNDULI W. MICHAEL F17/2143/2004. SUPERVISOR:

More information

+3V/+5V, Low-Power, 8-Bit Octal DACs with Rail-to-Rail Output Buffers

+3V/+5V, Low-Power, 8-Bit Octal DACs with Rail-to-Rail Output Buffers 19-1844; Rev 1; 4/1 EVALUATION KIT AVAILABLE +3V/+5V, Low-Power, 8-Bit Octal DACs General Description The are +3V/+5V single-supply, digital serial-input, voltage-output, 8-bit octal digital-toanalog converters

More information

MK VCXO-BASED FRAME CLOCK FREQUENCY TRANSLATOR. Features. Description. Block Diagram DATASHEET. Pullable Crystal

MK VCXO-BASED FRAME CLOCK FREQUENCY TRANSLATOR. Features. Description. Block Diagram DATASHEET. Pullable Crystal DATASHEET MK2059-01 Description The MK2059-01 is a VCXO (Voltage Controlled Crystal Oscillator) based clock generator that produces common telecommunications reference frequencies. The output clock is

More information

A precise reference frequency not only for your ham radio station Rev 0.5

A precise reference frequency not only for your ham radio station Rev 0.5 Langenbrettach, April 2nd 2010 Matthias Bopp A precise reference frequency not only for your ham radio station Rev 0.5 A ham radio station needs a stable reference frequency if you want to move to very

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

Wideband Synthesizer with Integrated VCO ADF4351

Wideband Synthesizer with Integrated VCO ADF4351 Data Sheet Wideband Synthesizer with Integrated VCO FEATURES Output frequency range: 35 MHz to 4400 MHz Fractional-N synthesizer and integer-n synthesizer Low phase noise VCO Programmable divide-by-/-2/-4/-8/-6/-32/-64

More information

Dual Low Power Frequency Synthesizers ADF4217L/ADF4218L/ADF4219L

Dual Low Power Frequency Synthesizers ADF4217L/ADF4218L/ADF4219L a FEATURES Total I DD : 7 ma Bandwidth/RF 3 GHz ADF427L/ADF428L, IF GHz ADF429L, IF GHz 26 V to 33 V Power Supply 8 V Logic Compatibility Separate V P Allows Extended Tuning Voltage Selectable Dual Modulus

More information

<180 fs RMS Jitter 24-bit Step Size, Resolution 3 Hz typ Exact Frequency Mode Built in Digital Self Test 40 Lead 6x6 mm SMT Package: 36 mm 2

<180 fs RMS Jitter 24-bit Step Size, Resolution 3 Hz typ Exact Frequency Mode Built in Digital Self Test 40 Lead 6x6 mm SMT Package: 36 mm 2 Features RF Bandwidth: Maximum Phase Detector Rate 1 MHz Ultra Low Phase Noise -11 dbc/hz in Band Typ. Figure of Merit (FOM) -227 dbc/hz Typical Applications Cellular/4G Infrastructure Repeaters and Femtocells

More information

WWVB Receiver/Decoder With Serial BCD or ASCII Interface DESCRIPTION FEATURES APPLICATIONS

WWVB Receiver/Decoder With Serial BCD or ASCII Interface DESCRIPTION FEATURES APPLICATIONS Linking computers to the real world WWVB Receiver/Decoder With Serial BCD or ASCII Interface DESCRIPTION General The Model 321BS provides computer readable time and date information based on the United

More information

Dual RF/IF PLL Frequency Synthesizers ADF4210/ADF4211/ADF4212/ADF4213

Dual RF/IF PLL Frequency Synthesizers ADF4210/ADF4211/ADF4212/ADF4213 a FEATURES ADF4210: 550 MHz/1.2 GHz ADF4211: 550 MHz/2.0 GHz ADF4212: 1.0 GHz/2.7 GHz ADF4213: 1.0 GHz/3 GHz 2.7 V to 5.5 V Power Supply Separate Charge Pump Supply (V P ) Allows Extended Tuning Voltage

More information

HMC3716LP4E FREQUENCY DIVIDERS AND DETECTORS - SMT. Typical Applications. General Description. Functional Diagram

HMC3716LP4E FREQUENCY DIVIDERS AND DETECTORS - SMT. Typical Applications. General Description. Functional Diagram Typical Applications The HMC3716LPE is ideal for: Point-to-Point Radios Satellite Communication Systems Military Applications Sonet Clock Generation General Description Functional Diagram Features Ultra

More information

Models FSW-0010 FSW-0020

Models FSW-0010 FSW-0020 MICROWAVE FREQUENCY SYNTHESIZERS Features: 0.1 to 10 GHz and 0.2 to 20 GHz Coverage 0.001 Hz Resolution Power Calibration and Control 100 μs Frequency Switching Instrument-Grade Spectral Purity QuickSyn

More information

LOW PHASE NOISE CLOCK MULTIPLIER. Features

LOW PHASE NOISE CLOCK MULTIPLIER. Features DATASHEET Description The is a low-cost, low phase noise, high performance clock synthesizer for applications which require low phase noise and low jitter. It is IDT s lowest phase noise multiplier. Using

More information

ICS PLL BUILDING BLOCK

ICS PLL BUILDING BLOCK Description The ICS673-01 is a low cost, high performance Phase Locked Loop (PLL) designed for clock synthesis and synchronization. Included on the chip are the phase detector, charge pump, Voltage Controlled

More information

ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION

ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION 98 Chapter-5 ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION 99 CHAPTER-5 Chapter 5: ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION S.No Name of the Sub-Title Page

More information

TRXQ1 RXQ1 FM NARROW BAND TRANSCEIVERS. RXQ1 Version. Applications. TRXQ1 Version

TRXQ1 RXQ1 FM NARROW BAND TRANSCEIVERS. RXQ1 Version. Applications. TRXQ1 Version RF Transceiver or Intelligent Modem Versions Host Data Rate upto 19,200 Baud Data Rates to 20 K baud. 2 Selectable RF Channels Narrowband Crystal Controlled Optimal Range 200m Supply Voltage 3-5V Very

More information

Frequency Synthesizer Project ECE145B Winter 2011

Frequency Synthesizer Project ECE145B Winter 2011 Frequency Synthesizer Project ECE145B Winter 2011 The goal of this last project is to develop a frequency synthesized local oscillator using your VCO from Lab 2. The VCO will be locked to a stable crystal

More information

Low-Power, Low-Glitch, Octal 12-Bit Voltage- Output DACs with Serial Interface

Low-Power, Low-Glitch, Octal 12-Bit Voltage- Output DACs with Serial Interface 9-232; Rev 0; 8/0 Low-Power, Low-Glitch, Octal 2-Bit Voltage- Output s with Serial Interface General Description The are 2-bit, eight channel, lowpower, voltage-output, digital-to-analog converters (s)

More information

Low Power with Long Range RF Module DATASHEET Description

Low Power with Long Range RF Module DATASHEET Description Wireless-Tag WT-900M Low Power with Long Range RF Module DATASHEET Description WT-900M is a highly integrated low-power half-'duplex RF transceiver module embedding high-speed low-power MCU and high-performance

More information

Analog Devices Welcomes Hittite Microwave Corporation NO CONTENT ON THE ATTACHED DOCUMENT HAS CHANGED

Analog Devices Welcomes Hittite Microwave Corporation NO CONTENT ON THE ATTACHED DOCUMENT HAS CHANGED Analog Devices Welcomes Hittite Microwave Corporation NO CONTENT ON THE ATTACHED DOCUMENT HAS CHANGED www.analog.com www.hittite.com THIS PAGE INTENTIONALLY LEFT BLANK Typical Applications The HMC440QS16G(E)

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

MICROWAVE CRYSTEK. Features. Applications CPLL " 0.800" SMD CORPORATION GHz. Standard 3 Wire Interface

MICROWAVE CRYSTEK. Features. Applications CPLL  0.800 SMD CORPORATION GHz. Standard 3 Wire Interface Features 4.240 GHz Standard 3 Wire Interface Small layout 0.582" 0.8" Applications Digital Radio Equipment Fixed Wireless Access Satellite Communications Systems Base Stations Personal Communications Systems

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

Keywords: GPS, receiver, GPS receiver, MAX2769, 2769, 1575MHz, Integrated GPS Receiver, Global Positioning System

Keywords: GPS, receiver, GPS receiver, MAX2769, 2769, 1575MHz, Integrated GPS Receiver, Global Positioning System Maxim > Design Support > Technical Documents > User Guides > APP 3910 Keywords: GPS, receiver, GPS receiver, MAX2769, 2769, 1575MHz, Integrated GPS Receiver, Global Positioning System USER GUIDE 3910 User's

More information

100 MHz to 1000 MHz Integrated Broadband Receiver ADRF6850

100 MHz to 1000 MHz Integrated Broadband Receiver ADRF6850 MHz to MHz Integrated Broadband Receiver ADRF685 FEATURES IQ quadrature demodulator Integrated fractional-n PLL and VCO Gain control range: 6 db Input frequency range: MHz to MHz Input PdB: +2 dbm at db

More information

Dual PLL Precision Synthesizer AD9578

Dual PLL Precision Synthesizer AD9578 Data Sheet Dual PLL Precision Synthesizer FEATURES Any output frequency precision synthesis 11.8 MHz to 919 MHz Better than 0.1 ppb frequency resolution Ultralow rms jitter (12 khz to 20 MHz)

More information

7 GHz INTEGER N SYNTHESIZER CONTINUOUS (N = ), NON-CONTINUOUS (N = 16-54) Features

7 GHz INTEGER N SYNTHESIZER CONTINUOUS (N = ), NON-CONTINUOUS (N = 16-54) Features HMC99LP5 / 99LP5E CONTINUOUS (N = 5-519), NON-CONTINUOUS (N = 1-54) Typical Applications The HMC99LP5(E) is ideal for: Satellite Communication Systems Point-to-Point Radios Military Applications Sonet

More information

Military End-Use. Phased Array Applications

Military End-Use. Phased Array Applications HMC8LPCE Features RF Bandwidth: 2. GHz to. GHz Fractional or Integer Modes Ultra Low Phase Noise 2.9 GHz; 5 MHz Ref. -95 / -98 dbc/hz @ khz (Frac / Int) -2 dbc/hz @ MHz (Open Loop) Figure of Merit (FOM)

More information

Fabricate a 2.4-GHz fractional-n synthesizer

Fabricate a 2.4-GHz fractional-n synthesizer University of Malaya From the SelectedWorks of Professor Mahmoud Moghavvemi Summer June, 2013 Fabricate a 2.4-GHz fractional-n synthesizer H Ameri Mahmoud Moghavvemi, University of Malaya a Attaran Available

More information

PART TOP VIEW V EE 1 V CC 1 CONTROL LOGIC

PART TOP VIEW V EE 1 V CC 1 CONTROL LOGIC 19-1331; Rev 1; 6/98 EVALUATION KIT AVAILABLE Upstream CATV Driver Amplifier General Description The MAX3532 is a programmable power amplifier for use in upstream cable applications. The device outputs

More information

Military End-Use. Phased Array Applications

Military End-Use. Phased Array Applications HMCLPCE INTEGRATED VCO,. -.2 GHz Features RF Bandwidth:. GHz to.2 GHz Fractional or Integer Modes Ultra Low Phase Noise. GHz; 50 MHz Ref. -9 / -0 dbc/hz @ 0 khz (Frac / Int) -0 dbc/hz @ MHz (Open Loop)

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

Wideband Synthesizer with Integrated VCO ADF4350

Wideband Synthesizer with Integrated VCO ADF4350 FEATURES Output frequency range: 137.5 MHz to 4400 MHz Fractional-N synthesizer and integer-n synthesizer Low phase noise VCO Programmable divide-by-1/-2/-4/-8/-16 output Typical rms jitter: 0.5 ps rms

More information

12.17 GHz to GHz MMIC VCO with Half Frequency Output HMC1167

12.17 GHz to GHz MMIC VCO with Half Frequency Output HMC1167 9 0 3 4 5 6 9 7 6.7 GHz to 3.33 GHz MMIC VCO with Half Frequency Output FEATURES Dual output frequency range fout =.7 GHz to 3.330 GHz fout/ = 6.085 GHz to 6.665 GHz Output power (POUT): 0.5 dbm Single-sideband

More information

802.11g Wireless Sensor Network Modules

802.11g Wireless Sensor Network Modules RFMProducts are now Murata Products Small Size, Integral Antenna, Light Weight, Low Cost 7.5 µa Sleep Current Supports Battery Operation Timer and Event Triggered Auto-reporting Capability Analog, Digital,

More information

NON-CATALOG Frequency Synthesizer

NON-CATALOG Frequency Synthesizer Frequency Synthesizer 50 675 MHz Low phase noise and spurious Fixed frequency without external programming Integrated microcontroller Robust design and construction Small size 0.80" x 0.58" x 0.15" CASE

More information

5008 Dual Synthesizer Configuration Manager User s Guide (admin Version) Version valontechnology.com

5008 Dual Synthesizer Configuration Manager User s Guide (admin Version) Version valontechnology.com 5008 Dual Synthesizer Configuration Manager User s Guide (admin Version) Version 1.6.1 valontechnology.com 5008 Dual Synthesizer Module Configuration Manager Program Version 1.6.1 Page 2 Table of Contents

More information

250MHz to 12.4GHz, High-Performance, Fractional/Integer-N PLL

250MHz to 12.4GHz, High-Performance, Fractional/Integer-N PLL EVALUATION KIT AVAILABLE General Description The is a high-performance phase-locked loop (PLL) capable of operating in both integer-n and fractional-n modes. Combined with an external reference oscillator,

More information

HMC1044LP3E. Programmable Harmonic Filters - SMT. Functional Diagram. General Description

HMC1044LP3E. Programmable Harmonic Filters - SMT. Functional Diagram. General Description Typical Applications The HMC144LP3E is ideal for wideband transceiver harmonic filtering applications including: Filtering lo Harmonics to Reduce Modulator Sideband Rejection & Demodulator Image Rejection

More information

ML12202 MECL PLL Components Serial Input PLL Frequency Synthesizer

ML12202 MECL PLL Components Serial Input PLL Frequency Synthesizer MECL PLL Components Serial Input PLL Frequency Synthesizer Legacy Device: Motorola MC12202 The ML12202 is a 1.1 GHz Bipolar monolithic serial input phase locked loop (PLL) synthesizer with pulse swallow

More information

11.41 GHz to GHz MMIC VCO with Half Frequency Output HMC1166

11.41 GHz to GHz MMIC VCO with Half Frequency Output HMC1166 9 6 3 30 29 VTUNE 28 27 26.4 GHz to 2.62 GHz MMIC VCO with Half Frequency Output FEATURES Dual output frequency range fout =.4 GHz to 2.62 GHz fout/2 = 5.705 GHz to 6.3 GHz Output power (POUT): dbm Single-sideband

More information

AST-GPSRF. GPS / Galileo RF Downconverter GENERAL DESCRIPTION FEATURES APPLICATIONS FUNCTIONAL BLOCK DIAGRAM. Preliminary Technical Data

AST-GPSRF. GPS / Galileo RF Downconverter GENERAL DESCRIPTION FEATURES APPLICATIONS FUNCTIONAL BLOCK DIAGRAM. Preliminary Technical Data FEATURES Single chip GPS / Galileo downconverter GPS L1 band C/A code (1575.42 MHz) receiver GALILEO L1 band OS code (1575.42 MHz) receiver 2.7 V to 3.3 V power supply On-chip LNA On-chip PLL including

More information

Ku-Band VSAT Block Up Converters

Ku-Band VSAT Block Up Converters FEATURES Single box BUC output power levels to 10W RS485 M&C capability Accurate RF Power Monitoring Maintenance Free Operation +24VDC or +48 VDC input voltage OPTIONS 10W L-Band to Ku-Band Block Up Converter

More information