ECE 451 Automated Microwave Measurements Laboratory

Size: px
Start display at page:

Download "ECE 451 Automated Microwave Measurements Laboratory"

Transcription

1 ECE 451 Automated Microwave Measurements Laboratory Experiment No. 5 Automated Scalar Reflectometer Measurements Using a Directional Coupler And Two Detectors to Obtain Both Incident and Reflected Information for Simple Scalar Error Corrections Introduction In this experiment, each group will write two simple programs. The first program will be written to measure the S11 in db as a function of frequency of a short, an open, a student unknown, and a shorted 15 foot length of RG/8U coaxial cable. In each case, both the incident and reflected power will be measured. Next, the ratio of reflected to incident power will be taken. The incident power, reflected power and their ratio for the device being measured are stored in a LVM file. The second program will be written to read the stored measured data and to make simple scalar error corrections on the student unknown and the shorted cable using the short and open data. The data from the simple scalar error corrections made on the student unknown and shorted cable will also be displayed. SOURCE HP8350B 719 HPIB DVM 1 HP3457A (INCIDENT) 722 DVM 2 HP3457A (REFLECTED) 715 DET DUAL DIRECTIONAL COUPLER HP778D SHORT OPEN DUT DET TEST PORT Figure 1. Scalar Reflectometer without Log Levelers 1

2 Procedure 1) Connect the instruments as shown in Figure 1. The measurements should be made over the 300 to 1300 MHz frequency range every 5 MHz (201 points). 2) Write a program to collect incident and reflected detector voltage data over the 300 to 1300 MHz frequency range, changing the measured voltage values to power in dbm at each frequency, In the frequency loop, fill three arrays: (a) incident power in dbm, (b) reflected power in dbm, and (c) the ratio of reflected to incident power in dbm (to take the ratio, subtract the incident from the reflected power values in dbm). When finished with the measurement loop, the program should store all three arrays in a LVM file for each device. You are not required to write the program from the start. You can copy and rename the first program written in the lab 4 in order to modify it. Compare the flow chart in Figure 2 from this lab with Figure 2 from the lab 4. You will notice that it requires sweeping the frequency at constant source output power where as power was swept at constant voltage in lab 4. Additionally, 3 sets of arrays are displayed and stored in the LVM file for each run. 3) Run the program four times, measuring a short, an open, a student unknown, and a shorted 15-foot coaxial cable. The names of the arrays storing power, frequency and file for storing devices should be indicative of its contents, for example: Arrays to store: Sweeping frequency freqsweep Incident power incpwr Reflected power..refpwr Ratio ratio Files to store: Short..short.lvm Open..open.lvm Student s device under test sdut.lvm Shorted 15-foot cable.scx.lvm Obtain the uncorrected plots of the reflected power, and incident/reflected ratio of your student unknown. 4) Modify the measuring set-up by placing a 6 db pad between the source and the directional coupler. Use the same program, measure the student unknown and store the data (incident power, reflected power, and ratio) in an appropriate file (sdut6.lvm) 2

3 Obtain the uncorrected plot of reflected power using 6dB pad of your student unknown. 5) Write a second program, which reads the LVM files created in step (2) above. In order to perform corrections, the program must read three sets of files for short, open and device for which measurement corrections are necessary. Segment of this program is very similar to the tutorial 2 introduced in lab 4. The program should display the corrected data as a function of frequency. Six sets of corrected data S11 that are listed below are required for each device under test. Remember that there are two devices under test (DUT) your student unknown, and shorted 15-foot coaxial cable. Therefore, the second program must run two times. 1. Short corrected: Reflected power of DUT corrected with reflected power of short (refpwr_dut refpwr_short) 2. Open corrected: Reflected power of DUT corrected with reflected power of open (refpwr_dut refpwr_open) 3. Average corrected: Reflected power of DUT corrected with an average of reflected powers of short and open (refpwr_dut (refpwr_short + refpwr_open)/2) 4. Ratio short corrected: Ratio of DUT corrected with ratio of short (ratio_dut ratio_short) 5. Ratio open corrected: Ratio of DUT corrected with ratio of open (ratio_dut ratio_open) 6. Ratio average corrected: Ratio of DUT corrected with an average of ratios of short and open (ratio_dut (ratio_short + ratio_open)/2) 6) Even though there will be a total of 12 sets of corrected S11 in db for the two unknowns as a function of frequency, only obtain 5 sets of S11 corrected data for the followings. 1. Student unknown with correction (1) from above 2. Student unknown with correction (2) 3. Student unknown with correction (3) 4. Student unknown with correction (6) 5. Shorted 15 foot coaxial cable with correction (6) 3

4 You should now have a total of 8 plots. Compare the uncorrected student unknown data (reflected data only vs. power ratio) in plots obtained from procedure (3). Why is one of them smoother? Also, compare the uncorrected, reflected data only from procedure (3) vs. reflected data only taken with 6dB pad from procedure (4). Why is the plot with the 6dB pad smoother? What is the disadvantage of using the 6dB pad? 7) From corrected S11 in db plot of the shorted cable, obtain one-way attenuation of the cable at your 7 assigned frequencies, and compare it in a table with the results obtained from the calculation #4 of Experiment 2. 8) Modify the first program by deleting unnecessary segments with a new measurement set-up shown in figure 2 to measure incident voltage of the shorted, 15-foot cable as a function of frequency. Find the frequency where the greatest voltage variation occurs from the incident voltage vs. frequency plot. At that point, find the Vmax/Vmin ratio. From procedure (6), obtain the cable attenuation at that frequency. Calculate the VSWR of your source (HP8350B). HPIB BUS SOURCE SWEEPER HP 8350B (S/S MODE) DVM HP 3457A SHORT GRAY CABLE BNC WILTRON DET. FEMALE CONNECTOR 20 db COUPLER HP 778D MALE CONNECTOR SHORTED, 15 FOOT, RG8/U CABLE 50 OHM TERM. Figure 2. 4

