FSK Transmitter/Receiver Simulation Using AWR VSS

Size: px
Start display at page:

Download "FSK Transmitter/Receiver Simulation Using AWR VSS"

Transcription

1 FSK Transmitter/Receiver Simulation Using AWR VSS Developed using AWR Design Environment 9b This assignment uses the AWR VSS project titled TX_RX_FSK_9_91.emp which can be found on the MUSE website. It requires software version 9b or later; if you need to update your software click on Help Check for update from the main window in the AWR design environment. Instructions for obtaining a node-locked (for personal use) educational version of MWO: Go to Here you can make your own license which will be sent to you through . You will also be provided a link to the software download area. If you are already registered on the AWR website you will use that same account to get the software. If you are not previously registered the license generation will send you another with the account login information. (See end of document for step-by-step procedure.) Overview In this project you will run various simulations of a transmit-receive system that uses frequency-shiftkeyed modulation. In particular you will analyze the microwave spectrum of the transmitted and received signals, the transmitted and received bit streams, and the overall bit error rate (BER) of the system. The goal is to examine how changes in system parameters such as amplifier and antenna gain, amplifier compression, and noise affect the signal quality and system performance. The simplified system you will use is shown in the figure below. It consists of the following components, starting from the left-hand side: Signal source: o A binary digital source that generates a random bit stream, and a digital-to-analog converter (this is the information signal ) o A 5. GHz continuous wave local oscillator signal (the carrier signal ) o An FM modulator Transmitter front-end: o A power amplifier (PA) o A transmit antenna Receiver front-end: o A receive antenna (this block is also where you will specify path loss) o An additive white Gaussian noise channel, AWGN; in this block the noise is added to the spectrum o A low noise amplifier (LNA) Signal detection: 1

2 o Filter, discriminator and integrator (this combination acts on the baseband signal, so we do not need to include frequency down-conversion blocks, and demodulates the FSK signal) o An analog-to-digital converter Signal measurement: o A bit-error-rate meter o A signal aligner that insures that the original random data stream is synchronized with the demodulated data stream to facilitate the BER measurement TX Antenna TX_ANTENNA ID=S1 ANTGAIN= db NOISE=Auto RX Antenna RX_ANTENNA ID=S PATHLOSS=Path_Loss db ANTGAIN= db NOISE=Auto Binary Digital Source (RND_D) RND_D ID=A M= RATE=1e4 ID=Data D DAC ID=A3 DAC SINE ID=A5 FRQ=5. GHz AMPL= PHS= Deg CTRFRQ= SMPFRQ= A FM Modulator Tx LO 1 FM_MOD ID=A4 KF=353.5 ID=FSK PA 3 AMP_B ID=A11 GAIN=PA_GAIN db P1DB=PA_P1dB dbw IP3= IP= MEASREF= OPSAT= NF= db NOISE=Auto RFIFRQ= PA_GAIN = PA_P1dB =1 Path_Loss = -76 ID=PA_1 Channel_Noise = sweep(stepped(-84,-14,-4)) Channel_Noise = sweep(stepped(-84,-9,-4)) Channel_Noise = -14 AWGN ID=A1 PWR=Channel_Noise PWRTYP=Single-sided PSD (dbm/hz) LOSS= db ID=AWGN_1 PLSSHP ID=F1 ID=LNA_1 PLSTYP=Gaussian (BT) ALPHA=.5 PLSLN= NRMTYP=Unit Pulse Gain IMPTYP=Auto NL_AMP ID=A14 GAIN=1 db P1DB=-3 dbm IP3=7.1 dbm IPH=17.1 dbm NF=1 db NOISE=Auto AWGN RX Amplifier FM_DSCRM ID=A7 GAIN=1/353.5 IPHS= ID=Discrim NFFT= NAVG= WNDTYP=Auto SMPSYM= INTG_DMP ID=A8 N=8 INTGTYP=Sum*Time Step dt ID=INT_Dump NFFT= NAVG= WNDTYP=Auto WNDPAR= WNDWHN=Auto SLDFRC=.5 SMPSYM= MSKTYP=Pass-Symmetric ADC ID=A9 M= SMPSYM= Filter Discriminator Integrate & Dump ADC A D ID=ADC NFFT= NAVG= WNDTYP=Auto BUFSZ= ALIGN ID=A1 N= REEVAL= CORRDLY= DLYCOMP=Yes INTRPSPN= GAINCOMP=None PHSCOMP=Reversal only SMPLPTS= ALIGN (Compensate for system delay) 4 BER_EXT ID=BER1 VARNAME="Channel_Noise" VALUES= OUTFL="" BER BER Meter Figure 1. FSK transmit-receive system (BFSK system diagram). To the right of the FM modulator there is a list of variables that are assigned default values; these are enlarged below. In the procedure you will be instructed to modify these values, and sometimes to return to the default values. PA_GAIN and PA_P1dB are the gain and 1 db compression point (in db and dbw, respectively) for the power amplifier. Path_Loss is the total attenuation in db through the channel (note that it is negative, so is actually a gain). Channel_Noise is the noise added to the spectrum and is specified in terms of dbm/hz. The actual noise level you will observe in the spectrum is in dbm, and is equal to the noise density (dbm/hz) captured within the resolution bandwidth that is used for the simulation; resolution bandwidth is essentially the amount of RF spectrum processed by the simulator at each instant in time, and in this project the value is ~78 Hz. If you multiply the noise density by the resolution bandwidth you obtain the noise power in dbm. Of course, if the noise density is specified in dbm/hz you should add the db value of the bandwidth to the density. You will notice that there are three instances of the Channel_Noise variable. Two of them specify different sweep ranges, with the start, stop and step values to be used. The last one specifies a single value and is the default setting (the two sweep instances are disabled in the figure below; you enable them by right-clicking on the instance and clicking on Toggle enable). You should only have one of these

