<?xml version="1.0" encoding="utf-8"?>
<document xmlns="http://cnx.rice.edu/cnxml" xmlns:m="http://www.w3.org/1998/Math/MathML" xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" xmlns:q="http://cnx.rice.edu/qml/1.0" xmlns:md1="http://cnx.rice.edu/mdml" id="id62148" module-id="m12345" cnxml-version="0.7">
  <title>Continuous Time Systems</title>
<metadata xmlns:md="http://cnx.rice.edu/mdml" mdml-version="0.5">
  <!-- WARNING! The 'metadata' section is read only. Do not edit below.
       Changes to the metadata section in the source will not be saved. -->
  <md:repository>http://cnx.org/content</md:repository>
  <md:content-url>http://cnx.org/content/m10855/latest/</md:content-url>
  <md:content-id>m10855</md:content-id>
  <md:title>Continuous Time Systems</md:title>
  <md:version>2.8</md:version>
  <md:created>2002/09/17</md:created>
  <md:revised>2010/06/21 10:20:14.194 GMT-5</md:revised>
  <md:actors>
    <md:person userid="dcwill">
      <md:firstname>Daniel</md:firstname>
      <md:surname>Williamson</md:surname>
      <md:fullname>Daniel Williamson</md:fullname>
      <md:email>dcwill@cnx.org</md:email>
    </md:person>
    <md:person userid="skruzick">
      <md:firstname>Stephen</md:firstname>
      <md:surname>Kruzick</md:surname>
      <md:fullname>Stephen Kruzick</md:fullname>
      <md:email>skruzick@rice.edu</md:email>
    </md:person>
    <md:person userid="mjhaag">
      <md:firstname>Michael</md:firstname>
      <md:surname>Haag</md:surname>
      <md:fullname>Michael Haag</md:fullname>
      <md:email>mjhaag@gmail.com</md:email>
    </md:person>
    <md:person userid="richb">
      <md:firstname>Richard</md:firstname>
      <md:surname>Baraniuk</md:surname>
      <md:fullname>Richard Baraniuk</md:fullname>
      <md:email>richb@rice.edu</md:email>
    </md:person>
    <md:person userid="mariyah">
      <md:firstname>Mariyah</md:firstname>
      <md:surname>Poonawala</md:surname>
      <md:fullname>Mariyah Poonawala</md:fullname>
      <md:email>mariyah@rice.edu</md:email>
    </md:person>
    <md:person userid="prash">
      <md:firstname>Prashant</md:firstname>
      <md:surname>Singh</md:surname>
      <md:fullname>Prashant Singh</md:fullname>
      <md:email>prash@ece.rice.edu</md:email>
    </md:person>
  </md:actors>
  <md:roles>
    <md:role type="author">mjhaag richb skruzick</md:role>
    <md:role type="maintainer">mjhaag richb mariyah prash skruzick dcwill</md:role>
    <md:role type="licensor">mjhaag richb skruzick</md:role>
  </md:roles>
  <md:license url="http://creativecommons.org/licenses/by/1.0"/>
  <!-- For information on license requirements for use or modification, see license url in the
       above <md:license> element.
       For information on formatting required attribution, see the URL:
         CONTENT_URL/content_info#cnx_cite_header
       where CONTENT_URL is the value provided above in the <md:content-url> element.
  -->
  <md:keywordlist>
    <md:keyword>continuous time</md:keyword>
    <md:keyword>continuous-time</md:keyword>
    <md:keyword>de</md:keyword>
    <md:keyword>differential</md:keyword>
    <md:keyword>differential equations</md:keyword>
    <md:keyword>linear system</md:keyword>
  </md:keywordlist>
  <md:subjectlist>
    <md:subject>Science and Technology</md:subject>
  </md:subjectlist>
  <md:abstract>Describes continuous time systems.</md:abstract>
  <md:language>en</md:language>
  <!-- WARNING! The 'metadata' section is read only. Do not edit above.
       Changes to the metadata section in the source will not be saved. -->
</metadata>

