Skip to content Skip to navigation

Connexions

You are here: Home » Content » Simple Systems

Navigation

Lenses

What is a lens?

Definition of a lens

Lenses

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

What is in a lens?

Lens makers point to 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 member, a community, or a respected organization.

What are tags? tag icon

Tags are descriptors added by lens makers to help label content, attaching a vocabulary that is meaningful in the context of the lens.

This content is ...

Affiliated with (What does "Affiliated with" mean?)

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.
  • OrangeGrove display tagshide tags

    This module is included inLens: Florida Orange Grove Textbooks
    By: Florida Orange GroveAs a part of collection: "Fundamentals of Electrical Engineering I"

    Click the "OrangeGrove" link to see all content affiliated with them.

    Click the tag icon tag icon to display tags associated with this content.

  • Rice DSS - Braille display tagshide tags

    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.

    Click the tag icon tag icon to display tags associated with this content.

  • Rice Digital Scholarship display tagshide tags

    This module is included in aLens by: Digital Scholarship at Rice UniversityAs a part of collection: "Fundamentals of Electrical Engineering I"

    Click the "Rice Digital Scholarship" link to see all content affiliated with them.

    Click the tag icon tag icon to display tags associated with this content.

  • Bookshare

    This module is included inLens: Bookshare's Lens
    By: Bookshare - A Benetech InitiativeAs a part of collection: "Fundamentals of Electrical Engineering I"

    Comments:

    "Accessible versions of this collection are available at Bookshare. DAISY and BRF provided."

    Click the "Bookshare" link to see all content affiliated with them.

  • Featured Content display tagshide tags

    This module is included inLens: Connexions Featured Content
    By: ConnexionsAs a part of collection: "Fundamentals of Electrical Engineering I"

    Comments:

    "The course focuses on the creation, manipulation, transmission, and reception of information by electronic means. It covers elementary signal theory, time- and frequency-domain analysis, the […]"

    Click the "Featured Content" link to see all content affiliated with them.

    Click the tag icon tag icon to display tags associated with this content.

Also in these lenses

  • Lens for Engineering

    This module is included inLens: Lens for Engineering
    By: Sidney Burrus

    Click the "Lens for Engineering" link to see all content selected in this lens.

Recently Viewed

This feature requires Javascript to be enabled.

Tags

(What is a tag?)

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

Simple Systems

Module by: Don Johnson. E-mail the author

Summary: Systems manipulate signals. There are a few simple systems which will perform simple functions upon signals. Examples include amplification (or attenuation), time-reversal, delay, and differentiation/integration.

Systems manipulate signals, creating output signals derived from their inputs. Why the following are categorized as "simple" will only become evident towards the end of the course.

Sources

Sources produce signals without having input. We like to think of these as having controllable parameters, like amplitude and frequency. Examples would be oscillators that produce periodic signals like sinusoids and square waves and noise generators that yield signals with erratic waveforms (more about noise subsequently). Simply writing an expression for the signals they produce specifies sources. A sine wave generator might be specified by yt=Asin2π f 0 tut y t A 2 f 0 t u t , which says that the source was turned on at t=0 t 0 to produce a sinusoid of amplitude AA and frequency f 0 f 0 .

Amplifiers

An amplifier multiplies its input by a constant known as the amplifier gain.

yt=Gxt y t G x t
(1)

Figure 1: An amplifier.
amplifier
amplifier (amp.png)

The gain can be positive or negative (if negative, we would say that the amplifier inverts its input) and its magnitude can be greater than one or less than one. If less than one, the amplifier actually attenuates. A real-world example of an amplifier is your home stereo. You control the gain by turning the volume control.

Delay

A system serves as a time delay when the output signal equals the input signal at an earlier time.

yt=xtτ y t x t τ
(2)

Figure 2: A delay.
delay
delay (delay.png)

Here, τ τ is the delay. The way to understand this system is to focus on the time origin: The output at time t=τ t τ equals the input at time t=0 t 0 . Thus, if the delay is positive, the output emerges later than the input, and plotting the output amounts to shifting the input plot to the right. The delay can be negative, in which case we say the system advances its input. Such systems are difficult to build (they would have to produce signal values derived from what the input will be), but we will have occasion to advance signals in time.

Time Reversal

Here, the output signal equals the input signal flipped about the time origin.

yt=xt y t x t
(3)

Figure 3: A time reversal system.
time reversal
time reversal (timerev.png)

Again, such systems are difficult to build, but the notion of time reversal occurs frequently in communications systems.

Exercise 1

Mentioned earlier was the issue of whether the ordering of systems mattered. In other words, if we have two systems in cascade, does the output depend on which comes first? Determine if the ordering matters for the cascade of an amplifier and a delay and for the cascade of a time-reversal system and a delay.

Solution

