Mixing (mathematics)

From formulasearchengine
Revision as of 13:55, 24 November 2013 by en>Manixer
Jump to navigation Jump to search

In mathematics and signal processing, the advanced Z-transform is an extension of the Z-transform, to incorporate ideal delays that are not multiples of the sampling time. It takes the form

F(z,m)=k=0f(kT+m)zk

where

  • T is the sampling period
  • m (the "delay parameter") is a fraction of the sampling period [0,T).

It is also known as the modified Z-transform.

The advanced Z-transform is widely applied, for example to accurately model processing delays in digital control.

Properties

If the delay parameter, m, is considered fixed then all the properties of the Z-transform hold for the advanced Z-transform.

Linearity

𝒵{k=1nckfk(t)}=k=1nckF(z,m).

Time shift

𝒵{u(tnT)f(tnT)}=znF(z,m).

Damping

𝒵{f(t)eat}=eamF(eaTz,m).

Time multiplication

𝒵{tyf(t)}=(Tzddz+m)yF(z,m).

Final value theorem

limkf(kT+m)=limz1(1z1)F(z,m).

Example

Consider the following example where f(t)=cos(ωt)

F(z,m)=𝒵{cos(ω(kT+m))}=𝒵{cos(ωkT)cos(ωm)sin(ωkT)sin(ωm)}=cos(ωm)𝒵{cos(ωkT)}sin(ωm)𝒵{sin(ωkT)}=cos(ωm)z(zcos(ωT))z22zcos(ωT)+1sin(ωm)zsin(ωT)z22zcos(ωT)+1=z2cos(ωm)zcos(ω(Tm))z22zcos(ωT)+1.

If m=0 then F(z,m) reduces to the Z-transform

F(z,0)=z2zcos(ωT)z22zcos(ωT)+1

which is clearly just the Z-transform of f(t).

See also

Bibliography

  • Eliahu Ibraham Jury, Theory and Application of the Z-Transform Method, Krieger Pub Co, 1973. ISBN 0-88275-122-0.

Template:DSP