NI-SCOPE .NET Class Library Help

Table of Contents

ScopeMeasurementFirFilterWindow Enumeration

  • Updated2023-09-06
  • 1 minute(s) read
ScopeMeasurementFirFilterWindow Enumeration

ScopeMeasurementFirFilterWindow Enumeration

Specifies the FIR window type. The symmetric windows are applied to the FIR filter coefficients to limit passband ripple in FIR filters.

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

Syntax

public enum ScopeMeasurementFirFilterWindow
Public Enumeration ScopeMeasurementFirFilterWindow

Members

  Member nameValueDescription
None0 Windowing is not applied to the FIR filter coefficients.
HanningWindow409 A Hanning window is applied to the FIR filter coefficients.
FlatTopWindow410 A Flat Top window is applied to the FIR filter coefficients.
HammingWindow420 A Hamming window is applied to the FIR filter coefficients.
TriangleWindow423 A Triangle window is applied to the FIR filter coefficients.
BlackmanWindow424 A Blackman window is applied to the FIR filter coefficients.

See Also

Log in to get a better experience