Main Content

Continuous-Phase Modulation

Continuous-phase modulation (CPM) is a linear baseband modulation technique in which the message modulates the frequency of a continuous-phase signal. The signal has memory because the phase of the carrier is constrained to be continuous. Communications Toolbox™ software includes these modulation and demodulation functions, System objects, and blocks to model continuous-phase frequency shift keying (CPFSK), continuous-phase modulation (CPM), Gaussian minimum shift keying (GMSK), and minimum shift keying (MSK).

CPM

In CPM, the baseband representation of the modulated signal is

s(t)=exp[j2πi=0nαihiq(tiT)], andnT<t<(n+1)T.

where:

  • {αi} is a sequence of M-ary data symbols selected from the alphabet ±1, ±3, ±(M–1).

  • M must have the form 2k for some positive integer k, where M is the modulation order and specifies the size of the symbol alphabet.

  • {hi} is a sequence of modulation indices. hi moves cyclically through a set of indices {h0, h1, h2, ..., hH-1}. When H=1, only one modulation index exists, h0, which is denoted as h.

CPM Pulse Shape Filtering

The CPM method uses pulse shaping to smooth the phase transitions of the modulated signal. The function q(t) is the phase response obtained from the frequency pulse, g(t), through this relation: q(t)=tg(t)dt.

The specified frequency pulse shape corresponds to these pulse shape expressions for g(t).

Pulse ShapeExpression
Rectangularg(t)={12LT,0tLT0otherwise
Raised cosineg(t)={12LT[1cos(2πtLT)],0tLT0otherwise
Spectral raised cosineg(t)=1LmainTsin(2πtLmainT)2πtLmainTcos(β2πtLmainT)1(4βLmainTt)2,0β1
Gaussiang(t)=12T{Q[2πBbtT2ln2]Q[2πBbt+T2ln2]},whereQ(t)=t12πeτ2/2dτ
Tamed FM (tamed frequency modulation)g(t)=18[g0(tT)+2g0(t)+g0(t+T)],whereg0(t)1T[sin(πtT)πtTπ2242sin(πtT)2πtTcos(πtT)(πtT)2sin(πtT)(πtT)3]

  • Lmain is the main lobe pulse duration in symbol intervals.

  • β is the roll-off factor of the spectral raised cosine.

  • Bb is the product of the bandwidth and the Gaussian pulse.

  • The duration of the pulse, LT, is the pulse length in symbol intervals. As defined by the expressions, the spectral raised cosine, Gaussian, and tamed FM pulse shapes have infinite length. For all practical purposes, LT specifies the truncated finite length.

  • T is the symbol durations.

  • Q(t) is the complementary cumulative distribution function.

CPFSK

MSK is a specific form of CPM (and CPFSK) in which the modulation index h = 1/2 and g(t) is a rectangular pulse of duration T. As described in Proakis ([2]), the signal waveforms may be expressed as

s(t)=Accos(2πfct+Dftm(α)dα)

  • Ac represents the amplitude of the CPFSK signal.

  • fc is the base carrier frequency.

  • Df is a parameter that controls the frequency deviation of the modulated signal.

  • The integral portion of the cosine argument results in the continuous phase characteristic of the CPFSK signal.

GMSK

GMSK is a continuous phase scheme with no phase discontinuities because the frequency changes occur at the carrier zero-crossing points. For GMSK (and MSK), the frequency difference between the logical one and logical zero states is always equal to half the data rate. This difference can be expressed in terms of the modulation index. Specifically, an input symbol of 1 causes a phase shift of π/2 radians, which corresponds to a modulation index of 0.5.

GMSK applies a Gaussian pulse shaping filter, as described by the Gaussian filter equation in CPM Pulse Shape Filtering.

MSK

MSK is a specific form of CPM (and CPFSK) in which the modulation index h = 1/2 and g(t) is a rectangular pulse of duration T. As described in Proakis ([2]), the signal waveforms may be expressed as

s(t)=Acos[2π(fc+14TIn)t12nπIn+θn],nTt(n+1)T

References

[1] Proakis, John G. Digital Communications. 5th ed. New York: McGraw Hill, 2007.

[2] Pasupathy, S., “Minimum Shift Keying: A Spectrally Efficient Modulation.”IEEE Communications Magazine, July, 1979, pp. 14–22.

[3] Anderson, John B., Tor Aulin, and Carl-Erik Sundberg. Digital Phase Modulation. New York: Plenum Press, 1986.

Related Examples

More About