Passband modulation | |
---|---|
Analog modulation | |
Digital modulation | |
Spread spectrum | |
See also | |
|
|
![]() |
This article includes a list of references, related reading or external links, but its sources remain unclear because it lacks inline citations. Please improve this article by introducing more precise citations. (October 2008) |
In digital modulation, minimum-shift keying (MSK) is a type of continuous-phase frequency-shift keying that was developed in the late 1950s and 1960s.[1] Similar to OQPSK, MSK is encoded with bits alternating between quadrature components, with the Q component delayed by half the symbol period. However, instead of square pulses as OQPSK uses, MSK encodes each bit as a half sinusoid. This results in a constant-modulus signal, which reduces problems caused by non-linear distortion. In addition to being viewed as related to OQPSK, MSK can also be viewed as a continuous phase frequency shift keyed (CPFSK) signal with a frequency separation of one-half the bit rate.
Contents |
The resulting signal is represented by the formula
Failed to parse (Missing texvc executable; please see math/README to configure.): s(t) = a_{I}(t)\cos{\left(\frac{{\pi}t}{2T}\right)}\cos{(2{\pi}f_{c}t)}-a_{Q}(t)\sin{\left(\frac{{\pi}t}{2T}\right)}\sin{\left(2{\pi}f_{c}t\right)}
where Failed to parse (Missing texvc executable; please see math/README to configure.): a_{I}(t)
and Failed to parse (Missing texvc executable; please see math/README to configure.): a_{Q}(t) encode the even and odd information respectively with a sequence of square pulses of duration 2T.
Using the trigonometric identity, this can be rewritten in a form where the phase and frequency modulation are more obvious,
Failed to parse (Missing texvc executable; please see math/README to configure.): s(t) = \cos[2 \pi f_c t + b_k(t) \frac{\pi t}{2 T} + \phi_k]
where bk(t) is +1 when Failed to parse (Missing texvc executable; please see math/README to configure.): a_{I}(t) = a_{Q}(t)
and -1 if they are of opposite signs, and Failed to parse (Missing texvc executable; please see math/README to configure.): \phi_k is 0 if Failed to parse (Missing texvc executable; please see math/README to configure.): a_{I}(t) is 1, and Failed to parse (Missing texvc executable; please see math/README to configure.): \pi otherwise. Therefore, the signal is modulated in frequency and phase, and the phase changes continuously and linearly.
In digital communication, Gaussian minimum shift keying or GMSK is a continuous-phase frequency-shift keying modulation scheme. It is similar to standard minimum-shift keying (MSK); however the digital data stream is first shaped with a Gaussian filter before being applied to a frequency modulator. This has the advantage of reducing sideband power, which in turn reduces out-of-band interference between signal carriers in adjacent frequency channels. However, the Gaussian filter increases the modulation memory in the system and causes intersymbol interference, making it more difficult to discriminate between different transmitted data values and requiring more complex channel equalization algorithms such as an adaptive equalizer at the receiver. GMSK has high spectral efficiency, but it needs a higher power level than QPSK, for instance, in order to reliably transmit the same amount of data.
GMSK is most notably used in the Global System for Mobile Communications (GSM).