5 Level Sweep Oscillator 8350B Number of frequency points Store frequency point Calculate frequency step DVM 1 DVM 2 For-loop (number of frequency points) Current loop value Start frequency Incident Stop frequency Calculate current frequency Set the current frequency of 8350B Read DVM 1 Convert input power to dbm Incident Store frequencies Read DVM 2 Calculate ratio Ratio End of for-loop Convert reflected power to dbm Ratio Set Source to safe state Reflected Set DVM1to local Set DVM2 to local Reflected Saving Data 5

Experiment 03 - Automated Scalar Reectometry Using BenchVue

Experiment 03 - Automated Scalar Reectometry Using BenchVue ECE 451 Automated Microwave Measurements Laboratory Experiment 03 - Automated Scalar Reectometry Using BenchVue 1 Introduction After our encounter with the slotted line, we are now moving to a slightly

More information

TABLE OF CONTENTS Menus... 5

TABLE OF CONTENTS Menus... 5 TABLE OF CONTENTS Chapter Page INTRODUCTION... 1 1.1 Overview... 1 1.2 Motivation... 1 1.3 Organization... 2 BACKGROUND... 3 2.1 Introduction... 3 2.2 Building Blocks... 4 2.3 Programming Basics... 4 2.3.1

More information

EE 3324 Electromagnetics Laboratory

EE 3324 Electromagnetics Laboratory EE 3324 Electromagnetics Laboratory Experiment #10 Microstrip Circuits and Measurements 1. Objective The objective of Experiment #8 is to investigate the application of microstrip technology. A precision

More information

MICROWAVE MICROWAVE TRAINING BENCH COMPONENT SPECIFICATIONS:

MICROWAVE MICROWAVE TRAINING BENCH COMPONENT SPECIFICATIONS: Microwave section consists of Basic Microwave Training Bench, Advance Microwave Training Bench and Microwave Communication Training System. Microwave Training System is used to study all the concepts of

More information

SynthNV - Signal Generator / Power Detector Combo

SynthNV - Signal Generator / Power Detector Combo SynthNV - Signal Generator / Power Detector Combo The Windfreak SynthNV is a 34.4MHz to 4.4GHz software tunable RF signal generator controlled and powered by a PC running Windows XP, Windows 7, or Android

More information

Network Analysis Basics

Network Analysis Basics Adolfo Del Solar Application Engineer adolfo_del-solar@agilent.com MD1010 Network B2B Agenda Overview What Measurements do we make? Network Analyzer Hardware Error Models and Calibration Example Measurements

More information

Microwave Circuit Design and Measurements Lab. INTRODUCTION TO MICROWAVE MEASUREMENTS: DETECTION OF RF POWER AND STANDING WAVES Lab #2

Microwave Circuit Design and Measurements Lab. INTRODUCTION TO MICROWAVE MEASUREMENTS: DETECTION OF RF POWER AND STANDING WAVES Lab #2 EE 458/558 Microwave Circuit Design and Measurements Lab INTRODUCTION TO MICROWAVE MEASUREMENTS: DETECTION OF RF POWER AND STANDING WAVES Lab #2 The purpose of this lab is to gain a basic understanding

More information

772D coaxial dual-directional coupler 773D coaxial directional coupler. 775D coaxial dual-directional coupler 776D coaxial dual-directional coupler

772D coaxial dual-directional coupler 773D coaxial directional coupler. 775D coaxial dual-directional coupler 776D coaxial dual-directional coupler 72 772D coaxial dual-directional coupler 773D coaxial directional coupler 775D coaxial dual-directional coupler 776D coaxial dual-directional coupler 777D coaxial dual-directional coupler 778D coaxial

More information

Experiment 01 - RF Power detection

Experiment 01 - RF Power detection ECE 451 Automated Microwave Measurements Laboratory Experiment 01 - RF Power detection 1 Introduction This (and the next few) laboratory experiment explores the beginnings of microwave measurements, those

More information

OPEN TEM CELLS FOR EMC PRE-COMPLIANCE TESTING

OPEN TEM CELLS FOR EMC PRE-COMPLIANCE TESTING 1 Introduction Radiated emission tests are typically carried out in anechoic chambers, using antennas to pick up the radiated signals. Due to bandwidth limitations, several antennas are required to cover

More information

Circuit Characterization with the Agilent 8714 VNA

Circuit Characterization with the Agilent 8714 VNA Circuit Characterization with the Agilent 8714 VNA By: Larry Dunleavy Wireless and Microwave Instruments University of South Florida Objectives 1) To examine the concepts of reflection, phase shift, attenuation,

More information

M5090. Extended Specifications EXTEND YOUR REACH TM

M5090. Extended Specifications EXTEND YOUR REACH TM M5090 Extended Specifications TM Frequency range: 300 khz - 8.5 GHz Wide output power adjustment range: -55 dbm to +5 dbm Dynamic range: 130 db (10 Hz IF bandwidth) typ. Measurement time per point: 70

