[Master Index] [Index for /tools/hpmatlab/toolbox/signal]

czt

(/tools/hpmatlab/toolbox/signal/czt.m)


Function Synopsis

g = czt(x, k, w, a)

Help text

CZT	Chirp z-transform.
	G = CZT(X, M, W, A) returns the M-element z-transform of data X,
	where M, W and A are scalars which specify the contour in the z-plane
	on which the z-transform is computed.  M is the length of the transform,
	W is the complex ratio between points on the contour, and A is the
	complex starting point.  More explicitly, the contour in the z-plane
	(a spiral or "chirp" contour) is described by
	    z = A * W.^(-(0:M-1))

	The parameters M, W, and A are optional; their default values are 
	M = length(X), W = exp(-j*2*pi/M), and A = 1.  These defaults
	cause CZT to return the z-transform of X at equally spaced points
	around the unit circle, equivalent to FFT(X).

	If X is a matrix, the chirp z-transform operation is applied to each
	column.

	See also FFT, FREQZ.

Cross-Reference Information

This function calls
This function is called by

Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON