ConfigurePulseShapingFilterCustomCoefficients(string, double, double, float[])
- Updated2025-10-13
- 1 minute(s) read
Configures the pulse shaping filter coefficients.
Syntax
Namespace: NationalInstruments.RFmx.DemodMX
public int ConfigurePulseShapingFilterCustomCoefficients(string selectorString, double x0, double dx, float[] pulseShapingFilterCustomCoefficients)
Remarks
This method maps to the RFmxDemod_DDemodCfgPulseShapingFilterCustomCoefficients() function in C.
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
| 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. |
| pulseShapingFilterCustomCoefficients | float[] | Specifies the filter coefficients used as the pulse shaping filter on the transmitter. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.