RFmxDemodMXDDemodSamplesPerSymbol Enumeration
- Updated2024-07-17
- 1 minute(s) read
RFmx
Note: This API is now obsolete.
Specifies the samples per symbol used to acquire the signal for the measurement.
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
[ObsoleteAttribute("Use integer values directly for SamplesPerSymbol.")] public enum RFmxDemodMXDDemodSamplesPerSymbol
<ObsoleteAttribute("Use integer values directly for SamplesPerSymbol.")> Public Enumeration RFmxDemodMXDDemodSamplesPerSymbol
Members
Member name | Value | Description |
---|---|---|
SamplesPerSymbol4 | 4 | The SPS value is 4. |
SamplesPerSymbol8 | 8 | The SPS value is 8. |
SamplesPerSymbolAuto | -1 | The measurement uses appropriate samples per symbol (SPS) based on the modulation type and pulse shaping filter. Pulse shape filter is not rectangular: SPS=8 for FSK SPS=4 for ASK,PSK, QAM, MSK Pulse shape filter is rectangular SPS=8, for ASK, PSK, QAM, MSK |
SamplesPerSymbol16 | 16 | The SPS value is 16. |
Remarks
Enum has beeen Obseleted. Use integer values directly for SamplesPerSymbol.