Zibb
Subscribe to Control Engineering
FirstLight
Email
Print
Reprint
Learn RSS

Analyzing Closed-Loop Behavior with Convolution

The second in a two-part series explaining how linear process behavior can be predicted mathematically.

Vance VanDoren, Ph.D., P.E. Control Engineering -- Control Engineering, 7/1/2008

The repeatable behavior of a linear process allows a process controller to predict the future effects of its current efforts. As described in “Process Controllers Predict the Future” (March 2008), a controller’s predictive abilities can be reduced to a mathematical formula by conducting the following experiment:

1) Stimulate the process in open-loop mode by forcing the controller to apply a unity impulse; that is, a single control effort that is one unit in magnitude and Δt seconds in duration.

2) Determine the process’s open-loop impulse response by measuring the process variable every Δt seconds after the impulse.

3) Label those measurements in chronological order as h(0), h(1), h(2), etc. and construct a single infinitely long “number” H using those values as “digits”. That is, let

H = h(0), h(1), h(2), …

4) Start over and let the controller apply an arbitrary sequence of control efforts to the process. Label those values u(0), u(1), u(2), etc., and use them to construct a second infinitely long number U:

U = u(0), u(1), u(2), …

5) Compute Y = H*U using convolution, which multiplies H and U together just as if they were normal multi-digit numbers. That is, use normal multiplication and addition to compute

y(0) = u(0) · h(0)

y(1) = u(0) · h(1) + u(1) · h(0)

y(2) = u(0) · h(2) + u(1) · h(1) + u(2) · h(0)

and so on until the kth sampling interval when

y(k) = u(0) · h(k) + u(1) · h(k-1) + …

+u(k-1) · h(1) + u(k) · h(0)

 

Controllers

The behavior of this closed-loop control system can be predicted by constructing four “numbers” – S, D, G, and H - with “digits” consisting of sampled values of the setpoint, the disturbance, the open-loop impulse response of the process, and the open-loop impulse response of the controller, respectively.  The sequence of  process variable measurements Y that will result from any given combination of S, D, G, and H can then be computed from

Y =     G * H     * S +         1        * D
       1 + G * H            1 + G * H

where the star (*) indicates convolution and the two quotients indicate deconvolution.

If the process is truly linear and there are no other influences affecting the process variable, then these computed values should match the actual process variable measurements that will eventually result from the control efforts U.

Conversely, the equations in step 5 could be solved for the open-loop control efforts U that would be necessary to generate a specified sequence of process variable measurements Y. That is, pick the desired values of

Y = y(0), y(1), y(2), …

and let

u(0) =y(0)

h(0)

u(1) = 1 [y(1) - u(0) · h(1)]

h(0)

u(2) = 1 [y(2) - u(0) · h(2) - u(1) · h(1)]

h(0)

and so on until the kth sampling interval when

u(k) = 1 [y(k) - u(0) · h(k) - u(1) · h(k -1) - …

h(0)

- u(k-1) · h(1)]

This operation, known appropriately enough as deconvolution, is essentially the long division algorithm applied to dividing Y by H to get U = Y/H. See the “Deconvolution example” graphic.

Closed-loop analysis

In practice, process controllers typically compute their control efforts using algorithms more sophisticated than open-loop control, but convolution and deconvolution can be used to analyze the behavior of closed-loop control systems as well.

Consider, for example, the basic feedback control system shown in the “Analyzing feedback loops” graphic. The process variable is sampled at regular intervals, and each measurement is subtracted from the setpoint to generate a sequence of error measurements. Those are fed into a controller that, in turn, generates a sequence of control efforts chosen to drive the process variable toward the setpoint.

The resulting process variable measurements Y will equal the results of the controller’s efforts added to any uncontrollable disturbances D that might also be affecting the process. In terms of the convolution operator, that sum can be expressed as

Y = H * U + D

If the controller is also a linear process (and most are), then

U = G * E

where G is the impulse response of the controller, S is the setpoint sequence and

E = S - Y

is the error sequence. These three relationships can be combined by means of simple algebra, treating convolution just like multiplication and deconvolution just like division. That is,

Y = G * H * (S - Y) + D

or

Y = G * H * S + 1 * D

1 + G * H 1 + G * H

This formula predicts the process variable measurements Y that will result from any given combination of setpoints S and disturbances D when a process with an open-loop impulse response of H is controlled by a feedback controller with an open-loop impulse response of G. It is the fundamental mathematical tool used by control theorists to design controllers and analyze their closed-loop behavior.

For example, the quantity

TS = G * H

1 + G * H

known as the transfer function between the setpoint and the process variable, can be used to determine how the process variable Y will react to any given sequence of setpoints S in the absence of disturbances. That is, let D=0 so that