In the first case, order does not matter; in the second it does. "Delay" means ttτ t t τ . "Time-reverse" means tt t t

Case 1 yt=Gxtτ y t G x t τ , and the way we apply the gain and delay the signal gives the same result.

Case 2 Time-reverse then delay: yt=x(tτ)=xt+τ y t x t τ x t τ . Delay then time-reverse: yt=x(t)τ y t x t τ .

Derivative Systems and Integrators

Systems that perform calculus-like operations on their inputs can produce waveforms significantly different than present in the input. Derivative systems operate in a straightforward way: A first-derivative system would have the input-output relationship yt=dd t xt y t t x t . Integral systems have the complication that the integral's limits must be defined. It is a signal theory convention that the elementary integral operation have a lower limit of , and that the value of all signals at t= t equals zero. A simple integrator would have input-output relation

yt=txαd α y t α t x α
(4)

Linear Systems

Linear systems are a class of systems rather than having a specific input-output relation. Linear systems form the foundation of system theory, and are the most important class of systems in communications. They have the property that when the input is expressed as a weighted sum of component signals, the output equals the same weighted sum of the outputs produced by each component. When S· S · is linear,

S G 1 x 1 t+ G 2 x 2 t= G 1 S x 1 t+ G 2 S x 2 t S G 1 x 1 t G 2 x 2 t G 1 S x 1 t G 2 S x 2 t
(5)
for all choices of signals and gains.

This general input-output relation property can be manipulated to indicate specific properties shared by all linear systems.

  • SGxt=GSxt S G x t G S x t The colloquialism summarizing this property is "Double the input, you double the output." Note that this property is consistent with alternate ways of expressing gain changes: Since 2xt 2 x t also equals xt+xt x t x t , the linear system definition provides the same output no matter which of these is used to express a given signal.
  • S0=0 S 0 0 If the input is identically zero for all time, the output of a linear system must be zero. This property follows from the simple derivation S0=Sxtxt=SxtSxt=0 S 0 S x t x t S x t S x t 0 .
Just why linear systems are so important is related not only to their properties, which are divulged throughout this course, but also because they lend themselves to relatively simple mathematical analysis. Said another way, "They're the only systems we thoroughly understand!"

We can find the output of any linear system to a complicated input by decomposing the input into simple signals. The equation above says that when a system is linear, its output to a decomposed input is the sum of outputs to each input. For example, if xt=et+sin2π f 0 t x t t 2 f 0 t the output Sxt S x t of any linear system equals yt=Set+Ssin2π f 0 t y t S t S 2 f 0 t

Time-Invariant Systems

Systems that don't change their input-output relation with time are said to be time-invariant. The mathematical way of stating this property is to use the signal delay concept described in Simple Systems.

(yt=Sxt)(ytτ=Sxtτ) y t S x t y t τ S x t τ
(6)
If you delay (or advance) the input, the output is similarly delayed (advanced). Thus, a time-invariant system responds to an input you may supply tomorrow the same way it responds to the same input applied today; today's output is merely delayed to occur tomorrow.

The collection of linear, time-invariant systems are the most thoroughly understood systems. Much of the signal processing and system theory discussed here concentrates on such systems. For example, electric circuits are, for the most part, linear and time-invariant. Nonlinear ones abound, but characterizing them so that you can predict their behavior for any input remains an unsolved problem.

Table 1: Linear, Time-Invariant Table
Input-Output Relation Linear Time-Invariant
yt=ddtx y t t x yes yes
yt=d 2 dt 2 x y t t 2 x yes yes
yt=dd t x2 y t t x 2 no yes
yt=dxd t +x y t t x x yes yes
yt= x 1 + x 2 y t x 1 x 2 yes yes
yt=xtτ y t x t τ yes yes
yt=cos2πftxt y t 2 f t x t yes no
yt=xt y t x t yes no
yt= x 2 t y t x 2 t no yes
yt=|xt| y t x t no yes
yt=mxt+b y t m x t b no yes

Content actions

Download module as:

PDF | EPUB (?)

What is an EPUB file?

EPUB is an electronic book format that can be read on a variety of mobile devices.

Downloading to a reading device

For detailed instructions on how to download this content's EPUB to your specific device, click the "(?)" link.

| More downloads ...

Add module to:

My Favorites (?)

'My Favorites' is a special kind of lens which you can use to bookmark modules and collections. 'My Favorites' can only be seen by you, and collections saved in 'My Favorites' can remember the last module you were on. You need an account to use 'My Favorites'.

| A lens I own (?)

Definition of a lens

Lenses

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

What is in a lens?

Lens makers point to 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 member, a community, or a respected organization.

What are tags? tag icon

Tags are descriptors added by lens makers to help label content, attaching a vocabulary that is meaningful in the context of the lens.

| External bookmarks