Transfer function

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

Lua error in package.lua at line 80: module 'strict' not found. In engineering, a transfer function (also known as the system function[1] or network function and, when plotted as a graph, transfer curve) is a mathematical representation for fit or to describe inputs and outputs of black box models.

Typically it is a representation in terms of spatial or temporal frequency, of the relation between the input and output of a linear time-invariant system (LTI) with zero initial conditions and zero-point equilibrium.[2] With optical imaging devices, for example, it is the Fourier transform of the point spread function (hence a function of spatial frequency) i.e., the intensity distribution caused by a point object in the field of view.[citation needed] A number of sources however use "transfer function" to mean some input-output characteristic in direct physical measures (e.g., output voltage as a function of input voltage of a two-port network) rather than its transform to the s-plane.[3][4][5]

LTI systems

Transfer functions are commonly used in the analysis of systems such as single-input single-output filters, typically within the fields of signal processing, communication theory, and control theory. The term is often used exclusively to refer to linear, time-invariant systems (LTI), as covered in this article. Most real systems have non-linear input/output characteristics, but many systems, when operated within nominal parameters (not "over-driven") have behavior that is close enough to linear that LTI system theory is an acceptable representation of the input/output behavior.

The descriptions below are given in terms of a complex variable, s = \sigma + j \cdot \omega, which bears a brief explanation. In many applications, it is sufficient to define \sigma=0 (and s = j \cdot \omega), which reduces the Laplace transforms with complex arguments to Fourier transforms with real argument ω. The applications where this is common are ones where there is interest only in the steady-state response of an LTI system, not the fleeting turn-on and turn-off behaviors or stability issues. That is usually the case for signal processing and communication theory.

Thus, for continuous-time input signal x(t) and output y(t), the transfer function H(s) is the linear mapping of the Laplace transform of the input, X(s) = \mathcal{L}\left\{x(t)\right\}, to the Laplace transform of the output Y(s) = \mathcal{L}\left\{y(t)\right\}:

 Y(s) = H(s)\;X(s)

or

 H(s) = \frac{Y(s)}{X(s)} = \frac{ \mathcal{L}\left\{y(t)\right\} }{ \mathcal{L}\left\{x(t)\right\} } .

In discrete-time systems, the relation between an input signal x(t) and output y(t) is dealt with using the z-transform, and then the transfer function is similarly written as H(z) = \frac{Y(z)}{X(z)} and this is often referred to as the pulse-transfer function.[citation needed]

Direct derivation from differential equations

Consider a linear differential equation with constant coefficients

 L[u] = \frac{d^nu}{dt^n} + a_1\frac{d^{n-1}u}{dt^{n-1}} + \dotsb + a_{n-1}\frac{du}{dt} + a_nu = r(t)

where u and r are suitably smooth functions of t, and L is the operator defined on the relevant function space, that transforms u into r. That kind of equation can be used to constrain the output function u in terms of the forcing function r. The transfer function, written as an operator F[r] = u , is the right inverse of L, since L[F[r]] = r.

Solutions of the homogeneous, constant-coefficient differential equation L[u] = 0 can be found by trying u = e^{\lambda t}. That substitution yields the characteristic polynomial

 p_L(\lambda) = \lambda^n + a_1\lambda^{n-1} + \dotsb + a_{n-1}\lambda + a_n\,

The inhomogeneous case can be easily solved if the input function r is also of the form r(t) = e^{s t}. In that case, by substituting u = H(s)e^{s t} one finds that L[H(s) e^{s t}] = e^{s t} if and only if

H(s) = \frac{1}{p_L(s)}, \qquad p_L(s) \neq 0.

Taking that as the definition of the transfer function requires careful disambiguation between complex vs. real values, which is traditionally influenced by the interpretation of abs(H(s)) as the gain and -atan(H(s)) as the phase lag. Other definitions of the transfer function are used: for example 1/p_L(ik) .[6]

Signal processing

Let  x(t) \ be the input to a general linear time-invariant system, and  y(t) \ be the output, and the bilateral Laplace transform of  x(t) \ and  y(t) \ be

\begin{align}
  X(s) &= \mathcal{L}\left \{ x(t) \right \} \ \stackrel{\mathrm{def}}{=}\  \int_{-\infty}^{\infty} x(t) e^{-st}\, dt, \\
  Y(s) &= \mathcal{L}\left \{ y(t) \right \} \ \stackrel{\mathrm{def}}{=}\  \int_{-\infty}^{\infty} y(t) e^{-st}\, dt.
