1 ECE310 – Lecture 22 Random Signal Analysis 04/25/01.

Slides:



Advertisements
Similar presentations
Probability and Statistics Review
Advertisements

Lecture Slides Elementary Statistics Twelfth Edition
 The Law of Large Numbers – Read the preface to Chapter 7 on page 388 and be prepared to summarize the Law of Large Numbers.
1 ECE310 – Lecture 23 Random Signal Analysis 04/27/01.
Chapter 6: Random Variables
Week71 Discrete Random Variables A random variable (r.v.) assigns a numerical value to the outcomes in the sample space of a random phenomenon. A discrete.
1 CY1B2 Statistics Aims: To introduce basic statistics. Outcomes: To understand some fundamental concepts in statistics, and be able to apply some probability.
Copyright © 2010, 2007, 2004 Pearson Education, Inc. Review and Preview This chapter combines the methods of descriptive statistics presented in.
1. Population Versus Sample 2. Statistic Versus Parameter 3. Mean (Average) of a Sample 4. Mean (Average) of a Population 5. Expected Value 6. Expected.
Ch2: Probability Theory Some basics Definition of Probability Characteristics of Probability Distributions Descriptive statistics.
+ The Practice of Statistics, 4 th edition – For AP* STARNES, YATES, MOORE Chapter 6: Random Variables Section 6.1 Discrete and Continuous Random Variables.
Probability The definition – probability of an Event Applies only to the special case when 1.The sample space has a finite no.of outcomes, and 2.Each.
Random Variables Numerical Quantities whose values are determine by the outcome of a random experiment.
JMB Chapter 1EGR Spring 2010 Slide 1 Probability and Statistics for Engineers  Descriptive Statistics  Measures of Central Tendency  Measures.
Probability Theory 1.Basic concepts 2.Probability 3.Permutations 4.Combinations.
Chapter 6 Random Variables
Review of Probability Concepts ECON 6002 Econometrics Memorial University of Newfoundland Adapted from Vera Tabakova’s notes.
5.3 Random Variables  Random Variable  Discrete Random Variables  Continuous Random Variables  Normal Distributions as Probability Distributions 1.
Probability Definitions Dr. Dan Gilbert Associate Professor Tennessee Wesleyan College.
+ The Practice of Statistics, 4 th edition – For AP* STARNES, YATES, MOORE Chapter 6: Random Variables Section 6.1 Discrete and Continuous Random Variables.
The two way frequency table The  2 statistic Techniques for examining dependence amongst two categorical variables.
Lecture V Probability theory. Lecture questions Classical definition of probability Frequency probability Discrete variable and probability distribution.
Random Variables Ch. 6. Flip a fair coin 4 times. List all the possible outcomes. Let X be the number of heads. A probability model describes the possible.
Review of Probability. Important Topics 1 Random Variables and Probability Distributions 2 Expected Values, Mean, and Variance 3 Two Random Variables.
Copyright © 2010, 2007, 2004 Pearson Education, Inc. All Rights Reserved. Section 5-1 Review and Preview.
Probability Theory Modelling random phenomena. Permutations the number of ways that you can order n objects is: n! = n(n-1)(n-2)(n-3)…(3)(2)(1) Definition:
Review of Statistical Terms Population Sample Parameter Statistic.
MDH Chapter 1EGR 252 Fall 2015 Slide 1 Probability and Statistics for Engineers  Descriptive Statistics  Measures of Central Tendency  Measures of Variability.
Sampling Measures Of Central Tendency SymbolsProbability Random Stuff.
1 Probability: Introduction Definitions,Definitions, Laws of ProbabilityLaws of Probability Random VariablesRandom Variables DistributionsDistributions.
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.
Chapter 8: Probability: The Mathematics of Chance Probability Models and Rules 1 Probability Theory  The mathematical description of randomness.  Companies.
1 ENGINEERING MEASUREMENTS Prof. Emin Korkut. 2 Statistical Methods in Measurements.
Statistics and probability Dr. Khaled Ismael Almghari Phone No:
Quantitative Techniques – Class I
APPENDIX A: A REVIEW OF SOME STATISTICAL CONCEPTS
MECH 373 Instrumentation and Measurements
Probability and Statistics for Engineers
Chapter 6: Random Variables
Business Statistics Topic 4
Discrete and Continuous Random Variables
Probability and Statistics for Engineers
AP Statistics: Chapter 7
Probability “When you deal in large numbers, probabilities are the same as certainties. I wouldn’t bet my life on the toss of a single coin, but I would,
Simple Probability Problem
Chapter 6: Random Variables
Chapter 6: Random Variables
Probability and Statistics for Engineers
6.1: Discrete and Continuous Random Variables
Probability and Statistics for Engineers
Probability and Statistics for Engineers
Warmup Consider tossing a fair coin 3 times.
Chapter 6: Random Variables
Chapter 6: Random Variables
Chapter 6: Random Variables
Probability and Statistics for Engineers
AP Statistics Chapter 16 Notes.
Chapter 6: Random Variables
Chapter 6: Random Variables
Probability and Statistics for Engineers
Chapter 6: Random Variables
Probability and Statistics for Engineers
Chapter 6: Random Variables
Chapter 6: Random Variables
Chapter 6: Random Variables
Chapter 6: Random Variables
Experiments, Outcomes, Events and Random Variables: A Revisit
A random experiment gives rise to possible outcomes, but any particular outcome is uncertain – “random”. For example, tossing a coin… we know H or T will.
Chapter 6: Random Variables
Applied Statistical and Optimization Models
Presentation transcript:

1 ECE310 – Lecture 22 Random Signal Analysis 04/25/01

2 Random Signals The only way to analyze a random signal is through its Autocorrelation, and Power spectral density

3 PSD ESD: Describes how the signal energy is distributed in frequency ESD: the FT of the autocorrelation for energy signal PSD: Describes how the signal power is distributed in frequency PSD: the FT of the autocorrelation for power signal

4 The Concept of Randomness Random – unpredictable No cause and effect relationship Examples Random signal analysis needs knowledge from two areas Probability Statistics

5 Probability Basics The study of probability is the study of how to quantitatively estimate the likelihood that an event will occur, under certain circumstances Developed in 18 th and 19 th century for estimating the probability of winning at casino games Difficulties in the analysis of random signals in engineered systems No game rules Experimental approach: acquire and analyze the random signal over a long period of time

6 Probability of Event A n A : the number of A events N: the total number of events Probability of event A

7 Disjoint Events Mutually exclusive Example: on page What’s the probability of tossing a 7 with two dice on a single throw?

8 Independent Events The probability that both events occur in independent trials is the product of their probabilities. Example: What is the probability of tossing 3 successive heads with a fair coin?

9 Statistics The study of description and interpretation of data A set of data is a sequence of numerical values Discrete random variables Statistics is to use a few well-chosen descriptors to characterize the random variable Descriptors Mean Variance and standard deviation Covariance Histogram Probability density function Power spectral density

10 Mean Sample mean Expected value/Population mean Sample mean is an estimation of population mean Example (brighter/darker) MATLAB: mean()

11 Variance and STD Mean indicates the center of gravity Standard deviation is the square root of variance, indicating how far away is each value from the center of gravity MATLAB: std(), var() mean(x1) = e-005 mean(x2) = e-006 std(x1) = std(x2) =

12 Covariance (*) A measure of how much two random variables vary together

13 Histogram A graph indicating what percentage of the time a random variable spends in various ranges of values Example: x=[ ] hist(x)

14 Probability Density Function Raw histogram 1 st normalization Divide each frequency with total number of occurrence – relative frequency 2 nd normalization The width of the bin is approaching to zero

15