Skip to main content

Pulse Position Modulation (PPM)


Pulse Position Modulation (PPM) is a type of signal modulation in which M message bits are encoded by transmitting a single pulse within one of 2แดน possible time positions within a fixed time frame. This process is repeated every T seconds, resulting in a data rate of M/T bits per second.

Pulse Position Modulation Example

Bits per symbol: m = 3

Number of slots per symbol duration: M = 2^m = 2^3 = 8

Example symbol: 101 → decimal 5 → pulse sent in slot 5 (out of 0…7)

Symbol duration: T_s = 8 ms → each time slot: T_slot = T_s / M = 8 / 8 = 1 ms

Pulse for symbol 101 is transmitted between 5 ms and 6 ms.

Timeline representation of 3-bit PPM
Slot: 0   1   2   3   4   5   6   7
Time: 0-1 1-2 2-3 3-4 4-5 5-6 6-7 7-8 ms
Pulse →                           █
    

PPM is a form of analog modulation where the position of each pulse is varied according to the amplitude of the sampled modulating signal, while the amplitude and width of the pulses remain constant. This means only the timing (position) of the pulse carries the information.

PPM is commonly used in optical and wireless communications, especially where multipath interference is minimal or needs to be reduced. Because the information is carried in timing, it's more robust in some noisy environments compared to other modulation schemes.

Although PPM can be used for analog signal modulation, it is also used in digital communications where each pulse position represents a symbol or bit pattern. However, it is not ideal for transmitting complex data files, as it is generally used for simple or low-data-rate signaling.

PPM waveform illustration
Fig: PPM Waveforms

Demodulation of PPM Signal

Demodulation circuit for PPM


The noise-corrupted PPM waveform is received by the PPM demodulator circuit. A pulse generator produces fixed-duration pulses from the incoming PPM signal and applies these pulses to the reset (R) input of an SR flip-flop.

Simultaneously, a reference pulse train of fixed frequency is extracted (or generated) from the PPM signal and applied to the set (S) input of the flip-flop.

As a result of these set and reset signals, the SR flip-flop generates a PWM (Pulse Width Modulated) waveform at its output. The width of each pulse corresponds to the time delay between the reference pulse and the received PPM pulse — effectively recovering the original signal information.


Pulse Position Modulation (PPM) of Sinusoidal Signal

We have a sinusoidal signal:

x(t) = A sin(2ฯ€ f t)

And we want to modulate this signal using Pulse Position Modulation (PPM).


Step-by-Step Example

1. Sinusoidal Signal

Let’s define a sinusoidal signal as:

x(t) = 5 sin(2ฯ€ ⋅ 1 ⋅ t)

This is a sine wave with:

  • Amplitude: A = 5
  • Frequency: f = 1 Hz

2. Pulse Position Modulation Concept

We’ll now encode information into the timing of pulses based on this sinusoidal signal.

If the amplitude is large (positive or negative), the pulse will be farther from a reference time (i.e., delayed). If it’s small, the pulse will be closer to the reference time.

3. Calculating the Pulse Positions

We compute the values of x(t) and the corresponding pulse positions:

Time Sample 1: t = 0

x(0) = 5 sin(0) = 0

Pulse at reference time t = 0.

Time Sample 2: t = 0.1

x(0.1) = 5 sin(0.2ฯ€) ≈ 2.939
Shift = 0.1 × 2.939 = 0.294
t = 0.1 + 0.294 = 0.394 seconds

Time Sample 3: t = 0.2

x(0.2) = 5 sin(0.4ฯ€) ≈ 4.7555
Shift = 0.1 × 4.7555 = 0.47555
t = 0.2 + 0.47555 = 0.67555 seconds

Time Sample 4: t = 0.3

x(0.3) = 5 sin(0.6ฯ€) ≈ 4.045
Shift = 0.1 × 4.045 = 0.4045
t = 0.3 + 0.4045 = 0.7045 seconds

Time Sample 5: t = 0.4

x(0.4) = 5 sin(0.8ฯ€) ≈ 4.7555
Shift = 0.1 × 4.7555 = 0.47555
t = 0.4 + 0.47555 = 0.87555 seconds

Time Sample 6: t = 0.5

x(0.5) = 5 sin(ฯ€) = 0
Pulse at reference time t = 0.5

4. Summary of Pulse Timing

Pulse positions based on sinusoidal amplitude:

Sample Time (t) Amplitude x(t) Pulse Position (tpulse)
0.0 0 0.0
0.1 2.939 0.394
0.2 4.7555 0.67555
0.3 4.045 0.7045
0.4 4.7555 0.87555
0.5 0 0.5

Effect of Noise on Pulse Position Modulation

Since in a PPM system the transmitted information is contained in the relative positions of the modulated pulses, the presence of additive noise affects the performance by falsifying the perceived pulse timing. Immunity to noise can be improved by making the pulse rise rapidly, reducing the time window for noise interference.

In theory, noise would have no effect if pulses were perfectly rectangular (requiring infinite bandwidth). In practice, finite rise times mean some degradation is inevitable. Similar to continuous-wave modulation, PPM performance can be evaluated using the output signal-to-noise ratio (SNR). The figure of merit compares output SNR to channel SNR, showing that performance improves with bandwidth but suffers a threshold effect when SNR drops too low.


Further Reading

  1. MATLAB Code for Pulse Position Modulation (PPM)

People are good at skipping over material they already know!

View Related Topics to







Contact Us

Name

Email *

Message *

Popular Posts

Channel Impulse Response (CIR)

๐Ÿ“˜ Overview & Theory ๐Ÿ“˜ How CIR Affects the Signal ๐Ÿงฎ Online Channel Impulse Response Simulator ๐Ÿงฎ MATLAB Codes ๐Ÿ“š Further Reading What is the Channel Impulse Response (CIR)? The Channel Impulse Response (CIR) is a concept primarily used in the field of telecommunications and signal processing. It provides information about how a communication channel responds to an impulse signal. It describes the behavior of a communication channel in response to an impulse signal. In signal processing, an impulse signal has zero amplitude at all other times and amplitude ∞ at time 0 for the signal. Using a Dirac Delta function, we can approximate this. Fig: Dirac Delta Function The result of this calculation is that all frequencies are responded to equally by ฮด(t) . This is crucial since we never know which frequenci...

Online Simulator for ASK, FSK, and PSK

Try our new Digital Signal Processing Simulator!   Start Simulator for binary ASK Modulation Message Bits (e.g. 1,0,1,0) Carrier Frequency (Hz) Sampling Frequency (Hz) Run Simulation Simulator for binary FSK Modulation Input Bits (e.g. 1,0,1,0) Freq for '1' (Hz) Freq for '0' (Hz) Sampling Rate (Hz) Visualize FSK Signal Simulator for BPSK Modulation ...

BER vs SNR for M-ary QAM, M-ary PSK, QPSK, BPSK, ...

