A DESCRIPTION OF THE SOFTWARE ELEMENT OF THE NASA EME FLIGHT TESTS
|
|
|
- Godwin Heath
- 10 years ago
- Views:
Transcription
1 NASA Contractor Report A DESCRIPTION OF THE SOFTWARE ELEMENT OF THE NASA EME FLIGHT TESTS Sandra V. Koppen Lockheed Martin Engineering & Sciences Company, Hampton, Virginia Contract: NAS December 1996 National Aeronautics and Space Administration Langley Research Center Hampton, Virginia
2 ABSTRACT In support of NASA s Fly-By-Light/Power-By-Wire (FBL/PBW) program, a series of flight tests were conducted by NASA Langley Research Center in February, The NASA Boeing 757 was flown past known RF transmitters to measure both external and internal radiated fields. The aircraft was instrumented with strategically located sensors for acquiring data on shielding effectiveness and internal coupling. The data are intended to support computational and statistical modeling codes used to predict internal field levels of an electromagnetic environment (EME) on aircraft. The software was an integral part of the flight tests, as well as the data reduction process. The software, which provided flight test instrument control, data acquisition, and a user interface, executes on a Hewlett Packard (HP) 300 series workstation and uses HP VEEtest development software and the C programming language. Software tools were developed for data processing and analysis, and to provide a database organized by frequency bands, test runs, and sensors. This paper describes the data acquisition system on board the aircraft and concentrates on the software portion. Hardware and software interfaces are illustrated and discussed. Particular attention is given to data acquisition and data format. The data reduction process is discussed in detail to provide insight into the characteristics, quality, and limitations of the data. An analysis of obstacles encountered during the data reduction process is presented. INTRODUCTION The goal of the FBL/PBW program is to provide advanced technology for future subsonic civil aircraft. This technology will include FBL/PBW systems and subsystems, modeling tools, and assessment techniques to aid in the prediction of the EME effects on flight critical electronics. The trend in commercial avionics is to integrate increasing numbers of digital computers into flight critical systems. In addition, the trend in aircraft construction is to use more composite materials, which may provide less radio frequency (RF) shielding than conventional metals. An increasing number of high power emitters will be operating in the future, putting more high powered radiation in the environment. Therefore, it is important for aircraft designers and developers to be equipped with EME modeling tools and assessment techiques that will enable them to understand the potential effects of radiation on aircraft electronics, design accordingly, and validate their designs. In support of the FBL/PBW program, a series of flight tests were conducted to collect data while an aircraft is flying through an electromagnetic environment. The primary objective was to provide actual flight test data to be used in the validation of field levels predicted by EME computational and statistical modeling codes. In addition, the flight test data were to be available to the EM community for application to the development of other computational electromagnetic techniques and analyses. This 1
3 paper describes the software for the data acquisition system used in the series of fly-by tests, and the methodology and software employed for the data reduction process. The flight test raw data were reduced to files containing columnar text that are organized by frequency, flight path, sensor, and time. The files contain the time of acquisition, the maximum levels detected by each sensor, and the aircraft position information at the time the field data were recorded. The data reside in a database that will be made available via a World Wide Web page. Of the original 70 Mbytes of raw data, 36 Mbytes of reduced data were produced. The original plan called for acquiring measurements in five different frequency bands, HF, VHF, UHF, S-Band, and C-Band; however, due to weather and time constraints, no S-Band data were taken. Frequencies were chosen based on available transmitter sources at the NASA Wallops Flight Facility and the Voice of America, Greenville, North Carolina. Data were collected at the sites at frequencies of 25 MHz, 173 MHz, 430 MHz, and 5400 MHz. The HF and VHF data were collected from a source emitting a continuous wave (CW), and the UHF and C-Band source emitted a pulsed signal. A flight test plan gives further details on the series of flight test experiments and locations. The author would like to acknowledge the guidance and contributions of both present and past team members. These members are Messrs. Kenneth Dudley, Charles Meissner, and Hal Carney, of NASA Langley Research Center, and Mr. Larry Corsa of Hewlett Packard. Also, credit is given to the NASA 757 crew members, the Aircraft Support Branch, and the Operations Engineering Branch for their support of the aircraft. FLIGHT TEST EXPERIMENT Configuration: The flight test data acquisition system was fully automated to allow for the acquisition of the greatest amount of information. Measurements of internal fields, external fields, and induced currents were acquired by multiplexing the sensors to the instruments by means of a switching matrix. Switching matrix details can be found in the working document entitled NASA FBL/PBW Program NASA Boeing 757 HIRF Test Plan Flight Tests. The data acquisition (DAQ) and control system structure are presented in Figure 1. The chart illustrates the interfaces between the software and hardware of the system, as well as the control and data flow. This discussion will concentrate only on the devices utilized by the data acquisition and control software. The flight test instrumentation included a pair of HP8560E spectrum analyzers, later referenced as SA1 and SA2, and two channels of an HP54710 digital oscilloscope, later referenced as DS1 and DS2. An HP 382 computer controller was used to control and access the measurement instruments via a General Purpose Interface Bus (GPIB). The aircraft ARINC 429 receiver and the global positioning system (GPS) receiver were accessed by the controller via a VXI bus and an RS232 serial port. Sensors on the aircraft 2
4 included VHF and UHF external antennas, a cabin long wire, a cabin D-Dot, an electronics bay D-Dot, a flight deck D-Dot, a cabin I-320, and an electronics bay I-320. The sensors were switched to the appropriate instruments in a predefined order. Figure 1 illustrates in some detail the various functions performed by the control software, including initialization, instrument set up, and continuous data acquisition. Details beyond the scope of this paper are provided in the previously mentioned flight test plan. The test plan discusses the complete flight test system including instrumentation, sensors, switching matrix, attenuators, and amplifiers. HARDWARE DAQ & Control SOFTWARE Init GPS, Verify & Init Set up Data Collection Loop ARINC Config Table Instruments ARINC-429 GPS VXI Driver RS232 Parameter Config Write to File Read P- Table Set up Scope Write to File Set switches Set Atten Read GPS, ARINC Read Scope & SA RS232 VXI Write to GPIB Write Driver File Driver to File Display Disk GPIB Disk Driver Driver Driver Driver GPS Switches Atten ARINC Display 429 Control Flow Data Flow 1 GB Disk Disk Figure 1: Control and Data Acquisiton System Structure Chart Scope SA1 SA2 3
5 Initialization and Setup: The software initialization functions included initializing processes to read from the ARINC 429 receiver and GPS receiver. The processes ran continuously, writing data into shared memory, where the main data acquisition software could retrieve the information and write it to disk. In addition, part of a configuration parameter table, presented in Figure 2, was initiated, verified, and recorded. The table contained instrument parameters and sensor switching order information. Elements of the configuration parameter table were used to set up the instruments and control the flow of data acquisition. The Measurement Number was used to determine data acquisition order, and the Sensor and Instrument fields were used to determine switching parameters. Input for controlling attenuation levels, trigger levels, and sensitivity levels were entered here. Measurement Number = 1-1 Sensor = VHF Instrument = Scope-3 Attenuation = 0 db Sensitivity = 20 mv/div Noise = 10 mv Trigger Level = 60 mv Figure 2 - A Portion of the Configuration Parameter Table The pair of spectrum analyzers and the digital scope were set up by using the parameters given in Figure 3. For the collection of data within the HF and VHF bands, the spectrum analyzer was considered to be more sensitive and therefore the primary measurement instrument. However, since the UHF and C-Band data were collected from a pulsed RF source, the digital scope was considered the primary instrument. Characteristics of the digital scope allowed measurement of the time signature, which was needed to determine pulse rise time. Setting the spectrum analyzers to a zero span established an amplitude versus time mode. The result was that only the power levels at the frequency of interest were measured. After set up, the state of the digital scope was saved in the instrument s preamble and then written to a file. The preamble included the scaling parameters, x and y origins, and x and y increments. The values were of particular importance to the data reduction computation that converted data from binary to scaled decimal format. During set up, DS2 was configured to trigger on DS1. If DS1 did not detect the assigned trigger level, it automatically triggered after 30 ms. 4
6 Spectrum Analyzer Parameters Center Frequency = frequency of interest Frequency Span = 0 Hz Resolution Bandwidth = 100 KHz Sweep Time = 50 ms Trace Data Format = binary Mode = single sweep Digital Scope Parameters Timebase Reference =.2us (horizontal) Vertical Scale = 50 mv/div Sample Rate = 4 Ghz Trigger Level = 60 mv Figure 3. Spectrum Analyzer and Digital Scope Setup Parameters. Data Acquisition: As illustrated in Figure 1, data acquisition occurs continuously during each test run, looping until stopped. A test run is defined as a flight test that is linked to a specified flight path, date, and time. First, the sensors are switched to the appropriate instruments utilizing the switching matrix, and the attenuators are set to a level defined in the configuration parameter table. After a settling time, data are acquired from the GPS receiver, the ARINC receiver, SA1, SA2, DS1, and DS2. It requires approximately two seconds to cycle through all the sensors, both switching and acquiring data. That time increment is defined as an epoch. Instrument data are written to files that are marked as either containing spectrum analyzer data or digital scope data. The results are spectrum analyzer data and digital scope data for each sensor. Each data file contains GPS and ARINC data, and two binary blocks of instrument data, waveform or spectrum. The acquisition process continues for an entire data run until stopped. The flight test plan illustrates several different flight paths of differing lengths. The result is that the data for differing data runs varies in the number of epochs and in the number of data files generated. Forty nine of the 56 test runs are considered valid and complete. DATA REDUCTION Design: The basic philosophy for the data reduction process was to verify the data at each reduction step by displaying it, analyzing it, and correlating it. By using this philosophy, the initial approach involved converting the binary data to scaled decimal format for each sensor and plotting waveforms and spectra to determine completeness, consistency, and validity of data. To accomplish this, display and analysis tools were developed in software. By using the display tools, the raw, transformed, and filtered DS waveforms were viewed. That allowed for a quick check of the data to determine missing or clipped data, and a relative comparison of sensor levels with respect to aircraft position. 5
7 Figure 4 presents the complete data reduction process, beginning with the raw data and ending with data plots and evaluations for each sensor. The process was developed and tested using the VHF data set. At each step in the process, it is possible to display the data for evaluation. To corroborate the accuracy of the measurements, the DS and SA data plots for a single sensor at a particular time are compared for similar patterns and levels. As the figure shows, the resulting VHF and HF portion of the database is generated from the SA data for each sensor. The process requires that the digital scope data be incorporated into the UHF and C-Band portion of the database. From that database, plots are generated and examined for reasonableness and accuracy. Digital Oscilloscope Sensor Data Reduction Binary data Convert ASCII Convert Wvfm Spctrm Fltd data FFT Filter Get V V->dB db Write to Sensor files Binary ->ASCII ASCII- Data 173 Mhz file >Scaled Pulsed wvfrm Apply Cals Cal d Pulsed waveform Write to file Database Sensor files Plot data Graphs Evaluate Spectrum Analyzer Sensor Data Reduction Binary data Convert ASCII Convert Spctrm Get db Apply Cal d db db->v/m V/m Database Sensor files Write to Plot Graphs Evaluate Binary->ASCII ASCII->Spectrum max db Cals file data db Write to file Sensor files GPS & ARINC data Get time & position data time & pos data Correlation SA Files DS Files Get SA Sensor File data Get DS Sensor File data SA data db Plot data DS data db Graph Compare DS & SA plots Figure 4: Data Reduction Process Data Flow Diagram 6
8 The objective of the reduction process is to convert the raw binary data recorded during each test run to a format usable for EME modeling and analysis code validation. The raw data are organized into HF, VHF, UHF, and C band sets of data runs. The raw data contain SA and DS data files that are organized and mapped to particular sensors. During data collection, sensors are switched to specific instruments in a predetermined order as defined by the configuration parameter table. The data extracted from each raw data file during the data reduction process are mapped to the appropriate sensor. The result is reduced data organized by sensors for each test run. Data Reduction Tools: The data reduction process was initially defined using the VHF data set, since it is the largest, most complete set, and contains CW data. Minor changes to the process were applied to data of different frequencies. Software prototypes were written to explore methods for extracting, converting, correlating, plotting, and analyzing the data for each sensor. The process required constant observation and evaluation of the data to determine the best techniques for producing reliable and valid data. The prototypes were quickly developed to display and analyze data. The Appendix contains an illustration of an actual computer display created by one of the software tools. It shows the raw time domain waveform, frequency domain, and filtered spectrum data from the two digital scope channels. Also displayed are the aircraft position data and the portion of the configuration parameter table that applies to the related instrument data. A similar display can be applied to the spectrum analyzer data. The individual software tools provided the basis for development of a data reduction tool set for analysis and reduction of the flight test data. All software was developed using HP VEEtest and the C language on an HP 382 workstation running the HP-UX operating system. Obstacles and Observations: During the development of the reduction process for the flight test data, analyses were performed to verify the accuracy of the instrument measurements. That involved comparing the DS data of a sensor with the SA data of the same sensor. The evaluation was initially performed using the VHF external antenna data from the VHF data set as more data were available for the sensor. The process followed that in Figure 4, Digital Oscilloscope Sensor Data Reduction, where the DS data were transformed, filtered, and the amplitude level extracted at a frequency of 173 MHz. The process proceeded through the data for an entire test run, and wrote the values to a file. The DS data from the file were then plotted. The SA data for the same sensor and test run were reduced to extract and save the maximum values of the data to a file. The result was two data files, one containing DS values and the other SA values for one sensor across one test run. The SA data were then plotted against the DS data. The method was extended to include the other sensors in the data set. 7
9 While most of the DS and SA data plots produced favorable comparisons, there were instances where the DS measurements did not closely agree in magnitude with the SA measurements. Further investigation revealed that during actual flight test data acquisition, a command was sent to set the DS vertical scaling levels. Sometimes that resulted in changes to the levels. It is believed that measurements were acquired before the instrument completed executing the scale command. If the scaling level were changing, the data acquired has shown to be suspect. That event, however, only affects half of the DS VHF antenna measurements, the DS flight deck D-Dot 60 measurements, and the DS cabin D-Dot 60 measurements. Out of the seven different sensors read during a single VHF test run, only the DS measurements of two sensors are questionable. That analysis was also applied to the other test bands. The HF data set proved to be similar to the VHF data set. Due to time constraints, a study of the results of the UHF data set and C-Band data set is incomplete. Since the primary measurement instrument for the HF and VHF bands was the spectrum analyzer, the data sets were reduced by using the acquired spectrum analyzer data and are included in the database. The reduced UHF and C-Band data sets will require additional study. Since the data sets contain pulsed data, and the DS was considered the primary instrument, further study and verification is considered fundamental. At this time, the database contains 41 test runs of reduced data acquired by the spectrum analyzer for the VHF and HF data sets. It is expected that additional data will be added as further evaluations are completed. Database Structure: Using the data reduction process as previously described, all sensor data collected via a spectrum analyzer from the HF and VHF frequency bands were processed and written to data files. The files were organized by frequency bands, test runs, and sensors. Included within each file in columnar text format and in sequential order were the measured levels, time, and aircraft position data for one test run. The data were recorded in seven columns, which are identified as follows: Measured Time Latitude Longitude Bearing Distance Altitude (V/m) (hhmmss) (deg,min) (deg,min) (deg) (nautical miles) (AGL feet) Data file names reflect the type of sensor data contained in the file: vhf.dat External VHF antenna uhf.dat External UHF antenna clw.dat Cabin long wire fd60.dat Flight deck D-Dot 60 cd60.dat Cabin D-Dot 60 8
10 ed60.dat Electronics bay D-Dot 60 ci320.dat Cabin I-320 ei320.dat Electronics bay I-320 CONCLUSIONS The collection of EME data during the NASA B757 flight tests was completed in The data acquisition and control software used during the test provided extensive automation of the process. A data reduction process was developed to reduce the flight data to a form that could be used to validate EME modeling predictions. The process was intended to be a rigorous application of reduction methods and analyses. The VHF data set was initially used to develop the reduction process, which was later extended to the other data sets. Observations during the reduction process revealed valid digital scope and spectrum analyzer measurements for both the VHF and HF data sets with the exception of the DS measurements from two of the sensors. The database was entirely populated with the sound data. No questionable data was included. The reduction of the VHF and HF data sets were completed and placed into a database that will soon be available. The UHF and C-Band data have undergone part of the reduction process, but require further study. 9
11 APPENDIX Data Reduction Display Tool 10
12 Tue 17/Dec/ :02:29 EST 1 File Edit Debug Flow Device I/O Data Math AdvMath Display Help 50m Mag 10m/ Trace1 50m Auto Scale 00: 01: 02: 03: 04: 05: 06: 07: 08: Trace1 0.3 Mag 100m/ 0.3 Auto Scale Waveform (Time) Ch1 Start set scope data scale factors record input & set testfreq 0 Getting Dir Names 0.2u Time 20n/ Waveform (Time) Ch3 Mag 0.5/ ch1 Auto Scale 35 Until Break Mag 5/ Get Data Directory List ch1 select new dir, create data 0dir Display Oscilloscope Data Magnitude Spectrum fft ch G Freq 500M/ x: 175M y: Magnitude Spectrum fft ch3 Copy setup.dat 0 2.5G Auto Scale Freq 500M/ Auto Scale 0 load *.cfg and cable 0.2u cal filenames to dataarray Time 20n/ x: 175M y: DSsensArray=scope sensitivity data file name Measurement Number = 1 1 Sensor = VHF Instrument = Scope 3 Attenuation = 0 db Sensitivity = 200 mv/div Noise = 10 mv Trigger Level = 60 mv Measurement Number = 1 2 Sensor = CLW dataarray > attenarray /usr/users/flytest/rawdata/va /172811/002_0.scp IRIG time: Bearing: Distance: 1.6 get filenames GroundSpeed: 216 Altitude: 3304 Magnitude Spectrum filtered Ch1 3 Mag 0.5/ Trace1 0 Auto Scale Trace G Freq 500M/ x: 175M y: Magnitude Spectrum filtered Ch3 30 Mag 5/ G Freq 500M/ x: 175M y: OK
RFSPACE CLOUD-IQ #CONNECTED SOFTWARE DEFINED RADIO
CLOUD-IQ #CONNECTED SOFTWARE DEFINED RADIO 1 - SPECIFICATIONS Cloud-IQ INTRODUCTION The Cloud-IQ is a high performance, direct sampling software radio with an ethernet interface. It offers outstanding
MATRIX TECHNICAL NOTES
200 WOOD AVENUE, MIDDLESEX, NJ 08846 PHONE (732) 469-9510 FAX (732) 469-0418 MATRIX TECHNICAL NOTES MTN-107 TEST SETUP FOR THE MEASUREMENT OF X-MOD, CTB, AND CSO USING A MEAN SQUARE CIRCUIT AS A DETECTOR
Specmaster: A Simple Spectrum Monitoring Tool
Introduction Specmaster: A Simple Spectrum Monitoring Tool Brian Hicks, Paul Ray (NRL), Nagini Paravastu (ASEE/NRL), Robert Duffin (George Mason University), Steve Ellingson (VA Tech) The Specmaster software
Power Amplifier Gain Compression Measurements
Technical Brief Power Amplifier Gain Compression Measurements GPIB Private Bus Sweep Out Sweep In Pulse In AC Mod Out Blank/Marker Out Blanking In Overview The 1 db gain compression of an amplifier describes
Recommendations for TDR configuration for channel characterization by S-parameters. Pavel Zivny IEEE 802.3 100GCU Singapore, 2011/03 V1.
Recommendations for TDR configuration for channel characterization by S-parameters Pavel Zivny IEEE 802.3 100GCU Singapore, 2011/03 V1.0 Agenda TDR/TDT measurement setup TDR/TDT measurement flow DUT electrical
Department of Electrical and Computer Engineering Ben-Gurion University of the Negev. LAB 1 - Introduction to USRP
Department of Electrical and Computer Engineering Ben-Gurion University of the Negev LAB 1 - Introduction to USRP - 1-1 Introduction In this lab you will use software reconfigurable RF hardware from National
A comparison of radio direction-finding technologies. Paul Denisowski, Applications Engineer Rohde & Schwarz
A comparison of radio direction-finding technologies Paul Denisowski, Applications Engineer Rohde & Schwarz Topics General introduction to radiolocation Manual DF techniques Doppler DF Time difference
Technical Datasheet Scalar Network Analyzer Model 8003-10 MHz to 40 GHz
Technical Datasheet Scalar Network Analyzer Model 8003-10 MHz to 40 GHz The Giga-tronics Model 8003 Precision Scalar Network Analyzer combines a 90 db wide dynamic range with the accuracy and linearity
Fast and Accurate Test of Mobile Phone Boards
Products: R&S FSP Fast and Accurate Test of Mobile Phone Boards Short test times in conjunction with accurate and repeatable measurement results are essential when testing and calibrating mobile phones
Spectrum and Power Measurements Using the E6474A Wireless Network Optimization Platform
Application Note Spectrum and Power Measurements Using the E6474A Wireless Network Optimization Platform By: Richard Komar Introduction With the rapid development of wireless technologies, it has become
EE 186 LAB 2 FALL 2004. Network Analyzer Fundamentals and Two Tone Linearity
Network Analyzer Fundamentals and Two Tone Linearity Name: Name: Name: Objective: To become familiar with the basic operation of a network analyzer To use the network analyzer to characterize the in-band
Cell Phone Vibration Experiment
Objective Cell Phone Vibration Experiment Most cell phones are designed to vibrate. But at what frequency do they vibrate? With an accelerometer, data acquisition and signal analysis the vibration frequency
R&S ZNBT8 Vector Network Analyzer Specifications
ZNBT8_dat-sw_en_3606-9727-22_v0200_cover.indd 1 Data Sheet 02.00 Test & Measurement R&S ZNBT8 Vector Network Analyzer Specifications 20.05.2014 08:39:42 CONTENTS Definitions... 3 Measurement range... 4
Impedance 50 (75 connectors via adapters)
VECTOR NETWORK ANALYZER PLANAR TR1300/1 DATA SHEET Frequency range: 300 khz to 1.3 GHz Measured parameters: S11, S21 Dynamic range of transmission measurement magnitude: 130 db Measurement time per point:
Spectrum Analyzers And Network Analyzers. The Whats, Whys and Hows...
Spectrum Analyzers And Network Analyzers The Whats, Whys and Hows... Bertrand Zauhar, VE2ZAZ [email protected] June 2010 Today's Program Definitions of Spectrum and Network Analyzers, Differences between
Lab 3: Introduction to Data Acquisition Cards
Lab 3: Introduction to Data Acquisition Cards INTRODUCTION: In this lab, you will be building a VI to display the input measured on a channel. However, within your own VI you will use LabVIEW supplied
Video eavesdropping- RF
Security : Forensic Signal Analysis: MPHIL ACS 2009 Security : Forensic Signal Analysis Video eavesdropping- RF Y.K. Roland Tai 1. Introduction 2. History of TEMPEST 3. Type of RF leakages 4. Counter-measures.
AN1200.04. Application Note: FCC Regulations for ISM Band Devices: 902-928 MHz. FCC Regulations for ISM Band Devices: 902-928 MHz
AN1200.04 Application Note: FCC Regulations for ISM Band Devices: Copyright Semtech 2006 1 of 15 www.semtech.com 1 Table of Contents 1 Table of Contents...2 1.1 Index of Figures...2 1.2 Index of Tables...2
Agilent Technologies 3000 Series Oscilloscopes
Agilent Technologies 3000 Series Oscilloscopes Data Sheet The performance and features you need at the industry s lowest price Features: 60 to 200 MHz bandwidths 1 GSa/s maximum sample rate Large 15-cm
Data Transmission. Data Communications Model. CSE 3461 / 5461: Computer Networking & Internet Technologies. Presentation B
CSE 3461 / 5461: Computer Networking & Internet Technologies Data Transmission Presentation B Kannan Srinivasan 08/30/2012 Data Communications Model Figure 1.2 Studying Assignment: 3.1-3.4, 4.1 Presentation
INTRODUCTION TO COMMUNICATION SYSTEMS AND TRANSMISSION MEDIA
COMM.ENG INTRODUCTION TO COMMUNICATION SYSTEMS AND TRANSMISSION MEDIA 9/6/2014 LECTURES 1 Objectives To give a background on Communication system components and channels (media) A distinction between analogue
Application Note Receiving HF Signals with a USRP Device Ettus Research
Application Note Receiving HF Signals with a USRP Device Ettus Research Introduction The electromagnetic (EM) spectrum between 3 and 30 MHz is commonly referred to as the HF band. Due to the propagation
Antenna Measurements with the Network Analyzer. Presented by Ernie Jackson RF/uW Applications Engineer Agilent Technologies
Antenna Measurements with the Network Analyzer Presented by Ernie Jackson RF/uW Applications Engineer Agilent Technologies Purpose During this presentation you will: Learn about interface requirements
RF Measurements Using a Modular Digitizer
RF Measurements Using a Modular Digitizer Modern modular digitizers, like the Spectrum M4i series PCIe digitizers, offer greater bandwidth and higher resolution at any given bandwidth than ever before.
Performing Amplifier Measurements with the Vector Network Analyzer ZVB
Product: Vector Network Analyzer R&S ZVB Performing Amplifier Measurements with the Vector Network Analyzer ZVB Application Note This document describes typical measurements that are required to be made
APPLICATION NOTE GaGe CompuScope 14200-based Lightning Monitoring System
APPLICATION NOTE GaGe CompuScope 14200-based Lightning Monitoring System Challenge A customer needed to upgrade an older data acquisition unit for a real-time lightning monitoring system. Unlike many lightning
R&S ZNC Vector Network Analyzer Specifications
ZNC3_dat-sw_en_5214-5610-22_v0300_cover.indd 1 Data Sheet 03.00 Test & Measurement R&S ZNC Vector Network Analyzer Specifications 04.09.2012 13:39:47 CONTENTS Definitions... 3 Measurement range... 4 Measurement
Agilent N2717A Service Software Performance Verification and Adjustment Software for the Agilent ESA Spectrum Analyzers Product Overview
Agilent N2717A Service Software Performance Verification and Adjustment Software for the Agilent ESA Spectrum Analyzers Product Overview Reduce your cost of ownership by minimizing time to calibrate and
Selecting Receiving Antennas for Radio Tracking
Selecting Receiving Antennas for Radio Tracking Larry B Kuechle, Advanced Telemetry Systems, Inc. Isanti, Minnesota 55040 [email protected] The receiving antenna is an integral part of any radio location
Application Note: Spread Spectrum Oscillators Reduce EMI for High Speed Digital Systems
Application Note: Spread Spectrum Oscillators Reduce EMI for High Speed Digital Systems Introduction to Electro-magnetic Interference Design engineers seek to minimize harmful interference between components,
Email: [email protected]
USE OF VIRTUAL INSTRUMENTS IN RADIO AND ATMOSPHERIC EXPERIMENTS P.N. VIJAYAKUMAR, THOMAS JOHN AND S.C. GARG RADIO AND ATMOSPHERIC SCIENCE DIVISION, NATIONAL PHYSICAL LABORATORY, NEW DELHI 110012, INDIA
FFT Spectrum Analyzers
FFT Spectrum Analyzers SR760 and SR770 100 khz single-channel FFT spectrum analyzers SR760 & SR770 FFT Spectrum Analyzers DC to 100 khz bandwidth 90 db dynamic range Low-distortion source (SR770) Harmonic,
RIGOL Data Sheet. DS1000E, DS1000D Series Digital Oscilloscopes DS1102E, DS1052E, DS1102D, DS1052D. Product Overview. Applications. Easy to Use Design
RIGOL Data Sheet DS1000E, DS1000D Series Digital Oscilloscopes DS1102E, DS1052E, DS1102D, DS1052D Product Overview DS1000E, DS1000D series are kinds of economical digital oscilloscope with high-performance.
Jeff Thomas Tom Holmes Terri Hightower. Learn RF Spectrum Analysis Basics
Jeff Thomas Tom Holmes Terri Hightower Learn RF Spectrum Analysis Basics Learning Objectives Name the major measurement strengths of a swept-tuned spectrum analyzer Explain the importance of frequency
How To Use A High Definition Oscilloscope
PRELIMINARY High Definition Oscilloscopes HDO4000 and HDO6000 Key Features 12-bit ADC resolution, up to 15-bit with enhanced resolution 200 MHz, 350 MHz, 500 MHz, 1 GHz bandwidths Long Memory up to 250
Eight Ways to Increase GPIB System Performance
Application Note 133 Eight Ways to Increase GPIB System Performance Amar Patel Introduction When building an automated measurement system, you can never have too much performance. Increasing performance
Embest DSO2300 USB Oscilloscope
Embest DSO2300 USB Oscilloscope - 8-bit, 100Ms/s, 50MHz, 2-channel USB1.1/2.0 Compatible Digital Storage Oscilloscope - Multi-functions Including Logic Analyzer, Spectrum Analyzer (FFT), Record & Playback
Harmonics and Noise in Photovoltaic (PV) Inverter and the Mitigation Strategies
Soonwook Hong, Ph. D. Michael Zuercher Martinson Harmonics and Noise in Photovoltaic (PV) Inverter and the Mitigation Strategies 1. Introduction PV inverters use semiconductor devices to transform the
Data Acquisition Using NI-DAQmx
Instructor s Portion Data Acquisition Using NI-DAQmx Wei Lin Department of Biomedical Engineering Stony Brook University Summary This experiment requires the student to use NI-DAQmx to acquire voltage
Network analyzer and spectrum analyzer two in one
R&S ZVL Vector Network Analyzer Network analyzer and spectrum analyzer two in one The R&S ZVL is the lightest and smallest vector network analyzer in its class. On top of this, it can be used as a full-featured
Electronic Communications Committee (ECC) within the European Conference of Postal and Telecommunications Administrations (CEPT)
Page 1 Electronic Communications Committee (ECC) within the European Conference of Postal and Telecommunications Administrations (CEPT) ECC RECOMMENDATION (06)01 Bandwidth measurements using FFT techniques
Electrical Resonance
Electrical Resonance (R-L-C series circuit) APPARATUS 1. R-L-C Circuit board 2. Signal generator 3. Oscilloscope Tektronix TDS1002 with two sets of leads (see Introduction to the Oscilloscope ) INTRODUCTION
AM/FM/ϕM Measurement Demodulator FS-K7
Data sheet Version 02.00 AM/FM/ϕM Measurement Demodulator FS-K7 July 2005 for the Analyzers FSQ/FSU/FSP and the Test Receivers ESCI/ESPI AM/FM/ϕM demodulator for measuring analog modulation parameters
Agilent U2000 Series USB Power Sensors
Agilent U2000 Series USB Power Sensors GSM Timeslot Burst Power Measurement Product Note Table of Content Introduction 2 Measuring GSM Timeslot 4 Signal Overview of Agilent U2000 5 Series USB Power Sensors
Use Data Budgets to Manage Large Acoustic Datasets
Use Data Budgets to Manage Large Acoustic Datasets Introduction Efforts to understand the health of the ocean have increased significantly in the recent past. These efforts involve among other things,
Coaxial Cable Feeder Influence on Yagi Antenna Dragoslav Dobričić, YU1AW [email protected]
Coaxial Cable Feeder Influence on Yagi Antenna Dragoslav Dobričić, YU1AW [email protected] Introduction o far, in several previous articles [1, 2, 3], we investigated how boom radius and its S distance
RF Network Analyzer Basics
RF Network Analyzer Basics A tutorial, information and overview about the basics of the RF Network Analyzer. What is a Network Analyzer and how to use them, to include the Scalar Network Analyzer (SNA),
Engineering Sciences 151. Electromagnetic Communication Laboratory Assignment 3 Fall Term 1998-99
Engineering Sciences 151 Electromagnetic Communication Laboratory Assignment 3 Fall Term 1998-99 WAVE PROPAGATION II: HIGH FREQUENCY SLOTTED LINE AND REFLECTOMETER MEASUREMENTS OBJECTIVES: To build greater
Measuring Temperature withthermistors a Tutorial David Potter
NATIONAL INSTRUMENTS The Software is the Instrument Application Note 065 Measuring Temperature withthermistors a Tutorial David Potter Introduction Thermistors are thermally sensitive resistors used in
Software Defined Radio
Software Defined Radio GNU Radio and the USRP Overview What is Software Defined Radio? Advantages of Software Defined Radio Traditional versus SDR Receivers SDR and the USRP Using GNU Radio Introduction
SIGNAL GENERATORS and OSCILLOSCOPE CALIBRATION
1 SIGNAL GENERATORS and OSCILLOSCOPE CALIBRATION By Lannes S. Purnell FLUKE CORPORATION 2 This paper shows how standard signal generators can be used as leveled sine wave sources for calibrating oscilloscopes.
EECC694 - Shaaban. Transmission Channel
The Physical Layer: Data Transmission Basics Encode data as energy at the data (information) source and transmit the encoded energy using transmitter hardware: Possible Energy Forms: Electrical, light,
Vibration analysis and monitoring Compact. Powerful. Modern technology.
Vibration analysis and monitoring Compact. Powerful. Modern technology. Maximum performance Vibration measurement with state of the art processor technology Expert Vibro is Delphin Technology's new device
ECE 435 INTRODUCTION TO THE MICROWAVE NETWORK ANALYZER
ECE 435 INTRODUCTION TO THE MICROWAVE NETWORK ANALYZER Latest revision: October 1999 Introduction A vector network analyzer (VNA) is a device capable of measuring both the magnitude and phase of a sinusoidal
Using a Modified Hewlett Packard 8410 Network Analyzer as an Automated Far-Field Antenna Range Receiver
/h' -3...3 NASA Technical Memorandum ]03700._. Using a Modified Hewlett Packard 8410 Network Analyzer as an Automated Far-Field Antenna Range Receiver (NASA-TM-I03700) USING A MOUIFIED HEWLETT NqI-IC_349
Agilent N8973A, N8974A, N8975A NFA Series Noise Figure Analyzers. Data Sheet
Agilent N8973A, N8974A, N8975A NFA Series Noise Figure Analyzers Data Sheet Specifications Specifications are only valid for the stated operating frequency, and apply over 0 C to +55 C unless otherwise
Measurement, analysis, and monitoring of RF signals
NRA-2500, NRA-3000 and NRA-6000 Narda Remote Spectrum Analyzer Measurement, analysis, and monitoring of RF signals 19" rack mountable Spectrum Analyzer for remote controlled measurements and analysis of
Calibration Guide. Agilent Technologies ESG Vector Signal Generator
Calibration Guide Agilent Technologies ESG Vector Signal Generator This guide applies to signal generator models and associated serial number prefixes listed below. Depending on your firmware revision,
U1602A Handheld Oscilloscopes, 20 MHz
Products & Services Technical Support Buy Industries About Agilent United States Home >... > Oscilloscopes > U1600A Series handheld oscilloscopes (2 models) > U1602A Handheld Oscilloscopes, 20 MHz Product
AN003. Evaluation of Anechoic Chambers For EMC Measurements Using A CNE. Overview. CNE III 9kHz to 2GHz Conducted and radiated output
Evaluation of Anechoic Chambers For EMC Measurements Using A CNE Overview Anechoic chambers are used for EMC testing primarily for radiated emissions (RE) and radiated immunity (RI) in the frequency range
DAQlink III System 24 bit Acquisition System
DAQlink III System 24 bit Acquisition System User s Manual DAQlink III System User s Manual Printed in U.S.A. 2008 Seismic Source Co. All rights reserved. This document may not be reproduced in any form
RF Communication System. EE 172 Systems Group Presentation
RF Communication System EE 172 Systems Group Presentation RF System Outline Transmitter Components Receiver Components Noise Figure Link Budget Test Equipment System Success Design Remedy Transmitter Components
ECONseries Low Cost USB DAQ
ECONseries Low Cost USB Data Acquisition Modules ECONseries Low Cost USB DAQ The ECONseries is a flexible yet economical series of multifunction data acquisition modules. You choose the number of analog
HIGH RELIABILITY POWER SUPPLY TESTING
HIGH RELIABILITY POWER SUPPLY TESTING Dale Cigoy Keithley Instruments, Inc. The reliability of a power supply must match or exceed the rest of the system in which it is installed. Generally, this requires
Successfully negotiating the PCI EXPRESS 2.0 Super Highway Towards Full Compliance
Successfully negotiating the PCI EXPRESS 2.0 Super Highway Towards Full Compliance Page 1 Agenda Introduction PCIe 2.0 changes from 1.0a/1.1 Spec 5GT/s Challenges Error Correction Techniques Test tool
Application Note Noise Frequently Asked Questions
: What is? is a random signal inherent in all physical components. It directly limits the detection and processing of all information. The common form of noise is white Gaussian due to the many random
Signal Hound Broadband Spectrum Analyzer Application Programming Interface(API)
TEST EQUIPMENT PLUS Signal Hound Broadband Spectrum Analyzer Application Programming Interface(API) Programmers Reference Manual Version 2.0.4 Justin Crooks & Andrew Montgomery 8/25/2014 Requirements,
HP 8970B Option 020. Service Manual Supplement
HP 8970B Option 020 Service Manual Supplement Service Manual Supplement HP 8970B Option 020 HP Part no. 08970-90115 Edition 1 May 1998 UNIX is a registered trademark of AT&T in the USA and other countries.
FREQUENCY RESPONSE ANALYZERS
FREQUENCY RESPONSE ANALYZERS Dynamic Response Analyzers Servo analyzers When you need to stabilize feedback loops to measure hardware characteristics to measure system response BAFCO, INC. 717 Mearns Road
ANALYZER BASICS WHAT IS AN FFT SPECTRUM ANALYZER? 2-1
WHAT IS AN FFT SPECTRUM ANALYZER? ANALYZER BASICS The SR760 FFT Spectrum Analyzer takes a time varying input signal, like you would see on an oscilloscope trace, and computes its frequency spectrum. Fourier's
Honeywell Primus HF 1050 HF Radio System
Honeywell Primus HF 1050 HF Radio System 1 HF Technical Description Honeywell s new 28Vdc HF radio advances the performance and capability of our HF systems to meet the emerging needs of the HF market
EMIT. RF Cosite and Coexistence RFI Modeling and Mitigation
RF Cosite and Coexistence RFI Modeling and Mitigation EMIT provides a powerful new capability to the ANSYS RF Option. It is used to predict radio frequency interference (RFI) in complex environments containing
Agilent PN 8753-1 RF Component Measurements: Amplifier Measurements Using the Agilent 8753 Network Analyzer. Product Note
Agilent PN 8753-1 RF Component Measurements: Amplifier Measurements Using the Agilent 8753 Network Analyzer Product Note 2 3 4 4 4 4 6 7 8 8 10 10 11 12 12 12 13 15 15 Introduction Table of contents Introduction
USB 3.0* Radio Frequency Interference Impact on 2.4 GHz Wireless Devices
USB 3.0* Radio Frequency Interference Impact on 2.4 GHz Wireless Devices White Paper April 2012 Document: 327216-001 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE,
DDX 7000 & 8003. Digital Partial Discharge Detectors FEATURES APPLICATIONS
DDX 7000 & 8003 Digital Partial Discharge Detectors The HAEFELY HIPOTRONICS DDX Digital Partial Discharge Detector offers the high accuracy and flexibility of digital technology, plus the real-time display
1975-2004 GOOD WILL Instrument Co., Ltd. All rights reserved.
Introduction to 3GHz Spectrum Analyzer of Instek Front side Features Rear side 1Frequency Adjustment 2Ref. Input 3Ref. Out 4Ext. Trigger 5GPIB 6RS232 11 12 13 7USB 8VGA Output 9Ear Phone DC Input 11 Battery
Scalar Network Analysis with the HP 8590 Series Spectrum Analyzers Product Overview
This literature was published years prior to the establishment of Agilent Technologies as a company independent from Hewlett-Packard and describes products or services now available through Agilent. It
Ultra640 SCSI Measured Data from Cables & Backplanes
T10/01-224r0 Ultra640 SCSI Measured Data from Cables & Backplanes Russ Brown Maxtor Corporation Parallel SCSI Working Group 17 July 2001 Colorado Springs, CO Introduction The following presents some of
AFG-100/200 series USB Modular Arbitrary Function Generator. Date: Oct, 2014
AFG-100/200 series USB Modular Arbitrary Function Generator Date: Oct, 2014 Outline Product Overview Feature, Advantage and Benefit Comparison Chart Ordering Information 22 Product information AFG-125,
Appendix A: REINFORCED STRUCTURE INTEGRITY MONITORING (RSIM) USER S MANUAL
Appendix A: REINFORCED STRUCTURE INTEGRITY MONITORING (RSIM) USER S MANUAL A.1 INTRODUCTION This user s manual will help a new user get acquainted with the software and hardware components for the REINFORCED
CW46S GPS Sensor P R O D U C T B R I E F. Description. Features. Applications. Block Diagram
P R O D U C T B R I E F CW46S GPS Sensor Description The CW46S GPS sensor is a fully integrated module that includes a CW25 GPS receiver, DC/DC converter, RS232 or RS422 interface options and active GPS
Optimizing IP3 and ACPR Measurements
Optimizing IP3 and ACPR Measurements Table of Contents 1. Overview... 2 2. Theory of Intermodulation Distortion... 2 3. Optimizing IP3 Measurements... 4 4. Theory of Adjacent Channel Power Ratio... 9 5.
TCB Workshop. Unlicensed National Information Infrastructure Devices (U-NII)/Dynamic Frequency Selection (DFS)
1 TCB Workshop Unlicensed National Information Infrastructure Devices (U-NII)/Dynamic Frequency Selection (DFS) Andrew Leimer Office of Engineering and Technology/Equipment Authorization Branch FCC Laboratory
1. The Slotted Line. ECE 584 Microwave Engineering Laboratory Experiments. Introduction:
ECE 584 Microwave Engineering Laboratory Experiments 1. The Slotted Line Introduction: In this experiment we will use a waveguide slotted line to study the basic behavior of standing waves and to measure
NEW PRODUCT ANNOUCEMENT
URRllEN TECHNOLOGY NEW PRODUCT ANNOUCEMENT ADS1000CL+ / CML DSO Series 25MHz ~ 200MHz We are glad to introduce to our global customers our new series of Digital Storage Oscilloscope under ADS1000 CL+ &
Network Analyzer Operation
Network Analyzer Operation 2004 ITTC Summer Lecture Series John Paden Purposes of a Network Analyzer Network analyzers are not about computer networks! Purposes of a Network Analyzer Measures S-parameters
MANUAL FOR RX700 LR and NR
MANUAL FOR RX700 LR and NR 2013, November 11 Revision/ updates Date, updates, and person Revision 1.2 03-12-2013, By Patrick M Affected pages, ETC ALL Content Revision/ updates... 1 Preface... 2 Technical
DDX 7000 & 8003. Digital Partial Discharge Detectors FEATURES APPLICATIONS
DDX 7000 & 8003 Digital Partial Discharge Detectors The HAEFELY HIPOTRONICS DDX Digital Partial Discharge Detector offers the high accuracy and flexibility of digital technology, plus the real-time display
Summer of LabVIEW The Sunny Side of System Design
Summer of LabVIEW The Sunny Side of System Design 30th June - 18th July 1 Real Time Spectrum Monitoring and Signal Intelligence Abhay Samant Section Manager RF and PXI Aerospace and Defence National Instruments
Evaluating Cell Phone and Personal Communications Equipment and their EMC Effects on Automotive Audio and In-Cabin Modules
Evaluating Cell Phone and Personal Communications Equipment and their EMC Effects on Automotive Audio and In-Cabin Modules Craig W. Fanning Elite Electronic Engineering, Inc. 1516 Centre Circle Downers
Report Of. Shielding Effectiveness Test For. SafeSleeve Radiation Shielding Technology. Test Date(s): June 07 June 09, 2015
Report Of Shielding Effectiveness Test For SafeSleeve Radiation Shielding Technology Test Date(s): June 07 June 09, 2015 Issue Date: June 10, 2015 UST Project No: 15-0137 Total Number of Pages Contained
The main purpose of the study was to answer the three following questions:
MEETING DATE: March 19, 2003 SUBJECT: Cellular Phones In The Subway RECOMMENDATION It is recommended that: 1. the Commission authorize staff to issue a Request for Expression of Interest (REOI) to determine
Avionics. IFR 4000 Nav/Comm Test Set
Avionics IFR 4000 Nav/Comm Test Set The IFR 4000 is a compact, lightweight and weatherproof unit designed for testing ILS, VOR, Marker Beacon and VHF/UHF Communications avionics systems. Accurate measurement
About Me" List of Lectures" In This Course" Mobile and Sensor Systems. Lecture 1: Introduction to Wireless Systems" " Dr. Cecilia Mascolo" "
About Me Reader in Mobile Systems NetOS Research Group Research on Mobile, Social and Sensor Systems More specifically, Human Mobility and Social Network modelling Opportunistic Mobile Networks Mobile
Building a Simulink model for real-time analysis V1.15.00. Copyright g.tec medical engineering GmbH
g.tec medical engineering GmbH Sierningstrasse 14, A-4521 Schiedlberg Austria - Europe Tel.: (43)-7251-22240-0 Fax: (43)-7251-22240-39 [email protected], http://www.gtec.at Building a Simulink model for real-time
Frequency selective monitoring and logging of environmental electromagnetic fields
FREQUENCY SELECTIVE EMF AREA MONITOR AMS-8060 Frequency selective monitoring and logging of environmental electromagnetic fields Up to 20 fully programmable frequency bands Real built-in spectrum analyser
P/N 135A-970-022 FAA Approved: 12/6/2007 Section 9 Initial Release Page 1 of 8
FAA APPROVED AIRPLANE FLIGHT MANUAL SUPPLEMENT FOR GARMIN SL40 NAV/COMM Serial No: Registration No: When the GARMIN SL40 COM radio is installed in the Liberty Aerospace XL-2, this supplement is applicable
Jeff Thomas Tom Holmes Terri Hightower. Learn RF Spectrum Analysis Basics
Jeff Thomas Tom Holmes Terri Hightower Learn RF Spectrum Analysis Basics Agenda Overview: Spectrum analysis and its measurements Theory of Operation: Spectrum analyzer hardware Frequency Specifications
One Port Network Analyzer
99 Washington Street Melrose, MA 02176 Phone 781-665-1400 Toll Free 1-800-517-8431 Visit us at www.testequipmentdepot.com One Port Network Analyzer 5.4GHz Impendance : 50Ω(75Ωconnectors via adapters) Test
