디지털통신 Random Process 임 민 중 동국대학교 정보통신공학과 1.

Slides:



Advertisements
Similar presentations
ELEN 5346/4304 DSP and Filter Design Fall Lecture 15: Stochastic processes Instructor: Dr. Gleb V. Tcheslavski Contact:
Advertisements

Random Variables ECE460 Spring, 2012.
Laws of division of casual sizes. Binomial law of division.
April 2, 2015Applied Discrete Mathematics Week 8: Advanced Counting 1 Random Variables In some experiments, we would like to assign a numerical value to.
DEPARTMENT OF HEALTH SCIENCE AND TECHNOLOGY STOCHASTIC SIGNALS AND PROCESSES Lecture 1 WELCOME.
EE322 Digital Communications
Shivkumar Kalyanaraman Rensselaer Polytechnic Institute 1 Basic Ideas in Probability and Statistics for Experimenters: Part I: Qualitative Discussion Shivkumar.
Probability Densities
SUMS OF RANDOM VARIABLES Changfei Chen. Sums of Random Variables Let be a sequence of random variables, and let be their sum:
Summarizing Measured Data Part I Visualization (Chap 10) Part II Data Summary (Chap 12)
Tch-prob1 Chapter 4. Multiple Random Variables Ex Select a student’s name from an urn. S In some random experiments, a number of different quantities.
Probability and Statistics Review
2. Random variables  Introduction  Distribution of a random variable  Distribution function properties  Discrete random variables  Point mass  Discrete.
Review of Probability and Random Processes
Sep 20, 2005CS477: Analog and Digital Communications1 Random variables, Random processes Analog and Digital Communications Autumn
Random Variable and Probability Distribution
Chapter 21 Random Variables Discrete: Bernoulli, Binomial, Geometric, Poisson Continuous: Uniform, Exponential, Gamma, Normal Expectation & Variance, Joint.
Review of Probability.
Prof. SankarReview of Random Process1 Probability Sample Space (S) –Collection of all possible outcomes of a random experiment Sample Point –Each outcome.
Physics Fluctuomatics (Tohoku University) 1 Physical Fluctuomatics 2nd Mathematical Preparations (1): Probability and statistics Kazuyuki Tanaka Graduate.
Chapter 4. Random Processes
Probability Theory and Random Processes
1 Probability and Statistics  What is probability?  What is statistics?
Tch-prob1 Chap 3. Random Variables The outcome of a random experiment need not be a number. However, we are usually interested in some measurement or numeric.
TELECOMMUNICATIONS Dr. Hugh Blanton ENTC 4307/ENTC 5307.
Statistics for Engineer Week II and Week III: Random Variables and Probability Distribution.
Dr. Gary Blau, Sean HanMonday, Aug 13, 2007 Statistical Design of Experiments SECTION I Probability Theory Review.
Review for Exam I ECE460 Spring, 2012.
Course Review for Final ECE460 Spring, Common Fourier Transform Pairs 2.
Probability theory Petter Mostad Sample space The set of possible outcomes you consider for the problem you look at You subdivide into different.
STA347 - week 51 More on Distribution Function The distribution of a random variable X can be determined directly from its cumulative distribution function.
One Random Variable Random Process.
Elements of Stochastic Processes Lecture II
1 Continuous Probability Distributions Continuous Random Variables & Probability Distributions Dr. Jerrell T. Stracener, SAE Fellow Leadership in Engineering.
Basic Concepts of Probability CEE 431/ESS465. Basic Concepts of Probability Sample spaces and events Venn diagram  A Sample space,  Event, A.
MATH 4030 – 4B CONTINUOUS RANDOM VARIABLES Density Function PDF and CDF Mean and Variance Uniform Distribution Normal Distribution.
Probability Refresher. Events Events as possible outcomes of an experiment Events define the sample space (discrete or continuous) – Single throw of a.
CHAPTER 5 SIGNAL SPACE ANALYSIS
ارتباطات داده (883-40) فرآیندهای تصادفی نیمسال دوّم افشین همّت یار دانشکده مهندسی کامپیوتر 1.
Chapter 3 Foundation of Mathematical Analysis § 3.1 Statistics and Probability § 3.2 Random Variables and Magnitude Distribution § 3.3 Probability Density.
2. Introduction to Probability. What is a Probability?
EEE Probability and Random Variables Huseyin Bilgekul EEE 461 Communication Systems II Department of Electrical and Electronic Engineering Eastern.
1 EE571 PART 4 Classification of Random Processes Huseyin Bilgekul Eeng571 Probability and astochastic Processes Department of Electrical and Electronic.
Probability (outcome k) = Relative Frequency of k
Chapter 1 Random Process
Copyright © 2006 The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill/Irwin Review of Statistics I: Probability and Probability Distributions.
Probability and Distributions. Deterministic vs. Random Processes In deterministic processes, the outcome can be predicted exactly in advance Eg. Force.
Random Variables. Numerical Outcomes Consider associating a numerical value with each sample point in a sample space. (1,1) (1,2) (1,3) (1,4) (1,5) (1,6)
1 Probability: Introduction Definitions,Definitions, Laws of ProbabilityLaws of Probability Random VariablesRandom Variables DistributionsDistributions.
Lecture 5,6,7: Random variables and signals Aliazam Abbasfar.
Chapter 2: Probability. Section 2.1: Basic Ideas Definition: An experiment is a process that results in an outcome that cannot be predicted in advance.
1 Review of Probability and Random Processes. 2 Importance of Random Processes Random variables and processes talk about quantities and signals which.
© by Yu Hen Hu 1 ECE533 Digital Image Processing Review of Probability, Random Process, Random Field for Image Processing.
Random process UNIT III Prepared by: D.MENAKA, Assistant Professor, Dept. of ECE, Sri Venkateswara College of Engineering, Sriperumbudur, Tamilnadu.
Outline Random variables –Histogram, Mean, Variances, Moments, Correlation, types, multiple random variables Random functions –Correlation, stationarity,
Random Variables By: 1.
Chapter 6 Random Processes
SIGNALS PROCESSING AND ANALYSIS
Outline Introduction Signal, random variable, random process and spectra Analog modulation Analog to digital conversion Digital transmission through baseband.
Graduate School of Information Sciences, Tohoku University
Review of Probability Theory
Probability Review for Financial Engineers
Advanced Artificial Intelligence
ASV Chapters 1 - Sample Spaces and Probabilities
Welcome to the wonderful world of Probability
Probability, Random Variables, and Random Processes
APPENDIX B Multivariate Statistics
ASV Chapters 1 - Sample Spaces and Probabilities
Chapter 6 Random Processes
Presentation transcript:

디지털통신 Random Process 임 민 중 동국대학교 정보통신공학과 1

Random Processes

Probability Definitions Axioms Sample space S Event Elementary event the set of all possible outcomes of the experiment Event a single sample point or a set of sample points in the space S Elementary event a single sample point Mutually exclusive the occurrence of one events precludes the occurrence of the other event Axioms 0  P(A)  1 for an event A P(S) = 1 If A and B are two mutually exclusive events, then P(AB) = P(A) + P(B)

Conditional Probability P(B|A) The probability of event B, given that A has occurred Bayes’ rule Example: binary data transmission P(X = 0) = 0.6 P(Y = 0 | X = 0) = 0.9 P(Y = 1 | X = 1) = 0.8 P(error) = P(X  Y) = P(X = 0  Y = 1) + P(X = 1  Y = 0) = P(X = 0) P(Y = 1 | X = 0) + P(X = 1) P (Y = 0 | X = 1) P(A  B) = P(A) P(B|A) Transmitted Data X Y Received Data 1 1 P(X = 1) = 0.4 P(Y = 1 | X = 0) = 0.1 P(Y = 0 | X = 1) = 0.2 = 0.6 0.1 + 0.4 0.2 = 0.14

Random Variables - 1 Random variable, X(A) the function relationship between a random event, A, and a real number Cumulative distribution function (CDF) Properties of CDF Probability density function (PDF) Properties of PDF

Random Variables - 2 Mean (Ensemble average) Variance Relationship between variance and mean-square value E(X)

Rolling a dice repeatedly Random Variables - 3 Example: Rolling a dice pdf, pmf (probability mass function) cdf E(X) = V(X) = The sum should be one 1/6 1 2 3 4 5 6 time average Rolling a dice repeatedly increasing from 0 to 1 ... 3 1 5 4 5 2 6 3 1 1 4 6 2 ... 6 2 3 1 1 2 3 4 5 6 1/6 ensemble average 1 (1/6) + 2 (1/6) + 3 (1/6) + 4 (1/6) + 5 (1/6) + 6 (1/6) = 3.5 12 (1/6) + 22 (1/6) + 32 (1/6) + 42 (1/6) + 52 (1/6) + 62 (1/6) - 3.52 = 2.9167

Random Variables - 4 Example: Uniform random variable pdf cdf E(X) = V(X) = f(x) 1/(b-a) area = 1 a b a b F(x) 1

Random Variables - 5 Average Symbol Energy 1 1 1 1 A t -A 1 1 1 E(0) = E(1) = 1/2 A t -A T = symbol duration 10 11 01 10 00 01 11 00 10 E(00) = E(01) = E(10) = E(11) = 1/4 3A A t -A T = symbol duration -3A

