Bits
- Updated2026-04-20
- 2 minute(s) read
Demodulated PSK ,QAM and APSK signals are known to have ambiguity in phase if the transmitted signal is not known. If this phase ambiguity is not resolved, the hard decision of symbols returns in incorrect bits.
Some communication schemes resolve the phase ambiguity issue by using differential mapping. Refer to Phase Shift Keying for more information about differential mapping.
Another solution to the issue is to transmit a known bit pattern to the receiver. Such known bit patterns are called synchronization bits. When synchronization is enabled, the demodulator attempts to find the phase ambiguity using the known bits.
If synchronization bits are found, the demodulator corrects for phase ambiguity, and then the signal from this location is used for the measurement. You can specify a measurement that offset from this synchronized location. In this case, the number of symbols measured for transmit quality might be less than the specified number of symbols.
If synchronization bits are not found in the measurement interval, the demodulator uses all the symbols acquired for measuring the transmit quality.
In some communication schemes, synchronization bits are used to mark the start of message frame. Enable bit synchronization to measure only the signal corresponding to the message frame.
Specify the synchronization bits, read from left to right, as shown below.
{b0 ... b(log2M)-1}0 {b0 ... b(log2M)-1}1 ... {b0 ... b(log2M)-1}n-1
- M is the M-ary.
- n is the number of symbols that form the synchronization pattern.
The length of the synchronization bits are truncated to an integer multiple of log2M bits per symbol.
Related Information
- Phase Shift Keying
Phase-shift keying (PSK) in digital transmission refers to a type of angle modulation in which the carrier phase is discretely varied to represent data being transmitted, either in relation to a reference phase or to the phase of the immediately preceding signal element.
- Filters
Configure custom filters within RFmx Demod to tailor measurement processing to specific signal‑analysis needs.