Skip to content Skip to navigation

Connexions

You are here: Home » Content » Continuous Time 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: "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.

  • Rice Digital Scholarship display tagshide tags

    This module is included in aLens by: Digital Scholarship at Rice UniversityAs a part of collection: "Signals and Systems"

    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.

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.

  • 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.

  • Elec Sci lens

    This module is included inLens: Electrical Science
    By: Andy Mitofsky

    Click the "Elec Sci lens" 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.
 

Continuous Time Systems

Module by: Michael Haag, Richard Baraniuk, Stephen Kruzick. E-mail the authors

Summary: Describes continuous time systems.

Introduction

As you already now know, a continuous time system operates on a continuous time signal input and produces a continuous time signal output. There are numerous examples of useful continuous time systems in signal processing as they essentially describe the world around us. The class of continuous time systems that are both linear and time invariant, known as continuous time LTI systems, is of particular interest as the properties of linearity and time invariance together allow the use of some of the most important and powerful tools in signal processing.

Continuous Time Systems

Linearity and Time Invariance

A system HH is said to be linear if it satisfies two important conditions. The first, additivity, states for every pair of signals x,yx,y that H(x+y)=H(x)+H(y)H(x+y)=H(x)+H(y). The second, homogeneity of degree one, states for every signal xx and scalar aa we have H(ax)=aH(x)H(ax)=aH(x). It is clear that these conditions can be combined together into a single condition for linearity. Thus, a system is said to be linear if for every signals x,yx,y and scalars a,ba,b we have that

H ( a x + b y ) = a H ( x ) + b H ( y ) . H ( a x + b y ) = a H ( x ) + b H ( y ) .
(1)

Linearity is a particularly important property of systems as it allows us to leverage the powerful tools of linear algebra, such as bases, eigenvectors, and eigenvalues, in their study.

A system HH is said to be time invariant if a time shift of an input produces the corresponding shifted output. In other, more precise words, the system HH commutes with the time shift operator STST for every TRTR. That is,

S T H = H S T . S T H = H S T .
(2)

Time invariance is desirable because it eases computation while mirroring our intuition that, all else equal, physical systems should react the same to identical inputs at different times.

When a system exhibits both of these important properties it allows for a more straigtforward analysis than would otherwise be possible. As will be explained and proven in subsequent modules, computation of the system output for a given input becomes a simple matter of convolving the input with the system's impulse response signal. Also proven later, the fact that complex exponential are eigenvectors of linear time invariant systems will enable the use of frequency domain tools such as the various Fouier transforms and associated transfer functions, to describe the behavior of linear time invariant systems.

Example 1

Consider the system HH in which

H ( f ( t ) ) = 2 f ( t ) H ( f ( t ) ) = 2 f ( t )
(3)

for all signals ff. Given any two signals f,gf,g and scalars a,ba,b

H ( a f ( t ) + b g ( t ) ) ) = 2 ( a f ( t ) + b g ( t ) ) = a 2 f ( t ) + b 2 g ( t ) = a H ( f ( t ) ) + b H ( g ( t ) ) H ( a f ( t ) + b g ( t ) ) ) = 2 ( a f ( t ) + b g ( t ) ) = a 2 f ( t ) + b 2 g ( t ) = a H ( f ( t ) ) + b H ( g ( t ) )
(4)

for all real tt. Thus, HH is a linear system. For all real TT and signals ff,

S T ( H ( f ( t ) ) ) = S T ( 2 f ( t ) ) = 2 f ( t - T ) = H ( f ( t - T ) ) = H ( S T ( f ( t ) ) ) S T ( H ( f ( t ) ) ) = S T ( 2 f ( t ) ) = 2 f ( t - T ) = H ( f ( t - T ) ) = H ( S T ( f ( t ) ) )
(5)

for all real tt. Thus, HH is a time invariant system. Therefore, HH is a linear time invariant system.

Differential Equation Representation

It is often useful to to describe systems using equations involving the rate of change in some quantity. For continuous time systems, such equations are called differential equations. One important class of differential equations is the set of linear constant coefficient ordinary differential equations, which are described in more detail in subsequent modules.

Example 2

Consider the series RLC circuit shown in Figure 1. This system can be modeled using differential equations. We can use the voltage equations for each circuit element and Kirchoff's voltage law to write a second order linear constant coefficient differential equation describing the charge on the capacitor.

The voltage across the battery is simply VV. The voltage across the capacitor is 1Cq1Cq. The voltage across the resistor is RdqdtRdqdt. Finally, the voltage across the inductor is Ld2qdt2Ld2qdt2. Therefore, by Kirchoff's voltage law, it follows that

L d 2 q d t 2 + R d q d t + 1 C q = V . L d 2 q d t 2 + R d q d t + 1 C q = V .
(6)
Figure 1: A series RLC circuit.
Figure 1 (circuit.png)

Continuous Time Systems Summary

Many useful continuous time systems will be encountered in a study of signals and systems. This course is most interested in those that demonstrate both the linearity property and the time invariance property, which together enable the use of some of the most powerful tools of signal processing. It is often useful to describe them in terms of rates of change through linear constant coefficient ordinary differential equations.

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