3 three instances enabled for any given simulation. In the BER block this variable is specified as a sweep variable, such that a single simulation run will generate results for multiple channel_noise values. PA_GAIN = PA_P1dB =1 Path_Loss = -76 Channel_Noise = sweep(stepped(-84,-14,-4)) Channel_Noise = sweep(stepped(-84,-9,-4)) Channel_Noise = -14 Figure. Default variable settings. For the simulations that are run in this project only the noise added to the spectrum in the AWGN block will impact the BER results. In a real system, noise is introduced from multiple sources and all will affect the BER. In particular, the receive antenna will receive not only the signal but also noise that is proportional to the background temperature (P = ktb). The signal-to-noise ratio is then further degraded by loss from the antenna to the LNA, and again by noise introduced by the LNA. Further degradation in the SNR will occur through the system but in most receivers the changes that occur past the LNA are less significant. However, since for these simulations the AWGN block determines the SNR you will not find variations in the measured BER by changing the noise figure of the LNA. For this reason the LNA noise figure is set to zero. Be sure to label all your graphs with descriptive titles, referring to the part of the procedure it corresponds to (for example: Part 13: BER with Antenna Gain = 3 db ). Project Instructions: 1. Start AWR and open the TX_RX_FSK_9_91.emp file.. Verify that the variables in the BFSK and PA Compression system diagrams are set according to Figure. For the PA Compression diagram you only need the variables that are relevant to the power amplifier. 3. Open the PA Compression system diagram. The purpose of this diagram is to verify the inputversus-output characteristics of the power amplifier. The simulation is setup to sweep the input power and the corresponding graph will display the output power versus input power. a. Click on Simulate Run/Stop System Simulators. After the simulation runs (it should take about 15 seconds to complete) open the PA Compression graph. b. Be prepared to explain the nature of the plot. You will also need to consider the PA behavior in the proceeding steps. 4. Open the BFSK system diagram. Familiarize yourself with the locations of the various test points that have been added to the diagram; in particular, those labeled Data, FSK, PA_1, AWGN_1, LNA_1, Discrim, INT_Dump and ADC. a. Open the TX Waveforms graph; it should look like Figure 3. Be prepared to explain the appearance of the data at the FSK test point. Note that the data from the FSK test point is the red curve, and it represents the phase of the signal at that point. The red curve uses the axis on the right-hand side of the plot. b. Open the RX Waveforms graph; it should look like Figure 4. Be prepared to explain the appearance of the data at the three test points. 3

4 c. Open the Spectrum graph; it should look like Figure 5. Be prepared to explain the appearance of the data at the four test points. 5. Right-click on the PA Compression tab in the Project menu and select Disable All Measurements (you won t need to have these measurements for the proceeding simulations). 6. Open the BFSK diagram. a. Enable the Channel_Noise variable instance that specifies a sweep from -84 to -9 (dbm/hz). (You will have disable the other options.) b. Run the simulation. c. Open the BER graph. Place a copy of this graph into your report, with the label BER with PA Gain = db. You will have to go to the Labels tab after you right-click on the graph and select Properties. Once there, uncheck the Default title checkbox to change the graph title. d. Repeat the process above for a PA gain of 3 db (modify the graph label accordingly). e. Repeat the process above for a PA gain of 4 db (modify the graph label accordingly). f. Be prepared to explain the variations in the three BER graphs. 7. In the BFSK diagram, reset the PA gain to db. Change the PA_P1dB variable to -1 dbw. Run the simulation and open the BER graph. Place a copy of this graph into your report, with the label BER with PA_P1dB = -1 dbw. Be prepared to explain the results. 8. In the BFSK diagram return all variables to their default settings. Enable the Channel_Noise instance in which the sweep extends to -14 (dbm/hz). You may have to make further adjustments to this vector in the following steps. 9. Set the Path_Loss to -86 db, run the simulation, and determine the noise level at which the BER is ~.3. Repeat for Path_Loss = -96 db. Be prepared to discuss/compare these two results. 1. Before proceeding to the next step, open the Spectrum graph and make note of the peak amplitude of the different curves. 11. In the BFSK diagram: a. Double-click on the RX_Antenna block and clear the entry for PATHLOSS (you may need to click on the Show Secondary button when the parameter window opens). b. Calculate the distance in meters to obtain the same amount of path loss as the last simulation (-96 db); enter this value as the DIST parameter. c. Verify your calculation by generating the spectrum and BER curves and confirm they are equivalent to the previous simulation. d. At what noise level is the BER equal to ~.3 if the distance is doubled? For your graph, adjust your sweep parameters so that the noise level corresponding to BER = ~.3 is close to the midpoint of the abscissa. 1. In the BFSK diagram return all variables to their default settings. In the RX_Antenna block, clear the DIST parameter and set PATHLOSS to Path_Loss. Note the following in Figure 5 of this report: The value -84 dbm on the bottom line is a measure of the noise floor of the system. The signal level at that same point in the system is -43 dbm. Now, use single channel noise settings of -97, -1 and -13 (dbm/hz) and run the simulation for each setting. Observe BER value in the Simulator Output panel, and record the noise floor and the signal level in the Spectrum graph. Make a table in your report for this information. Be prepared to explain the data in your table. 13. Now use the channel noise value of -1 dbm/hz. Double-click on the RX_Antenna block and change the gain from to 3 db. Record the BER, noise floor, and signal level values as in Part 1. Be prepared to explain how and why this result compares with the results of Part 1. 4

5 1.5 TX Waveforms Re(WVFM(.Data,4,1,1,,,,,)) (L) Ang(WVFM(.FSK,4,1,1,,,,,)) (R, Deg) Time (ns) Figure 3. TX Waveforms graph for first simulation. 4 RX Waveforms..1 - Re(WVFM(.Discrim,4,1,1,,,,,)) (L) Re(WVFM(.INT_Dump,4,1,1,,,,,)) (R) Re(WVFM(.ADC,4,1,,,,,,)) (L) Time (ns) -. Figure 4. RX Waveforms graph for first simulation. 5

6 5 DB(PWR_SPEC(.FSK,1,,1,,-1,,-1,1,,,,1,)) (dbm) DB(PWR_SPEC(.PA_1,1,,1,,-1,,-1,1,,4,,1,)) (dbm) DB(PWR_SPEC(.AWGN_1,1,,1,,-1,,-1,1,,4,,1,)) (dbm) DB(PWR_SPEC(.LNA_1,1,,1,,-1,,-1,1,,4,,1,)) (dbm) Spectrum 5. GHz 33.3 dbm 5.1 GHz dbm GHz dbm 5. GHz dbm Frequency (GHz) Figure 5. Spectrum graph for first simulation Report Instructions: 1. Prepare your report for the TX_RX_FSK Project including your name and the graphs noted in the steps above. Discuss the following in your report: a. Briefly describe the results of the power amplifier compression simulation. Specify the input and output power where the slope starts to change and explain why this happens where it does. b. Briefly explain the behavior of the (phase) data at the FSK test point that is shown in Figure 3. I.e. what causes the discontinuities and what is happening at these points? c. Briefly explain the behavior of the data at the three test points shown in Figure 4. d. Briefly explain the behavior of the data at the four test points shown in Figure 5. In particular, list and explain the peak values for the data from the PA_1, AWGN_1 and LNA_1 test points. e. Briefly explain the variation in the three BER graphs that correspond to PA gains of, 3 and 4 db. f. Briefly explain the BER results obtained when the PA 1-dB compression point was set to -1 dbw. Also, what is the worst BER that is possible with this system? 6

