RFmx LTE CVI

Table of Contents

RFMXLTE_ATTR_OBW_RBW_FILTER_TYPE

  • Updated2024-10-14
  • 1 minute(s) read

RFMXLTE_ATTR_OBW_RBW_FILTER_TYPE

Data Type: int32
Access:read/write
Functions:RFmxLTE_SetAttributeI32
RFmxLTE_GetAttributeI32
Description: Specifies the shape of the digital RBW filter.

You do not need to use a selector string to configure or read this attribute for the default signal instance. Refer to the Selector Strings topic for information about the string syntax for named signals.

The default value is RFMXLTE_VAL_OBW_RBW_FILTER_TYPE_GAUSSIAN.

Get Function: RFmxLTE_OBWGetRBWFilterType
Set Function: RFmxLTE_OBWSetRBWFilterType
Values:
RFMXLTE_VAL_OBW_RBW_FILTER_TYPE_FFT_BASED (0)No RBW filtering is performed.
RFMXLTE_VAL_OBW_RBW_FILTER_TYPE_GAUSSIAN (1)An RBW filter with a Gaussian response is applied.
RFMXLTE_VAL_OBW_RBW_FILTER_TYPE_FLAT (2)An RBW filter with a flat response is applied.

Log in to get a better experience