RFmx Demod VIs

RFmxDemod DDemod Configure Measurement Filter (VI)

  • Updated2023-10-12
  • 3 minute(s) read
 RFmxDemod DDemod Configure Measurement Filter (VI)

RFmxDemod DDemod Configure Measurement Filter (VI)

Owning Palette: DDemod

Configures the measurement filter.

RFmxDemod DDemod Configure Measurement Filter

cio.gif

Instrument Handle In specifies the RFmx session refnum. Instrument Handle In is obtained from the RFmxInstr Initialize NIRFSA VI.

ci32.gif

Measurement Filter Type specifies whether the measurement needs to compute the measurement filter based on the pulse shaping filter type or uses the custom measurement filter coefficients.

The default value is Auto.

Auto (0)

The signal analyzer computes the measurement filter coefficients based on the pulse-shaping filter information that you specify in the Pulse Shaping Filter Type parameter of the RFmxDemod DDemod Configure Pulse Shaping Filter VI. If the Pulse Shaping Filter Type parameter is set to Custom, the signal analyzer enables equalization.

Custom (1)

The signal analyzer uses the coefficients specified by RFmxDemod DDemod Configure Measurement Filter Custom Coefficients VI.

ccclst.gif

Measurement Filter Custom Coefficients specifies the measurements coefficients.

Note  To configure an impulse, set x0=0, dx=1, y[0]=1.
cdbl.gif

x0 always pass 0 to this parameter. Any other values are ignored.

cdbl.gif

dx specifies the spacing between the coefficients as a fraction of the symbol spacing. For example, if four coefficients correspond to one symbol, the spacing is 1/4.

c1dsgl.gif

y specifies the filter coefficients to be used by demodulator.

cstr.gif

Selector String comprises of the signal name. If you do not specify the signal name, the default signal instance is used. The default value is "" (empty string).

Example:

""

"signal::sig1"

You can use the RFmxDemod Build Signal String VI to build the selector string.

cerrcodeclst.gif

error in describes error conditions that occur before this node runs. This input provides standard error in functionality.

iio.gif

Instrument Handle Out passes a reference to your RFmx session to the next VI.

ierrcodeclst.gif

error out contains error information. This output provides standard error out functionality.

Log in to get a better experience