ni.com The NI PXIe-5644R Vector Signal Transceiver World s First Software-Designed Instrument

Size: px
Start display at page:

Download "ni.com The NI PXIe-5644R Vector Signal Transceiver World s First Software-Designed Instrument"

Transcription

1 The NI PXIe-5644R Vector Signal Transceiver World s First Software-Designed Instrument

2 Agenda Hardware Overview Tenets of a Software-Designed Instrument NI PXIe-5644R Software Example Modifications Available IP and Examples 2

3 Hardware Overview

4 PXIe-5644R 6 GHz Vector Signal Transceiver PXIe-5644R Configuration Frequency Range Bandwidth Features VSA and VSG w/ independent LOs 24 DIO 250 Mbps 65 MHz to 6 GHz 80 MHz Fast Tuning Mode: <400 μs Small footprint (3 PXIe slots) Support for the latest wireless standards (802.11ac and LTE) Programmable FPGA w/ LabVIEW 4

5 A Closer Look at the PXIe-5644R RF Input 65 MHz 6 GHz 80 MHz BW RF Output 65 MHz 6 GHz 80 MHz BW Reference In/Out Trigger Digital I/O 24 channels Up to 250 Mbps Additional triggering Calibration In/Out Always keep the calibration cable connected LOs In/Out Independent In & Out MIMO Support 5

6 PXIe-5644R Block Diagram 6

7 Hardware Architecture CLK DRAM Baseband Board RF Board 0 LO FPGA DAC RF Up converter RF Out FPGA Virtex 6 LX195/240T RF Board 1 LO ADC RF Down converter RF In PXIe BUS DIO DIO DRAM 7

8 The Traditional Approach Processor SMC CLK DRAM Baseband Board RF Board 0 LO LabVIEW Application Code FPGA DAC RF Up converter RF Out Instrument Driver Generation FPGA Virtex 6 LX195/240T DSP RF Board 1 LO NI-RFSG Configuration Calibration Data Movement Triggering NI-RFSA Configuration Calibration Data Movement Triggering TCLK Synchronization PXIe BUS Acquisition DSP ADC DIO DIO RF Down converter RF In Open (LabVIEW) Closed (C++/VHDL) DRAM 8

9 The Software-Designed Approach Processor CLK DRAM Baseband Board RF Board 0 LO LabVIEW Application Code FPGA LabVIEW FPGA Code DAC RF Up converter RF Out NI Design Library Host Code NI Design Library FPGA Code RF Board 1 LO Configuration Configuration ADC RF Down converter RF In Acquisition Generation PXIe BUS Acquisition Generation DIO DIO DSP Synchronization DSP Synchronization Open (LabVIEW) Closed (C++/VHDL) DRAM 9

10 Software-Designed Instrumentation 10

11 Software-Designed Advantages 11

12 VSA Receiver Architectures Single Stage (Single Conversion) Small size and low cost Great for wired or banded measurements Out-of-band alias rejection for over-theair or swept spectral measurements Multi-Stage (Super Heterodyne) Larger size and higher cost Wideband sweeps - spur sweep, spectral emissions, harmonics, etc Over-the-air measurements 12

13 PXIe-5644R VST Receiver Architecture 40 MHz: 120 MS/s 40 MHz: 120 MS/s Zero IF Very small size, low cost, and low power Wide analysis bandwidth Ideal for modulated signal analysis Alias rejection and image suppression IQ Calibration/Equalization 13

14 PXIe-5644R VST Receiver Architecture Calibration is needed to correct for I/Q gain and phase impairments 40 MHz: 120 MS/s 40 MHz: 120 MS/s Zero IF Very small size, low cost, and low power Wide analysis bandwidth Ideal for modulated signal analysis Alias rejection and image suppression IQ Calibration/Equalization 14

15 Traditional I/Q Calibration Approach Traditional approach only corrects for the impairments at a single frequency Center Frequency 15

16 Effects of IQ Impairments on QAM Traditional Image Wideband 16

17 Specifications NI PXIe-5673 VSG NI PXIe-5644R VST 17

18 Effects on ac Signal (80MHz) Traditional Correction Wideband Correction EVM -37.6dB EVM -47.2dB 18

19 Demo: ac EVM Performance 19

20 WLAN ac Performance Comparison 20

21 Up to 5 Signal Analyzers and Generators in a Single PXI Express Chassis MIMO Configurations Parallel Multi-DUT Test 21

22 Tenets of a Software-Designed Instrument

23 Open Source Closed Open 23

24 Hardware Programmability through Software Configuration and Processes RF Input Equivalent to ~200,000 lines of VHDL RF Output 24

25 Default Functionality 25

26 Progression of Customization 26

27 Component Disaggregation 27

28 Software-Designed Instrument Architecture Instrument Design Libraries User Application Host Interface Config. & Calibration Waveform Acquisition Waveform Generation Sync. Trigger Host FPGA 28

29 Multiple Processing Architectures Algorithm Requirements Floating point math Integer and fixed point math I/O High parallelism Complex conditional branching Low latency CPU X X X FPGA X X X X 29

30 NI PXIe-5644R Software

31 Instrument Design Library Host and FPGA Code From NI DSP RF In RF Out onboard signal processing RF input hardware configuration and calibration RF output hardware configuration and calibration Basecard ADC and DAC configuration Multirecord Acquisition Multiple waveform acquisition DRAM abstraction Waveform Sequencer Multiple waveform DRAM abstraction for waveform sequencing Trigger Synchronization Multi-module sample clock synchronization, T-Clk-like Embedded Configuration FPGA dynamic reconfiguration through register sequences, LabVIEW FPGA list mode 31

32 Instrument Design VIs NI PXIe-5644R APIs Color-coded and thicker VI border Bundled into Host and FPGA *.lvlib Located in c:\program Files\National Instruments\LabVIEW 2012\instr.lib Host and FPGA Palettes Typical subvi Instrument Design VI Host FPGA 32

