18.12.2012 Views

R&S FSQ Signal Analyzer - Rohde & Schwarz

R&S FSQ Signal Analyzer - Rohde & Schwarz

R&S FSQ Signal Analyzer - Rohde & Schwarz

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

R&S <strong>FSQ</strong> Remote Control – Programming Examples<br />

Frequency Level<br />

10 MHz 0 dB<br />

100 MHz 3 dB<br />

1 GHz 7 dB<br />

3 GHz 10 dB<br />

The factor is defined and can be activated as required.<br />

More Complex Programming Examples<br />

REM ************************************************************************<br />

Public Sub TransducerFactor()<br />

'--------- Define transducer factor ------------------------status<br />

= viWrite(analyzer, "CORR:TRAN:SEL 'TRANSTEST'", 25, retCnt)<br />

'Define "Transtest" transducer factor<br />

status = viWrite(analyzer, "CORR:TRAN:UNIT 'DB'", 19, retCnt)<br />

'Unit 'dB'<br />

status = viWrite(analyzer, "CORR:TRAN:SCAL LIN", 18, retCnt)<br />

'Linear frequency axis<br />

status = viWrite(analyzer, "CORR:TRAN:COMM 'Simulated cable correction'", 43,<br />

retCnt)<br />

cmd$ = "CORR:TRAN:DATA "<br />

'Enter frequency and level<br />

cmd$ = cmd$ + "10MHz, 0,"<br />

'values. Level values without unit!<br />

cmd$ = cmd$ + "100MHz, 3,"<br />

cmd$ = cmd$ + "1GHz, 7,"<br />

cmd$ = cmd$ + "3GHz, 10"<br />

status = viWrite(analyzer, cmd$, 50, retCnt)<br />

'Enter frequency and level values<br />

'--------- Activate transducer -----------------------------status<br />

= viWrite(analyzer, "CORR:TRAN:STAT ON", 17, retCnt)<br />

'Activate transducer factor<br />

END SUB<br />

REM ************************************************************************<br />

7.3.9 Measuring the Magnitude and Phase of a <strong>Signal</strong><br />

(I/Q Data Acquisition)<br />

Due to the R&S <strong>FSQ</strong>'s internal architecture, it is capable of measuring and outputting<br />

the magnitude and phase of a signal in addition to its power values. This opens<br />

up a variety of possibilities for more in-depth analysis (FFT, demodulation, etc.).<br />

For details on signal processing and the relation between sampling rate and maximum<br />

bandwidth refer to chapter 6, section “TRACe:IQ Subsystem” on page 6.243.<br />

The following maximum bandwidths are possible in this measurement depending on<br />

the selected sampling rate:<br />

The following example shows the steps necessary to collect data at a predefined<br />

sampling rate and read it from the I/Q memory.<br />

Data is output in the form of voltage values referring to the analyzer input.<br />

7.24 Operating Manual 1313.9681.12 - 01

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!