RFmxDemodMXDDemodConfiguration.ConfigureMeasurementFilter Method
- Updated2024-07-17
- 1 minute(s) read
RFmx
Configures the measurement filter.
Namespace: NationalInstruments.RFmx.DemodMX
Assembly: NationalInstruments.RFmx.DemodMX.Fx40 (in NationalInstruments.RFmx.DemodMX.Fx40.dll) Version: 24.5.0.49286 (24.5.0.49286)
Syntax
public int ConfigureMeasurementFilter( string selectorString, RFmxDemodMXDDemodMeasurementFilterType measurementFilterType, double x0, double dx, float[] y )
Public Function ConfigureMeasurementFilter ( selectorString As String, measurementFilterType As RFmxDemodMXDDemodMeasurementFilterType, x0 As Double, dx As Double, y As Single() ) As Integer
Parameters
- selectorString String
- Pass an empty string. The signal name that is passed when creating the signal configuration is used.
- measurementFilterType RFmxDemodMXDDemodMeasurementFilterType
- Specifies whether the measurement needs to compute the measurement filter based on the pulse shaping filter type or uses the custom measurement filter coefficients.
- x0 Double
- Always pass 0 to this parameter. Any other values will be ignored.
- dx Double
- 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.
- y Single
- Specifies the filter coefficients to be used by demodulator.
Return Value
Int32Returns the status code of this method. The status code either indicates success or describes a warning condition.
Remarks
This method maps to the RFmxDemod_DDemodCfgMeasurementFilter() function in C.