RfsgFilterType Enumeration
- Updated2025-02-03
- 1 minute(s) read
Rfsg
Specifies the pulse-shaping filter type for the finite-impulse response (FIR) filter.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025
Syntax
public enum RfsgFilterType
Public Enumeration RfsgFilterType
Members
Member name | Value | Description |
---|---|---|
None | 10,000 | Applies no filter to the data. |
RootRaisedCosine | 10,001 | Applies a root-raised cosine filter to the data with the alpha value specified with the RaisedCosineAlpha property. |
RaisedCosine | 10,002 | Applies a raised cosine filter to the data with the alpha value specified with the RootRaisedCosineAlpha property. |