MT IQ to XY Graph VI
Formats I/Q data for plotting on a LabVIEW XY graph. This VI extracts the I and Q data into two arrays (X and Y, respectively), which are bundled into the I vs. Q graph cluster for display on a LabVIEW front panel graph. To place a formatted XY graph on your LabVIEW front panel, right-click the I vs. Q graph output terminal and select Create»Indicator.
IQ data (complex) in specifies the baseband (downconverted) time-domain data for representation on the XY graph.
|
|||||||
error in (no error) accepts error information wired from previously called VIs. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs. Right-click the front panel error in control and select Explain Error or Explain Warning from the shortcut menu for more information about the error displayed.
|
|||||||
IQ data (complex) out returns the baseband (downconverted) time-domain data. This VI does not modify this data, so this parameter is identical to the IQ data (complex) in parameter.
|
|||||||
I vs. Q graph returns the XY graph indicator. The X axis contains I data and the Y axis contains Q data. |
|||||||
error out passes error or warning information out of a VI to be used by other VIs. Right-click the front panel error out indicator and select Explain Error or Explain Warning from the shortcut menu for more information about the error displayed.
|