OneStopGate.Com
OnestopGate   OnestopGate
   Saturday, April 20, 2024 Login  
OnestopGate
Home | Overview | Syllabus | Tutorials | FAQs | Downloads | Recommended Websites | Advertise | Payments | Contact Us | Forum
OneStopGate

GATE Resources
Gate Articles
Gate Books
Gate Colleges 
Gate Downloads 
Gate Faqs
Gate Jobs
Gate News 
Gate Sample Papers
Training Institutes

GATE Overview
Overview
GATE Eligibility
Structure Of GATE
GATE Coaching Centers
Colleges Providing M.Tech/M.E.
GATE Score
GATE Results
PG with Scholarships
Article On GATE
Admission Process For M.Tech/ MCP-PhD
GATE Topper 2012-13
GATE Forum




GATE 2025 Exclusive
Organizing Institute
Important Dates
How to Apply
Discipline Codes
GATE 2025 Exam Structure

GATE 2025 Syllabus
Aerospace Engg..
Agricultural Engg..
Architecture and Planning
Chemical Engg..
Chemistry
Civil Engg..
Computer Science / IT
Electronics & Communication Engg..
Electrical Engg..
Engineering Sciences
Geology and Geophysics
Instrumentation Engineering
Life Sciences
Mathematics
Mechanical Engg..
Metallurgical Engg..
Mining Engg..
Physics
Production & Industrial Engg..
Pharmaceutical Sciences
Textile Engineering and Fibre Science

GATE Study Material
Aerospace Engg..
Agricultural Engg..
Chemical Engg..
Chemistry
Civil Engg..
Computer Science / IT
Electronics & Communication Engg..
Electrical Engg..
Engineering Sciences
Instrumentation Engg..
Life Sciences
Mathematics
Mechanical Engg..
Physics
Pharmaceutical Sciences
Textile Engineering  and Fibre Science

GATE Preparation
GATE Pattern
GATE Tips N Tricks
Compare Evaluation
Sample Papers 
Gate Downloads 
Experts View

CEED 2013
CEED Exams
Eligibility
Application Forms
Important Dates
Contact Address
Examination Centres
CEED Sample Papers

Discuss GATE
GATE Forum
Exam Cities
Contact Details
Bank Details

Miscellaneous
Advertisment
Contact Us


Home » GATE Study Material » Instrumentation Engineering » Z Transform

Z Transform

Looking for GATE Preparation Material? Join & Get here now!

** Gate 2013 Question Papers.. ** CEED 2013 Results.. ** Gate 2013 Question Papers With Solutions.. ** GATE 2013 CUT-OFFs.. ** GATE 2013 Results.. **

Z Transform

The (unilateral) Z-transform of a sequence {a_k}_(k=0)^infty is defined as

 Z[{a_k}_(k=0)^infty](z)=sum_(k=0)^infty(a_k)/(z^k).
(1)

This definition is implemented in Mathematica as ZTransform[a, n, z]. Similarly, the inverse Z-transform is implemented as InverseZTransform[A, z, n].

"The" Z-transform generally refers to the unilateral Z-transform. Unfortunately, there are a number of other conventions. Bracewell (1999) uses the term "z-transform" (with a lower case z) to refer to the unilateral Z-transform. Girling (1987, p. 425) defines the transform in terms of samples of a continuous function. Worse yet, some authors define the Z-transform as the bilateral Z-transform.

In general, the inverse Z-transform of a sequence is not unique unless its region of convergence is specified (Zwillinger 1996, p. 545). If the Z-transform F(z) of a function is known analytically, the inverse Z-transform {a_n}_(n=0)^infty=Z^(-1)[F(z)](n) can be computed using the contour integral

 a_n=1/(2pii)∮_gammaF(z)z^(n-1)dz,
(2)

where gamma is a closed contour surrounding the origin of the complex plane in the domain of analyticity of F(z) (Zwillinger 1996, p. 545)