๐Ÿ“˜ Overview of BER and SNR ๐Ÿงฎ Online Simulator for BER calculation of m-ary QAM and m-ary PSK ๐Ÿงฎ MATLAB Code for BER calculation of M-ary QAM, M-ary PSK, QPSK, BPSK, ... ๐Ÿ“š Further Reading ๐Ÿ“‚ View Other Topics on M-ary QAM, M-ary PSK, QPSK ... ๐Ÿงฎ Online Simulator for Constellation Diagram of m-ary QAM ๐Ÿงฎ Online Simulator for Constellation Diagram of m-ary PSK ๐Ÿงฎ MATLAB Code for BER calculation of ASK, FSK, and PSK ๐Ÿงฎ MATLAB Code for BER calculation of Alamouti Scheme ๐Ÿงฎ Different approaches to calculate BER vs SNR What is Bit Error Rate (BER)? The abbreviation BER stands for Bit Error Rate, which indicates how many corrupted bits are received (after the demodulation process) compared to the total number of bits sent in a communication process. BER = (number of bits received in error) / (total number of tran...

Gaussian minimum shift keying (GMSK)

๐Ÿ“˜ Overview & Theory ๐Ÿงฎ Simulator for GMSK ๐Ÿงฎ MSK and GMSK: Understanding the Relationship ๐Ÿงฎ MATLAB Code for GMSK ๐Ÿ“š Simulation Results for GMSK ๐Ÿ“š Q & A and Summary ๐Ÿ“š Further Reading Dive into the fascinating world of GMSK modulation, where continuous phase modulation and spectral efficiency come together for robust communication systems! Core Process of GMSK Modulation Phase Accumulation (Integration of Filtered Signal) After applying Gaussian filtering to the Non-Return-to-Zero (NRZ) signal, we integrate the smoothed NRZ signal over time to produce a continuous phase signal: ฮธ(t) = ∫ 0 t m filtered (ฯ„) dฯ„ This integration is crucial for avoiding abrupt phase transitions, ensuring smooth and continuous phase changes. Phase Modulation The next step involves using the phase signal to modulate a...

Constellation Diagrams of ASK, PSK, and FSK

๐Ÿ“˜ Overview of Energy per Bit (Eb / N0) ๐Ÿงฎ Online Simulator for constellation diagrams of ASK, FSK, and PSK ๐Ÿงฎ Theory behind Constellation Diagrams of ASK, FSK, and PSK ๐Ÿงฎ MATLAB Codes for Constellation Diagrams of ASK, FSK, and PSK ๐Ÿ“š Further Reading ๐Ÿ“‚ Other Topics on Constellation Diagrams of ASK, PSK, and FSK ... ๐Ÿงฎ Simulator for constellation diagrams of m-ary PSK ๐Ÿงฎ Simulator for constellation diagrams of m-ary QAM BASK (Binary ASK) Modulation: Transmits one of two signals: 0 or -√Eb, where Eb​ is the energy per bit. These signals represent binary 0 and 1.    BFSK (Binary FSK) Modulation: Transmits one of two signals: +√Eb​ ( On the y-axis, the phase shift of 90 degrees with respect to the x-axis, which is also termed phase offset ) or √Eb (on x-axis), where Eb​ is the energy per bit. These signals represent binary 0 and 1.  BPSK (Binary PSK) Modulation: Transmits one of two signals...

Q-function in BER vs SNR Calculation

Q-function in BER vs. SNR Calculation In the context of Bit Error Rate (BER) and Signal-to-Noise Ratio (SNR) calculations, the Q-function plays a significant role, especially in digital communications and signal processing . What is the Q-function? The Q-function is a mathematical function that represents the tail probability of the standard normal distribution. Specifically, it is defined as: Q(x) = (1 / sqrt(2ฯ€)) ∫โ‚“∞ e^(-t² / 2) dt In simpler terms, the Q-function gives the probability that a standard normal random variable exceeds a value x . This is closely related to the complementary cumulative distribution function of the normal distribution. The Role of the Q-function in BER vs. SNR The Q-function is widely used in the calculation of the Bit Error Rate (BER) in communication systems, particularly in systems like Binary Phase Shift Ke...

Wireless Communication Interview Questions | Page 2

Wireless Communication Interview Questions Page 1 | Page 2| Page 3| Page 4| Page 5   Digital Communication (Modulation Techniques, etc.) Importance of digital communication in competitive exams and core industries Q. What is coherence bandwidth? A. See the answer Q. What is flat fading and slow fading? A. See the answer . Q. What is a constellation diagram? Q. One application of QAM A. 802.11 (Wi-Fi) Q. Can you draw a constellation diagram of 4QPSK, BPSK, 16 QAM, etc. A.  Click here Q. Which modulation technique will you choose when the channel is extremely noisy, BPSK or 16 QAM? A. BPSK. PSK is less sensitive to noise as compared to Amplitude Modulation. We know QAM is a combination of Amplitude Modulation and PSK. Go through the chapter on  "Modulation Techniques" . Q.  Real-life application of QPSK modulation and demodulation Q. What is  OFDM?  Why do we use it? Q. What is the Cyclic prefix in OFDM?   Q. In a c...

LDPC Encoding and Decoding Techniques

๐Ÿ“˜ Overview & Theory ๐Ÿงฎ LDPC Encoding Techniques ๐Ÿงฎ LDPC Decoding Techniques ๐Ÿ“š Further Reading 'LDPC' is the abbreviation for 'low density parity check'. LDPC code H matrix contains very few amount of 1's and mostly zeroes. LDPC codes are error correcting code. Using LDPC codes, channel capacities that are close to the theoretical Shannon limit can be achieved.  Low density parity check (LDPC) codes are linear error-correcting block code suitable for error correction in a large block sizes transmitted via very noisy channel. Applications requiring highly reliable information transport over bandwidth restrictions in the presence of noise are increasingly using LDPC codes. 1. LDPC Encoding Technique The proper form of H matrix is derived from the given matrix by doing multiple row operations as shown above. In the above, H is parity check matrix and G is generator matrix. If you consider matrix H as [-P' | I] then matrix G will b...