7 g. For the simulations with variable path loss, what noise levels resulted in BER values of ~.3 for the 86 and 96 db loss conditions, respectively? Briefly explain the results. h. At what distance (between the TX and RX antennas) was the path loss equal to -96 db? i. Briefly explain the change in the BER curve when the distance between the TX and RX antennas doubled. j. Briefly discuss the differences among the spectrum graphs with the channel noise settings of -14, -17 and -13 (dbm/hz). What was the BER in each case? k. Briefly explain the changes in BER, noise floor, and signal level when the antenna gain was changed from to 3 db. 7

8 9-116 Step by step guide (example from an NAU student) 1. Go to Enter NAU address, name, professor, Computer HostID, and HostID type 1) To find your hostid follow the directions from the help window (pops) 3. You should get the following Message: 1) Preferred University Registration Successful Thank you for registering with AWR. A confirmation and your 1 day demo license has been sent to username@nau.edu. 4. Log into your and retrieve your account information (Login ID and password) 5. Download the license attached to the second in a place that you will be able to find it again 6. Go to the page the second directs you to for the download: 7. Log in using the information received in the first 8. Install Version 9. from the list (first one on the list on the products tab) 9. Follow the instructions in the installer 1) You can select anything you want for the default units type since it is changeable inside of the program 1. Attempt to open AWR Design Environment where it was saved 11. Open the License Configuration window 1. Click the button "Set Location" 13. Type in the location of the license that you downloaded in step 5 (or just browse for it) 14. Hit ok 15. Close the License Configuration window 16. Open AWR Design Environment 17. Press OK 18. Read and accept the agreement 19. Press OK. Congratulate yourself for an install done right 8

Experiment 7: Bit Error Rate (BER) Measurement in the Noisy Channel

Experiment 7: Bit Error Rate (BER) Measurement in the Noisy Channel Experiment 7: Bit Error Rate (BER) Measurement in the Noisy Channel Modified Dr Peter Vial March 2011 from Emona TIMS experiment ACHIEVEMENTS: ability to set up a digital communications system over a noisy,

More information

BER MEASUREMENT IN THE NOISY CHANNEL

BER MEASUREMENT IN THE NOISY CHANNEL BER MEASUREMENT IN THE NOISY CHANNEL PREPARATION... 2 overview... 2 the basic system... 3 a more detailed description... 4 theoretical predictions... 5 EXPERIMENT... 6 the ERROR COUNTING UTILITIES module...

More information

Clock Jitter Cancelation in Coherent Data Converter Testing

Clock Jitter Cancelation in Coherent Data Converter Testing Clock Jitter Cancelation in Coherent Data Converter Testing Kars Schaapman, Applicos Introduction The constantly increasing sample rate and resolution of modern data converters makes the test and characterization

More information

RF (Wireless) Fundamentals 1- Day Seminar

RF (Wireless) Fundamentals 1- Day Seminar RF (Wireless) Fundamentals 1- Day Seminar In addition to testing Digital, Mixed Signal, and Memory circuitry many Test and Product Engineers are now faced with additional challenges: RF, Microwave and

More information

Tektronix RSA306 USB Spectrum Analyzer

Tektronix RSA306 USB Spectrum Analyzer Tektronix RSA306 USB Spectrum Analyzer Simple Demos The Demo of the RSA306 is easy. Even you do not have signal generators, devices under test, or demo boards, using the whip antenna provided in box, you

More information

Application Note DT-AN-2115B-1. DTA-2115B Verification of Specifations

Application Note DT-AN-2115B-1. DTA-2115B Verification of Specifations DTA-2115B Verification of Specifations APPLICATION NOTE January 2018 Table of Contents 1. Introduction... 3 General Description of the DTA-2115B... 3 Purpose of this Application Note... 3 2. Measurements...

More information

Getting Started with the LabVIEW Sound and Vibration Toolkit

Getting Started with the LabVIEW Sound and Vibration Toolkit 1 Getting Started with the LabVIEW Sound and Vibration Toolkit This tutorial is designed to introduce you to some of the sound and vibration analysis capabilities in the industry-leading software tool

More information

UNIVERSITY OF BAHRAIN COLLEGE OF ENGINEERING DEPARTMENT OF ELECTRICAL AND ELECTRONIC ENGINEERING

UNIVERSITY OF BAHRAIN COLLEGE OF ENGINEERING DEPARTMENT OF ELECTRICAL AND ELECTRONIC ENGINEERING UNIVERSITY OF BAHRAIN COLLEGE OF ENGINEERING DEPARTMENT OF ELECTRICAL AND ELECTRONIC ENGINEERING EENG 373: DIGITAL COMMUNICATIONS EXPERIMENT NO. 3 BASEBAND DIGITAL TRANSMISSION Objective This experiment

More information

Application Note DT-AN DTU-315 Verification of Specifications

Application Note DT-AN DTU-315 Verification of Specifications DTU-315 Verification of Specifications APPLICATION NOTE January 2018 Table of Contents 1. Introduction... 3 General Description of the DTU-315... 3 Purpose of this Application Note... 3 2. Measurements...

More information

Tests on 3G-Base Stations to TS with FSIQ and SMIQ

Tests on 3G-Base Stations to TS with FSIQ and SMIQ Products: FSIQ, SMIQ Tests on 3G-Base Stations to TS 25.141 with FSIQ and SMIQ This application note describes how to measure the various WCDMA signals which are used for transmitter tests on FDD base

More information

Rack-Mount Receiver Analyzer 101

Rack-Mount Receiver Analyzer 101 Rack-Mount Receiver Analyzer 101 A Decade s Worth of Innovation No part of this document may be circulated, quoted, or reproduced for distribution without prior written approval from Quasonix, Inc. Copyright

More information

Calibrate, Characterize and Emulate Systems Using RFXpress in AWG Series

Calibrate, Characterize and Emulate Systems Using RFXpress in AWG Series Calibrate, Characterize and Emulate Systems Using RFXpress in AWG Series Introduction System designers and device manufacturers so long have been using one set of instruments for creating digitally modulated

More information

LTE-A Base Station Performance Tests According to TS Rel. 12 Application Note

LTE-A Base Station Performance Tests According to TS Rel. 12 Application Note LTE-A Base Station Performance Tests According to TS 36.141 Rel. 12 Application Note Products: ı R&S SMW200A ı R&S SGS100A ı R&S SGT100A 3GPP TS36.141 defines conformance tests for E- UTRA base stations

More information

BASE-LINE WANDER & LINE CODING

BASE-LINE WANDER & LINE CODING BASE-LINE WANDER & LINE CODING PREPARATION... 28 what is base-line wander?... 28 to do before the lab... 29 what we will do... 29 EXPERIMENT... 30 overview... 30 observing base-line wander... 30 waveform

More information

GALILEO Timing Receiver

GALILEO Timing Receiver GALILEO Timing Receiver The Space Technology GALILEO Timing Receiver is a triple carrier single channel high tracking performances Navigation receiver, specialized for Time and Frequency transfer application.