<content>
    <section id="cid1" class="in">
      <title>Introduction</title>
      <para id="id62167">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.</para>
    </section>
    <section id="cid2" class="th">
      <title>Continuous Time Systems</title>
      <section id="uid1">
        <title>Linearity and Time Invariance</title>
        <para id="id62192">A system <m:math overflow="scroll"><m:mi>H</m:mi></m:math> is said to be linear if it satisfies two important conditions. The first, additivity, states for every pair of signals <m:math overflow="scroll"><m:mrow><m:mi>x</m:mi><m:mo>,</m:mo><m:mi>y</m:mi></m:mrow></m:math> that <m:math overflow="scroll"><m:mrow><m:mi>H</m:mi><m:mo>(</m:mo><m:mi>x</m:mi><m:mo>+</m:mo><m:mi>y</m:mi><m:mo>)</m:mo><m:mo>=</m:mo><m:mi>H</m:mi><m:mo>(</m:mo><m:mi>x</m:mi><m:mo>)</m:mo><m:mo>+</m:mo><m:mi>H</m:mi><m:mo>(</m:mo><m:mi>y</m:mi><m:mo>)</m:mo></m:mrow></m:math>. The second, homogeneity of degree one, states for every signal <m:math overflow="scroll"><m:mi>x</m:mi></m:math> and scalar <m:math overflow="scroll"><m:mi>a</m:mi></m:math> we have <m:math overflow="scroll"><m:mrow><m:mi>H</m:mi><m:mo>(</m:mo><m:mi>a</m:mi><m:mi>x</m:mi><m:mo>)</m:mo><m:mo>=</m:mo><m:mi>a</m:mi><m:mi>H</m:mi><m:mo>(</m:mo><m:mi>x</m:mi><m:mo>)</m:mo></m:mrow></m:math>. 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 <m:math overflow="scroll"><m:mrow><m:mi>x</m:mi><m:mo>,</m:mo><m:mi>y</m:mi></m:mrow></m:math> and scalars <m:math overflow="scroll"><m:mrow><m:mi>a</m:mi><m:mo>,</m:mo><m:mi>b</m:mi></m:mrow></m:math> we have that</para>
        <equation id="id62671">
          <m:math overflow="scroll" mode="display">
            <m:mrow>
              <m:mi>H</m:mi>
              <m:mo>(</m:mo>
              <m:mi>a</m:mi>
              <m:mi>x</m:mi>
              <m:mo>+</m:mo>
              <m:mi>b</m:mi>
              <m:mi>y</m:mi>
              <m:mo>)</m:mo>
              <m:mo>=</m:mo>
              <m:mi>a</m:mi>
              <m:mi>H</m:mi>
              <m:mo>(</m:mo>
              <m:mi>x</m:mi>
              <m:mo>)</m:mo>
              <m:mo>+</m:mo>
              <m:mi>b</m:mi>
              <m:mi>H</m:mi>
              <m:mo>(</m:mo>
              <m:mi>y</m:mi>
              <m:mo>)</m:mo>
              <m:mo>.</m:mo>
            </m:mrow>
          </m:math>
        </equation>
        <para id="id62725">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.</para>
        <para id="id62732">A system <m:math overflow="scroll"><m:mi>H</m:mi></m:math> 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 <m:math overflow="scroll"><m:mi>H</m:mi></m:math> commutes with the time shift operator <m:math overflow="scroll"><m:msub><m:mi>S</m:mi><m:mi>T</m:mi></m:msub></m:math> for every <m:math overflow="scroll"><m:mrow><m:mi>T</m:mi><m:mo>∈</m:mo><m:mi mathvariant="double-struck">R</m:mi></m:mrow></m:math>. That is,</para>
        <equation id="id62121">
          <m:math overflow="scroll" mode="display">
            <m:mrow>
              <m:msub>
                <m:mi>S</m:mi>
                <m:mi>T</m:mi>
              </m:msub>
              <m:mi>H</m:mi>
              <m:mo>=</m:mo>
              <m:mi>H</m:mi>
              <m:msub>
                <m:mi>S</m:mi>
                <m:mi>T</m:mi>
              </m:msub>
              <m:mo>.</m:mo>
            </m:mrow>
          </m:math>
        </equation>
        <para id="id62993">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.</para>
        <para id="id63000">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.</para><example id="eip-954"><para id="id63017">Consider the system <m:math overflow="scroll"><m:mi>H</m:mi></m:math> in which</para>
        <equation id="id63028">
          <m:math overflow="scroll" mode="display">
            <m:mrow>
              <m:mi>H</m:mi>
              <m:mo>(</m:mo>
              <m:mi>f</m:mi>
              <m:mo>(</m:mo>
              <m:mi>t</m:mi>
              <m:mo>)</m:mo>
              <m:mo>)</m:mo>
              <m:mo>=</m:mo>
              <m:mn>2</m:mn>
              <m:mi>f</m:mi>
              <m:mo>(</m:mo>
              <m:mi>t</m:mi>
              <m:mo>)</m:mo>
            </m:mrow>
          </m:math>
        </equation>
        <para id="id63064">for all signals <m:math overflow="scroll"><m:mi>f</m:mi></m:math>.
