RFMXNR_ATTR_OBW_RBW_FILTER_TYPE
- Updated2025-04-08
- 1 minute(s) read
Specifies the shape of the digital RBW filter.
Syntax
RFMXNR_ATTR_OBW_RBW_FILTER_TYPE
Numeric Value | Data Type | Access | Applies To |
---|---|---|---|
9461768 | int32 | Read/Write | N/A |
Remarks
You do not need to use a selector string to configure or read this attribute for the default signal instance. Refer to the Selector String topic for information about the string syntax for named signals.
The default value is Gaussian.
Name | Value | Description |
---|---|---|
RFMXNR_VAL_OBW_RBW_FILTER_TYPE_FFT_BASED | 0 (0x0) | No RBW filtering is performed. |
RFMXNR_VAL_OBW_RBW_FILTER_TYPE_GAUSSIAN | 1 (0x1) | An RBW filter with a Gaussian response is applied. |
RFMXNR_VAL_OBW_RBW_FILTER_TYPE_FLAT | 2 (0x2) | An RBW filter with a flat response is applied. |