Problem Set
Problem
1:
RMS Values
The rms (root-mean-square) value of
a periodic signal is defined to be
s=1T∫0Ts2tdt
s
1
T
t
0
T
s
t
2
2
where
T
T
is defined to be the signal's period:
the smallest positive number such that
st=st+T
s
t
s
t
T
.
-
What is the period of
st=Asin2π
f
0
t+φ
st
A
2
f
0
t
φ
?
-
What is the rms value of this signal? How is it
related to the peak value?
-
What is the period and rms value of the
depicted
square wave, generically denoted
by
sqt
sq
t
?
-
By inspecting any device you plug into a wall socket,
you'll see that it is labeled "110 volts AC". What is
the expression for the voltage provided by a wall
socket? What is its rms value?
Correct!
Incorrect.
Problem
2:
Modems
The word "modem" is short for "modulator-demodulator."
Modems are used not only for connecting computers to
telephone lines, but also for connecting digital
(discrete-valued) sources to generic channels. In this
problem, we explore a simple kind of modem, in which
binary information is represented by the presence or
absence of a sinusoid (presence representing a "1" and
absence a "0"). Consequently, the modem's transmitted
signal that represents a single bit has the form
xt=Asin2π
f
0
t
,
0≤t≤T
x
t
A
2
f
0
t
,
0
t
T
Within each bit interval
TT, the amplitude is either
AA or zero.
-
What is the smallest transmission interval that
makes sense with the frequency
f
0
f
0
?
-
Assuming that ten cycles of the sinusoid comprise a
single bit's transmission interval, what is the
datarate of this transmission scheme?
-
Now suppose instead of using "on-off" signaling, we
allow one of several different
values for the amplitude during any transmission
interval. If NN
amplitude values are used, what is the resulting
datarate?
-
The classic communications block diagram applies to
the modem. Discuss how the transmitter must
interface with the message source since the source
is producing letters of the alphabet, not bits.
Correct!
Incorrect.
Problem
3:
Advanced Modems
To transmit symbols, such as letters of the alphabet, RU
computer modems use two frequencies (1600 and 1800 Hz)
and several amplitude levels. A transmission is sent
for a period of time
TT
(known as the transmission or baud interval) and equals
the sum of two amplitude-weighted carriers.
xt=
A
1
sin2π
f
1
t+
A
2
sin2π
f
2
t
,
0≤t≤T
x
t
A
1
2
f
1
t
A
2
2
f
2
t
,
0
t
T
We send successive symbols by choosing an appropriate
frequency and amplitude combination, and sending them
one after another.
-
What is the smallest transmission interval that
makes sense to use with the frequencies given above?
In other words, what should
TT be so that an
integer number of cycles of the carrier occurs?
-
Sketch (using Matlab) the signal that modem produces
over several transmission intervals. Make sure you
axes are labeled.
-
Using your signal transmission interval, how many
amplitude levels are needed to transmit ASCII
characters at a datarate of 3,200 bits/s? Assume use
of the extended (8-bit) ASCII code.
Note:
We use a discrete set of values for
A
1
A
1
and
A
2
A
2
.
If we have
N
1
N
1
values for amplitude
A
1
A
1
,
and
N
2
N
2
values for
A
2
A
2
,
we have
N
1
N
2
N
1
N
2
possible symbols that can be sent during each
TT second interval. To
convert this number into bits (the fundamental unit of
information engineers use to qualify things), compute
log2
N
1
N
2
2
N
1
N
2
.
Correct!
Incorrect.
Comments, questions, feedback, criticisms?
Send feedback
"Electrical Engineering Digital Processing Systems in Braille."