Get started !
online LTE test
online C test

Updated or New
5G NR Data Rate calculator New
5G NR TBS calculator New
5G NR UE Registration New
Python programming
C++ programming
MIMO for 3GPP Developer - 2
Uplink power control
MIMO for 3GPP Developer
NR ARFCN and GSCN
5GS Interfaces



About
Feedback
Information Theory
Modulation
Multiple Access
OSI Model
Data Link layer
SS7
Word about ATM
GSM
GPRS
UMTS
WiMAX
LTE
CV2X
5G
Standard Reference
Reference books
Resources on Web
Miscellaneous
Mind Map
Magic MSC tool
Bar graph tool
C programming
C++ programming
Perl resources
Python programming
Javascript/HTML
MATLAB
ASCII table
Project Management

another knowledge site

3GPP Modem
Simulator


Sparkle At Office comic strip

Modulation (Basic, PSK, FSK) - 1


Basic

In telecommunication, for information transfer, idea is to use high frequency signal and then modify the characteristics of this signal to communicate the information. In other words, what we do is superimpose (low frequency) information signal onto (high frequency) carrier signal. At receiving end, this process is reversed.

Have a look at example diagram of "Analog modulation" below.



Top one is a information signal. In 2nd waveform, amplitude carrier signal is modified to reflect the value of information signal. In 3rd, frequency of carrier frequency is modified to so the same.

In similar way, we can modify the phase of carrier signal based on information signal. These techniques are known as amplitude modulation, frequency modulation, and phase modulation respectively.

As you may infer, the frequency difference between information signal and carrier signal need to be "sufficient" for receiver to "decode" the signals properly.

Digital modulation

In digital modulation, the input/information signal is in ones and zeros. In a way, digital modulation is "digital-to-analog" conversion !

There are numerous techniques:

Phase Shift Keying

Phase is given a value; in case of BPSK, two values (0 and 1) are separated by 180° phase; for QPSK, it would be 4 values (00, 01, 10, and 11) by 90° phase.

QPSK can be viewed as two BPSK signals ! One way to implement QPSK is split the actual data stream in even and odd bits. Then odd bits are given to modulate sine wave (like BPSK) and even bits to cosine wave. Resulting wave form is QPSK.

Below is an example of QPSK with information as "11".




In case of PSK, synchronisation is mandatory as absolute phases are given values. In DPSK (Differential PSK) rather than phase, phase "change" is used for indicating values.

Other variants of PSK are 8PSK, 16PSK, Offset PSK etc.

Frequency Shift Keying

FSK uses frequency change to indicate information. Due to the nature of FSK, it is still used in amateur radio. Another popular example is DTMF - used in today's keypad landline phones.


© Copyright Samir Amberkar 2010

. Modulation Index » QAM