More information

Experiment 04 - Network Analyzer Error Corrections: The 1-term, 2-term, and 3-term Error Model

Experiment 04 - Network Analyzer Error Corrections: The 1-term, 2-term, and 3-term Error Model ECE 451 Automated Microwave Measurements Laboratory Experiment 04 - Network Analyzer Error Corrections: The 1-term, 2-term, and 3-term Error Model 1 Introduction When we make a microwave measurement, we

More information

SWR/Return Loss Measurements Using System IIA

SWR/Return Loss Measurements Using System IIA THE GLOBAL SOURCE FOR PROVEN TEST SWR/Return Loss Measurements Using System IIA SWR/Return Loss Defined Both SWR and Return Loss are a measure of the divergence of a microwave device from a perfect impedance

More information

OPEN TEM CELLS FOR EMC PRE-COMPLIANCE TESTING

OPEN TEM CELLS FOR EMC PRE-COMPLIANCE TESTING 1 Introduction Radiated emission tests are typically carried out in anechoic chambers, using antennas to pick up the radiated signals. Due to bandwidth limitations, several antennas are required to cover

More information

Picture. Parameter Unit Minimum Typical Maximum. Fin and Ref Input Frequency Range MHz Input Power Level dbm

Picture. Parameter Unit Minimum Typical Maximum. Fin and Ref Input Frequency Range MHz Input Power Level dbm eatures requency Range: 3 to 300MHz Input Power: -10 to +17dBm Integrated Loop ilter Directly Interface to PS Series Directly Interface to VCO Series DC Power: 12V SMA Connector Picture is a Phase/requency

More information

1-Port USB VNA - R60 Extended Specifications

1-Port USB VNA - R60 Extended Specifications TM 1- USB VNA - R60 Extended Specifications Patent US 9,291,657 - No test cable needed Frequency range: 1 MHz - 6 GHz Measurement time per point: 100 µs min typ. Automation programming in LabView, Python,

More information

Agilent 85301B/C Antenna Measurement Systems 45 MHz to 110 GHz Configuration Guide

Agilent 85301B/C Antenna Measurement Systems 45 MHz to 110 GHz Configuration Guide Agilent 85301B/C Antenna Measurement Systems 45 MHz to 110 GHz Configuration Guide Discontinued Product Information For Support Reference Only Information herein, may refer to products/services no longer

More information

Picture. Parameter Unit Minimum Typical Maximum. Fin and Ref Input Frequency Range MHz 5 25 Input Power Level dbm

Picture. Parameter Unit Minimum Typical Maximum. Fin and Ref Input Frequency Range MHz 5 25 Input Power Level dbm eatures requency Range: 5 to 25MHz Input Power: -3 to +17dBm Integrated Loop ilter Directly Interface to PS Series Directly Interface to VCO Series DC Power: 12V SMA Connector Picture is a Phase/requency

More information

(a) The insertion loss is the average value of the transmission coefficient, S12 (db), in the passband (Figure 1 Label A)

(a) The insertion loss is the average value of the transmission coefficient, S12 (db), in the passband (Figure 1 Label A) Lab 6-1: Microwave Multiport Circuits In this lab you will characterize several different multiport microstrip and coaxial components using a network analyzer. Some, but not all, of these components have

More information

Impedance 50 (75 connectors via adapters)

Impedance 50 (75 connectors via adapters) VECTOR NETWORK ANALYZER PLANAR 304/1 DATA SHEET Frequency range: 300 khz to 3.2 GHz Measured parameters: S11, S21, S12, S22 Dynamic range of transmission measurement magnitude: 135 db Measurement time

More information

Description RF Explorer RFEAH-25 1 is a 25mm diameter, high performance near field H-Loop antenna.

Description RF Explorer RFEAH-25 1 is a 25mm diameter, high performance near field H-Loop antenna. Description RF Explorer RFEAH-25 1 is a 25mm diameter, high performance near field H-Loop antenna. RFEAH-25 is a very sensitive, compact and easy to use H-loop near field antenna. The low-loss design exhibits

More information

Agilent Technologies PSA Series Spectrum Analyzers Test and Adjustment Software

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

More information

Coaxial TRL Calibration Kits for Network Analyzers up to 40 GHz

Coaxial TRL Calibration Kits for Network Analyzers up to 40 GHz Focus Microwaves Inc. 277 Lakeshore Road Pointe-Claire, Quebec H9S-4L2, Canada Tel 514-630-6067 Fax 514-630-7466 Product Note No 2 Coaxial TRL Calibration Kits for Network Analyzers up to 40 GHz This note

More information

Compact VNA - TR1300/1

Compact VNA - TR1300/1 Compact VNA - TR1300/1 TM Extended Specifications Frequency range: 300 khz - 1.3 GHz Wide output power adjustment range: -55 dbm to +3 dbm Dynamic range: 135 db (10 Hz IF bandwidth) typ. Measurement time

More information

EXPERIMENT EM3 INTRODUCTION TO THE NETWORK ANALYZER

EXPERIMENT EM3 INTRODUCTION TO THE NETWORK ANALYZER ECE 351 ELECTROMAGNETICS EXPERIMENT EM3 INTRODUCTION TO THE NETWORK ANALYZER OBJECTIVE: The objective to this experiment is to introduce the student to some of the capabilities of a vector network analyzer.

More information

TEST & MEASURING INSTRUMENTS. Analyzer. (4 Ports) 4 Ports