Random Variables - 6 Average Symbol Energy 1 1 A -B B assuming E(0) = E(1) = 1/2 E(00) = E(01) = E(10) = E(11) = 1/4 0  0 1  A 1 0  B 1  -B 1 A -B B Symbol Energy = (0 + A2) / 2 = A2 / 2 Symbol Energy = ((-B)2 + B2) / 2 = B2 00  D (1 + j) 01  D (-1 + j) 10  D (1 - j) 11  D (-1 - j) 01 D 00 00  C 01  3C 10  -C 11  -3C 11 10 00 01 -D D -3C -C C 3C Symbol Energy = ((-3C)2 + (-C)2 + C2 + (3C)2) / 4 = 5C2 11 -D 10 Symbol Energy = 2D2

Gaussian Random Variables - 1 2-dimensional Gaussian Random Variable 2-dimensional amplitude Rayleigh = Amplitude of Zero-Mean Complex Gaussian Complex Gaussian Rayleigh distribution in amplitude

Gaussian Random Variables - 2 Example Central Limit Theorem Probability distribution of the sum of j statistically independent random variables approaches the Gaussian distribution as j   x y = (x1 + x2) / sqrt(2) y = (x1 + x2 + x3) / sqrt(3) y = (x1 + x2 + ... + x100) / sqrt(100)

Gaussian Random Variables - 3 x y = (x1 + x2) / sqrt(2) y = (x1 + x2 + x3) / sqrt(3) y = (x1 + x2 + x3 + x4) / sqrt(4) y = (x1 + x2 + x3 + x4 + x5) / sqrt(5) y = (x1 + x2 + ... + x100) / sqrt(100)

Functions of Random Variables - 1 Expected Value Properties Example Y = 2X + 1, E(X) = 1, V(X) = 1 E(Y) = ? V(Y) = ? X: random variable a, b: constants 1 1

Functions of Random Variables - 2 Q function X: Gaussian RV with zero mean and unit variance Q(x)  P(X > x) Table is given Q(0.5) = 0.309, Q(1) = 0.159, Q(1.5) = 0.0668, Q(2) = 0.0228, Q(3) = 0.00135 Q(0) = ?, Q() = ?, Q(-) = ?, Q(-1) = ? Example Y: Gaussian random variable with mean = b and variance = a2 P(Y > T) = Q((T – b) / a) Random Variable mean = 0 variance = 1 -1 b T (T-b)/a

Functions of Random Variables - 3 Example P(Y > 0) where Y is a Gaussian RV with mean = -1 and variance = 22 ? Example P(Y < 0) where Y is a Gaussian RV with mean = 1 and variance = (1/2)2 ? 1 -1 1 -1 -2 0.5 Q(0.5) = 0.309, Q(1) = 0.159, Q(1.5) = 0.0668, Q(2) = 0.0228, Q(3) = 0.00135 2

Functions of Random Variables - 4 Example Y = X + N X: P(X = -1) = P(X = 1) = 1/2 N: Gaussian RV with mean 0 and variance 1 X, N: independent P(error) = P(X = -1  Y > 0) + P(X = 1  Y < 0) = P(X = -1) P(Y > 0 | X = -1) + P(X = 1) P(Y < 0 | X = 1) = ? Xb Yb 1 1 0  -1 1  1 X Y Xb < 0  0 > 0  1 Yb N = P(Xb = 0  Yb = 1) + P(Xb = 1  Yb = 0) 0.5 0.5 P(Y < 0 | X = 1) = P(X + N < 0 | X = 1) = P(1 + N < 0) = P(N < -1) = Q(1) P(Y > 0 | X = -1) = P(X + N > 0 | X = -1) = P(-1 + N > 0) = P(N > 1) = Q(1) P(X = -1) f(Y | X = -1) P(X = 1) f(Y | X = 1) P(X = -1) P(Y > 0 | X = -1) P(X = 1) P(Y < 0 | X = 1) = 0.5 Q(1) = 0.5 Q(1) 0.5 0.5 -1 1

Correlation Correlation of X and Y Covariance of X and Y Correlation coefficient of X and Y How much X and Y are correlated Correlation can be also affected by the mean and variance of X and Y zero mean unit variance Uncorrelated

Power Spectral Density - 1 Random Process the outcome of a random experiment is mapped into a waveform that is a function of time Autocorrelation Power Spectral Density A measure of the frequency distribution of a single random process Cross-correlation Cross Spectral Density A measure of the frequency inter-relationship between two random processes Deterministic Signal (Fourier Transform) Frequency-domain Representation Random Signal  Autocorrelation (Fourier Transform) Power Spectral Density

Power Spectral Density - 2 Random process Autocorrelation Power spectral density slowly fluctuating random process Rapidly fluctuating random process narrow bandwidth wide bandwidth

Example: Power Spectral Density - 1 Signal Autocorrelation Power Spectral Density

Example: Power Spectral Density - 2 Signal Autocorrelation Power Spectral Density