ECE_313_SP2023_HW8sol
pdf
keyboard_arrow_up
School
University of Illinois, Urbana Champaign *
*We aren’t endorsed by this school
Course
313
Subject
Electrical Engineering
Date
Jan 9, 2024
Type
Pages
6
Uploaded by SuperGalaxy7216
University of Illinois
Spring 2023
ECE 313:
Problem Set 8: Problems and Solutions
Due:
Thursday, March 23 at 5:00:00 p.m.
Reading:
ECE 313 Course Notes,
Sections 3.6.2 and 3.6.3
Note on reading:
For most sections of the course notes there are short answer questions at
the end of the chapter.
We recommend that after reading each section you try answering the
short answer questions. Do not hand in; answers to the short answer questions are provided in the
appendix of the notes.
Note on turning in homework:
Homework is assigned on a weekly basis on Thursdays,
and is due by 5:00 p.m. on the following Thursday. You must upload handwritten homework to
Gradescope. No typeset homework will be accepted. No late homework will be accepted. Please
write on the top right corner of the first page:
NAME AS IT APPEARS ON Canvas
NETID
SECTION
PROBLEM SET #
Page numbers are encouraged but not required. Five points will be deducted for improper headings.
1.
[Gaussian Distribution]
Suppose
X
is a
N
(
−
2
,
4) random variable. Compute the following quantities.
(a)
P
{
X
≥ −
2
}
.
Solution:
We are given that
X
has a Gaussian distribution with mean
−
2 and variance
4. Then
X
+2
2
is a standard normal distribution.
P
{
X
≥ −
2
}
=
P
X
−
(
−
2)
2
≥
−
2
−
(
−
2)
2
=
P
X
+ 2
2
≥
0
=
1
2
(b)
P
(
X
≥ −
2
|
X
≥ −
4).
Solution:
P
(
X
≥ −
2
|
X
≥ −
4) =
P
(
X
≥ −
2
∩
X
≥ −
4)
P
(
X
≥ −
4)
=
P
(
X
≥ −
2
∩
X
≥ −
4)
P
(
X
≥ −
4)
=
P
(
X
≥ −
2)
P
(
X
≥ −
4)
=
P
(
X
+2
2
≥
0)
P
(
X
+2
2
≥ −
1)
=
1
/
2
Q
(
−
1)
=
1
2Φ(1)
(c)
P
{
X
2
< X
+ 2
}
.
Solution:
P
{
X
2
< X
+ 2
}
=
P
{
X
2
−
X
−
2
<
0
}
=
P
{
(
X
−
2)(
X
+ 1)
<
0
}
=
P
{−
1
< X <
2
}
=
P
{
0
.
5
<
X
+ 2
2
<
2
}
= Φ(2)
−
Φ(0
.
5)
(d)
E
[(
X
+ 2)
2
].
Solution:
Recall that Var(
X
) =
E
[(
X
−
E
[
X
])
2
]
.
Hence,
E
[(
X
+ 2)
2
] =
E
[(
X
−
(
−
2))
2
] = Var(
X
) = 4
.
Alternate solution:
E
[(
X
+ 2)
2
] =
Z
∞
−∞
(
x
+ 2)
2
f
X
(
x
)
dx
=
Z
∞
−∞
(
x
+ 2)
2
1
√
2
πσ
2
exp
−
(
x
−
µ
)
2
2
σ
2
dx
=
Z
∞
−∞
(
x
+ 2)
2
1
√
8
π
exp
−
(
x
+ 2)
2
8
dx
2
Using change of variable
u
=
x
+ 2
and doing integration by parts,
E
[(
X
+ 2)
2
] =
Z
∞
−∞
u
2
1
√
8
π
exp
−
u
2
8
du
=
−
4
√
8
π
Z
∞
−∞
u
−
u
4
exp
−
u
2
8
du
=
−
4
√
8
π
u
exp
−
u
2
8
∞
−∞
−
Z
∞
−∞
exp
−
u
2
8
du
!
=
0 + 4
Z
∞
−∞
1
√
2
π
4
exp
−
u
2
2
·
4
du
= 4
2.
[Communication in Gaussian Noise]
A wireless communication system consists of a transmitter and a receiver. The transmitter
sends a signal
x
, and the receiver observes
Y
=
x
+
Z,
where
Z
is a noise term, modeled as a Gaussian random variable with mean
µ
Z
= 0 and
variance
σ
2
Z
= 1.
(a) Suppose the transmitted signal is
x
= 1. What is the pdf of the received signal
Y
?
Solution:
The received signal
Y
follows a Gaussian distribution with
µ
Y
= 1 and
σ
2
Y
= 1
.
The pdf is
P
(
Y
=
y
) =
1
√
2
π
exp
−
(
y
−
1)
2
2
(b) Now suppose the transmitted signal can be either
x
=
−
1 or
x
= 1. The receiver uses
the following decoding rule: if
Y >
0, it declares that
x
= 1; if
Y
≤
0, it declares that
x
=
−
1. Assuming that the transmitter sends
−
1 or +1 with probability 1
/
2 each, what
is the receiver’s error probability?
Solution:
Let
Y
1
and
Y
−
1
be the received signal when
x
= 1 and
x
=
−
1 are transmitted
respectively. Their distributions are
Y
1
∼
N
(1
,
1)
Y
−
1
∼
N
(
−
1
,
1)
The individual probabilities of error for the two symbols transmitted can be written as
P
(
Y
=
−
1
|
x
= 1) =
P
(
Y
1
<
0)
=
P
(
Y
1
−
1
<
−
1)
= Φ(
−
1) =
Q
(1)
3
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
- Access to all documents
- Unlimited textbook solutions
- 24/7 expert homework help
P
(
Y
= 1
|
x
=
−
1) =
P
(
Y
−
1
>
0)
=
P
(
Y
1
+ 1
>
1)
=
Q
(1)
The receiver’s probability of error is
p
error
=
P
(
x
= 1)
P
(
Y
=
−
1
|
x
= 1) +
P
(
x
=
−
1)
P
(
Y
=
|
x
=
−
1)
=
Q
(1)(
1
2
+
1
2
)
=
Q
(1)
(c) Now suppose the transmitted signal
x
can be chosen from three possible values:
x
=
−
2,
x
= 0 and
x
= 2.
The receiver now uses the following decoding rule: if
Y <
−
1, it
declares
x
=
−
2, if
Y >
1, it declares
x
= 2, and otherwise it declares
x
= 0. Assuming
the transmitter sends each possible symbol with probability 1
/
3, what is the receiver’s
error probability?
Solution:
Similar to previous part, we define
Y
1
, Y
0
and
Y
−
2
as
Y
2
∼
N
(2
,
1)
Y
0
∼
N
(0
,
1)
Y
−
2
∼
N
(
−
2
,
1)
The individual probabilities of error are
P
(
Y
̸
= 2
|
x
= 2) =
P
(
Y
2
<
1)
=
P
(
Y
2
−
2
<
−
1)
= Φ(
−
1) =
Q
(1)
P
(
Y
̸
= 0
|
x
= 0) =
P
(
Y
0
>
1
∪
Y
0
<
−
1)
=
P
(
Y
0
>
1) +
P
(
Y
0
<
−
1)
=
Q
(1) + Φ(
−
1) = 2
Q
(1)
P
(
Y
̸
=
−
2
|
x
=
−
2) =
P
(
Y
−
2
>
−
1)
=
P
(
Y
1
+ 2
>
1)
=
Q
(1)
The receiver’s probability of error is
p
error
=
P
(
x
= 2)
P
(
Y
̸
= 2
|
x
= 2) +
P
(
x
= 0)
P
(
Y
̸
= 0
|
x
= 0) +
P
(
x
=
−
2)
P
(
Y
̸
=
−
2
|
x
=
−
2)
=
Q
(1)(
1
3
+
2
3
+
1
3
)
=
4
3
Q
(1)
4
3.
[Gaussian versus Poisson Approximation for Binomial Distribution]
A communication receiver recovers a block of
n
= 10
5
bits. It is known that each bit in the
block can be in error with probability 10
−
4
, independently of whether other bits are in error.
Let
X
be the number of bit errors.
(a) Write down an exact expression for
P
{
X
= 15
}
. You do not need to compute a numerical
value for this probability.
Solution:
X
has a Binomial distribution with parameters (
n
= 10
5
, p
= 10
−
4
). Thus,
P
{
X
= 15
}
=
10
5
15
(10
−
4
)
15
(1
−
10
−
4
)
(10
5
−
15)
≈
0
.
03472
.
Note that this value is not easy to compute numerically.
(b) Determine an approximate value for
P
{
X
= 15
}
via the Gaussian approximation with
continuity correction.
Solution:
Let
e
X
be Gaussian random variable with
µ
X
=
np
= 10, and
σ
2
X
=
np
(1
−
p
) =
9
.
999, and
σ
X
≈
3
.
162
.
Therefore,
P
{
X
= 15
}
=
P
{
14
.
5
< X <
15
.
5
}
≈
P
{
14
.
5
<
e
X <
15
.
5
}
=
P
(
14
.
5
−
10
3
.
162
<
e
X
−
10
3
.
162
<
15
.
5
−
10
3
.
162
)
=
P
(
1
.
42
<
e
X
−
10
3
.
162
<
1
.
74
)
≈
Φ(1
.
74)
−
Φ(1
.
42)
≈
0
.
9591
−
0
.
9222 = 0
.
0369
.
(c) Solve part (b) using the Poisson approximation of a binomial distribution.
Solution:
For the Poisson approximation, we set
λ
=
np
= 10. Then
P
{
X
= 15
} ≈
e
−
10
10
15
15!
≈
0
.
0347
.
Note that the Poisson approximation is more accurate than the Gaussian approximation
for this example. This is to be expected since
n
is large and
p
is small.
4.
[Gaussian Approximation]
You go to a casino and decide to play a game in which, with probability 0.4, you win 1 dollar,
and with probability 0.6, you lose 1 dollar. You decide to play this same game repeatedly 100
times. Let
X
i
∈ {−
1
,
1
}
represent your earnings at the
i
th game, for
i
= 1
, . . . ,
100. Assume
that
X
1
, X
2
, ..., X
100
are all independent.
Let
X
=
∑
n
i
=1
X
i
be your total earnings (which
may be negative).
(a) Let
Z
i
= (
X
i
+ 1)
/
2, for
i
= 1
, . . . ,
100 and
Z
=
∑
100
i
=1
Z
i
. Notice that
Z
i
is a binary
indicator of whether the
i
th game was won. What is the distribution of
Z
?
Solution:
Notice that each
Z
i
is an independent Bernoulli random variable with prob-
ability of success
p
= 0
.
4.
Then
Z
is a Binomial random variable with
n
= 100 and
p
= 0
.
4
,
i.e. Binomial(100
,
0
.
4)
.
5
(b) Express the event
{
X
≥
10
}
in terms of
Z
, and use the Gaussian approximation with
continuity correction to compute
P
{
X
≥
10
}
.
Solution:
We can write
Z
as
Z
=
X
2
+ 50
The event
{
X
≥
10
}
is equivalent to at least 10 more successes than losses in 100 trials or
Z
≥
55
.
Let
e
Z
be a Gaussian random variable with
µ
Z
=
np
= 40 and
σ
2
Z
=
np
(1
−
p
) =
24. Using Gaussian approximation with continuity correction,
P
(
Z
≥
55)
≈
P
(
e
Z
≥
54
.
5)
=
P
e
Z
−
40
√
24
≥
54
.
5
−
40
√
24
!
=
P
e
Z
−
40
√
24
≥
2
.
9598
!
=
Q
(2
.
96) = 0
.
0015
(c) Express the event
{
X
= 0
}
in terms of
Z
and use the Gaussian approximation with
continuity correction to compute
P
{
X
= 0
}
.
Solution:
The event
{
X
= 0
}
is equivalent to
{
Z
= 50
}
.
Following similar procedure
as part (b),
P
(
Z
= 50) =
P
(49
.
5
≤
e
Z
≤
50
.
5)
=
P
49
.
5
−
40
√
24
≤
e
Z
−
40
√
24
≤
50
.
5
√
24
!
=
P
1
.
9392
≤
e
Z
−
40
√
24
≤
2
.
1433
!
= Φ(2
.
143)
−
Φ(1
.
939)
= 0
.
02625
−
0
.
01606 = 0
.
0102
(d) Solve part (c) using the Poisson approximation of a binomial distribution instead.
Solution:
Poisson distribution with
λ
=
np
= 40 approximates the Binomial distribu-
tion.
P
(
Z
= 50) =
λ
50
e
−
λ
50!
= 0
.
0177
The exact probability of
{
Z
= 50
}
using the Binomial distribution is 0
.
0103
.
Hence, we
see that the Gaussian approximation is a better estimate than the Poisson distribution
for this case.
6
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
- Access to all documents
- Unlimited textbook solutions
- 24/7 expert homework help
Related Documents
Related Questions
Please answer this diligently. Other answers in the internet seems wrong. Please help me understand and solve this problem. I'll give a like. Thanks!
Ig2sc = __________; Isc = __________; MVAsc = __________
arrow_forward
I need the answer quickly
arrow_forward
I need the answer as soon as possible
arrow_forward
Multiple Choices: Choose the BEST answer for each item.
It states that the total current directed into a junction must be equal the total current directed out of the junction.
Loop rule Junction rule c. Resistance d. Capacitance
It happens when the direction of the current is directed towards a higher potential region to a lower potential region.
Voltage drop Voltage rise c. Current drop d. Current rise
It is necessarily to find ______ of current to solve the circuit according to the Kirchhoff’s Laws.
value direction c. symbol d. speed
In any closed path of a system the algebraic sum of IR is equal to the E.M.F of same path.
True False c. either a or b d. none of these
In any system, the algebra sum of the currents meeting at a junction point is zero, which is stated in Kirchhoff’s Current Law.
True False c. either a or b d. none of these
arrow_forward
With the aid of well labeled diagrams, explain the principle of operation of:
a. a pyranometer.
b. a wind turbine, from resource to electrical power
arrow_forward
Explain briefly about the the circuit
diagram and explanation of the
analysis of equations.
arrow_forward
do you have any other method to solve this problem??
arrow_forward
QUESTION 7
Match Collumn A and Collumn B? Properties of Metal
v Britleness
A. the property of a metal which allows little bending or deformation without shattering
Conductivity
B. the property of metal to resist deformation and stress without breaking
the property of a metal which can be hammered, rolled. or pressed into various shape without
C.
v Hardness
cracking, breaking or leaving some other detrimental effect
v Strength
D. the property of a metal to resist cutting, penetration and abbrasion
v Elasticity
E. the weight of a unit volume of a material
F. the property of a metal to become liquid by the application of heat
v Malleability
the property of metal which enables a material to return to its original state when the force
G.
applied is removed
v Fusibility
v Density
H. the property of a metal to conduct electricity or heat
Click Save and Submit to save and submit. Click Save All Answers to save all answers.
Beno
arrow_forward
Post Test
Choose the letter of the correct answer. Write the chosen letter on a separate sheet of paper.
1. It is a smail component that lights up when current flows through it.
a. Capacitor
2. It regulates the amount of current flowing in an electronic circuit.
a. Capacitor
3. These are devices or components which do not require an external source to their operation.
b. Fuse
c. LED
d. Resistor
b IC
c. Inductors
d. Resistor
c. passive devices
d. electrical devices
a. active devices
b. electronic components
4. It is a three-terminal active component that is used mainly in boosting or amplifying electrical
signals; both AF and RF ranges.
a. Capacitor
5. it is necessary to turn the electrical circuit "on" or "off"
a. Fuse
6. Testing tools that are capable of executing tests, reporting outcomes, and comparing results
with earlier test runs
a. Automated
7. The testing method that starts a soon as code is written and continues in successive stages
as code is combined with other units of…
arrow_forward
Centennial College - School of Engineering Technology - Toronto
ELECTRONICS SHOP PRACTICES
CHAPTER 7: SOLDERING TECHNIQUES
7,5 QUESTIONS
1. Which tools will you need for soldering?
2. What type of solder do we call the Eutectic Solder?
3. If the
temperature is too high, the
is bellow required, the solder joint will appear cold and silvery and will be
of the contact may occur and circuit will not work.
If the
4.
A long and sharp
will be of little use when soldering
wires or
5. The iron should have a
tip to prevent
and should have a wattage rating of
to
Watts.
6.
When soldering, apply heat
solder will
to both, the component lead and
much more readily over the
copper pad so that the
7. Keep the soldering iron tip and working surfaces
wipe only before using and
immediately.
8. Do not
solder from a heated tip before
off the iron.
alternate applying
the surface.
9. If tips become
and wiping to
being used.
10. Periodically.
the tip from your tool and
with a suitable cleaner for
your skills.…
arrow_forward
I have an O Gauge track and would like to convert it into a “sensored” track. Additionally, I would like to connect that track to an ESP-WROOM-32 board that should flash an LED whenever the track detects a non-moving train. Please list all the components (and how many of each) needed. Also, what’s the procedure for connecting the components?
arrow_forward
A fuse wire of circular cross-section has a radius of 0.8 mm. The wire blows off at a current of 8A. Calculate the radius of the wire that will blow off at a current of 1 A. Also calculate the Value of blow off current when radius is 0.5 mm
arrow_forward
SEE MORE QUESTIONS
Recommended textbooks for you

