RFmxDemodMXDDemodSamplesPerSymbol Enumeration
- Updated2025-04-08
- 1 minute(s) read
Specifies the samples per symbol used to acquire the signal for the measurement.
Syntax
Namespace: NationalInstruments.RFmx.DemodMX
public enum RFmxDemodMXDDemodSamplesPerSymbol
Remarks
Enum has beeen Obseleted. Use integer values directly for SamplesPerSymbol.
Members
Name | Value | Description |
---|---|---|
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. |
SamplesPerSymbol4 | 4 | The SPS value is 4. |
SamplesPerSymbol8 | 8 | The SPS value is 8. |
SamplesPerSymbol16 | 0x10 | The SPS value is 16. |