Home > freetb4matlab > signal > idct2.m

idct2

PURPOSE ^

% y = idct2 (x)

SYNOPSIS ^

function y = idct2 (x, m, n)

DESCRIPTION ^

% y = idct2 (x)
%   Computes the inverse 2-D discrete cosine transform of matrix x
%
% y = idct2 (x, m, n) or y = idct2 (x, [m n])
%   Computes the 2-D inverse DCT of x after padding or trimming rows to m and
%   columns to n.

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003