Skip to content Skip to navigation

Connexions

You are here: Home » Content » Properties of Systems

Navigation

Lenses

What is a lens?

Definition of 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.

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:"Signals and Systems"

    Click the "OrangeGrove" 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

  • richb's DSP display tagshide tags

    This module is included inLens: richb's DSP resources
    By: Richard BaraniukAs a part of collection:"Signals and Systems"

    Comments:

    "My introduction to signal processing course at Rice University."

    Click the "richb's DSP" link to see all content selected in this lens.

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

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.

Properties of Systems

Module by: Thanos Antoulas, JP Slavinsky. E-mail the authors

User rating (How does the rating system work?)
Ratings

Ratings allow you to judge the quality of modules. If other users have ranked the module then its average rating is displayed below. Ratings are calculated on a scale from one star (Poor) to five stars (Excellent).

How to rate a module

Hover over the star that corresponds to the rating you wish to assign. Click on the star to add your rating. Your rating should be based on the quality of the content. You must have an account and be logged in to rate content.

:
(0 ratings)

Summary: Properties of different types of systems

Note: Your browser may not currently support MathML. See our browser support page for additional details. You can always view the correct math in the PDF version.

Linear Systems

If a system is linear, this means that when an input to a given system is scaled by a value, the output of the system is scaled by the same amount.

Figure 1
Linear Scaling
(a) (b)
Figure 1(a) (xLy.png)Figure 1(b) (axLay.png)

In Figure 1(a) above, an input xx to the linear system LL gives the output yy. If xx is scaled by a value αα and passed through this same system, as in Figure 1(b), the output will also be scaled by αα.

A linear system also obeys the principle of superposition. This means that if two inputs are added together and passed through a linear system, the output will be the sum of the individual inputs' outputs.

Figure 2
(a) (b)
Figure 2(a) (x1Ly1.png)Figure 2(b) (x2Ly2.png)
Figure 3: If Figure 2 is true, then the principle of superposition says that Figure 3 is true as well. This holds for linear systems.
Superposition Principle
Superposition Principle (x1y1Lx2y2.png)

That is, if Figure 2 is true, then Figure 3 is also true for a linear system. The scaling property mentioned above still holds in conjunction with the superposition principle. Therefore, if the inputs x and y are scaled by factors α and β, respectively, then the sum of these scaled inputs will give the sum of the individual scaled outputs:

Figure 4
(a) (b)
Figure 4(a) (ax1Lay1.png)Figure 4(b) (bx2Lby2.png)
Figure 5: Given Figure 4 for a linear system, Figure 5 holds as well.
Superposition Principle with Linear Scaling
Superposition Principle with Linear Scaling (ax1bx2Lay1by2.png)

Time-Invariant Systems

A time-invariant system has the property that a certain input will always give the same output, without regard to when the input was applied to the system.

Figure 6: Figure 6(a) shows an input at time tt while Figure 6(b) shows the same input t0t0 seconds later. In a time-invariant system both outputs would be identical except that the one in Figure 6(b) would be delayed by t0t0.
Time-Invariant Systems
(a) (b)
Figure 6(a) (xtTIyt.png)Figure 6(b) (xttoTIytto.png)

In this figure, xtxt and xtt0 xtt0 are passed through the system TI. Because the system TI is time-invariant, the inputs xtxt and xtt0 xtt0 produce the same output. The only difference is that the output due to xtt0 xtt0 is shifted by a time t0t0.

Whether a system is time-invariant or time-varying can be seen in the differential equation (or difference equation) describing it. Time-invariant systems are modeled with constant coefficient equations. A constant coefficient differential (or difference) equation means that the parameters of the system are not changing over time and an input now will give the same result as the same input later.

Linear Time-Invariant (LTI) Systems

Certain systems are both linear and time-invariant, and are thus referred to as LTI systems.

Figure 7: This is a combination of the two cases above. Since the input to Figure 7(b) is a scaled, time-shifted version of the input in Figure 7(a), so is the output.
Linear Time-Invariant Systems
(a) (b)
Figure 7(a) (xtLTIyt.png)Figure 7(b) (axttoLTIaytto.png)

As LTI systems are a subset of linear systems, they obey the principle of superposition. In the figure below, we see the effect of applying time-invariance to the superposition definition in the linear systems section above.

Figure 8
(a) (b)
Figure 8(a) (x1tLTIy1t.png)Figure 8(b) (x2tLTIy2t.png)
Figure 9: The principle of superposition applied to LTI systems
Superposition in Linear Time-Invariant Systems
Superposition in Linear Time-Invariant Systems (superLTI.png)

LTI Systems in Series

If two or more LTI systems are in series with each other, their order can be interchanged without affecting the overall output of the system. Systems in series are also called cascaded systems.

Figure 10: The order of cascaded LTI systems can be interchanged without changing the overall effect.
Cascaded LTI Systems
(a)
Figure 10(a) (cascade.png)
(b)
Figure 10(b) (cascadeflip.png)

LTI Systems in Parallel

If two or more LTI systems are in parallel with one another, an equivalent system is one that is defined as the sum of these individual systems.

Figure 11: Parallel systems can be condensed into the sum of systems.
Parallel LTI Systems
(a) (b)
Figure 11(a) (parallelsystem.png)Figure 11(b) (parallelsysequi.png)

Causality

A system is causal if it does not depend on future values of the input to determine the output. This means that if the first input to a system comes at time t0t0, then the system should not give any output until that time. An example of a non-causal system would be one that "sensed" an input coming and gave an output before the input arrived:

Figure 12: In this non-causal system, an output is produced due to an input that occurs later in time.
Non-causal System
Non-causal System (noncausalpic.png)

A causal system is also characterized by an impulse response htht that is zero for t<0t0.

Content actions

Give Feedback:

E-mail the module authors | Rate module ( How does the rating system work?)

Rating system

Ratings

Ratings allow you to judge the quality of modules. If other users have ranked the module then its average rating is displayed below. Ratings are calculated on a scale from one star (Poor) to five stars (Excellent).

How to rate a module

Hover over the star that corresponds to the rating you wish to assign. Click on the star to add your rating. Your rating should be based on the quality of the content. You must have an account and be logged in to rate content.

(0 ratings)

Download:

Add module to:

My Favorites (?)

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

| A lens (?)

Definition of 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.

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