Y = TS * S

ControllersThe sequence TS is also the impulse response of the closed-loop system. That is, TS shows what the process variable would look like if a unity impulse were to be substituted for the setpoint while the controller is on-line controlling the process.

This phenomenon yields a test for closed-loop stability of a feedback control system. If the impulse responses of the controller and open-loop process are both known, then their convolution product G*H can be used to compute TS. If all of the digits of TS turn out to be finite, then the closed-loop system will be stable. Otherwise, Y = TS*S will grow forever no matter what values are chosen for S, and the closed-loop system will be unstable. See the “Stability test” graphic.

On the other hand, if the setpoint S is zero and the controller is only concerned with counteracting the effects of disturbances, then

Y = TD * D

where the quantity

TD = 1

1 + G * H

is the transfer function between the disturbance sequence D and the process variable Y. It shows what the process variable would look like if the closed-loop system were to be stimulated with a single, unity-impulse disturbance. It too can be computed from G*H, though it will typically have a different value than TS. This is why a closed-loop system’s disturbance response typically differs from its setpoint response, though if one is stable, so will the other.

The transfer functions TS and TD can also be used to design the controller if H is known and G has not already been selected. For example, if the controller will be used primarily to track setpoint changes, TS can be assigned a suitable value that will produce some desirable closed-loop setpoint response. The controller required to achieve that particular setpoint response would then be given by


G = TS

H * (1 - TS)

Similarly, if the controller will be used primarily to reject disturbances, then TD can be assigned a suitable value, and the controller’s impulse response can be set to

G = 1 - TD

H * TD

Devising a controller that will demonstrate either of these impulse response sequences exactly can be a bit tricky, but there are mathematical techniques collectively known as transform theory that can help. The first step is to express G and H as fractions with numerators and denominators of finite length. For example, the infinitely long open-loop impulse response

H = 16, 4, 1, ¼, ...

can also be expressed as H=A/B with

A = 16

B = 1, -¼

in much the same way as the infinitely long decimal value 0.14285... can be expressed as 1/7. In fact, deconvolution and normal division are essentially the same algorithm. See the “Deconvolution example” graphic.

The simplified version of H can also be converted into a Z transform that can be used to analyze a closed-loop system’s behavior without having to perform any convolution operations involving infinitely long sequences of sampled data. Unfortunately, it takes considerably more mathematical expertise to understand how and why Z transforms work.

Z transforms can be converted into Laplace and Fourier transforms by decreasing the sampling interval Δt to zero. These transforms can be used to analyze the behavior of analog control systems where data is processed in a continuous stream rather than at regular intervals.


Author Information
Vance VanDoren (controleng@msn.com) is consulting editor to Control Engineering.

Email
Print
Reprint
Learn RSS

Related Content

Related Content

 

By This Author

Sponsored Links

 

Advertisement
SPONSORED LINKS

More Content

  • Blogs
  • Discussions
  • Webcasts
  • Podcasts
  • Videos

Blogs

  • Paul Grayson
    AIMing for Automated Vehicles

    November 20, 2008
    Back To Basics - collision avoidance
    TCAS and IVSI indicator. COLLISION AVOIDANCE One of the earliest uses of computers connected to sensors was in gun directors. Gun directors ......
    More
  • Paul Grayson
    AIMing for Automated Vehicles

    November 18, 2008
    Back To Basics - vehicle control
    BASIC AUTOMOTIVE CONTROL Human drivers are the weak link in the transportation system. Driver fatigue is responsible for as many as 240,0......
    More
  • View All BlogsRSS

Webcasts

Engineering-driven Ethernet
This Control Engineering Roundtable Webcast will address the engineering issues you should be aware of when exploring the adoption of Ethernet or when looking to expand its use in your facility.

Bridging gaps with wireless
Discover how you can create stronger, flexible and cost-effective wireless connections for your entire plant. Register today!

View All Webcasts
Advertisements





NEWSLETTERS

Get engineering industry news, trends, and business-critical information delivered directly to your inbox!

Click on a title below to learn more.

Weekly News (Weekly)
Process Instrumentation & Sensors (Monthly)
System Integration Monthly (Monthly)
Process & Advanced Control (Monthly)
Machine Control (Monthly)
Information Control (Monthly)
Automation Control (Monthly)
Product Review (Monthly)
Simplified Safety
Fieldbus Facts
PROFInews North American Edition
About Us   |   Advertising Info   |   Site Map   |   Contact Us   |   Useful Sites   |   FREE Subscription   |   RSS
© 2008 Reed Business Information, a division of Reed Elsevier Inc. All rights reserved.
Use of this Web site is subject to its Terms of Use | Privacy Policy
Please visit these other Reed Business sites