Given any two signals <m:math overflow="scroll"><m:mrow><m:mi>f</m:mi><m:mo>,</m:mo><m:mi>g</m:mi></m:mrow></m:math> and scalars <m:math overflow="scroll"><m:mrow><m:mi>a</m:mi><m:mo>,</m:mo><m:mi>b</m:mi></m:mrow></m:math></para>
        <equation id="id63103">
          <m:math overflow="scroll" mode="display">
            <m:mrow>
              <m:mi>H</m:mi>
              <m:mo>(</m:mo>
              <m:mi>a</m:mi>
              <m:mi>f</m:mi>
              <m:mo>(</m:mo>
              <m:mi>t</m:mi>
              <m:mo>)</m:mo>
              <m:mo>+</m:mo>
              <m:mi>b</m:mi>
              <m:mi>g</m:mi>
              <m:mo>(</m:mo>
              <m:mi>t</m:mi>
              <m:mo>)</m:mo>
              <m:mo>)</m:mo>
              <m:mo>)</m:mo>
              <m:mo>=</m:mo>
              <m:mn>2</m:mn>
              <m:mo>(</m:mo>
              <m:mi>a</m:mi>
              <m:mi>f</m:mi>
              <m:mo>(</m:mo>
              <m:mi>t</m:mi>
              <m:mo>)</m:mo>
              <m:mo>+</m:mo>
              <m:mi>b</m:mi>
              <m:mi>g</m:mi>
              <m:mo>(</m:mo>
              <m:mi>t</m:mi>
              <m:mo>)</m:mo>
              <m:mo>)</m:mo>
              <m:mo>=</m:mo>
              <m:mi>a</m:mi>
              <m:mn>2</m:mn>
              <m:mi>f</m:mi>
              <m:mo>(</m:mo>
              <m:mi>t</m:mi>
              <m:mo>)</m:mo>
              <m:mo>+</m:mo>
              <m:mi>b</m:mi>
              <m:mn>2</m:mn>
              <m:mi>g</m:mi>
              <m:mo>(</m:mo>
              <m:mi>t</m:mi>
              <m:mo>)</m:mo>
              <m:mo>=</m:mo>
              <m:mi>a</m:mi>
              <m:mi>H</m:mi>
              <m:mo>(</m:mo>
              <m:mi>f</m:mi>
              <m:mo>(</m:mo>
              <m:mi>t</m:mi>
              <m:mo>)</m:mo>
              <m:mo>)</m:mo>
              <m:mo>+</m:mo>
              <m:mi>b</m:mi>
              <m:mi>H</m:mi>
              <m:mo>(</m:mo>
              <m:mi>g</m:mi>
              <m:mo>(</m:mo>
              <m:mi>t</m:mi>
              <m:mo>)</m:mo>
              <m:mo>)</m:mo>
            </m:mrow>
          </m:math>
        </equation>
        <para id="id63244">for all real <m:math overflow="scroll"><m:mi>t</m:mi></m:math>. Thus, <m:math overflow="scroll"><m:mi>H</m:mi></m:math> is a linear system.
For all real <m:math overflow="scroll"><m:mi>T</m:mi></m:math> and signals <m:math overflow="scroll"><m:mi>f</m:mi></m:math>,</para>
        <equation id="id63280">
          <m:math overflow="scroll" mode="display">
            <m:mrow>
              <m:msub>
                <m:mi>S</m:mi>
                <m:mi>T</m:mi>
              </m:msub>
              <m:mrow>
                <m:mo>(</m:mo>
                <m:mi>H</m:mi>
                <m:mrow>
                  <m:mo>(</m:mo>
                  <m:mi>f</m:mi>
                  <m:mrow>
                    <m:mo>(</m:mo>
                    <m:mi>t</m:mi>
                    <m:mo>)</m:mo>
                  </m:mrow>
                  <m:mo>)</m:mo>
                </m:mrow>
                <m:mo>)</m:mo>
              </m:mrow>
              <m:mo>=</m:mo>
              <m:msub>
                <m:mi>S</m:mi>
                <m:mi>T</m:mi>
              </m:msub>
              <m:mrow>
                <m:mo>(</m:mo>
                <m:mn>2</m:mn>
                <m:mi>f</m:mi>
                <m:mrow>
                  <m:mo>(</m:mo>
                  <m:mi>t</m:mi>
                  <m:mo>)</m:mo>
                </m:mrow>
                <m:mo>)</m:mo>
              </m:mrow>
              <m:mo>=</m:mo>
              <m:mn>2</m:mn>
              <m:mi>f</m:mi>
              <m:mrow>
                <m:mo>(</m:mo>
                <m:mi>t</m:mi>
                <m:mo>-</m:mo>
                <m:mi>T</m:mi>
                <m:mo>)</m:mo>
              </m:mrow>
              <m:mo>=</m:mo>
              <m:mi>H</m:mi>
              <m:mrow>
                <m:mo>(</m:mo>
                <m:mi>f</m:mi>
                <m:mrow>
                  <m:mo>(</m:mo>
                  <m:mi>t</m:mi>
                  <m:mo>-</m:mo>
                  <m:mi>T</m:mi>
                  <m:mo>)</m:mo>
                </m:mrow>
                <m:mo>)</m:mo>
              </m:mrow>
              <m:mo>=</m:mo>
              <m:mi>H</m:mi>
              <m:mrow>
                <m:mo>(</m:mo>
                <m:msub>
                  <m:mi>S</m:mi>
                  <m:mi>T</m:mi>
                </m:msub>
                <m:mrow>
                  <m:mo>(</m:mo>
                  <m:mi>f</m:mi>
                  <m:mrow>
                    <m:mo>(</m:mo>
                    <m:mi>t</m:mi>
                    <m:mo>)</m:mo>
                  </m:mrow>
                  <m:mo>)</m:mo>
                </m:mrow>
                <m:mo>)</m:mo>
              </m:mrow>
            </m:mrow>
          </m:math>
        </equation>
        <para id="id63420">for all real <m:math overflow="scroll"><m:mi>t</m:mi></m:math>. Thus, <m:math overflow="scroll"><m:mi>H</m:mi></m:math> is a time invariant system.
