
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
An in-depth analysis of the q function and error function, essential concepts in probability theory and digital communication. The q function is defined, and its monotonicity, properties, and known bounds are discussed. The document also explains how to calculate q using the erf function in matlab and derives the relationship between q and erf. Lastly, the document discusses the application of q function in calculating the probability of a normal variable being away from its expectation.
Typology: Exercises
1 / 1
This page cannot be seen from the preview
Don't miss anything!

Last version available at www.eng.tau.ac.il/∼jo/teaching
We first note that ∫ (^) ∞
−∞
e−x
2 dx =
π ;
∫ (^) ∞
−∞
e−^
ax 2 2 dx =
√ 2 π a
For our needs in Digital Communication course, we define:
Q(α) =∆
2 π
∫ (^) ∞
α
e−^
x 22 dx
The Q(·) function is monotonically decreasing. Some features:
2 ;^ Q(∞) = 0^ ;^ Q(−x) = 1^ −^ Q(x)
Known bounds (valid for x > 0):
√^1 2 πx
( 1 −
x^2
) e−x
(^2) / 2 < Q(x) <
2 πx
e−x
(^2) / 2
Q(x) ≤ 1 2
e−x^2 /^2
Matlab does not have a build-in function for Q(·). Instead, we use its erf function:
erf(α) = ∆ √^2 π
∫ (^) α
0
e−x^2 dx
Note that erf function is defined over [0, ∞) only, and
erf(0) = 0 ; erf(∞) = 1
The relations between the two functions are
Q(α) =^1 2
erf
( (^) α √ 2
) ; erf(α) = 1 − 2 Q(
2 α)
If we have a normal variable X ∼ N (μ, σ^2 ), the probability that X > x is
Pr{X > x} = Q
( (^) x − μ σ
)
Now, if we want to know the probability of X to be away from its expectation μ by at least a
(either to the left or to the right) we have:
Pr{X > μ + a} = Pr{X < μ − a} = Q
( (^) a σ
)
The probability to be away from the center where we don’t matter in which direction is 2 · Q( (^) σa ).
This version compiled on April 6, 2006