33 LabVIEW 2012 Sample Projects for the VST Application / Host Layer Firmware / FPGA Layer 33

34 Simple VSA / VSG Sample Project Host FPGA User Application Simple VSA / VSG Sample Project Trigger Sync. RF In Config. & Cal. DSP Multi- Record Acq. Base- card Config. Wave- form Seq. DSP RF Out Config. & Cal. RF Hardware ADC DAC Instrument Design Libraries RF In RF Out 34

35 Simple VSA/VSG LabVIEW Sample Project Example Modifications

36 Example: Frequency Domain Trigger 36

37 Demo: Frequency Domain Trigger 37

38 Example: Power Level Servoing The Traditional Approach Settle VSG Settle DUT Measure Power Calculation With FPGA Settle DUT DUT Dig. Gain Measure Power Calc 38

39 Power Level Servoing Acquisition Loop 39

40 Demo: Power Level Servoing 40

41 FPGA-Based Power Level Servoing Results 41

42 Multiple Design Patterns Instrumentation Implements triggering and multi-record acquisition and generation. Provides a familiar look and feel to traditional instrument drivers on the host. Streaming Implements basic real-time streams to and from the host Serves as a starting point for implementing real-time DSP and re-routing data streams between loops, FPGAs, and host processing 42

43 VST Streaming Sample Project Host FPGA User Application VST Streaming Sample Project Trigger Sync. RF In Config. & Cal. DSP Base- card Config. DSP RF Out Config. & Cal. RF Hardware ADC DAC Instrument Design Libraries RF In RF Out 43

44 Streaming LabVIEW Sample Project Example Modifications

45 FPGA Loop-Back t, f 45

46 Demo: Streaming Loop-Back 46

47 Available IP and Examples

48 IP and Examples /vstgettingstarted Simple VSA / VSG VST Streaming 48

49 The networking and connectivity subsidiary of Qualcomm, Inc. Leading provider of wired and wireless technologies Serving mobile, computing, consumer electronics and networking channels GPIO GPIO 2.4/5 GHz 11ac Radio Front End WLAN RF CPU and Memory SOC, MAC and PHY Synthesizer PCIE Power Management PCIE 3.3 V REF CLK/ Crystal ac Device Block Diagram 49

50 Example WLAN Receive Chain 50

51 RF Standards Increasing Complexity a + b + g n ac 100+ Combinations 1,000+ Combinations 10,000+ Combinations 51

52 Vector Signal Transceiver / Device Under Test Integration Tx RF-out RF-in VSA Qualcomm Atheros ac Device Under Test Digital I/O Rx RF-in Digital Device Control RF-out VSG Digital I/O FPGA 52

53 Hardware Evolution a + b + g n ac Early 2000s Traditional Rack and Stack 2007 NI PXI RF Instrumentation 2012 NI PXI Vector Signal Transceiver 10X Faster Than Traditional 200X Faster Than Traditional 53

54 EVM (db) Versus Average Output Power Chain Results 54

55 Example: Channel Emulation 55

56 Real-Time MIMO Channel Emulation using 2 VSTs LabVIEW High-quality, wide-bandwidth RF Hardware Configuration and Application Control Fading Generation Powerful FPGA tightly integrated with RF in and out LabVIEW FPGA Interpolate RFin DDC/ Sample Rate Change BRAM Delay Bank Dot Product DUC/ Sample Rate Change RFout NI PXIe-5644R Vector Signal Transceiver LabVIEW FPGA Interpolate High-throughput, low-latency streaming through PXI Express peer-to-peer RFin DDC/ Sample Rate Change BRAM Delay Bank Dot Product DUC/ Sample Rate Change NI PXIe-5644R Vector Signal Transceiver Scalable and flexible from 1x1 up to 8x8 MIMO RFout Tight sample and phase synchronization for MIMO/ beamforming 56

57 Real-Time MIMO Channel Emulation using 2 VSTs LabVIEW High-quality, wide-bandwidth RF Hardware Configuration and Application Control Fading Generation Powerful FPGA tightly integrated with RF in and out LabVIEW FPGA Interpolate RFin DDC/ Sample Rate Change BRAM Delay Bank Dot Product DUC/ Sample Rate Change RFout NI PXIe-5644R Vector Signal Transceiver LabVIEW FPGA Interpolate High-throughput, low-latency streaming through PXI Express peer-to-peer RFin DDC/ Sample Rate Change BRAM Delay Bank Dot Product DUC/ Sample Rate Change NI PXIe-5644R Vector Signal Transceiver Scalable and flexible from 1x1 up to 8x8 MIMO RFout Tight sample and phase synchronization for MIMO/ beamforming 57

58 Demo: Channel Emulation 58

59 Channel Emulator LabVIEW Front Panel 59

60 Averna: First NI Partner VST Deployment BASED ON AVERNA S EXTENSIVE RF, FPGA, NI AND DSP EXPERTISE The DCE can generate up to 24 downstream and 8 upstream channels in real-time 60

61 Averna Case Study For more information visit /vst

62 Questions? For more information visit /vst

Redefining RF Instrumentation

Redefining RF Instrumentation Redefining RF Instrumentation Agenda Introduction RF Platform PXI Architecture NI FPGA Platform RF Instrumentation redefined Wireless Everywhere The proliferation of mobile devices, including smartphones

More information

PXI Vector Signal Transceivers

PXI Vector Signal Transceivers PRODUCT FLYER PXI Vector Signal Transceivers CONTENTS PXI Vector Signal Transceivers Detailed View of PXIe-5840 RF Vector Signal Transceiver Key Features Software-Defined Architecture Platform-Based Approach

More information

RF and Microwave Test and Design Roadshow 5 Locations across Australia and New Zealand

RF and Microwave Test and Design Roadshow 5 Locations across Australia and New Zealand RF and Microwave Test and Design Roadshow 5 Locations across Australia and New Zealand Advanced PXI Technologies Signal Recording, FPGA s, and Synchronization Outline Introduction to the PXI Architecture