\end{align}

Then the output is related to the input by the transfer function  H(s) \ as

 Y(s) = H(s) X(s)  \,

and the transfer function itself is therefore

 H(s) = \frac{Y(s)} {X(s)}.

In particular, if a complex harmonic signal with a sinusoidal component with amplitude |X| \ , angular frequency \omega \ and phase \arg(X) \ , where arg is the argument.

 x(t) = Xe^{j\omega t} = |X|e^{j(\omega t + \arg(X))}
where  X = |X|e^{j\arg(X)}

is input to a linear time-invariant system, then the corresponding component in the output is:

\begin{align}
  y(t) &= Ye^{j\omega t} = |Y|e^{j(\omega t + \arg(Y))}, \\
     Y &= |Y|e^{j\arg(Y)}.
\end{align}

Note that, in a linear time-invariant system, the input frequency  \omega \ has not changed, only the amplitude and the phase angle of the sinusoid has been changed by the system. The frequency response  H(j \omega) \ describes this change for every frequency  \omega \ in terms of gain:

G(\omega) = \frac{|Y|}{|X|} = |H(j \omega)| \

and phase shift:

\phi(\omega) =  \arg(Y) -  \arg(X) = \arg( H(j \omega)).

The phase delay (i.e., the frequency-dependent amount of delay introduced to the sinusoid by the transfer function) is:

\tau_{\phi}(\omega) = -\frac{\phi(\omega)}{\omega}.

The group delay (i.e., the frequency-dependent amount of delay introduced to the envelope of the sinusoid by the transfer function) is found by computing the derivative of the phase shift with respect to angular frequency  \omega \ ,

\tau_{g}(\omega) = -\frac{d\phi(\omega)}{d\omega}.

The transfer function can also be shown using the Fourier transform which is only a special case of the bilateral Laplace transform for the case where  s = j \omega .

Common transfer function families

While any LTI system can be described by some transfer function or another, there are certain "families" of special transfer functions that are commonly used. Typical infinite impulse response filters are designed to implement one of these special transfer functions.

Some common transfer function families and their particular characteristics are:

Control engineering

In control engineering and control theory the transfer function is derived using the Laplace transform.

The transfer function was the primary tool used in classical control engineering. However, it has proven to be unwieldy for the analysis of multiple-input multiple-output (MIMO) systems, and has been largely supplanted by state space representations for such systems.[citation needed] In spite of this, a transfer matrix can be always obtained for any linear system, in order to analyze its dynamics and other properties: each element of a transfer matrix is a transfer function relating a particular input variable to an output variable.

A useful representation bridging state space and transfer function methods was proposed by Howard H. Rosenbrock and it is referred to as Rosenbrock system matrix.

Optics

Lua error in package.lua at line 80: module 'strict' not found. In optics, modulation transfer function indicates the capability of optical contrast transmission.

For example, when observing a series of black-white-light fringes drawn with a specific spatial frequency, the image quality may decay. White fringes fade while black ones turn brighter.

The modulation transfer function in a specific spatial frequency is defined by:

 \mathrm{MTF}(f) = \frac{M(\mathrm{image})} {M(\mathrm{source})}

Where modulation (M) is computed from the following image or light brightness:

 M = \frac{L_{\max} - L_{\min} } {L_{\max} + L_{\min}}.

Non-linear systems

Transfer functions do not properly exist for many non-linear systems. For example, they do not exist for relaxation oscillators;[7] however, describing functions can sometimes be used to approximate such nonlinear time-invariant systems.

See also

References

  1. Bernd Girod, Rudolf Rabenstein, Alexander Stenger, Signals and systems, 2nd ed., Wiley, 2001, ISBN 0-471-98800-6 p. 50
  2. The Oxford Dictionary of English, 3rd ed., "Transfer function"
  3. Lua error in package.lua at line 80: module 'strict' not found.
  4. Lua error in package.lua at line 80: module 'strict' not found.
  5. Lua error in package.lua at line 80: module 'strict' not found.
  6. Lua error in package.lua at line 80: module 'strict' not found.[page needed]
  7. Lua error in package.lua at line 80: module 'strict' not found.

External links