RFmx Demod DotNET

Table of Contents

RFmxDemodMXDDemodConfiguration.ConfigurePulseShapingFilterCustomCoefficients Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxDemodMXDDemodConfiguration.ConfigurePulseShapingFilterCustomCoefficients Method

RFmxDemodMXDDemodConfigurationConfigurePulseShapingFilterCustomCoefficients Method

Configures the pulse shaping filter coefficients.

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 ConfigurePulseShapingFilterCustomCoefficients(
	string selectorString,
	double x0,
	double dx,
	float[] pulseShapingFilterCustomCoefficients
)
Public Function ConfigurePulseShapingFilterCustomCoefficients ( 
	selectorString As String,
	x0 As Double,
	dx As Double,
	pulseShapingFilterCustomCoefficients As Single()
) As Integer

Parameters

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  Single

[Missing <param name="pulseShapingFilterCustomCoefficients"/> documentation for "M:NationalInstruments.RFmx.DemodMX.RFmxDemodMXDDemodConfiguration.ConfigurePulseShapingFilterCustomCoefficients(System.String,System.Double,System.Double,System.Single[])"]

Return Value

Int32
Returns the status code of this method. The status code either indicates success or describes a warning condition.

Remarks

This method maps to the RFmxDemod_DDemodCfgPulseShapingFilterCustomCoefficients() function in C.

See Also

Log in to get a better experience