More information

ANSI/SCTE 40 Conformance Testing Using the R&S SFU, R&S SFE and R&S SFE100

ANSI/SCTE 40 Conformance Testing Using the R&S SFU, R&S SFE and R&S SFE100 R&S SFU broadcast test system ANSI/SCTE 40 Conformance Testing Using the R&S SFU, R&S SFE and R&S SFE100 Application Note The Society of Cable Telecommunications Engineers (SCTE) defined the ANSI/SCTE

More information

Getting Started Guide

Getting Started Guide MaxEye Digital Video Signal Analysis Toolkit DVB-S Version 1.0 Getting Started Guide Contents 1. Introduction... 3 2. Installed File Location... 3 3. Programming Examples... 3 3.1. Measure Modulation Accuracy...

More information

Analyzing and Saving a Signal

Analyzing and Saving a Signal Analyzing and Saving a Signal Approximate Time You can complete this exercise in approximately 45 minutes. Background LabVIEW includes a set of Express VIs that help you analyze signals. This chapter teaches

More information

Noise Detector ND-1 Operating Manual

Noise Detector ND-1 Operating Manual Noise Detector ND-1 Operating Manual SPECTRADYNAMICS, INC 1849 Cherry St. Unit 2 Louisville, CO 80027 Phone: (303) 665-1852 Fax: (303) 604-6088 Table of Contents ND-1 Description...... 3 Safety and Preparation

More information

Linrad On-Screen Controls K1JT

Linrad On-Screen Controls K1JT Linrad On-Screen Controls K1JT Main (Startup) Menu A = Weak signal CW B = Normal CW C = Meteor scatter CW D = SSB E = FM F = AM G = QRSS CW H = TX test I = Soundcard test mode J = Analog hardware tune

More information

W-CDMA Base Station Transmitter Tests According to TS Rel. 10

W-CDMA Base Station Transmitter Tests According to TS Rel. 10 W-CDMA Base Station Transmitter Tests According to TS25.141 Rel. 10 Application Note Products: R&S FSW R&S FSQ R&S FSV R&S SMW200A R&S SMU200A R&S SMJ100A R&S FPS 3GPP TS25.141 [1] defines conformance

More information

Guidelines for MIMO Test Setups Part 2 Application Note

Guidelines for MIMO Test Setups Part 2 Application Note Guidelines for MIMO Test Setups Part 2 Application Note Products: R&S SMU200A R&S AMU200A R&S SMATE200A R&S SMBV100A R&S AMU-Z7 Multiple antenna systems, known as MIMO systems, form an essential part of

More information

AmbDec User Manual. Fons Adriaensen

AmbDec User Manual. Fons Adriaensen AmbDec - 0.4.2 User Manual Fons Adriaensen fons@kokkinizita.net Contents 1 Introduction 3 1.1 Computing decoder matrices............................. 3 2 Installing and running AmbDec 4 2.1 Installing

More information

Installation and Users Guide Addendum. Software Mixer Reference and Application. Macintosh OSX Version

Installation and Users Guide Addendum. Software Mixer Reference and Application. Macintosh OSX Version Installation and Users Guide Addendum Software Mixer eference and Application Macintosh OSX Version ynx Studio Technology Inc. www.lynxstudio.com support@lynxstudio.com Copyright 2004, All ights eserved,

More information

Improving the accuracy of EMI emissions testing. James Young Rohde & Schwarz

Improving the accuracy of EMI emissions testing. James Young Rohde & Schwarz Improving the accuracy of EMI emissions testing James Young Rohde & Schwarz Q&A Who uses what for EMI? Spectrum Analyzers (SA) Test Receivers (TR) CISPR, MIL-STD or Automotive? Software or front panel?

More information

Quartzlock Model A7-MX Close-in Phase Noise Measurement & Ultra Low Noise Allan Variance, Phase/Frequency Comparison

Quartzlock Model A7-MX Close-in Phase Noise Measurement & Ultra Low Noise Allan Variance, Phase/Frequency Comparison Quartzlock Model A7-MX Close-in Phase Noise Measurement & Ultra Low Noise Allan Variance, Phase/Frequency Comparison Measurement of RF & Microwave Sources Cosmo Little and Clive Green Quartzlock (UK) Ltd,

More information

Tests on CDMA2000 1xEV-DO Access Terminals in Accordance to IS-866-A

Tests on CDMA2000 1xEV-DO Access Terminals in Accordance to IS-866-A Rohde & Schwarz products: Universal Radio Communication Tester R&S CMU200, Signal Analyzer R&S FSQ, Spectrum Analyzers R&S FSU, R&S FSP and R&S FSL, Signal Generators R&S SMU200A, R&S AMU200A, R&S SMJ100A,

More information

AMD-53-C TWIN MODULATOR / MULTIPLEXER AMD-53-C DVB-C MODULATOR / MULTIPLEXER INSTRUCTION MANUAL

AMD-53-C TWIN MODULATOR / MULTIPLEXER AMD-53-C DVB-C MODULATOR / MULTIPLEXER INSTRUCTION MANUAL AMD-53-C DVB-C MODULATOR / MULTIPLEXER INSTRUCTION MANUAL HEADEND SYSTEM H.264 TRANSCODING_DVB-S2/CABLE/_TROPHY HEADEND is the most convient and versatile for digital multichannel satellite&cable solution.

More information

UFX-EbNo Series Precision Generators

UFX-EbNo Series Precision Generators With compliments UFX-EbNo Series Precision Generators Precision E b /N o (C/N) Generators UFX-EbNo Series Precision E b /N The UFX-EbNo is a fully automated instrument that sets and maintains a highly

More information

Analog Discovery Scope and Waveform Generator Edited 11/15/2016 by Eric Scotti & DGH

Analog Discovery Scope and Waveform Generator Edited 11/15/2016 by Eric Scotti & DGH Analog Discovery Scope and Waveform Generator Edited 11/15/2016 by Eric Scotti & DGH Specifications The Analog Discovery contains several devices but we will likely only use the 2 channel oscilloscope

More information

Broadcast Television Measurements

Broadcast Television Measurements Broadcast Television Measurements Data Sheet Broadcast Transmitter Testing with the Agilent 85724A and 8590E-Series Spectrum Analyzers RF and Video Measurements... at the Touch of a Button Installing,

More information

USB Mini Spectrum Analyzer User s Guide TSA5G35

USB Mini Spectrum Analyzer User s Guide TSA5G35 USB Mini Spectrum Analyzer User s Guide TSA5G35 Triarchy Technologies, Corp. Page 1 of 21 USB Mini Spectrum Analyzer User s Guide Copyright Notice Copyright 2011 Triarchy Technologies, Corp. All rights

