Agilent Technologies E1439 User Manual page 137

Vxi 70 mhz if adc with filters and memory
Table of Contents

Advertisement

age1439_frequency_center_raw_compute
Computes the raw center frequency parameters
VXIplug&play Syntax
ViStatus age1439_frequency_center_raw_compute(ViSession id, ViReal64 center, ViPInt32
Description
This function quickly computes the parameter values which you may use with
frequency_center_raw. This function also allows you to compute many values in advance to
facilitate quick frequency hopping.
Parameters
id
is the VXI instrument session pointer returned by the age1439_init function.
center
provides the center frequency normalized to clock fs.
phasePtr
points to the computed value of phase.
interpolatePtr
points to the computed value of interpolate.
Example
Here is a Visual Basic snippet showing how to use this function:
Return Value
AGE1439_SUCCESS indicates that a function was successful.
Values other than AGE1439_SUCCESS indicate an error condition or other important status
condition. To determine the error message, pass the return value to
page
See Also
"age1439_init" on page
center_raw" on page
#include "age1439".h
phasePtr, ViPInt32 interpolatePtr);
Call age1439_frequency_center_raw_compute(lngId, dblCenterFreq, lngPh, lngIn)
Call age1439_frequency_center_raw(lngId, lngPh, lngIn)
102.
132,
"age1439_frequency_setup" on page
125,
"age1439_combo_setup" on page 87
Agilent E1439 Programmer's Reference
Functions listed alphabetically
age1439_
"age1439_error_message" on
128,
"age1439_frequency_
127

Advertisement

Table of Contents
loading

Table of Contents