Jump to content

Transfer function: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m moving categories
Tlotoxl (talk | contribs)
m +group delay
Line 13: Line 13:
:<math>x(t) = A_{out} e^{i(\omega t + p_{out})}</math>
:<math>x(t) = A_{out} e^{i(\omega t + p_{out})}</math>


Note that the fundamental frequency &omega; has not changed, only the amplitude and the phase of the response changed as it went through the system. The transfer function H(z) describes this change for every frequency &omega; in terms of 'Gain':
Note that the fundamental frequency &omega; has not changed, only the amplitude and the phase of the response changed as it went through the system. The transfer function H(z) describes this change for every frequency &omega; in terms of ''gain'':


:<math>\frac{A_{out}}{A_{in}} = | H(i\omega) |</math>
:<math>\frac{A_{out}}{A_{in}} = | H(i\omega) |</math>


and 'Phase shift':
and ''phase shift'':


:<math>p_{out} - p_{in} = \arg( H(i\omega))</math>.
:<math>p_{out} - p_{in} = \arg( H(i\omega))</math>.

The [[group delay]] (i.e., the frequency-dependent amount of delay introduced by the transfer function) is found by taking the radial frequency derivative of the phase shift,

:<math>\tau_{G} = \begin{matrix}\frac{d(\arg( H(i\omega)))}{d\omega}\end{matrix}</math>.


The transfer function can also be derived by using the [[Fourier transform]].
The transfer function can also be derived by using the [[Fourier transform]].

Revision as of 09:51, 28 September 2004

A transfer function is a mathematical representation of the relation between the input and output of a linear time-invariant system. It is mainly used in signal processing and control theory.

Background

Signal Processing

Take a complex harmonic signal with a sinusoidal component with amplitude , angular frequency and phase

(where i represents the imaginary unit) and use it as an input to a linear time-invariant system. The corresponding component in the output will match the following equation:

Note that the fundamental frequency ω has not changed, only the amplitude and the phase of the response changed as it went through the system. The transfer function H(z) describes this change for every frequency ω in terms of gain:

and phase shift:

.

The group delay (i.e., the frequency-dependent amount of delay introduced by the transfer function) is found by taking the radial frequency derivative of the phase shift,

.

The transfer function can also be derived by using the Fourier transform.

Control Engineering

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

See also