TEST & MEASURING INSTRUMENTS. Analyzer. (4 Ports) 4 Ports TEST & MEASURING INSTRUMENTS Analyzer (4 Ports) 4 Ports Key Features Frequrncy Range : 100kHz ~ 8GHz, 16 Parameters support (S11 ~ S44) Measurement time per point : 100us per point Wide Output Power Range

More information

Frequency and Time Domain Representation of Sinusoidal Signals

Frequency and Time Domain Representation of Sinusoidal Signals Frequency and Time Domain Representation of Sinusoidal Signals By: Larry Dunleavy Wireless and Microwave Instruments University of South Florida Objectives 1. To review representations of sinusoidal signals

More information

Cobalt Series 20 GHz EXTEND YOUR REACH TM

Cobalt Series 20 GHz EXTEND YOUR REACH TM Cobalt Series 20 GHz TM Frequency range: 100 khz - 20 GHz Wide output power range: -60 dbm to +10 dbm Dynamic range: 135 db (10 Hz IF bandwidth) typ. Measurement time per point: 10 µs per point, min typ.

More information

Compact Series: S5065 & S5085 Vector Network Analyzers KEY FEATURES

Compact Series: S5065 & S5085 Vector Network Analyzers KEY FEATURES Compact Series: S5065 & S5085 Vector Network Analyzers KEY FEATURES Frequency range: 9 khz - 6.5 or 8.5 GHz Measured parameters: S11, S12, S21, S22 Wide output power adjustment range: -50 dbm to +5 dbm

More information

S3602C Vector Network Analyzer Datasheet

S3602C Vector Network Analyzer Datasheet S3602C Vector Network Analyzer Datasheet Saluki Technology Inc. The document applies to the vector network analyzers of the following models: S3602C vector network analyzer (10MHz - 43.5GHz). Options of

More information

Obtaining Flat Test Port Power with the Agilent 8360 s User Flatness Correction Feature. Product Note

Obtaining Flat Test Port Power with the Agilent 8360 s User Flatness Correction Feature. Product Note Obtaining Flat Test Port Power with the Agilent 8360 s User Flatness Correction Feature Product Note 8360-2 Introduction The 8360 series synthesized sweepers provide extremely flat power at your test port,

More information

50 Ohm Components Brochure

50 Ohm Components Brochure 50 Ohm Components Brochure Available now to download from our website, this brochure covers JFW's standard 50 Ohm components, which includes: Programmable Attenuators Manually Variable Attenuators Fixed

More information

Measurement in Coax 84

Measurement in Coax 84 HEWLETT lpl PACKARD SXA/R application note Measurement in Coax 84 -\B 6T - Slotted Line Accuracy - 2 to 1B GHz For more information, call your local HP Sales Office or East (201) 265-5000 Midwest (312)

More information

and GHz. ECE Radiometer. Technical Description and User Manual

and GHz. ECE Radiometer. Technical Description and User Manual E-mail: sales@elva-1.com http://www.elva-1.com 26.5-40 and 76.5-90 GHz ECE Radiometer Technical Description and User Manual November 2008 Contents 1. Introduction... 3 2. Parameters and specifications...

More information

VSWR MEASUREMENT APPLICATION NOTE ANV004.

VSWR MEASUREMENT APPLICATION NOTE ANV004. APPLICATION NOTE ANV004 Bötelkamp 31, D-22529 Hamburg, GERMANY Phone: +49-40 547 544 60 Fax: +49-40 547 544 666 Email: info@valvo.com Introduction: VSWR stands for voltage standing wave ratio. The ratio

More information

MODEL VXIbus UNIVERSAL METER. Page 1 of 5

MODEL VXIbus UNIVERSAL METER. Page 1 of 5 Page of 5 MODEL 5854 VXIbus UNIVERSAL POWER METER UNIVERSAL POWER MEASUREMENT Introducing the 5854 Universal Power Meter. The lastest member of the Giga-tronics family of innovative VXIbus microwave test

More information

Universal/Standard Ku-band GaN 40W BUC MODEL No. NJT8371 series

Universal/Standard Ku-band GaN 40W BUC MODEL No. NJT8371 series < Features > * GaN Technology Amplifier Inside * RF Frequency Line-up Universal Ku-band: 13.75 to 14.5 GHz Standard Ku-band: 14.0 to 14.5 GHz * High Efficiency Output Power Saturation Output Power: +46.0

More information

Picture. Electrical +25 C, 50 Ω System, DC Supply = +12V. Parameter Unit Minimum Typical Maximum

Picture. Electrical +25 C, 50 Ω System, DC Supply = +12V. Parameter Unit Minimum Typical Maximum eatures requency Range: 200 to 800MHz Input Power: -7 to +1 Integrated Loop ilter Directly Interface to PS Series Directly Interface to VCO Series DC Power: 12V SMA Connector Picture is a Phase/requency

More information

Description RF Explorer RFEAH-25 1 is a 25mm diameter, high performance near field H-Loop antenna.

Description RF Explorer RFEAH-25 1 is a 25mm diameter, high performance near field H-Loop antenna. Description RF Explorer RFEAH-25 1 is a 25mm diameter, high performance near field H-Loop antenna. RFEAH-25 is a very sensitive, compact and easy to use H-loop near field antenna. The low-loss design exhibits

More information

Compact VNA - TR7530. Extended Specifications EXTEND YOUR REACH TM