The unilateral transform is important in many applications because the generating function G(t) of a sequence of numbers {a_n}_(n=0)^infty is given precisely by Z[{a_n}_(n=0)^infty](z^(-1)), the Z-transform of {a_n} in the variable 1/z (Germundsson 2000). In other words, the inverse Z-transform of a function f(1/z) gives precisely the sequence of terms in the series expansion of f(z). So, for example, the terms of the series of z(z+1)/(z-1)^3 are given by

 Z^(-1)[y^(-1)(y^(-1)+1)/(y^(-1)-1)^3](n)=Z^(-1)[-(y(y+1))/((y-1)^3)](n)=n^2.
(3)

Girling (1987) defines a variant of the unilateral Z-transform that operates on a continuous function F(t) sampled at regular intervals T,

 Z_T[F(t)](z)=L_t[F^*(t)](z),
(4)

where L_t[f](z) is the Laplace transformm,

F^*(t) = F(t)delta_T(t)
(5)
= sum_(n=0)^(infty)F(nT)delta_(t,nT),
(6)

the one-sided shah function with period T is given by

 delta_T(t)=sum_(n=0)^inftydelta_(t,nT),
(7)

and delta_(mn) is the Kronecker delta, giving

 Z_T[F(t)](z)=sum_(n=0)^infty(F(nT))/(z^n).
(8)

An alternative equivalent definition is

 Z_T[F(t)](z)=sum_(residues)(1/(1-e^(Tz)z^(-1)))f(z),
(9)

where

 f(z)=sum_(n=0)^inftyF(nT)z^(-n).
(10)

This definition is essentially equivalent to the usual one by taking a_n=F(nT).

The following table summarizes the Z-transforms for some common functions (Girling 1987, pp. 426-427; Bracewell 1999). Here, delta_(n0) is the Kronecker delta, H(t) is the Heaviside step function, and Li_k(z) is the polylogarithm.

a_n Z[{a_n}_(n=0)^infty](z)
delta_(0n) 1
delta_(mn) (H(m))/(z^m)
(-1)^n z/(z+1)
1 z/(z-1)
H(n-m) 1/(z^(m-1)(z-1))
n z/((z-1)^2)
n^2 (z(z+1))/((z-1)^3)
n^3 (z(z^2+4z+1))/((z-1)^4)
n^k Li_(-k)(1/z)
b^n z/(z-b)
b^nn (bz)/((z-b)^2)
b^nn^2 (bz(z+b))/((z-b)^3)
b^nn^k Li_(-k)(b/z)
cos(alphan) (z(z-cosalpha))/(1-2zcosalpha+z^2)
sin(alphan) (zsinalpha)/(1-2zcosalpha+z^2)

The Z-transform of the general power function t^n can be computed analytically as

Z[{n^k}_(n=0)^infty](z) = (-1)^klim_(x->0)(partial^k)/(partialx^k)(z/(z-e^(-x)))
(11)
= 1/((z-1)^(k+1))sum_(n=0)^(k)<k; n>z^(n+1)
(12)
= Li_(-k)(1/z),
(13)

where the <k; n> are Eulerian numbers and Li_n(z) is a polylogarithm. Amazingly, the Z-transforms of n^k are therefore generators for Euler's number triangle.

The Z-transform Z[{a_n}](z)=F(z) satisfies a number of important properties, including linearity

 Z[a{a_n}+b{b_n}](z)=aZ[{a_n}](z)+bZ[{b_n}](z),
(14)

translation

Z[{a_(n-k)}](z) = z^(-k)Z[{a_n}](z)
(15)
Z[{a_(n+1)}](z) = zZ[{a_n}](z)-za_0
(16)
Z[{a_(n+2)}](z) = z^2Z[{a_n}](z)-z^2a_0-za_1
(17)
Z[{a_(n+k)}](z) = z^mZ[{a_n}](z)-sum_(r=0)^(m-1)z^(k-r)a_(rt),
(18)

scaling

 Z[{b^na_n}](z)=F(z/b),
(19)

and multiplication by powers of n

Z[{n^ka_n}](z) = (-1)^k(zd/(dz))^kF(z)
(20)
Z[{n^(-1)a_n}](z) = -int_0^z(F(z))/zdz
(21)

(Girling 1987, p. 425; Zwillinger 1996, p. 544).

The discrete Fourier transform is a special case of the Z-transform with

 z=e^(-2piik/N),
(22)

and a Z-transform with

 z=e^(-2piikalpha/N)
