©
National Instruments Corporation
39
NI 5622 Calibration Procedure
d.
Resample the complex waveform using the MT Resample
(Complex Cluster) VI located at
<LabVIEW Directory>\
vi.lib\addons\Modulation\Analog
.
e.
Concatenate the complex value time-domain data array returned
in step 12d to the end of the previous result.
LabVIEW VI
C/C++ Function Call
Call
ModtFractionalResample
with
the following parameters:
Handle
: The handle you obtained from
ModtCreateSessionHandle
t0
: Trigger (start) time of the
downconverted I/Q signal data
dt
: Time interval between data points
in the downconverted I/Q signal data
inputData
: Complex value time-domain
data array
inumInputDataSamples
: Number of
samples in the complex value
time-domain data array
initialSampleOffset
:
0
desiredSampleRate
:
5,000,000
reset
:
TRUE
(for iteration 1),
FALSE
(for iterations 2 through 31)
numResampledComplexDataSamples
:
ceil (dt × numInputDataSamples ×
desiredSampleRate)