More information

Interface Practices Subcommittee SCTE STANDARD SCTE Measurement Procedure for Noise Power Ratio

Interface Practices Subcommittee SCTE STANDARD SCTE Measurement Procedure for Noise Power Ratio Interface Practices Subcommittee SCTE STANDARD SCTE 119 2018 Measurement Procedure for Noise Power Ratio NOTICE The Society of Cable Telecommunications Engineers (SCTE) / International Society of Broadband

More information

FRQM-2 Frequency Counter & RF Multimeter

FRQM-2 Frequency Counter & RF Multimeter FRQM-2 Frequency Counter & RF Multimeter Usage Instructions Firmware v2.09 Copyright 2007-2011 by ASPiSYS Ltd. Distributed by: ASPiSYS Ltd. P.O.Box 14386, Athens 11510 (http://www.aspisys.com) Tel. (+30)

More information

Application Note 5098

Application Note 5098 LO Buffer Applications using Avago Technologies ABA-3X563 Silicon Amplifiers Application Note 5098 Introduction An oscillator or a voltage-controlled oscillator (VCO) is usually buffered with an external

More information

FREQUENCY CONVERTER. MULTIPLE OUTPUT WIDEBAND Ku AND Ka DOWNCONVERTERS. Narda-MITEQ FEATURES OPTIONS

FREQUENCY CONVERTER. MULTIPLE OUTPUT WIDEBAND Ku AND Ka DOWNCONVERTERS. Narda-MITEQ FEATURES OPTIONS MULTIPLE OUTPUT WIDEBAND Ku AND Ka DOWNCONVERTERS FEATURES Small weather resistant enclosure Automatic 5/10 MHz internal/external reference selection 10/100 Base-T Ethernet and RS-485/RS-422 remote control

More information

Lab 1 Introduction to the Software Development Environment and Signal Sampling

Lab 1 Introduction to the Software Development Environment and Signal Sampling ECEn 487 Digital Signal Processing Laboratory Lab 1 Introduction to the Software Development Environment and Signal Sampling Due Dates This is a three week lab. All TA check off must be completed before

More information

MIGRATION TO FULL DIGITAL CHANNEL LOADING ON A CABLE SYSTEM. Marc Ryba Motorola Broadband Communications Sector

MIGRATION TO FULL DIGITAL CHANNEL LOADING ON A CABLE SYSTEM. Marc Ryba Motorola Broadband Communications Sector MIGRATION TO FULL DIGITAL CHANNEL LOADING ON A CABLE SYSTEM Marc Ryba Motorola Broadband Communications Sector ABSTRACT Present day cable systems run a mix of both analog and digital signals. As digital

More information

Analyzing Modulated Signals with the V93000 Signal Analyzer Tool. Joe Kelly, Verigy, Inc.

Analyzing Modulated Signals with the V93000 Signal Analyzer Tool. Joe Kelly, Verigy, Inc. Analyzing Modulated Signals with the V93000 Signal Analyzer Tool Joe Kelly, Verigy, Inc. Abstract The Signal Analyzer Tool contained within the SmarTest software on the V93000 is a versatile graphical

More information

Versatile RF Fading Simulator With R&S FSQ/FSG/FSV and R&S SMU Application Note

Versatile RF Fading Simulator With R&S FSQ/FSG/FSV and R&S SMU Application Note Versatile RF Fading Simulator With R&S FSQ/FSG/FSV and R&S SMU Application Note Products: R&S SMU200A R&S SMU-B17 R&S SMU-B14 R&S FSQ R&S FSG R&S FSQ-B17 R&S FSV R&S FSV-B17 R&S FSV-B70 Fading in the baseband

More information

Getting Started Guide

Getting Started Guide MaxEye Digital Video Signal Generation Toolkit DVB-S Version 1.1 Getting Started Guide Contents 1. Introduction... 3 2. Installed File Location... 3 3. Programming Examples... 3 3.1. Create and Download

More information

USB Mini Spectrum Analyzer User Manual PC program TSA For TSA5G35 TSA4G1 TSA6G1 TSA12G5

USB Mini Spectrum Analyzer User Manual PC program TSA For TSA5G35 TSA4G1 TSA6G1 TSA12G5 USB Mini Spectrum Analyzer User Manual PC program TSA For TSA5G35 TSA4G1 TSA6G1 TSA12G5 Triarchy Technologies, Corp. Page 1 of 17 USB Mini Spectrum Analyzer User Manual Copyright Notice Copyright 2013

More information

Precision DeEsser Users Guide

Precision DeEsser Users Guide Precision DeEsser Users Guide Metric Halo $Revision: 1670 $ Publication date $Date: 2012-05-01 13:50:00-0400 (Tue, 01 May 2012) $ Copyright 2012 Metric Halo. MH Production Bundle, ChannelStrip 3, Character,

More information

WCDMA Base Station Performance Tests according to TS25.141

WCDMA Base Station Performance Tests according to TS25.141 Application Note Schulz 5.2015 1MA78_0e WCDMA Base Station Performance Tests according to TS25.141 Application Note Products: R&S SMW200A R&S SMU200A R&S AMU200A R&S SMATE200A 3GPP TS25.141 defines conformance

More information

Configuring and Troubleshooting Set-Top Boxes

Configuring and Troubleshooting Set-Top Boxes Diagnose RF Tuner Issues, page 1 Protect End-User Privacy, page 4 Apply Services to Device, page 5 View Video Recordings, page 6 View VOD Programs, page 6 View PDL Programs, page 7 View Hard Disk Information,

More information

Analyze Frequency Response (Bode Plots) with R&S Oscilloscopes Application Note

Analyze Frequency Response (Bode Plots) with R&S Oscilloscopes Application Note Analyze Frequency Response (Bode Plots) with R&S Oscilloscopes Application Note Products: R&S RTO2002 R&S RTO2004 R&S RTO2012 R&S RTO2014 R&S RTO2022 R&S RTO2024 R&S RTO2044 R&S RTO2064 This application

More information

PCM ENCODING PREPARATION... 2 PCM the PCM ENCODER module... 4

PCM ENCODING PREPARATION... 2 PCM the PCM ENCODER module... 4 PCM ENCODING PREPARATION... 2 PCM... 2 PCM encoding... 2 the PCM ENCODER module... 4 front panel features... 4 the TIMS PCM time frame... 5 pre-calculations... 5 EXPERIMENT... 5 patching up... 6 quantizing

More information

TV4U QUAD DVB-S2 to DVB-C TRANSMODULATOR

TV4U QUAD DVB-S2 to DVB-C TRANSMODULATOR INSTRUCTION MANUAL Features of the new DVB-C transmodulators line Through the use of the FPGA technology the transmodulators provides the highest performance at the lowest price. Four carriers are formed

More information

Diamond Cut Productions / Application Notes AN-2

Diamond Cut Productions / Application Notes AN-2 Diamond Cut Productions / Application Notes AN-2 Using DC5 or Live5 Forensics to Measure Sound Card Performance without External Test Equipment Diamond Cuts DC5 and Live5 Forensics offers a broad suite

More information

SatLabs Recommendation for a Common Inter-Facility Link for DVB-RCS terminals

SatLabs Recommendation for a Common Inter-Facility Link for DVB-RCS terminals SatLabs Recommendation for a Common Inter-Facility Link for DVB-RCS terminals Version 1.6-06/01/2005 This document is the result of a cooperative effort undertaken by the SatLabs Group. Neither the SatLabs

More information

Proposed reference equalizer change in Clause 124 (TDECQ/SECQ. methodologies).

Proposed reference equalizer change in Clause 124 (TDECQ/SECQ. methodologies). Proposed reference equalizer change in Clause 124 (TDECQ/SECQ methodologies). 25th April 2017 P802.3bs SMF ad hoc Atul Gupta, Macom Marco Mazzini, Cisco Introduction In mazzini_01a_0317_smf, some concerns

More information

Installation and Operation Manual Rack-Mount Receiver Analyzer

Installation and Operation Manual Rack-Mount Receiver Analyzer ISO 9001:2015 Certified Installation and Operation Manual Rack-Mount Receiver Analyzer Quasonix, Inc. 6025 Schumacher Park Dr. West Chester, OH 45069 19 July, 2018 *** Revision 2.4 *** Specifications subject

More information

Broadband System - K

Broadband System - K Broadband System - K Satellites are spaced every 2nd degrees above earth "C" Band Toward satellite 6.0 GHz Toward earth 4.0 GHz "L" Band Toward satellite 14.0 GHz Toward earth 12.0 GHz TV TRANSMITTER Headend

More information

Agilent E5500 Series Phase Noise Measurement Solutions Product Overview

Agilent E5500 Series Phase Noise Measurement Solutions Product Overview Agilent E5500 Series Phase Noise Measurement Solutions Product Overview E5501A/B E5502A/B E5503A/B E5504A/B 50 khz to 1.6 GHz 50 khz to 6 GHz 50 khz to 18 GHz 50 khz to 26.5 GHz The Agilent E5500 series

More information

QPHY-USB3 USB3.0 Serial Data Operator s Manual

QPHY-USB3 USB3.0 Serial Data Operator s Manual QPHY-USB3 USB3.0 Serial Data Operator s Manual Revision A April, 2009 Relating to the Following Release Versions: Software Option Rev. 5.8 USB3 Script Rev. 1.0 Style Sheet Rev. 1.2 LeCroy Corporation 700

More information

RF Measurements You Didn't Know Your Oscilloscope Could Make

RF Measurements You Didn't Know Your Oscilloscope Could Make RF Measurements You Didn't Know Your Oscilloscope Could Make Application Engineer Keysight Technologies gustaaf_sutorius@keysight.com Oscilloscope as Spectrum Analyzer Introduction Keysight oscilloscopes

More information

USB Mini Spectrum Analyzer User Manual TSA Program for PC TSA4G1 TSA6G1 TSA8G1

USB Mini Spectrum Analyzer User Manual TSA Program for PC TSA4G1 TSA6G1 TSA8G1 USB Mini Spectrum Analyzer User Manual TSA Program for PC TSA4G1 TSA6G1 TSA8G1 Triarchy Technologies Corp. Page 1 of 17 USB Mini Spectrum Analyzer User Manual Copyright Notice Copyright 2013 Triarchy Technologies,

More information

Project: IEEE P Working Group for Wireless Personal Area Networks (WPANs)

Project: IEEE P Working Group for Wireless Personal Area Networks (WPANs) Project: IEEE P802.15 Working Group for Wireless Personal Area Networks (WPANs) Title: [Radio Specification Analysis of Draft FSK PHY] Date Submitted: [11 March 2012] Source: [Steve Jillings] Company:

More information

ExtIO Plugin User Guide

ExtIO Plugin User Guide Overview The SDRplay Radio combines together the Mirics flexible tuner front-end and USB Bridge to produce a SDR platform capable of being used for a wide range of worldwide radio and TV standards. This

More information

RF Explorer RackPRO. User Manual. Introduction. Greetings fellow traveler on the RF spectrum.

RF Explorer RackPRO. User Manual. Introduction. Greetings fellow traveler on the RF spectrum. RF Explorer RackPRO User Manual Introduction Greetings fellow traveler on the RF spectrum. The RF Explorer RackPRO (referred to in this document in shorthand as RackPRO ) has been designed to be intuitive

More information

Receiving DATV on four bands with Digital Satellite TV equipment

Receiving DATV on four bands with Digital Satellite TV equipment Receiving DATV on four bands with Digital Satellite TV equipment By Grant VE3XTV Background: ATV started out on the 70 cm BAND using AM modulation and all contacts were made via simplex. The receivers

More information

Instrumentation Grade RF & Microwave Subsystems

Instrumentation Grade RF & Microwave Subsystems Instrumentation Grade RF & Microwave Subsystems PRECISION FREQUENCY TRANSLATION SignalCore s frequency translation products are designed to meet today s demanding wireless applications. Offered in small

More information

Model 7330 Signal Source Analyzer Dedicated Phase Noise Test System V1.02

Model 7330 Signal Source Analyzer Dedicated Phase Noise Test System V1.02 Model 7330 Signal Source Analyzer Dedicated Phase Noise Test System V1.02 A fully integrated high-performance cross-correlation signal source analyzer from 5 MHz to 33+ GHz Key Features Complete broadband

More information

Advanced Techniques for Spurious Measurements with R&S FSW-K50 White Paper

Advanced Techniques for Spurious Measurements with R&S FSW-K50 White Paper Advanced Techniques for Spurious Measurements with R&S FSW-K50 White Paper Products: ı ı R&S FSW R&S FSW-K50 Spurious emission search with spectrum analyzers is one of the most demanding measurements in

More information

The high-end network analyzers from Rohde & Schwarz now include an option for pulse profile measurements plus, the new R&S ZVA 40 covers the

The high-end network analyzers from Rohde & Schwarz now include an option for pulse profile measurements plus, the new R&S ZVA 40 covers the GENERAL PURPOSE 44 448 The high-end network analyzers from Rohde & Schwarz now include an option for pulse profile measurements plus, the new R&S ZVA 4 covers the frequency range up to 4 GHz. News from

More information

GENERAL PURPOSE Signal generators. R&S SMBV100A vector signal generator allrounder and specialist at the same time

GENERAL PURPOSE Signal generators. R&S SMBV100A vector signal generator allrounder and specialist at the same time R&S SMBV100A vector signal generator allrounder and specialist at the same time 36 The attractively priced R&S SMBV100A offers performance that was previously available only in considerably more expensive

More information

VXIbus Microwave Downconverter

VXIbus Microwave Downconverter 1313B Phase Matrix, Inc ṬM Instruments You Can Count On VXIbus Microwave Downconverter High-Performance Downconversion For Analysis of Microwave Signals 1 MHz to 26.5 GHz Frequency Range -135 to +30 dbm

More information

FREQUENCY CONVERTER HIGH-PERFORMANCE OUTDOOR BLOCK UP AND DOWNCONVERTERS. Narda-MITEQ 1 FEATURES OPTIONS

FREQUENCY CONVERTER HIGH-PERFORMANCE OUTDOOR BLOCK UP AND DOWNCONVERTERS. Narda-MITEQ 1 FEATURES OPTIONS FREQUENCY CONVERTER HIGH-PERFORMANCE OUTDOOR BLOCK UP AND DOWNCONVERTERS Standard Configuration Vertical Mount Option FEATURES Antenna mount, weatherproof to IP-65 Automatic 5/10 MHz internal/external

More information

News from Rohde&Schwarz Number 195 (2008/I)

News from Rohde&Schwarz Number 195 (2008/I) BROADCASTING TV analyzers 45120-2 48 R&S ETL TV Analyzer The all-purpose instrument for all major digital and analog TV standards Transmitter production, installation, and service require measuring equipment

More information

SingMai Electronics SM06. Advanced Composite Video Interface: HD-SDI to acvi converter module. User Manual. Revision 0.

SingMai Electronics SM06. Advanced Composite Video Interface: HD-SDI to acvi converter module. User Manual. Revision 0. SM06 Advanced Composite Video Interface: HD-SDI to acvi converter module User Manual Revision 0.4 1 st May 2017 Page 1 of 26 Revision History Date Revisions Version 17-07-2016 First Draft. 0.1 28-08-2016

More information

Multiple Band Outdoor Block Up- and Downconverters

Multiple Band Outdoor Block Up- and Downconverters Multiple Band Outdoor Block Up- and Downconverters Vertical Mount Option RF IF LO Frequency Frequency Frequency Model Band (GHz) (MHz) (GHz) Number Block Upconverters 1 12.75 13.25 0.95 1.45 11.8 UPB2-WS-13.625

More information

This guide gives a brief description of the ims4 functions, how to use this GUI and concludes with a number of examples.

This guide gives a brief description of the ims4 functions, how to use this GUI and concludes with a number of examples. Quick Start Guide: Isomet ims Studio Isomet ims Studio v1.40 is the first release of the Windows graphic user interface for the ims4- series of 4 channel synthezisers, build level rev A and rev B. This

More information

Electrical and Electronic Laboratory Faculty of Engineering Chulalongkorn University. Cathode-Ray Oscilloscope (CRO)

Electrical and Electronic Laboratory Faculty of Engineering Chulalongkorn University. Cathode-Ray Oscilloscope (CRO) 2141274 Electrical and Electronic Laboratory Faculty of Engineering Chulalongkorn University Cathode-Ray Oscilloscope (CRO) Objectives You will be able to use an oscilloscope to measure voltage, frequency

More information

Datasheet SHF A

Datasheet SHF A SHF Communication Technologies AG Wilhelm-von-Siemens-Str. 23D 12277 Berlin Germany Phone +49 30 772051-0 Fax ++49 30 7531078 E-Mail: sales@shf.de Web: http://www.shf.de Datasheet SHF 19120 A 2.85 GSa/s

More information

40G SWDM4 MSA Technical Specifications Optical Specifications

40G SWDM4 MSA Technical Specifications Optical Specifications 40G SWDM4 MSA Technical Specifications Specifications Participants Editor David Lewis, LUMENTUM The following companies were members of the SWDM MSA at the release of this specification: Company Commscope

More information

Techniques for Extending Real-Time Oscilloscope Bandwidth

Techniques for Extending Real-Time Oscilloscope Bandwidth Techniques for Extending Real-Time Oscilloscope Bandwidth Over the past decade, data communication rates have increased by a factor well over 10X. Data rates that were once 1Gb/sec and below are now routinely

More information

MIE 402: WORKSHOP ON DATA ACQUISITION AND SIGNAL PROCESSING Spring 2003

MIE 402: WORKSHOP ON DATA ACQUISITION AND SIGNAL PROCESSING Spring 2003 MIE 402: WORKSHOP ON DATA ACQUISITION AND SIGNAL PROCESSING Spring 2003 OBJECTIVE To become familiar with state-of-the-art digital data acquisition hardware and software. To explore common data acquisition

More information

7000 Series Signal Source Analyzer & Dedicated Phase Noise Test System

7000 Series Signal Source Analyzer & Dedicated Phase Noise Test System 7000 Series Signal Source Analyzer & Dedicated Phase Noise Test System A fully integrated high-performance cross-correlation signal source analyzer with platforms from 5MHz to 7GHz, 26GHz, and 40GHz Key

More information

11 GHz MDD FIBER OPTIC LINK FEATURES TYPICAL APPLICATIONS

11 GHz MDD FIBER OPTIC LINK FEATURES TYPICAL APPLICATIONS 11 GHz MDD FIBER OPTIC LINK FEATURES Small size Bandwidth to 11 GHz Plug-in optical connector No external control circuits required Transimpedance amplifier in both transmitter and receiver Custom transmitter

More information

Advanced Test Equipment Rentals ATEC (2832)

Advanced Test Equipment Rentals ATEC (2832) E stablished 1981 Advanced Test Equipment Rentals www.atecorp.com 800-404-ATEC (2832) Technical Datasheet Scalar Network Analyzer Model 8003-10 MHz to 40 GHz The Giga-tronics Model 8003 Precision Scalar

More information

Tests On 3GPP WCDMA FDD Node Bs in Accordance with Standard TS

Tests On 3GPP WCDMA FDD Node Bs in Accordance with Standard TS Rohde & Schwarz products: WCDMA BS Test Set R&S FSMU-W, Signal Analyzer R&S FSQ, Vector Signal Generator R&S SMU200A and Microwave Signal Generator R&S SMR Tests On 3GPP WCDMA FDD Node Bs in Accordance

More information

Revision History. SDG2000X Firmware Revision History and Update Instructions

Revision History. SDG2000X Firmware Revision History and Update Instructions Revision History Date Version Revision 2/28/2018 2.01.01.23R8 Optimized calibration and PV process on the production line. 8/29/2017 2.01.01.23R7 1. Supported system recovery from U-disk. 2. Fixed a bug

More information

ECE 5765 Modern Communication Fall 2005, UMD Experiment 10: PRBS Messages, Eye Patterns & Noise Simulation using PRBS

ECE 5765 Modern Communication Fall 2005, UMD Experiment 10: PRBS Messages, Eye Patterns & Noise Simulation using PRBS ECE 5765 Modern Communication Fall 2005, UMD Experiment 10: PRBS Messages, Eye Patterns & Noise Simulation using PRBS modules basic: SEQUENCE GENERATOR, TUNEABLE LPF, ADDER, BUFFER AMPLIFIER extra basic:

More information

What s New in Raven May 2006 This document briefly summarizes the new features that have been added to Raven since the release of Raven

What s New in Raven May 2006 This document briefly summarizes the new features that have been added to Raven since the release of Raven What s New in Raven 1.3 16 May 2006 This document briefly summarizes the new features that have been added to Raven since the release of Raven 1.2.1. Extensible multi-channel audio input device support

More information

1/3 RACK-MOUNTED BLOCK CONVERTERS

1/3 RACK-MOUNTED BLOCK CONVERTERS AMPLITUDE SLOPE CONTROL Unit shown with option 17 Unit shown without option 17 FEATURES Automatic 5/10 MHz internal/external reference selection with a 0.1 Hz nominal bandwidth clean-up loop Gain control

More information

Keysight Technologies ad Waveform Generation & Analysis Testbed, Reference Solution

Keysight Technologies ad Waveform Generation & Analysis Testbed, Reference Solution Keysight Technologies 802.11ad Waveform Generation & Analysis Testbed, Reference Solution Configuration Guide This configuration guide contains information to help you configure your 802.11ad Waveform

More information

The BAT WAVE ANALYZER project

The BAT WAVE ANALYZER project The BAT WAVE ANALYZER project Conditions of Use The Bat Wave Analyzer program is free for personal use and can be redistributed provided it is not changed in any way, and no fee is requested. The Bat Wave

More information

Wideband Downconverter Solutions

Wideband Downconverter Solutions GaGe wideband downconverter are wide frequency coverage receivers that feature a single RF input and 3 standard software selectable IF bandwidths, from 10 MHz to 100 MHz, or 3 optional software selectable

More information

99 Washington Street Melrose, MA Fax TestEquipmentDepot.com OPERATION MANUAL. The Best Thing on Cable

99 Washington Street Melrose, MA Fax TestEquipmentDepot.com OPERATION MANUAL. The Best Thing on Cable 99 Washington Street Melrose, MA 02176 Fax 781-665-0780 TestEquipmentDepot.com OPERATION MANUAL The Best Thing on Cable Table of Contents INDEX I General Information Introduction... 3 Features: RSVP 2

More information

RECOMMENDATION ITU-R BT *, ** Planning criteria for digital terrestrial television services in the VHF/UHF bands

RECOMMENDATION ITU-R BT *, ** Planning criteria for digital terrestrial television services in the VHF/UHF bands Rec. ITU-R BT.1368-4 1 RECOMMENDATION ITU-R BT.1368-4 *, ** Planning criteria for digital terrestrial television services in the VHF/UHF bands (Question ITU-R 4/6) (1998-1998-2000-2002-2004) The ITU Radiocommunication

More information

PiMPro Rack Mount Analyzer

PiMPro Rack Mount Analyzer DATA SHEET Highly accurate 19 inch rack mount PIM Analyzer provides two 40 watt carriers (40W x 2), with -125 dbm sensitivity all in a less than 36 pound carry-on size case Instantaneous Measurement Modes

More information

SM02. High Definition Video Encoder and Pattern Generator. User Manual

SM02. High Definition Video Encoder and Pattern Generator. User Manual SM02 High Definition Video Encoder and Pattern Generator User Manual Revision 0.2 20 th May 2016 1 Contents Contents... 2 Tables... 2 Figures... 3 1. Introduction... 4 2. acvi Overview... 6 3. Connecting

More information

XCOM1002JE (8602JE) Optical Receiver Manual

XCOM1002JE (8602JE) Optical Receiver Manual XCOM1002JE (8602JE) Optical Receiver Manual - 2 - 1. Product Summary XCOM1002JE (8602JE) outdoor optical receiver is our latest 1GHz optical receiver. With wide range receiving optical power, high output

More information

ECE438 - Laboratory 4: Sampling and Reconstruction of Continuous-Time Signals

ECE438 - Laboratory 4: Sampling and Reconstruction of Continuous-Time Signals Purdue University: ECE438 - Digital Signal Processing with Applications 1 ECE438 - Laboratory 4: Sampling and Reconstruction of Continuous-Time Signals October 6, 2010 1 Introduction It is often desired

More information

PiMPro Portable Analyzer PiMPro Classic 1821

PiMPro Portable Analyzer PiMPro Classic 1821 DATA SHEET Highly accurate portable PIM Analyzer provides two 40 watt carriers (40W x 2), with -125 dbm sensitivity all in a less than 36 pound carry-on size case Instantaneous Measurement Modes for PIM

More information

FREQUENCY CONVERTER 1/3 RACK-MOUNTED BLOCK CONVERTER. Narda-MITEQ FEATURES OPTIONS. Unit shown with Option 17. Unit shown without Option 17

FREQUENCY CONVERTER 1/3 RACK-MOUNTED BLOCK CONVERTER. Narda-MITEQ FEATURES OPTIONS. Unit shown with Option 17. Unit shown without Option 17 1/3 RACK-MOUNTED BLOCK CONVERTER Unit shown with Option 17 Unit shown without Option 17 FEATURES Automatic 5/10 MHz internal/external reference selection with a 0.1 Hz nominal bandwidth clean-up loop Gain

More information

MULTIBAND 1/3 RACK-MOUNTED

MULTIBAND 1/3 RACK-MOUNTED BLOCK CONVERTER FEATURES Cover multiple ITU Ku-Band regions and other combinations Automatic 5/10 MHz internal/external reference selection with a 0.1 Hz nominal bandwidth clean-up loop RS-485/RS-422 and

More information

USER S MANUAL REV 1.0 FORM# 7677

USER S MANUAL REV 1.0 FORM# 7677 DTU-236 RFProbe & RFXpert 8-VSB, QAM A/B/C, and NTSC Analysis and Monitoring Hardware / Software Package USER S MANUAL REV 1.0 FORM# 7677 Support and Service Information: For support and service information

More information

RF4432F27 wireless transceiver module

RF4432F27 wireless transceiver module RF4432F27 wireless transceiver module 1. Description RF4432F27 is 500mW RF module embedded with amplifier and LNA circuit. High quality of component, tightened inspection and long term test make this module

More information

The Measurement Tools and What They Do

The Measurement Tools and What They Do 2 The Measurement Tools The Measurement Tools and What They Do JITTERWIZARD The JitterWizard is a unique capability of the JitterPro package that performs the requisite scope setup chores while simplifying

More information