Compact VNA - TR7530. Extended Specifications EXTEND YOUR REACH TM Compact VNA - TR7530 TM Extended Specifications Frequency range: 20 khz - 3 GHz Wide output power adjustment range: -50 dbm to +5 dbm Dynamic range: 123 db (10 Hz IF bandwidth) typ. Measurement time per

More information

LAB MANUAL EXPERIMENT NO. 9

LAB MANUAL EXPERIMENT NO. 9 LAB MANUAL EXPERIMENT NO. 9 Aim of the Experiment: 1. Measure the characteristics of a Directional Coupler. 2. Use of the Directional Coupler and Ratio Meter to construct a Scalar Network Analyzer for

More information

Matric Limited Hill City Road R.R. #1 Box 421A Seneca, PA 16346

Matric Limited Hill City Road R.R. #1 Box 421A Seneca, PA 16346 FCC CERTIFICATION TEST REPORT for Hill City Road R.R. #1 Box 421A Seneca, PA 16346 FCC ID: K5B-TP105 May 14, 2001 Revised: June 18, 2001 WLL PROJECT #: 6182X This report may not be reproduced, except in

More information

AV3672 Series Vector Network Analyzer

AV3672 Series Vector Network Analyzer AV3672 Series Vector Network Analyzer AV3672A/B/C/D/E (10MHz 13.5 GHz/26.5 GHz/43.5 GHz/50 GHz/67 GHz) Product Overview: AV3672 series vector network analyzer include AV3672A (10MHz 13.5GHz), AV3672B (10MHz

More information

Vector Network Analyzer Application note

Vector Network Analyzer Application note Vector Network Analyzer Application note Version 1.0 Vector Network Analyzer Introduction A vector network analyzer is used to measure the performance of circuits or networks such as amplifiers, filters,

More information

ENGINEERING COMMITTEE Interface Practices Subcommittee AMERICAN NATIONAL STANDARD

ENGINEERING COMMITTEE Interface Practices Subcommittee AMERICAN NATIONAL STANDARD ENGINEERING COMMITTEE Interface Practices Subcommittee AMERICAN NATIONAL STANDARD ANSI/SCTE 48-2 2008 Test Procedure for Measuring Relative Shielding Properties of Active and Passive Coaxial Cable Devices

More information

Measurements with Scattering Parameter By Joseph L. Cahak Copyright 2013 Sunshine Design Engineering Services

Measurements with Scattering Parameter By Joseph L. Cahak Copyright 2013 Sunshine Design Engineering Services Measurements with Scattering Parameter By Joseph L. Cahak Copyright 2013 Sunshine Design Engineering Services Network Analyzer Measurements In many RF and Microwave measurements the S-Parameters are typically

More information

Vector Network Analyzer

Vector Network Analyzer Vector Network Analyzer VNA Basics VNA Roadshow Budapest 17/05/2016 Content Why Users Need VNAs VNA Terminology System Architecture Key Components Basic Measurements Calibration Methods Accuracy and Uncertainty

More information

Demo / Application Guide for DSA815(-TG) / DSA1000 Series

Demo / Application Guide for DSA815(-TG) / DSA1000 Series Demo / Application Guide for DSA815(-TG) / DSA1000 Series TX1000 Mobile Phone Frontend Mixer Bandpass Filter PA The schematic above shows a typical front end of a mobile phone. Our TX1000 RF Demo Kit shows

More information

Attenuators, Couplers and Filters

Attenuators, Couplers and Filters Objectives: Attenuators, Couplers and Filters To become familiar with the functionality of common RF devices. To characterize both the reflection and transmission responses of these devices. NOTE: IN CONTRAST

More information

For EECS142, Lecture presented by Dr. Joel Dunsmore. Slide 1 Welcome to Network Analyzer Basics.

For EECS142, Lecture presented by Dr. Joel Dunsmore. Slide 1 Welcome to Network Analyzer Basics. For EECS142, Lecture presented by Dr. Joel Dunsmore Slide 1 Welcome to Network Analyzer Basics. Slide 2 One of the most fundamental concepts of high-frequency network analysis involves incident, reflected

More information

Vector Network Analyzers. Paul Coverdale VE3ICV

Vector Network Analyzers. Paul Coverdale VE3ICV Paul Coverdale VE3ICV What is a vector network analyzer? What is a vector? A vector is a quantity having magnitude and direction A vector can be described in rectangular (X,Y) or polar ( Z θ) notation

More information

S3602A/B Vector Network Analyzer Datasheet

S3602A/B Vector Network Analyzer Datasheet S3602A/B Vector Network Analyzer Datasheet Saluki Technology Inc. The document applies to the vector network analyzers of the following models: S3602A vector network analyzer (10MHz-13.5GHz). S3602B vector

More information

Model 7000 Series Phase Noise Test System

Model 7000 Series Phase Noise Test System Established 1981 Advanced Test Equipment Rentals www.atecorp.com 800-404-ATEC (2832) Model 7000 Series Phase Noise Test System Fully Integrated System Cross-Correlation Signal Analysis to 26.5 GHz Additive

More information

External Source Control

External Source Control External Source Control X-Series Signal Analyzers Option ESC DEMO GUIDE Introduction External source control for X-Series signal analyzers (Option ESC) allows the Keysight PXA, MXA, EXA, and CXA to control

More information

Using the OML Millimeter Wave Vector Network Analyzer Frequency Extension Modules with the HP 8510 Vector Network Analyzer

Using the OML Millimeter Wave Vector Network Analyzer Frequency Extension Modules with the HP 8510 Vector Network Analyzer Using the OML Millimeter Wave Vector Network Analyzer Frequency Extension Modules with the HP 8510 Vector Network Analyzer OML has developed a series of millimeter wave Frequency Extension Modules (Modules)

More information

There is a twenty db improvement in the reflection measurements when the port match errors are removed.

There is a twenty db improvement in the reflection measurements when the port match errors are removed. ABSTRACT Many improvements have occurred in microwave error correction techniques the past few years. The various error sources which degrade calibration accuracy is better understood. Standards have been

More information

ASSIGNMENT: Directional Coupler

ASSIGNMENT: Directional Coupler ECE 323- MICROWAVE ENGINEERING LABORATORY 1 ASSIGNMENT: Directional Coupler I. OBJECTIVES Know the properties of directional couplers and their applications in microwave transmission and measurement systems.

More information

Signal Integrity Testing with a Vector Network Analyzer. Neil Jarvis Applications Engineer

Signal Integrity Testing with a Vector Network Analyzer. Neil Jarvis Applications Engineer Signal Integrity Testing with a Vector Network Analyzer Neil Jarvis Applications Engineer 1 Agenda RF Connectors A significant factor in repeatability and accuracy Selecting the best of several types for

More information

Laboratory Assignment 2: S-Parameter Measurement

Laboratory Assignment 2: S-Parameter Measurement Laboratory Assignment 2: S-Parameter Measurement ECE 6361: Microwave Design Lab Names: Objective This laboratory assignment explores the measurement of s-parameters using the Network Analyzer in the microwave

More information

Additional JFW Brochures

Additional JFW Brochures Additional JFW Brochures Test Systems Brochure Contains information on JFW's standard and custom RF test boxes, including: Matrix Switches Handover Test Systems Programmable Attenuator Assemblies Transceiver

More information

Exercise 5: Power amplifier measurement

Exercise 5: Power amplifier measurement Exercise 5: Power amplifier measurement The objective of this laboratory exercise is the calibrated measurement of important parameters of a power amplifier. This includes performance parameters like gain,

More information

Build a Return Loss Bridge

Build a Return Loss Bridge Build a Return Loss Bridge Used with your DVM, this simple bridge, diode detector and return loss techniques can help you measure cable loss and SWR at the antenna. The bridge does double duty as a hybrid

More information

Return Loss Bridge Basics

Return Loss Bridge Basics 1.0 Introduction Return loss bridges have many useful applications for the two-way radio technician These bridges are particularly helpful when used with the tracking generator feature of many service

More information

A 500 Broadband Power Amplifier

A 500 Broadband Power Amplifier A 500 Broadband Power Amplifier HIGH RF VOLTAGES MAY BE PRESENT AT THE OUTPUT OF THIS UNIT. All operating personnel should use extreme caution in handling these voltages and be thoroughly familiar with

More information

EXHIBIT 7: MEASUREMENT PROCEDURES Pursuant 47 CFR 2.947

EXHIBIT 7: MEASUREMENT PROCEDURES Pursuant 47 CFR 2.947 EXHIBIT 7: MEASUREMENT PROCEDURES Pursuant 47 CFR 2.947 7.1 RF Power -- Pursuant to 47 CFR 2.947(c) Method of Conducted Output Power Measurement: Adaptation of TIA/EIA-603-A clause 2.2.1 for Pulsed Measurements

More information

VVM measurement with E5061B for replacing 8508A vector voltmeter. May 2013 Agilent Technologies

VVM measurement with E5061B for replacing 8508A vector voltmeter. May 2013 Agilent Technologies VVM measurement with E5061B for replacing 8508A vector voltmeter May 2013 Agilent Technologies Overview of VVM measurement with E5061B Application discussed here Measuring the phase difference (& magnitude

More information

Vector Network Analyzers (VERY) Basics. Tom Powers USPAS SRF Testing Course 19 Jan. 2014

Vector Network Analyzers (VERY) Basics. Tom Powers USPAS SRF Testing Course 19 Jan. 2014 Vector Network Analyzers (VERY) Basics Tom Powers USPAS SRF Testing Course 19 Jan. 2014 S-Parameters A scattering matrix relates the voltage waves incident on the ports of a network to those reflected

More information

Preliminary Users Manual for the Self Contained Return Loss and Cable Fault Test Set with Amplified Wideband Noise Source Copyright 2001 Bryan K.

Preliminary Users Manual for the Self Contained Return Loss and Cable Fault Test Set with Amplified Wideband Noise Source Copyright 2001 Bryan K. Preliminary Users Manual for the Self Contained Return Loss and Cable Fault Test Set with Amplified Wideband Noise Source Copyright 2001 Bryan K. Blackburn Self Contained Test Set Test Port Regulated 12

More information

LB480A Pulse Profiling USB PowerSensor+ Data Sheet

LB480A Pulse Profiling USB PowerSensor+ Data Sheet Key PowerSensor+ Specifications 50 MHz to 8 GHz (functional to 10 GHz) - 60 dbm to +20 dbm 1.95% Total Error* 1.09:1 VSWR (-27 db Return Loss) * Measuring a well matched DUT (-20 dbm @ 1 GHz) No Zero No

More information

RF Emissions Test Report To Determine Compliance With: FCC, Part 15 Rules and Regulations

RF Emissions Test Report To Determine Compliance With: FCC, Part 15 Rules and Regulations RF Emissions Test Report To Determine Compliance With: FCC, Part 15 Rules and Regulations Model numbers: HT130022 Rev. B. December 17, 2002 Manufacturer: HQ, Inc. 210 9th Steet Drive Palmetto, FL 34221

More information

Keysight Technologies Making Accurate Intermodulation Distortion Measurements with the PNA-X Network Analyzer, 10 MHz to 26.5 GHz

Keysight Technologies Making Accurate Intermodulation Distortion Measurements with the PNA-X Network Analyzer, 10 MHz to 26.5 GHz Keysight Technologies Making Accurate Intermodulation Distortion Measurements with the PNA-X Network Analyzer, 10 MHz to 26.5 GHz Application Note Overview This application note describes accuracy considerations

More information

Keysight Technologies Techniques for Precise Cable and Antenna Measurements in the Field

Keysight Technologies Techniques for Precise Cable and Antenna Measurements in the Field Keysight Technologies Techniques for Precise Cable and Antenna Measurements in the Field Using FieldFox handheld analyzers Application Note This application note introduces the practical aspects of cable

More information

Frequency Measurements and Mixer

Frequency Measurements and Mixer Frequency Measurements and Mixer Andrea Ferrero, Valeria Teppati December 18, 2012 1 Introduction In this laboratory the student will use and measure a frequency translating device (mixer). A mixer is

More information

ELEC 391 Electrical Engineering Design Studio II (Summer 2018) THE UNIVERSITY OF BRITISH COLUMBIA Department of Electrical and Computer Engineering

ELEC 391 Electrical Engineering Design Studio II (Summer 2018) THE UNIVERSITY OF BRITISH COLUMBIA Department of Electrical and Computer Engineering THE UNIVERSITY OF BRITISH COLUMBIA Department of Electrical and Computer Engineering ELEC 391 Electrical Engineering Design Studio II 1 Introduction This short lab assignment will follow the Safety Briefing

More information

Universal/Standard Ku-band 16W BUC MODEL No. NJT8319 series

Universal/Standard Ku-band 16W BUC MODEL No. NJT8319 series < Features > * High Temperature Operating Operation Guarantee Temperature Range: * RF Frequency Line-up Universal Ku-band: 13.75 to 14.5 GHz Standard Ku-band: 14.0 to 14.5 GHz * Monitor & Control Line-up

More information

Lab Exercise PN: Phase Noise Measurement - 1 -

Lab Exercise PN: Phase Noise Measurement - 1 - Lab Exercise PN: Phase Noise Measurements Phase noise is a critical specification for oscillators used in applications such as Doppler radar and synchronous communications systems. It is tricky to measure

More information

AT11DV Digital Variable Attenuator

AT11DV Digital Variable Attenuator Page 1 of 7 AT11DV Digital Variable Attenuator Technical Product Data Features 55 db of Attenuation Easy to Use Digital Display and User Interface Optional RS232 Interface for ATE Optional Filtered L1

More information

Bill Ham Martin Ogbuokiri. This clause specifies the electrical performance requirements for shielded and unshielded cables.

Bill Ham Martin Ogbuokiri. This clause specifies the electrical performance requirements for shielded and unshielded cables. 098-219r2 Prepared by: Ed Armstrong Zane Daggett Bill Ham Martin Ogbuokiri Date: 07-24-98 Revised: 09-29-98 Revised again: 10-14-98 Revised again: 12-2-98 Revised again: 01-18-99 1. REQUIREMENTS FOR SPI-3

More information

1140LA Broadband Power Amplifier

1140LA Broadband Power Amplifier 1140LA Broadband Power Amplifier HIGH RF VOLTAGES MAY BE PRESENT AT THE OUTPUT OF THIS UNIT. All operating personnel should use extreme caution in handling these voltages and be thoroughly familiar with

More information

7. Experiment K: Wave Propagation

7. Experiment K: Wave Propagation 7. Experiment K: Wave Propagation This laboratory will be based upon observing standing waves in three different ways, through coaxial cables, in free space and in a waveguide. You will also observe some

More information

PLANAR S5048 and TR5048

PLANAR S5048 and TR5048 PLANAR S5048 and TR5048 Vector Network Analyzers KEY FEATURES Frequency range: 20 khz 4.8 GHz COM/DCOM compatible for LabView Measured parameters: and automation programming S11, S12, S21, S22 (S5048)

More information

Compact Series: S5048 & TR5048 Vector Network Analyzers KEY FEATURES

Compact Series: S5048 & TR5048 Vector Network Analyzers KEY FEATURES Compact Series: S5048 & TR5048 Vector Network Analyzers KEY FEATURES Frequency range: 20 khz - 4.8 GHz Measured parameters: S11, S12, S21, S22 (S5048) S11, S21 (TR5048) Wide output power adjustment range:

More information

Reflectometer Series:

Reflectometer Series: Reflectometer Series: R54, R60 & R140 Vector Network Analyzers Clarke & Severn Electronics Ph +612 9482 1944 Email sales@clarke.com.au BUY NOW - www.cseonline.com.au KEY FEATURES Patent: US 9,291,657 No

More information

Ultra High Frequency Measurements

Ultra High Frequency Measurements Ultra High Frequency Measurements Desmond Fraser desmond@rheintech.com 703.689.0368 360 Herndon Parkway Suite 1400 Herndon, VA 20170 IEEE EMC DC / N. VA Chapter 31 January 2012 Overview We ll review Millimeter

More information

APPH6040B / APPH20G-B Specification V2.0

APPH6040B / APPH20G-B Specification V2.0 APPH6040B / APPH20G-B Specification V2.0 (July 2014, Serial XXX-XX33XXXXX-XXXX or higher) A fully integrated high-performance cross-correlation signal source analyzer for to 7 or 26 GHz 1 Introduction

More information

Agilent 8510 Network Analyzer Product Note A

Agilent 8510 Network Analyzer Product Note A Agilent 8510 Network Analyzer Product Note 8510-7A Discontinued Product Information For Support Reference Only Information herein, may refer to products/services no longer supported. We regret any inconvenience

More information

MEASUREMENT OF LARGE SIGNAL DEVICE INPUT IMPEDANCE DURING LOAD PULL

MEASUREMENT OF LARGE SIGNAL DEVICE INPUT IMPEDANCE DURING LOAD PULL Model M956D CORPORAION MEASUREMEN OF LARGE SIGNAL DEVICE INPU IMPEDANCE DURING LOAD PULL Abstract Knowledge of device input impedance as a function of power level and load matching is useful to fully understand

More information

RF Characterization Report

RF Characterization Report SMA-J-P-H-ST-MT1 Mated with: RF316-01SP1-01BJ1-0305 Description: 50-Ω SMA Board Mount Jack, Mixed Technology Samtec, Inc. 2005 All Rights Reserved Table of Contents Introduction...1 Product Description...1

More information

Microwave Fundamentals A Survey of Microwave Systems and Devices p. 3 The Relationship of Microwaves to Other Electronic Equipment p.

Microwave Fundamentals A Survey of Microwave Systems and Devices p. 3 The Relationship of Microwaves to Other Electronic Equipment p. Microwave Fundamentals A Survey of Microwave Systems and Devices p. 3 The Relationship of Microwaves to Other Electronic Equipment p. 3 Microwave Systems p. 5 The Microwave Spectrum p. 6 Why Microwave

More information

PLANAR 814/1. Vector Network Analyzer

PLANAR 814/1. Vector Network Analyzer PLANAR 814/1 Vector Network Analyzer Frequency range: 100 khz 8 GHz Measured parameters: S11, S12, S21, S22 Wide output power range: -60 dbm to +10 dbm >150 db dynamic range (1 Hz IF bandwidth) Direct

More information

Advanced Test Equipment Rentals ATEC (2832)

Advanced Test Equipment Rentals ATEC (2832) Established 1981 Advanced Test Equipment Rentals www.atecorp.com 800-404-ATEC (2832) Agilent 2-Port and 4-Port PNA-X Network Analyzer N5249A - 10 MHz to 8.5 GHz N5241A - 10 MHz to 13.5 GHz N5242A - 10

More information

NATIONAL UNIVERSITY of SINGAPORE

NATIONAL UNIVERSITY of SINGAPORE NATIONAL UNIVERSITY of SINGAPORE Faculty of Engineering Electrical & Computer Engineering Department EE3104 Introduction to RF and Microwave Systems & Circuits Experiment 1 Familiarization on VNA Calibration

More information

PLANAR 804/1. Vector Network Analyzer

PLANAR 804/1. Vector Network Analyzer PLANAR 804/1 Vector Network Analyzer Frequency range: 100 khz 8 GHz Measured parameters: S11, S12, S21, S22 Wide output power range: -60 dbm to +10 dbm >145 db dynamic range (1 Hz IF bandwidth) Time domain

More information

R&S FSWP Phase Noise Analyzer Specifications

R&S FSWP Phase Noise Analyzer Specifications R&S FSWP Phase Noise Analyzer Specifications Test & Measurement Data Sheet 05.00 CONTENTS Definitions... 4 Specifications... 5 Frequency... 5 Phase noise measurements... 5 Phase noise sensitivity with

More information

Dhanalakshmi College of Engineering Department of ECE EC6701 RF and Microwave Engineering Unit 5 Microwave Measurements Part A

Dhanalakshmi College of Engineering Department of ECE EC6701 RF and Microwave Engineering Unit 5 Microwave Measurements Part A Dhanalakshmi College of Engineering Department of ECE EC6701 RF and Microwave Engineering Unit 5 Microwave Measurements Part A 1. What is the principle by which high power measurements could be done by

More information

A Power Meter based on the AD-8307 from Analog Devices.

A Power Meter based on the AD-8307 from Analog Devices. A Power Meter based on the AD-8307 from Analog Devices. This section relates to the QST paper that Bob Larkin (W7PUA) and I published in QST for June, 2001 Update, 10Mar07, 5June07 Calibration at the Frequency

More information

5. Average Power Spectral Density

5. Average Power Spectral Density 5.1 Test Specification FCC Part 27.50(a)(1)(A) 5. Average Power Spectral Density 5.2 Test Procedure The method that used as detailed in FCC KDB 971168. Average PSD in any 1MHz must not exceed 400 Watts

More information

PXA Configuration. Frequency range

PXA Configuration. Frequency range Keysight Technologies Making Wideband Measurements Using the Keysight PXA Signal Analyzer as a Down Converter with Infiniium Oscilloscopes and 89600 VSA Software Application Note Introduction Many applications

More information

Vector Network Analyzers T - Series

Vector Network Analyzers T - Series Datasheet Vector Network Analyzers T - Series Wide dynamic range 130 db typ. Low noise level < -120 dbm Low trace noise 1 mdb rms High measurement speed 125ms/point High effective directivity > 45 db Remote

More information