niRFSA Get IQ Components

NI RF Vector Signal Analyzers

niRFSA Get IQ Components

Separates a complex IQ array into an I array and a corresponding Q array. This utility can be used to conveniently graph I or Q or to perform operations that apply to one or the other component.

Use the pull-down menu to select an instance of this VI.

niRFSA Get IQ Components (Complex Cluster)

Returns the I and Q data as a complex cluster.

ccclst.gif data specifies the complex waveform to split into I and Q components.
cdbl.gif t0 specifies the trigger (start) time of the acquired signal.
cdbl.gif dt specifies the time interval between data points in the acquired signal. The IQ data sampling rate is the reciprocal of this value.
c1dcdb.gif Y specifies the complex-valued time domain data array. The real and imaginary parts of this complex data array correspond to the in-phase (I) and quadrature-phase (Q) data, respectively. To calculate the instantaneous power of a sampled IQ point, use the equation (I 2 + Q 2)/2R, where R is the input impedance in ohms. For NI RF signal analyzers, R = 50 ohms.
ccclst.gif error in (no error) describes error conditions that occur before this VI runs.
cbool.gif status is TRUE (X) if an error occurred before this VI ran or FALSE (checkmark) to indicate a warning or that no error occurred before this VI ran. The default is FALSE.
ci32.gif code is the error or warning code. The default is 0. If status is TRUE, code is a negative error code. If status is FALSE, code is 0 or a warning code.
cstr.gif source describes the origin of the error or warning and is, in most cases, the name of the VI that produced the error or warning. The default is an empty string.
icclst.gif I returns the I component of the data.
icclst.gif Q returns the Q component of the data.
ii32.gif number of samples returns the number of samples in the input waveform.
icclst.gif error out contains error information. If error in indicates that an error occurred before this VI ran, error out contains the same error information. Otherwise, it describes the error status that this VI produces.
ibool.gif status is TRUE (X) if an error occurred or FALSE (checkmark) to indicate a warning or that no error occurred.
ii32.gif code the error or warning code. If status is TRUE, code is a non-zero error code. If status is FALSE, code is 0 or a warning code.
istr.gif source describes the origin of the error or warning and is, in most cases, the name of the VI that produced the error or warning.

niRFSA Get IQ Components (Complex WDT)

Returns the I and Q data as a waveform data type.

cwfm.gif data specifies the complex waveform to split into I and Q components.
ccclst.gif error in (no error) describes error conditions that occur before this VI runs.
cbool.gif status is TRUE (X) if an error occurred before this VI ran or FALSE (checkmark) to indicate a warning or that no error occurred before this VI ran. The default is FALSE.
ci32.gif code is the error or warning code. The default is 0. If status is TRUE, code is a negative error code. If status is FALSE, code is 0 or a warning code.
cstr.gif source describes the origin of the error or warning and is, in most cases, the name of the VI that produced the error or warning. The default is an empty string.
icclst.gif I returns the I component of the data.
icclst.gif Q returns the Q component of the data.
ii32.gif number of samples returns the number of samples in the input waveform.
icclst.gif error out contains error information. If error in indicates that an error occurred before this VI ran, error out contains the same error information. Otherwise, it describes the error status that this VI produces.
ibool.gif status is TRUE (X) if an error occurred or FALSE (checkmark) to indicate a warning or that no error occurred.
ii32.gif code the error or warning code. If status is TRUE, code is a non-zero error code. If status is FALSE, code is 0 or a warning code.
istr.gif source describes the origin of the error or warning and is, in most cases, the name of the VI that produced the error or warning.