Introductory Circuit Analysis (13th Edition)
Electrical Engineering
ISBN:9780133923605
Author:Robert L. Boylestad
Publisher:PEARSON

Delmar's Standard Textbook Of Electricity
Electrical Engineering
ISBN:9781337900348
Author:Stephen L. Herman
Publisher:Cengage Learning

Programmable Logic Controllers
Electrical Engineering
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education

Fundamentals of Electric Circuits
Electrical Engineering
ISBN:9780078028229
Author:Charles K Alexander, Matthew Sadiku
Publisher:McGraw-Hill Education

Electric Circuits. (11th Edition)
Electrical Engineering
ISBN:9780134746968
Author:James W. Nilsson, Susan Riedel
Publisher:PEARSON

Engineering Electromagnetics
Electrical Engineering
ISBN:9780078028151
Author:Hayt, William H. (william Hart), Jr, BUCK, John A.
Publisher:Mcgraw-hill Education,
Related Questions
- Please answer this diligently. Other answers in the internet seems wrong. Please help me understand and solve this problem. I'll give a like. Thanks! Ig2sc = __________; Isc = __________; MVAsc = __________arrow_forwardI need the answer quicklyarrow_forwardI need the answer as soon as possiblearrow_forward
- Multiple Choices: Choose the BEST answer for each item. It states that the total current directed into a junction must be equal the total current directed out of the junction. Loop rule Junction rule c. Resistance d. Capacitance It happens when the direction of the current is directed towards a higher potential region to a lower potential region. Voltage drop Voltage rise c. Current drop d. Current rise It is necessarily to find ______ of current to solve the circuit according to the Kirchhoff’s Laws. value direction c. symbol d. speed In any closed path of a system the algebraic sum of IR is equal to the E.M.F of same path. True False c. either a or b d. none of these In any system, the algebra sum of the currents meeting at a junction point is zero, which is stated in Kirchhoff’s Current Law. True False c. either a or b d. none of thesearrow_forwardWith the aid of well labeled diagrams, explain the principle of operation of: a. a pyranometer. b. a wind turbine, from resource to electrical powerarrow_forwardExplain briefly about the the circuit diagram and explanation of the analysis of equations.arrow_forward
- do you have any other method to solve this problem??arrow_forwardQUESTION 7 Match Collumn A and Collumn B? Properties of Metal v Britleness A. the property of a metal which allows little bending or deformation without shattering Conductivity B. the property of metal to resist deformation and stress without breaking the property of a metal which can be hammered, rolled. or pressed into various shape without C. v Hardness cracking, breaking or leaving some other detrimental effect v Strength D. the property of a metal to resist cutting, penetration and abbrasion v Elasticity E. the weight of a unit volume of a material F. the property of a metal to become liquid by the application of heat v Malleability the property of metal which enables a material to return to its original state when the force G. applied is removed v Fusibility v Density H. the property of a metal to conduct electricity or heat Click Save and Submit to save and submit. Click Save All Answers to save all answers. Benoarrow_forwardPost Test Choose the letter of the correct answer. Write the chosen letter on a separate sheet of paper. 1. It is a smail component that lights up when current flows through it. a. Capacitor 2. It regulates the amount of current flowing in an electronic circuit. a. Capacitor 3. These are devices or components which do not require an external source to their operation. b. Fuse c. LED d. Resistor b IC c. Inductors d. Resistor c. passive devices d. electrical devices a. active devices b. electronic components 4. It is a three-terminal active component that is used mainly in boosting or amplifying electrical signals; both AF and RF ranges. a. Capacitor 5. it is necessary to turn the electrical circuit "on" or "off" a. Fuse 6. Testing tools that are capable of executing tests, reporting outcomes, and comparing results with earlier test runs a. Automated 7. The testing method that starts a soon as code is written and continues in successive stages as code is combined with other units of…arrow_forward
- Centennial College - School of Engineering Technology - Toronto ELECTRONICS SHOP PRACTICES CHAPTER 7: SOLDERING TECHNIQUES 7,5 QUESTIONS 1. Which tools will you need for soldering? 2. What type of solder do we call the Eutectic Solder? 3. If the temperature is too high, the is bellow required, the solder joint will appear cold and silvery and will be of the contact may occur and circuit will not work. If the 4. A long and sharp will be of little use when soldering wires or 5. The iron should have a tip to prevent and should have a wattage rating of to Watts. 6. When soldering, apply heat solder will to both, the component lead and much more readily over the copper pad so that the 7. Keep the soldering iron tip and working surfaces wipe only before using and immediately. 8. Do not solder from a heated tip before off the iron. alternate applying the surface. 9. If tips become and wiping to being used. 10. Periodically. the tip from your tool and with a suitable cleaner for your skills.…arrow_forwardI have an O Gauge track and would like to convert it into a “sensored” track. Additionally, I would like to connect that track to an ESP-WROOM-32 board that should flash an LED whenever the track detects a non-moving train. Please list all the components (and how many of each) needed. Also, what’s the procedure for connecting the components?arrow_forwardA fuse wire of circular cross-section has a radius of 0.8 mm. The wire blows off at a current of 8A. Calculate the radius of the wire that will blow off at a current of 1 A. Also calculate the Value of blow off current when radius is 0.5 mmarrow_forward
arrow_back_ios
arrow_forward_ios
Recommended textbooks for you
- Introductory Circuit Analysis (13th Edition)Electrical EngineeringISBN:9780133923605Author:Robert L. BoylestadPublisher:PEARSONDelmar's Standard Textbook Of ElectricityElectrical EngineeringISBN:9781337900348Author:Stephen L. HermanPublisher:Cengage LearningProgrammable Logic ControllersElectrical EngineeringISBN:9780073373843Author:Frank D. PetruzellaPublisher:McGraw-Hill Education
- Fundamentals of Electric CircuitsElectrical EngineeringISBN:9780078028229Author:Charles K Alexander, Matthew SadikuPublisher:McGraw-Hill EducationElectric Circuits. (11th Edition)Electrical EngineeringISBN:9780134746968Author:James W. Nilsson, Susan RiedelPublisher:PEARSONEngineering ElectromagneticsElectrical EngineeringISBN:9780078028151Author:Hayt, William H. (william Hart), Jr, BUCK, John A.Publisher:Mcgraw-hill Education,

Introductory Circuit Analysis (13th Edition)
Electrical Engineering
ISBN:9780133923605
Author:Robert L. Boylestad
Publisher:PEARSON

Delmar's Standard Textbook Of Electricity
Electrical Engineering
ISBN:9781337900348
Author:Stephen L. Herman
Publisher:Cengage Learning

Programmable Logic Controllers
Electrical Engineering
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education

Fundamentals of Electric Circuits
Electrical Engineering
ISBN:9780078028229
Author:Charles K Alexander, Matthew Sadiku
Publisher:McGraw-Hill Education

Electric Circuits. (11th Edition)
Electrical Engineering
ISBN:9780134746968
Author:James W. Nilsson, Susan Riedel
Publisher:PEARSON

Engineering Electromagnetics
Electrical Engineering
ISBN:9780078028151
Author:Hayt, William H. (william Hart), Jr, BUCK, John A.
Publisher:Mcgraw-hill Education,