Connexions

You are here: Home » Content » Introduction Problems
Content Actions
Lenses

What is a lens?

Lenses

A lens is a custom view of Connexions content. You can think of it as a fancy kind of list that will let you see Connexions through the eyes of organizations and people you trust.

What is in a lens?

Lens makers point to Connexions materials (modules and collections), creating a guide that includes their own comments and descriptive tags about the content.

Who can create a lens?

Any individual Connexions member, a community, or a respected organization.

This content is ...
Affiliated with (?)
This content is either by members of the organizations listed or about topics related to the organizations listed. Click each link to see a list of all content affiliated with the organization.
  • This module is included inLens: Rice University Disability Support Services's Lens
    By: Rice University Disability Support ServicesAs a part of collection:"Fundamentals of Electrical Engineering I"

    Comments:

    "Electrical Engineering Digital Processing Systems in Braille."

    Click the "Rice DSS - Braille" link to see all content affiliated with them.

    Rice DSS - Braille
  • This module is included inLens: Rice University OpenCourseWare
    By: OpenCourseWare ConsortiumAs a part of collection:"Fundamentals of Electrical Engineering I"

    Click the "Rice University OCW" link to see all content affiliated with them.

    Rice University OCW
Also in these lenses
  • This module is included inLens: Connexions Books Available for Print on Demand
    By: ConnexionsAs a part of collection:"Fundamentals of Electrical Engineering I"

    Comments:

    "This book was assembled for print in July 07. A braille version of this book is being produced also."

    Click the "Printable Books" link to see all content selected in this lens.

    Printable Books
Tags

(?)

These tags come from the endorsement, affiliation, and other lenses that include this content.

Introduction Problems

Module by: Don Johnson

Summary: Problems for introduction to signals and systems.

Problem Set
Problem 1:

RMS Values

The rms (root-mean-square) value of a periodic signal is defined to be s=1T0Ts2tdt 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 .
  1. What is the period of st=Asin2π f 0 t+φ st A 2 f 0 t φ ?
  2. What is the rms value of this signal? How is it related to the peak value?
  3. What is the period and rms value of the depicted square wave, generically denoted by sqt sq t ?
  4. 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?
sig13.png
Figure 1:
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 , 0tT x t A 2 f 0 t , 0 t T Within each bit interval TT, the amplitude is either AA or zero.
  1. What is the smallest transmission interval that makes sense with the frequency f 0 f 0 ?
  2. Assuming that ten cycles of the sinusoid comprise a single bit's transmission interval, what is the datarate of this transmission scheme?
  3. 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?
  4. 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.
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 , 0tT 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.
  1. 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?
  2. Sketch (using Matlab) the signal that modem produces over several transmission intervals. Make sure you axes are labeled.
  3. 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 .

Comments, questions, feedback, criticisms?

Send feedback