Therefore, <m:math overflow="scroll"><m:mi>H</m:mi></m:math> is a linear time invariant system.</para>
      </example>
      </section>
      
      <section id="uid3">
        <title>Differential Equation Representation</title>
        <para id="id63459">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.</para><example id="eip-140"><para id="id63475">Consider the series RLC circuit shown in <link target-id="uid5"/>. 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.</para>
        <para id="id63485">The voltage across the battery is simply <m:math overflow="scroll"><m:mi>V</m:mi></m:math>. The voltage across the capacitor is <m:math overflow="scroll"><m:mrow><m:mfrac><m:mn>1</m:mn><m:mi>C</m:mi></m:mfrac><m:mi>q</m:mi></m:mrow></m:math>. The voltage across the resistor is <m:math overflow="scroll"><m:mrow><m:mi>R</m:mi><m:mfrac><m:mrow><m:mi>d</m:mi><m:mi>q</m:mi></m:mrow><m:mrow><m:mi>d</m:mi><m:mi>t</m:mi></m:mrow></m:mfrac></m:mrow></m:math>. Finally, the voltage across the inductor is <m:math overflow="scroll"><m:mrow><m:mi>L</m:mi><m:mfrac><m:mrow><m:msup><m:mi>d</m:mi><m:mn>2</m:mn></m:msup><m:mi>q</m:mi></m:mrow><m:mrow><m:mi>d</m:mi><m:msup><m:mi>t</m:mi><m:mn>2</m:mn></m:msup></m:mrow></m:mfrac></m:mrow></m:math>. Therefore, by Kirchoff's voltage law, it follows that</para>
        <equation id="id63568">
          <m:math overflow="scroll" mode="display">
            <m:mrow>
              <m:mi>L</m:mi>
              <m:mfrac>
                <m:mrow>
                  <m:msup>
                    <m:mi>d</m:mi>
                    <m:mn>2</m:mn>
                  </m:msup>
                  <m:mi>q</m:mi>
                </m:mrow>
                <m:mrow>
                  <m:mi>d</m:mi>
                  <m:msup>
                    <m:mi>t</m:mi>
                    <m:mn>2</m:mn>
                  </m:msup>
                </m:mrow>
              </m:mfrac>
              <m:mo>+</m:mo>
              <m:mi>R</m:mi>
              <m:mfrac>
                <m:mrow>
                  <m:mi>d</m:mi>
                  <m:mi>q</m:mi>
                </m:mrow>
                <m:mrow>
                  <m:mi>d</m:mi>
                  <m:mi>t</m:mi>
                </m:mrow>
              </m:mfrac>
              <m:mo>+</m:mo>
              <m:mfrac>
                <m:mn>1</m:mn>
                <m:mi>C</m:mi>
              </m:mfrac>
              <m:mi>q</m:mi>
              <m:mo>=</m:mo>
              <m:mi>V</m:mi>
              <m:mo>.</m:mo>
            </m:mrow>
          </m:math>
        </equation>
        <figure id="uid5">
          <media id="uid5_media" alt="">
            <image mime-type="image/png" src="circuit.png" id="uid5_onlineimage" width="480"><!-- NOTE: attribute width changes image size online (pixels). original width is 480. --></image>
            <image mime-type="application/postscript" for="pdf" src="circuit.eps" id="uid5_printimage" print-width="3in">
              <!--NOTE: attribute width changes image size in printed PDF (if specified in .tex file)-->
            </image>
          </media>
          <caption>A series RLC circuit.</caption>
        </figure>
      </example>
      </section>
      
    </section>
    <section id="cid3" class="cn">
      <title>Continuous Time Systems Summary</title>
      <para id="id63659">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.</para>
    </section>
  </content>
</document>

