NI-SCOPE .NET Class Library Help

Table of Contents

ScopeChannelEqualizationFilter.ConfigureCoefficients Method

  • Updated2023-09-06
  • 1 minute(s) read
ScopeChannelEqualizationFilter.ConfigureCoefficients Method

ScopeChannelEqualizationFilterConfigureCoefficients Method

Configures the custom coefficients for the equalization FIR filter on the instrument.

Namespace:  NationalInstruments.ModularInstruments.NIScope
Assembly:  NationalInstruments.ModularInstruments.NIScope.Fx45 (in NationalInstruments.ModularInstruments.NIScope.Fx45.dll) Version: 2023

Syntax

public void ConfigureCoefficients(
	double[] coefficients
)
Public Sub ConfigureCoefficients ( 
	coefficients As Double()
)

Parameters

coefficients
Type: SystemDouble
Pass the custom coefficients for the equalization FIR filter on the instrument. These coefficients should be between +1 and –1. The length of the array is NumberOfCoefficients.

Remarks

If the equalization filter is Enabled, ensure you call this method with a double array whose size matches NumberOfCoefficients. Because this filter is a generic FIR filter, any coefficients within the range specified are valid.

See Also

Log in to get a better experience