More information

RF and Microwave Test and Design Roadshow Cape Town & Midrand

RF and Microwave Test and Design Roadshow Cape Town & Midrand RF and Microwave Test and Design Roadshow Cape Town & Midrand Advanced PXI Technologies Signal Recording, FPGA s, and Synchronization Philip Ehlers Outline Introduction to the PXI Architecture PXI Data

More information

Wideband Spectral Measurement Using Time-Gated Acquisition Implemented on a User-Programmable FPGA

Wideband Spectral Measurement Using Time-Gated Acquisition Implemented on a User-Programmable FPGA Wideband Spectral Measurement Using Time-Gated Acquisition Implemented on a User-Programmable FPGA By Raajit Lall, Abhishek Rao, Sandeep Hari, and Vinay Kumar Spectral measurements for some of the Multiple

More information

ni.com Redefining RF and Microwave Instruments

ni.com Redefining RF and Microwave Instruments Redefining RF and Microwave Instruments RF Engineering Experience NI s Investment in RF & Microwave Test Research and Development (R&D): More than 15 times the R&D investment in RF & Microwave since 2003

More information

Radio with COTS Technologies. ATE Systems Engineer

Radio with COTS Technologies. ATE Systems Engineer Signal Intelligence and Software-Defined Radio with COTS Technologies Sacha Emery ATE Systems Engineer 1 Agenda Introduction Optimised signal processing with multicore and FPGAs Timing and synchronisation

More information

Spectral Monitoring/ SigInt

Spectral Monitoring/ SigInt RF Test & Measurement Spectral Monitoring/ SigInt Radio Prototyping Horizontal Technologies LabVIEW RIO for RF (FPGA-based processing) PXI Platform (Chassis, controllers, baseband modules) RF hardware

More information

Reconfigurable 6 GHz Vector Signal Transceiver with I/Q Interface

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

More information

Fast and Accurate RF component characterization enabled by FPGA technology

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

More information

RF 파워앰프테스트를위한 Envelope Tracking 및 DPD 기술

RF 파워앰프테스트를위한 Envelope Tracking 및 DPD 기술 RF 파워앰프테스트를위한 Envelope Tracking 및 DPD 기술 한국내쇼날인스트루먼트 RF 테스트담당한정규 jungkyu.han@ni.com Welcome to the World of RFICs Low Noise Amplifiers Power Amplifiers RF Switches Duplexer and Filters 2 Transmitter Power

More information

Bridge RF Design and Test Applications with NI SDR Platforms

Bridge RF Design and Test Applications with NI SDR Platforms Bridge RF Design and Test Applications with NI SDR Platforms Jason Strydom Application Engineer National Instruments - Midrand The National Instruments Vision To do for test and measurement what the spreadsheet

More information

22 Marzo 2012 IFEMA, Madrid spain.ni.com/nidays.

22 Marzo 2012 IFEMA, Madrid spain.ni.com/nidays. 22 Marzo 2012 IFEMA, Madrid spain.ni.com/nidays www.infoplc.net The Art of Benchmarking Speed PXI Versus Rack-and-Stack Test Equipment Filippo Persia Systems Engineer Automated Test Mediterranean Region

More information

PXIe Contents SPECIFICATIONS. 14 GHz and 26.5 GHz Vector Signal Analyzer

PXIe Contents SPECIFICATIONS. 14 GHz and 26.5 GHz Vector Signal Analyzer SPECIFICATIONS PXIe-5668 14 GHz and 26.5 GHz Vector Signal Analyzer These specifications apply to the PXIe-5668 (14 GHz) Vector Signal Analyzer and the PXIe-5668 (26.5 GHz) Vector Signal Analyzer with

More information

New Technologies for Software Defined Radio. Farris Alhorr. National Instruments Business Development Manager, IndRAA

New Technologies for Software Defined Radio. Farris Alhorr. National Instruments Business Development Manager, IndRAA New Technologies for Software Defined Radio Farris Alhorr National Instruments Business Development Manager, IndRAA Farris.alhorr@ni.com ni.com The World of Converged Devices More capability defined in

More information

Advances in RF and Microwave Measurement Technology

Advances in RF and Microwave Measurement Technology 1 Advances in RF and Microwave Measurement Technology Chi Xu Certified LabVIEW Architect Certified TestStand Architect New Demands in Modern RF and Microwave Test In semiconductor and wireless, technologies

More information

Enabling Future Wireless Technology Research through Flexible & Modular Platforms

Enabling Future Wireless Technology Research through Flexible & Modular Platforms Enabling Future Wireless Technology Research through Flexible & Modular Platforms Richard Silley Business Development Manager RF & Communications Evolution of Wireless Communications How can we increase

More information

Reconfigurable 6 GHz RF Vector Signal Transceiver with 1 GHz Bandwidth

Reconfigurable 6 GHz RF Vector Signal Transceiver with 1 GHz Bandwidth CALIBRATION PROCEDURE PXIe-5840 Reconfigurable 6 GHz RF Vector Signal Transceiver with 1 GHz Bandwidth This document contains the verification procedures for the PXIe-5840 vector signal transceiver. Refer

More information

Case Study: and Test Wireless Receivers

Case Study: and Test Wireless Receivers Case Study: Using New Technologies to Design and Test Wireless Receivers Agenda Architecture of a receiver Basic GPS Receiver Measurements Case Study 1: GPS Simulation How Testing Works Simulation vs.

More information

Production Test and Spectral Monitoring

