RFMXWCDMA_ATTR_CHP_RBW_FILTER_TYPE
- Updated2025-04-08
- 1 minute(s) read
Specifies the shape of the digital RBW filter.
Syntax
RFMXWCDMA_ATTR_CHP_RBW_FILTER_TYPE
Numeric Value | Data Type | Access | Applies To |
---|---|---|---|
5255182 | 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 FFT Based.
Name | Value | Description |
---|---|---|
RFMXWCDMA_VAL_CHP_RBW_FILTER_TYPE_FFT_BASED | 0 (0x0) | No RBW filtering is applied. |
RFMXWCDMA_VAL_CHP_RBW_FILTER_TYPE_GAUSSIAN | 1 (0x1) | An RBW filter with a Gaussian response is applied. |
RFMXWCDMA_VAL_CHP_RBW_FILTER_TYPE_FLAT | 2 (0x2) | An RBW filter with a flat response is applied. |