RFmxDemodMXADemodAudioFilterType Enumeration
- Updated2024-07-17
- 1 minute(s) read
RFmx
Specifies the audio filter to be applied on the analog demodulated signal.
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 enum RFmxDemodMXADemodAudioFilterType
Public Enumeration RFmxDemodMXADemodAudioFilterType
Members
Member name | Value | Description |
---|---|---|
None | 0 | Does not use any audio filter. |
Custom | 1 | Uses the filter specified by the audio filter lower cutoff and the audio filter upper cutoff. |
AWeight | 2 | Uses an A-weighted filter. |
BWeight | 3 | Uses a B-weighted filter. |
CWeight | 4 | Uses a C-weighted filter. |
Ccitt | 5 | Uses the filter specified by CCITT. |
ItuR468_4 | 6 | Uses the filter specified by ITU-R 468-4. |