(23)

for alpha!=+/-1 is called a fractional Fourier transform.



Discussion Center

Discuss/
Query

Papers/
Syllabus

Feedback/
Suggestion

Yahoo
Groups

Sirfdosti
Groups

Contact
Us

MEMBERS LOGIN
  
Email ID:
Password:

  Forgot Password?
 New User? Register!

INTERVIEW EBOOK
Get 9,000+ Interview Questions & Answers in an eBook. Interview Question & Answer Guide
  • 9,000+ Interview Questions
  • All Questions Answered
  • 5 FREE Bonuses
  • Free Upgrades
GATE RESOURCES
 
  • Gate Books
  • Training Institutes
  • Gate FAQs
  • GATE BOOKS
     
  • Mechanical Engineeering Books
  • Robotics Automations Engineering Books
  • Civil Engineering Books
  • Chemical Engineering Books
  • Environmental Engineering Books
  • Electrical Engineering Books
  • Electronics Engineering Books
  • Information Technology Books
  • Software Engineering Books
  • GATE Preparation Books
  • Exciting Offers



    GATE Exam, Gate 2009, Gate Papers, Gate Preparation & Related Pages


    GATE Overview | GATE Eligibility | Structure Of GATE | GATE Training Institutes | Colleges Providing M.Tech/M.E. | GATE Score | GATE Results | PG with Scholarships | Article On GATE | GATE Forum | GATE 2009 Exclusive | GATE 2009 Syllabus | GATE Organizing Institute | Important Dates for GATE Exam | How to Apply for GATE | Discipline / Branch Codes | GATE Syllabus for Aerospace Engineering | GATE Syllabus for Agricultural Engineering | GATE Syllabus for Architecture and Planning | GATE Syllabus for Chemical Engineering | GATE Syllabus for Chemistry | GATE Syllabus for Civil Engineering | GATE Syllabus for Computer Science / IT | GATE Syllabus for Electronics and Communication Engineering | GATE Syllabus for Engineering Sciences | GATE Syllabus for Geology and Geophysics | GATE Syllabus for Instrumentation Engineering | GATE Syllabus for Life Sciences | GATE Syllabus for Mathematics | GATE Syllabus for Mechanical Engineering | GATE Syllabus for Metallurgical Engineering | GATE Syllabus for Mining Engineering | GATE Syllabus for Physics | GATE Syllabus for Production and Industrial Engineering | GATE Syllabus for Pharmaceutical Sciences | GATE Syllabus for Textile Engineering and Fibre Science | GATE Preparation | GATE Pattern | GATE Tips & Tricks | GATE Compare Evaluation | GATE Sample Papers | GATE Downloads | Experts View on GATE | CEED 2009 | CEED 2009 Exam | Eligibility for CEED Exam | Application forms of CEED Exam | Important Dates of CEED Exam | Contact Address for CEED Exam | CEED Examination Centres | CEED Sample Papers | Discuss GATE | GATE Forum of OneStopGATE.com | GATE Exam Cities | Contact Details for GATE | Bank Details for GATE | GATE Miscellaneous Info | GATE FAQs | Advertisement on GATE | Contact Us on OneStopGATE |
    Copyright © 2024. One Stop Gate.com. All rights reserved Testimonials |Link To Us |Sitemap |Privacy Policy | Terms and Conditions|About Us
    Our Portals : Academic Tutorials | Best eBooksworld | Beyond Stats | City Details | Interview Questions | India Job Forum | Excellent Mobiles | Free Bangalore | Give Me The Code | Gog Logo | Free Classifieds | Jobs Assist | Interview Questions | One Stop FAQs | One Stop GATE | One Stop GRE | One Stop IAS | One Stop MBA | One Stop SAP | One Stop Testing | Web Hosting | Quick Site Kit | Sirf Dosti | Source Codes World | Tasty Food | Tech Archive | Software Testing Interview Questions | Free Online Exams | The Galz | Top Masala | Vyom | Vyom eBooks | Vyom International | Vyom Links | Vyoms | Vyom World
    C Interview Questions | C++ Interview Questions | Send Free SMS | Placement Papers | SMS Jokes | Cool Forwards | Romantic Shayari