RFMXPULSE_ATTR_MEASUREMENT_FILTER_TYPE
- Updated2025-10-13
- 1 minute(s) read
Specifies the demodulation filter type to be used in the measurements.
Syntax
RFMXPULSE_ATTR_MEASUREMENT_FILTER_TYPE
Numeric Value | Data Type | Access | Applies To |
|---|---|---|---|
12582936 | 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 |
|---|---|---|
RFMXPULSE_VAL_MEASUREMENT_FILTER_TYPE_RECTANGULAR | 0 (0x0) | The Rectangular filter is applied. |
RFMXPULSE_VAL_MEASUREMENT_FILTER_TYPE_GAUSSIAN | 1 (0x1) | The Gaussian filter is applied. |