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

idct

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


Function Synopsis

a = idct(b,n)

Help text

IDCT	Inverse discrete cosine transform.

	X = IDCT(Y) inverts the DCT transform, returning the
	original vector if Y was obtained using Y = DCT(X).

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

	If Y is a matrix, the IDCT operation is applied to
	each column.

	See also: FFT,IFFT,DCT.

Cross-Reference Information

This function calls

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