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

dct

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


Function Synopsis

b=dct(a,n)

Help text

DCT	Discrete cosine transform.

	Y = DCT(X) returns the discrete cosine transform of X.
	The vector Y is the same size as X and contains the
	discrete cosine transform coefficients.

	Y = DCT(X,N) pads or truncates the vector X to length N 
	before transforming.

	If X is a matrix, the DCT operation is applied to each
	column.  This transform can be inverted using IDCT.

	See also: FFT,IFFT, and IDCT.

Cross-Reference Information

This function calls

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