Skip to main content

Random Variable vs. Random Process: Definitions, Examples, and Key Differences


Random Variable vs. Random Process: Definitions, Examples, and Key Differences

Random Variable and Random Process

In the fields of probability theory and statistics, understanding the distinction between a Random Variable and a Random Process (Stochastic Process) is fundamental. This guide breaks down these concepts with mathematical precision and practical examples.

1. Random Variable (RV)

Definition:
A Random Variable is a deterministic function that maps each possible outcome of a random experiment to a unique real number.

Mathematical Representation

A random variable X is defined as a mapping from the sample space S to the set of real numbers :

X : S → ℝ
  • S (Sample Space): The set of all possible outcomes of an experiment.
  • s ∈ S: A specific outcome.
  • X(s): The numerical value associated with outcome s.
Example: Rolling a Fair Die
Consider a single roll of a six-sided die.
  • Sample Space: S = {1, 2, 3, 4, 5, 6}
  • Random Variable X: Defined as the value appearing on the top face.
Mapping: X(1)=1, X(2)=2, ..., X(6)=6. Here, X quantifies the uncertainty of a single event.

2. Random Process (Stochastic Process)

Definition:
A Random Process (or Stochastic Process) is an indexed collection of random variables, typically indexed by time, representing a system that evolves over time.

Mathematical Representation

A random process is denoted as a family of random variables:

{ X(t, s) : t ∈ T, s ∈ S }

Where:

  • X(t): A random variable for every fixed time t.
  • T (Index Set): Usually represents time (can be discrete or continuous).
  • S (Sample Space): The set of all possible realizations (trajectories).
Example: Stock Market Prices
Consider the price of a specific stock measured every hour.
  • X(1): Price at 9:00 AM (Random Variable)
  • X(2): Price at 10:00 AM (Random Variable)
  • X(t): Price at any time t.
The sequence {X(1), X(2), X(3), ...} is a Random Process because it describes a variable that changes unpredictably over an interval.

Comparison: Random Variable vs. Random Process

To differentiate the two, consider that a random variable provides a "snapshot" of uncertainty, while a random process provides a "movie" of uncertainty over time.

Feature Random Variable Random Process
Core Concept A single numerical value per outcome. A function of time/index.
Notation X or X(s) {X(t), t ∈ T}
Domain Depends only on the Sample Space (S). Depends on Sample Space (S) AND Time (T).
Outcome A single number (e.g., 5). A waveform or time-series (Sample Path).
Application Rolling dice, coin flips, height of a person. EEG signals, weather forecasting, stock trends.

Summary

  • Function Mapping: A Random Variable maps S → ℝ. A Random Process maps S × T → ℝ.
  • Realization: A single observation of a random variable is a number; a single observation of a random process is a signal/function (often called a realization or sample path).
  • Interchangeability: The term Stochastic Process is synonymous with Random Process.
  • Ensemble: The collection of all possible sample functions in a random process is called an Ensemble.

Contact Us

Name

Email *

Message *

Popular Posts

Online Simulator for ASK, FSK, and PSK

Interactive Digital Signal Processing (DSP) Tutorial and Simulator for ASK, FSK, and BPSK modulation techniques. Try our new Digital Signal Processing Simulator!   •   Interactive ASK, FSK, and BPSK tools updated for 2025. Start Now Digital Modulation Visualizer: ASK, FSK, & BPSK Simulator Learn and visualize binary modulation techniques (ASK, FSK, BPSK) in real-time with adjustable carrier and sampling parameters. Perfect for DSP students and engineers. 📡 ASK Simulator 📶 FSK Simulator 🎚️ BPSK Simulator 📚 More Topics ASK Modulator FSK Modulator BPSK Modulator More Topics 1. ASK (Amplitude Shift Keying) Simulat...

BER vs SNR for M-ary QAM, M-ary PSK, QPSK, BPSK, ...(MATLAB Code + Simulator)

Bit Error Rate (BER) & SNR Guide Analyze communication system performance with our interactive simulators and MATLAB tools. 📘 Theory 🧮 Simulators 💻 MATLAB Code 📚 Resources BER Definition SNR Formula BER Calculator MATLAB Comparison 📂 Explore M-ary QAM, PSK, and QPSK Topics ▼ 🧮 Constellation Simulator: M-ary QAM 🧮 Constellation Simulator: M-ary PSK 🧮 BER calculation for ASK, FSK, and PSK 🧮 Approaches to BER vs SNR What is Bit Error Rate (BER)? The BER indicates how many corrupted bits are received compared to the total number of bits sent. It is the primary figure of merit f...

MATLAB Code for ASK, FSK, and PSK (with Online Simulator)

MATLAB Code for ASK, FSK, and PSK Comprehensive implementation of digital modulation and demodulation techniques with simulation results. 📘 Theory 📡 ASK Code 📶 FSK Code 🎚️ PSK Code 🕹️ Simulator 📚 Further Reading Amplitude Shift Frequency Shift Phase Shift Live Simulator ASK, FSK & PSK HomePage MATLAB Code MATLAB Code for ASK Modulation and Demodulation COPY % The code is written by SalimWireless.Com clc; clear all; close all; % Parameters Tb = 1; fc = 10; N_bits = 10; Fs = 100 * fc; Ts = 1/Fs; samples_per_bit = Fs * Tb; rng(10); binar...

UGC NET Electronic Science Previous Year Question Papers with Solutions

Home / Engineering & Other Exams / UGC NET 2026 PYQ ⬇️ Download Papers and Solutions 📋 Exam Pattern 💡 Preparation Tips ❓ FAQs 📊 Exam Highlights: Electronic Science (88) Feature Details Junior Research Fellowship (JRF) ₹37,000 + HRA per month Eligibility M.Sc/M.Tech in Electronics (55%) Validity of Certificate JRF (3 Years) | Lectureship (Lifetime) 📥 Download UGC NET Electronics PDFs Complete collection of previous year question papers, answer keys and explanations for Subject Code 88. Start Downloading 📂 View All Question Papers June 2025 - Question Paper Download PDF June 2025 - Solved Paper + Explanation ...

High Level and Low Level Modulation

📘 Overview 📚 Low Level Modulation 📚 High Level Modulation 📚 Simulator for High and Low Level Modulations 📚 MATLAB Code 📚 Further Reading High Level and Low Level Modulation Wireless communication is essential for long-distance data transmission. In wireless systems, modulation is necessary to avoid interference and to reduce antenna size significantly. In the modulation process, we translate the low-frequency baseband signal to a higher frequency by modulating it with a high-frequency carrier signal. For a typical communication system, we generate the carrier signal using a local oscillator. The message signal is modulated with this carrier and then transmitted through the antenna. Low Level Modulation In low-level modulation , the message signal is modulated with the carrier signal at low power levels . After modulation, the signal is passed through a series of linear amplifiers to increase its strength. While this method is easier to imple...

MATLAB Code for BER performance of QPSK with BPSK, 4-QAM, 16-QAM, 64-QAM, 256-QAM, etc

📘 Overview 🧮 MATLAB Codes 🧮 Online Simulator for Calculating BER of M-ary PSK and QAM 🧮 QPSK vs BPSK and QAM: A Comparison of Modulation Schemes in Wireless Communication 🧮 Are QPSK and 4-PSK same? 📚 Further Reading   QPSK offers double the data rate of BPSK while maintaining a similar bit error rate at low SNR when Gray coding is used. It shares spectral efficiency with 4-QAM and can outperform 4-QAM or 16-QAM in very noisy channels. QPSK is widely used in practical wireless systems, often alongside QAM in adaptive modulation schemes [Read more...] What is the Gray Code? Gray Code: Gray code is a binary numeral system where two successive values differ in only one bit. This property is called the single-bit difference or unit distance code. It is also known as reflected binary code. Let's convert binary 111 to Gray code: Binary bits: B = 1 1 1 Apply the rule: G[0] = B[0] = 1...

DFTs-OFDM vs OFDM: Why DFT-Spread OFDM Reduces PAPR Effectively (with MATLAB Code)

Understanding PAPR in DFT-spread OFDM vs. Standard OFDM In modern wireless communications like 4G LTE and 5G NR, managing the Peak-to-Average Power Ratio (PAPR) is critical for hardware efficiency. While OFDM is the gold standard for high-speed data, its high PAPR poses significant challenges for mobile devices. This is where DFTs-OFDM (also known as SC-FDMA) comes in. DFT-spread OFDM (DFTs-OFDM) has lower Peak-to-Average Power Ratio (PAPR) because it "spreads" the data in the frequency domain before applying IFFT, making the time-domain signal behave more like a single-carrier signal rather than a multi-carrier one like OFDM. Deeper Explanation: Aspect OFDM DFTs-OFDM Signal Type Multi-carrier Single-carrier-like Process IFFT of QAM directly QAM → DFT → IFFT PAPR Level High (due to many...

Comparisons among ASK, PSK, and FSK (with MATLAB + Simulator)

Modulation ASK, FSK & PSK Constellation MATLAB Simulink MATLAB Code Comparisons among ASK, PSK, and FSK 📘 Comparisons among ASK, FSK, and PSK 🧮 Online Simulator Bandwidth 🧮 MATLAB Code BER Analysis 📚 Further Reading 📂 View Other Topics on Comparisons among ASK, PSK, and FSK ... 🧮 Comparisons of Noise Sensitivity, Bandwidth, Complexity, etc. 🧮 MATLAB Code for Constellation Diagrams of ASK, FSK, and PSK 🧮 Online Simulator for ASK, FSK, and PSK Generation 🧮 Online Simulator for ASK, FSK, and PSK Constellation 🧮 Some Questions and Answers Comparisons among ASK, PSK, and FSK Comparison among ASK, FSK, and PSK Parameters ASK FSK PSK Variable Characteristics Amplitude ...