Production Test and Spectral Monitoring 1 Production Test and Spectral Monitoring Stephen Plumb Key RF Building Blocks Symbol Name Types Function Amplifier (2 port) Power Amplifier Low Noise Amplifier Amplify signal before transmission (high

More information

Advances in RF and Microwave Measurement Technology

Advances in RF and Microwave Measurement Technology 1 Advances in RF and Microwave Measurement Technology Rejwan Ali Marketing Engineer NI Africa and Oceania New Demands in Modern RF and Microwave Test In semiconductor and wireless, technologies such as

More information

VIAVI VST. Data Sheet. 6 GHz RF Vector Signal Transceiver (VST)

VIAVI VST. Data Sheet. 6 GHz RF Vector Signal Transceiver (VST) Data Sheet VIAVI 6 GHz RF Vector Signal Transceiver () VIAVI Solutions The Vector Signal Transceiver () is an essential building block in RF communications test solutions supplied by VIAVI Solutions. Overview

More information

RF and Communications

RF and Communications RF and Communications Khaled Moselhy Field Application Engineer National Instruments Egypt National Instruments Our Commitment We equip engineers and scientists with tools that accelerate productivity,

More information

From Antenna to Bits:

From Antenna to Bits: From Antenna to Bits: Wireless System Design with MATLAB and Simulink Cynthia Cudicini Application Engineering Manager MathWorks cynthia.cudicini@mathworks.fr 1 Innovations in the World of Wireless Everything

More information

Faculty of Information Engineering & Technology. The Communications Department. Course: Advanced Communication Lab [COMM 1005] Lab 6.

Faculty of Information Engineering & Technology. The Communications Department. Course: Advanced Communication Lab [COMM 1005] Lab 6. Faculty of Information Engineering & Technology The Communications Department Course: Advanced Communication Lab [COMM 1005] Lab 6.0 NI USRP 1 TABLE OF CONTENTS 2 Summary... 2 3 Background:... 3 Software

More information

Keysight Technologies PXIe Measurement Accelerator Speeds RF Power Amplifier Test

Keysight Technologies PXIe Measurement Accelerator Speeds RF Power Amplifier Test Keysight Technologies PXIe Measurement Accelerator Speeds Power Amplifier Test Article Reprint Microwave Journal grants Keysight Technologies permission to reprint the article PXIe Measurement Accelerator

More information

Vector Signal Analyzer

Vector Signal Analyzer NI PXIe-5663, NI PXIe-5663E 10 MHz to 6.6 GHz frequency range 50 MHz instantaneous bandwidth (3 db) ±0.35 db typical flatness within 20 MHz bandwidth ±0.65 db typical amplitude accuracy

More information

TU Dresden uses National Instruments Platform for 5G Research

TU Dresden uses National Instruments Platform for 5G Research TU Dresden uses National Instruments Platform for 5G Research Wireless consumers insatiable demand for bandwidth has spurred unprecedented levels of investment from public and private sectors to explore

More information

VST 6 GHz RF Vector Signal Transceiver (VST)

VST 6 GHz RF Vector Signal Transceiver (VST) VST 6 GHz RF Vector Signal Transceiver (VST) 2016 Datasheet The most important thing we build is trust Key features Vector signal analyser and generator in a single 3U x 3 slot wide PXIe module 65 MHz

More information

PXIe Contents CALIBRATION PROCEDURE. Reconfigurable 6 GHz RF Vector Signal Transceiver with 200 MHz Bandwidth

PXIe Contents CALIBRATION PROCEDURE. Reconfigurable 6 GHz RF Vector Signal Transceiver with 200 MHz Bandwidth IBRATION PROCEDURE PXIe-5646 Reconfigurable 6 GHz Vector Signal Transceiver with 200 MHz Bandwidth This document contains the verification and adjustment procedures for the PXIe-5646 vector signal transceiver.

More information

RF, HIL and Radar Test

RF, HIL and Radar Test RF, HIL and Radar Test Abhay Samant Marketing Manager India, Russia and Arabia RF Hardware In The Loop Complex Radio Environment Components of RF HIL Communication Modems Channel Simulation GPS Simulation

More information

PXI Maestro PXI Maestro, software that accelerates wireless device test speed and reduces ATE system development time.

PXI Maestro PXI Maestro, software that accelerates wireless device test speed and reduces ATE system development time. PXI Maestro PXI Maestro, software that accelerates wireless device test speed and reduces ATE system development time. Highlights End-to-end ATE for multi-up non signalling RF test Supports single or dual

More information

Introducing the Keysight RF PXIe Vector Signal Analyzer & Generator M9391A & M9381A. Updated: August 2015

Introducing the Keysight RF PXIe Vector Signal Analyzer & Generator M9391A & M9381A. Updated: August 2015 Introducing the Keysight RF PXIe Vector Signal Analyzer & Generator M9391A & M9381A Updated: August 2015 Agenda Page 2 M9391A PXIe vector signal generator M9381A PXIe vector signal analyzer M9380A PXIe

More information

Note Using the PXIe-5785 in a manner not described in this document might impair the protection the PXIe-5785 provides.

Note Using the PXIe-5785 in a manner not described in this document might impair the protection the PXIe-5785 provides. SPECIFICATIONS PXIe-5785 PXI FlexRIO IF Transceiver This document lists the specifications for the PXIe-5785. Specifications are subject to change without notice. For the most recent device specifications,

More information

A Rapid Graphical Programming Approach to SDR Design and Prototyping with LabVIEW and the USRP

A Rapid Graphical Programming Approach to SDR Design and Prototyping with LabVIEW and the USRP A Rapid Graphical Programming Approach to SDR Design and Prototyping with LabVIEW and the USRP Filip Langenaken Academic Program Manager Benelux & Nordic National Instruments NI-USRP: a Platform for SDR

More information

Testing RFIC Power Amplifiers with Envelope Tracking. April 2014

Testing RFIC Power Amplifiers with Envelope Tracking. April 2014 Testing RFIC Power Amplifiers with Envelope Tracking April 2014 1 Agenda Key Test Challenges Addressing Test Challenges New emerging technologies such as envelope tracking and DPD and their implications

More information

Stephen Plumb National Instruments

Stephen Plumb National Instruments RF and Microwave Test and Design Roadshow Cape Town and Midrand October 2014 Stephen Plumb National Instruments Our Mission We equip engineers and scientists with tools that accelerate productivity, innovation,

More information

SpectraTronix C700. Modular Test & Development Platform. Ideal Solution for Cognitive Radio, DSP, Wireless Communications & Massive MIMO Applications

SpectraTronix C700. Modular Test & Development Platform. Ideal Solution for Cognitive Radio, DSP, Wireless Communications & Massive MIMO Applications SpectraTronix C700 Modular Test & Development Platform Ideal Solution for Cognitive Radio, DSP, Wireless Communications & Massive MIMO Applications Design, Test, Verify & Prototype All with the same tool

More information

Prototyping Next-Generation Communication Systems with Software-Defined Radio

Prototyping Next-Generation Communication Systems with Software-Defined Radio Prototyping Next-Generation Communication Systems with Software-Defined Radio Dr. Brian Wee RF & Communications Systems Engineer 1 Agenda 5G System Challenges Why Do We Need SDR? Software Defined Radio

More information

Advances in RF and Microwave Measurement Technology

Advances in RF and Microwave Measurement Technology 1 Advances in RF and Microwave Measurement Technology Farris Alhorr Business Development Manager RF & Wireless Communication Farris.alhorr@ New Demands in Modern RF and Microwave Test In semiconductor

More information

Getting Started Guide

Getting Started Guide MaxEye ZigBee (IEEE 802.15.4) Measurement Suite Version 1.0.5.3 Getting Started Guide Table of Contents 1. Introduction...3 2. Installed File Location...3 3. Soft Front Panel...5 3.1 MaxEye ZigBee Signal

More information

5G Multi-Band Vector Transceiver

5G Multi-Band Vector Transceiver SOLUTION BRIEF Streamlining high-volume test of 5G NR base stations 5G Multi-Band Vector Transceiver Compact, scalable solution accelerates deployment of 5G equipment 5G New Radio (NR) network equipment

More information

Simulating and Testing of Signal Processing Methods for Frequency Stepped Chirp Radar

Simulating and Testing of Signal Processing Methods for Frequency Stepped Chirp Radar Test & Measurement Simulating and Testing of Signal Processing Methods for Frequency Stepped Chirp Radar Modern radar systems serve a broad range of commercial, civil, scientific and military applications.

More information

RF Semiconductor Test AXRF-Q Multi-Port PXI RF Sub-System

RF Semiconductor Test AXRF-Q Multi-Port PXI RF Sub-System RF Semiconductor Test AXRF-Q Multi-Port PXI RF Sub-System Datasheet The most important thing we build is trust Overview AXRF-Q Multi-Port PXIe RF Subsystem is an integrated solution for testing RF semi-conductor

More information

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

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

More information

Reconfigurable 6 GHz RF Vector Signal Transceiver

Reconfigurable 6 GHz RF Vector Signal Transceiver DEVICE SPECIFICATIONS NI PXIe-5644R Reconfigurable 6 GHz RF Vector Signal Transceiver This document lists specifications for the NI PXIe-5644R (NI 5644R) RF vector signal transceiver (VST). In this document,

More information

Ettus Research USRP. Tom Tsou 3rd OpenAirInterface Workshop April 28, 2017

Ettus Research USRP. Tom Tsou 3rd OpenAirInterface Workshop April 28, 2017 Ettus Research USRP Tom Tsou tom.tsou@ettus.com 3rd OpenAirInterface Workshop April 28, 2017 Agenda Company Overview USRP Software Ecosystem Product Line B-Series (Bus) N-Series (Network) X-Series (High

More information

UK-China (B)4G Wireless MIMO Testbed: Architecture and Functionality

UK-China (B)4G Wireless MIMO Testbed: Architecture and Functionality UK-China (B)4G Wireless MIMO Testbed: Architecture and Functionality Pat Chambers, Zengmao Chen & Cheng-Xiang Wang Heriot-Watt University, Edinburgh, UK School of Engineering & Physical Sciences Electrical,

More information

Specifications and Interfaces

Specifications and Interfaces Specifications and Interfaces Crimson TNG is a wide band, high gain, direct conversion quadrature transceiver and signal processing platform. Using analogue and digital conversion, it is capable of processing

More information

PXIe Contents SPECIFICATIONS. Reconfigurable 6 GHz Vector Signal Transceiver

PXIe Contents SPECIFICATIONS. Reconfigurable 6 GHz Vector Signal Transceiver SPECIFICATIONS PXIe-5644 Reconfigurable 6 GHz Vector Signal Transceiver Contents Definitions...2 Conditions... 3 Frequency...3 Frequency Settling Time... 4 Internal Frequency Reference... 4 Frequency Reference

More information

Reconfigurable 6 GHz Vector Signal Transceiver with 200 MHz Bandwidth

Reconfigurable 6 GHz Vector Signal Transceiver with 200 MHz Bandwidth SPECIFICATIONS PXIe-5646 Reconfigurable 6 GHz Vector Signal Transceiver with 200 MHz Bandwidth Contents Definitions...2 Conditions... 3 Frequency...3 Frequency Settling Time... 4 Internal Frequency Reference...

More information

M8131A 16/32 GSa/s Digitizer

M8131A 16/32 GSa/s Digitizer M8131A 16/32 GSa/s Digitizer Preliminary Data Sheet, Version 0.6, April 10 th, 2019 Find us at www.keysight.com Page 1 M8131A at a glance Key features 10 bit ADC 1, 2 or 4 channels, 6.5 GHz bandwidth (16

More information

Challenges of 5G mmwave RF Module. Ren-Jr Chen M300/ICL/ITRI 2018/06/20

Challenges of 5G mmwave RF Module. Ren-Jr Chen M300/ICL/ITRI 2018/06/20 Challenges of 5G mmwave RF Module Ren-Jr Chen rjchen@itri.org.tw M300/ICL/ITRI 2018/06/20 Agenda 5G Vision and Scenarios mmwave RF module considerations mmwave RF module solution for OAI Conclusion 2 5G

More information

Power Amplifier Linearization using RF Pre-Distortion JUNE, 2012

Power Amplifier Linearization using RF Pre-Distortion JUNE, 2012 Power Amplifier Linearization using RF Pre-Distortion JUNE, 2012 1 PA Linearization Overview General principles Overview/Block Diagram of DPD and RFPD RFPAL System architecture & Implementation Predistortion

More information

ADQ214. Datasheet. Features. Introduction. Applications. Software support. ADQ Development Kit. Ordering information

ADQ214. Datasheet. Features. Introduction. Applications. Software support. ADQ Development Kit. Ordering information ADQ214 is a dual channel high speed digitizer. The ADQ214 has outstanding dynamic performance from a combination of high bandwidth and high dynamic range, which enables demanding measurements such as RF/IF

More information

RF and Microwave Test and Design Roadshow 5 Locations across Australia and New Zealand

RF and Microwave Test and Design Roadshow 5 Locations across Australia and New Zealand RF and Microwave Test and Design Roadshow 5 Locations across Australia and New Zealand Advanced VNA Measurements Agenda Overview of the PXIe-5632 Architecture SW Experience Overview of VNA Calibration

More information

Reconfigurable 6 GHz Vector Signal Generator with 200 MHz Bandwidth

Reconfigurable 6 GHz Vector Signal Generator with 200 MHz Bandwidth SPECIFICATIONS PXIe-5646R-G Reconfigurable 6 GHz Vector Signal Generator with 200 MHz Bandwidth Contents Definitions...2 Conditions... 2 VSG Frequency...3 Frequency Settling Time... 4 Internal Frequency

More information

Supplemental Slides: MIMO Testbed Development at the MPRG Lab

Supplemental Slides: MIMO Testbed Development at the MPRG Lab Supplemental Slides: MIMO Testbed Development at the MPRG Lab Raqibul Mostafa Jeffrey H. Reed Slide 1 Overview Space Time Coding (STC) Overview Virginia Tech Space Time Adaptive Radio (VT-STAR) description:

More information

What is New in Wireless System Design

What is New in Wireless System Design What is New in Wireless System Design Houman Zarrinkoub, PhD. houmanz@mathworks.com 2015 The MathWorks, Inc. 1 Agenda Landscape of Wireless Design Our Wireless Initiatives Antenna-to-Bit simulation Smart

More information

Multi-Signal, Multi-Format Analysis With Agilent VSA Software

Multi-Signal, Multi-Format Analysis With Agilent VSA Software Multi-Signal, Multi-Format Analysis With Agilent 89600 VSA Software Ken Voelker Agilent Technologies Inc. April 2012 1 April, 25 2012 Agenda Introduction: New Measurement Challenges Multi-Measurements

More information

Keysight Technologies PNA-X Series Microwave Network Analyzers

Keysight Technologies PNA-X Series Microwave Network Analyzers Keysight Technologies PNA-X Series Microwave Network Analyzers Active-Device Characterization in Pulsed Operation Using the PNA-X Application Note Introduction Vector network analyzers (VNA) are the common

More information

Building Complex Systems with COTS Software Defined Radios

Building Complex Systems with COTS Software Defined Radios Building Complex Systems with COTS Software Defined Radios Sarah Yost Product Marketing Manager, National Instruments ni.com ITU-R Vision for 5G >10 Gb/s Peak Rate embb 100X More Devices mmtc umtc, UR/LL

More information

Getting Started Guide

Getting Started Guide MaxEye IEEE 0.15.4 UWB Measurement Suite Version 1.0.0 Getting Started Guide 1 Table of Contents 1. Introduction... 3. Installed File Location... 3 3. Programming Examples... 4 3.1. 0.15.4 UWB Signal Generation...

More information

Integrated Solutions for Testing Wireless Communication Systems

Integrated Solutions for Testing Wireless Communication Systems TOPICS IN RADIO COMMUNICATIONS Integrated Solutions for Testing Wireless Communication Systems Dingqing Lu and Zhengrong Zhou, Agilent Technologies Inc. ABSTRACT Wireless communications standards have

More information

2 GS/s High-Speed Digitizers: Optimized for Automated Test

2 GS/s High-Speed Digitizers: Optimized for Automated Test 2 GS/s High-Speed Digitizers: Optimized for Automated Test NI PXI-5153, NI PCI-5153, NI PXI-5154, NI PCI-5154 2 GS/s maximum real-time sample rate 300 MHz, 500 MHz, and 1 GHz bandwidths Up to 20 GS/s equivalent-time

More information

A Software Defined Instrumentation Approach to. Automotive Infotainment Testing

A Software Defined Instrumentation Approach to. Automotive Infotainment Testing A Software Defined Instrumentation Approach to Automotive Infotainment Testing Agenda Company Overview Automotive Infotainment System - Overview Test Requirements Software Defined Instrumentation Software

More information

What s Behind 5G Wireless Communications?

What s Behind 5G Wireless Communications? What s Behind 5G Wireless Communications? Marc Barberis 2015 The MathWorks, Inc. 1 Agenda 5G goals and requirements Modeling and simulating key 5G technologies Release 15: Enhanced Mobile Broadband IoT

More information

Exploring Trends in Technology and Testing in Satellite Communications

Exploring Trends in Technology and Testing in Satellite Communications Exploring Trends in Technology and Testing in Satellite Communications Aerospace Defense Symposium Giuseppe Savoia Keysight Technologies Agenda Page 2 Evolving military and commercial satellite communications

More information

NI PXIe-5663 Specifications

NI PXIe-5663 Specifications NI PXIe-5663 Specifications 6.6 GHz RF Vector Signal Analyzer with Digital Downconversion This document lists specifications for the NI PXIe-5663 RF vector signal analyzer (NI 5663). The NI 5663 comprises

More information

LitePoint IQnxn MIMO Test Solution

LitePoint IQnxn MIMO Test Solution DATA SHEET LitePoint IQnxn MIMO Test Solution 2011 LitePoint Corporation. All rights reserved. Revision History Release Date Revision Change Description Jan 20, 2006 1.0 First Release April 6, 2007 2.1

More information

Getting Started Guide

Getting Started Guide MaxEye Digital Audio and Video Signal Generation ISDB-T Signal Generation Toolkit Version 2.0.0 Getting Started Guide Contents 1 Introduction... 3 2 Installed File Location... 3 2.1 Soft Front Panel...

More information

PXI WLAN Measurement Suite Data Sheet

PXI WLAN Measurement Suite Data Sheet PXI WLAN Measurement Suite Data Sheet The most important thing we build is trust Bench-top R&D and production ready ATE RF performance verification tools Multi device parallel testing for higher production

More information

IEEE n MIMO Radio Design Verification Challenge and a Resulting ATE Program Implemented for MIMO Transmitter and Receiver Test

IEEE n MIMO Radio Design Verification Challenge and a Resulting ATE Program Implemented for MIMO Transmitter and Receiver Test 2012 IEEE 18th International Mixed-Signal, Sensors, and Systems Test Workshop IEEE 802.11n MIMO Radio Design Verification Challenge and a Resulting ATE Program Implemented for MIMO Transmitter and Receiver

More information

Software Radio Satellite Terminal: an experimental test-bed

Software Radio Satellite Terminal: an experimental test-bed Software Radio Satellite Terminal: an experimental test-bed TD-03 03-005-S L. Bertini,, E. Del Re, L. S. Ronga Software Radio Concept Present Implementations RF SECTION IF SECTION BASEBAND SECTION out

More information

Addressing Design and Test Challenges for new LTE-Advanced Standard

Addressing Design and Test Challenges for new LTE-Advanced Standard Addressing Design and Test Challenges for new LTE-Advanced Standard Sheri DeTomasi Modular Program Manager LTE-A Multi-channel Apps Updated December 15, 2014 The Data Challenge Internet Email Navigation

More information

Keysight Technologies Defining a Channel Sounding Measurement System for Characterization of 5G Air Interfaces. Application Note

Keysight Technologies Defining a Channel Sounding Measurement System for Characterization of 5G Air Interfaces. Application Note Keysight Technologies Defining a Channel Sounding Measurement System for Characterization of 5G Air Interfaces Application Note Introduction With its aggressive performance goals, the emerging 5G standard

More information

Testing Upstream and Downstream DOCSIS 3.1 Devices

Testing Upstream and Downstream DOCSIS 3.1 Devices Testing Upstream and Downstream DOCSIS 3.1 Devices April 2015 Steve Hall DOCSIS 3.1 Business Development Manager Agenda 1. Decoding and demodulating a real downstream DOCSIS 3.1 signal and reporting key

More information

ADQ108. Datasheet. Features. Introduction. Applications. Software support. ADQ Development Kit. Ordering information

ADQ108. Datasheet. Features. Introduction. Applications. Software support. ADQ Development Kit. Ordering information ADQ18 is a single channel high speed digitizer in the ADQ V6 Digitizer family. The ADQ18 has an outstanding combination of dynamic range and unique bandwidth, which enables demanding measurements such

More information

2015 The MathWorks, Inc. 1

2015 The MathWorks, Inc. 1 2015 The MathWorks, Inc. 1 What s Behind 5G Wireless Communications? 서기환과장 2015 The MathWorks, Inc. 2 Agenda 5G goals and requirements Modeling and simulating key 5G technologies Release 15: Enhanced Mobile

More information

M8195A 65 GSa/s Arbitrary Waveform Generator

M8195A 65 GSa/s Arbitrary Waveform Generator Arbitrary Waveform Generator New AWG with the highest combination of speed, bandwidth and channel density Juergen Beck Vice President & General Mgr. Digital & Photonic Test Division September 10, 2014

More information

Keysight Technologies Satellite Signal Monitoring, Reference Solution

Keysight Technologies Satellite Signal Monitoring, Reference Solution Keysight Technologies Satellite Signal Monitoring, Reference Solution Solution Brochure Fast, effective solution for validating satellite signal integrity. Monitor large blocks of spectrum and perform

More information

June 09, 2014 Document Version: 1.1.0

June 09, 2014 Document Version: 1.1.0 DVB-T2 Analysis Toolkit Data Sheet An ideal solution for SFN network planning, optimization, maintenance and Broadcast Equipment Testing June 09, 2014 Document Version: 1.1.0 Contents 1. Overview... 3

More information

utca for SPS 200MHz Low Level RF Upgrade

utca for SPS 200MHz Low Level RF Upgrade 12th xtca Interest Group Meeting P. Baudrenghien, J. Galindo*, G. Hagmann, G. Kotzian, L. Schmid, A. Spierer CERN BE-RF Today s presentation -LOW LEVEL RF -CERN LLRF PLATFORMS -utca @ CERN-BE -PROOF OF

More information

NI 5781R Baseband Transceiver for NI FlexRIO

NI 5781R Baseband Transceiver for NI FlexRIO Technical Sales (866) 531-6285 orders@ni.com Ordering Information Detailed Specifications Pinouts/Front Panel Connections For user manuals and dimensional drawings, visit the product page resources tab

More information

5 th Generation Non-Orthogonal Waveforms for Asynchronous Signaling. Final Review. Brussels, Work Package 5

5 th Generation Non-Orthogonal Waveforms for Asynchronous Signaling. Final Review. Brussels, Work Package 5 5 th Generation Non-Orthogonal Waveforms for Asynchronous Signaling Final Review Brussels, 24.06.2015 Work Package 5 Outline Work Package Overview Motivation Demonstrators FBMC UFMC GFDM System Simulator

More information

Contents. Software Requirements. CALIBRATION PROCEDURE NI PXIe-5663E

Contents. Software Requirements. CALIBRATION PROCEDURE NI PXIe-5663E CALIBRATION PROCEDURE NI PXIe-5663E This document contains instructions for writing a manual calibration procedure for the NI PXIe-5663E (NI 5663E) RF vector signal analyzer. For more information about

More information

How different FPGA firmware options enable digitizer platforms to address and facilitate multiple applications

How different FPGA firmware options enable digitizer platforms to address and facilitate multiple applications How different FPGA firmware options enable digitizer platforms to address and facilitate multiple applications 1 st of April 2019 Marc.Stackler@Teledyne.com March 19 1 Digitizer definition and application

More information

Parallel Channel Sounder for MIMO Communications

Parallel Channel Sounder for MIMO Communications Parallel Channel Sounder for MIMO Communications Wuxiong ZHANG, Ph.D., Associate Professor SHanghai Institute of Fog CompuTing (SHIFT) Shanghai Research Center for Wireless COmmunications (WiCO) Shanghai

More information

ThinkRF R5500. Real-Time Spectrum Analyzer. 9 khz to 8 GHz / 18 GHz / 27 GHz. Product Brochure and Technical Datasheet. Featuring

ThinkRF R5500. Real-Time Spectrum Analyzer. 9 khz to 8 GHz / 18 GHz / 27 GHz. Product Brochure and Technical Datasheet. Featuring Product Brochure and Technical Datasheet ThinkRF R5500 Real-Time Spectrum Analyzer 9 khz to 8 GHz / 18 GHz / 27 GHz Featuring Real-Time Bandwidth (RTBW) up to 100 MHz Spurious Free Dynamic Range (SFDR)

More information

Things to consider while selecting a Digitizer

Things to consider while selecting a Digitizer Things to consider while selecting a Digitizer Chinmay Anand Misra Certified LabVIEW Developer Staff Applications Engineer Things to Consider Specifications Ecosystem Agenda Top 10 things to consider while

More information

Contents. CALIBRATION PROCEDURE NI PXIe-5668R 14 GHz and 26.5 GHz Signal Analyzer

Contents. CALIBRATION PROCEDURE NI PXIe-5668R 14 GHz and 26.5 GHz Signal Analyzer CALIBRATION PROCEDURE NI PXIe-5668R 14 GHz and 26.5 GHz Signal Analyzer This document contains the verification procedures for the National Instruments PXIe-5668R (NI 5668R) vector signal analyzer (VSA)

More information

Challenges in Designing CMOS Wireless System-on-a-chip

Challenges in Designing CMOS Wireless System-on-a-chip Challenges in Designing CMOS Wireless System-on-a-chip David Su Atheros Communications Santa Clara, California IEEE Fort Collins, March 2008 Introduction Outline Analog/RF: CMOS Transceiver Building Blocks

More information

ThinkRF R5500. Real-Time Spectrum Analyzer. 9 khz to 8 GHz / 18 GHz / 27 GHz. Product Brochure and Technical Datasheet. Featuring

ThinkRF R5500. Real-Time Spectrum Analyzer. 9 khz to 8 GHz / 18 GHz / 27 GHz. Product Brochure and Technical Datasheet. Featuring Product Brochure and Technical Datasheet ThinkRF R5500 Real-Time Spectrum Analyzer 9 khz to 8 GHz / 18 GHz / 27 GHz Featuring Real-Time Bandwidth (RTBW) up to 100 MHz Spurious Free Dynamic Range (SFDR)

More information

Nutaq OFDM Reference

Nutaq OFDM Reference Nutaq OFDM Reference Design FPGA-based, SISO/MIMO OFDM PHY Transceiver PRODUCT SHEET QUEBEC I MONTREAL I NEW YORK I nutaq.com Nutaq OFDM Reference Design SISO/2x2 MIMO Implementation Simulation/Implementation

More information

Recap of Last 2 Classes

Recap of Last 2 Classes Recap of Last 2 Classes Transmission Media Analog versus Digital Signals Bandwidth Considerations Attentuation, Delay Distortion and Noise Nyquist and Shannon Analog Modulation Digital Modulation What

More information

5G Massive MIMO and mmw Design and Test Solution

5G Massive MIMO and mmw Design and Test Solution 5G Massive MIMO and mmw Design and Test Solution Jan. 2017 Philip Chang Senior Project Manager 1 Agenda Communications Page 2 Overview of 5G Technologies 5G Key Radio Technologies mmwave Massive MIMO Keysight

More information

Keysight M9485A PXIe Multiport Vector Network Analyzer

Keysight M9485A PXIe Multiport Vector Network Analyzer Keysight M9485A PXIe Multiport Vector Network Analyzer 02 Keysight M9485A PXIe Multiport Vector Network Analyzer - Brochure High-Performance PXI Multiport Vector Network Analyzer (VNA) Innovative solution

More information

Integrating a PXI Automated Test System

Integrating a PXI Automated Test System Integrating a PXI Automated Test System Top Considerations to Integrating a PXI Automated Test System Agilent Technologies Software and Modular Solutions Alan Lesko Application Engineer April 24 th, 2012

More information

Using a COTS SDR as a 5G Development Platform

Using a COTS SDR as a 5G Development Platform February 13, 2019 Bob Muro, Pentek Inc. Using a COTS SDR as a 5G Development Platform This article is intended to familiarize radio engineers with the use of a multi-purpose commercial off-the-shelf (COTS)

More information

High Linearity Wideband RF-to-Digital Transceiver

High Linearity Wideband RF-to-Digital Transceiver High Linearity Wideband RFtoDigital Transceiver RF4102 3U cpci Features Integrated RF and Digital IF Processing in a single 3U cpci slot High linearity, wideband RF Transceiver, 20 MHz to 2.7 GHz 14bit

More information