[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
- else /tools/hpmatlab/toolbox/matlab/lang/else.m
- end /tools/hpmatlab/toolbox/matlab/lang/end.m
- error /tools/hpmatlab/toolbox/matlab/lang/error.m
- exp /tools/hpmatlab/toolbox/matlab/elfun/exp.m
- flipud /tools/hpmatlab/toolbox/matlab/elmat/flipud.m
- if /tools/hpmatlab/toolbox/matlab/lang/if.m
- ifft /tools/hpmatlab/toolbox/matlab/datafun/ifft.m
- isreal /tools/hpmatlab/toolbox/matlab/ops/isreal.m
- min /tools/hpmatlab/toolbox/matlab/datafun/min.m
- nargchk /tools/hpmatlab/toolbox/matlab/lang/nargchk.m
- nargin /tools/hpmatlab/toolbox/matlab/elmat/nargin.m
- ones /tools/hpmatlab/toolbox/matlab/elmat/ones.m
- pi /tools/hpmatlab/toolbox/matlab/elmat/pi.m
- real /tools/hpmatlab/toolbox/matlab/elfun/real.m
- rem /tools/hpmatlab/toolbox/matlab/elfun/rem.m
- size /tools/hpmatlab/toolbox/matlab/general/size.m
- sqrt /tools/hpmatlab/toolbox/matlab/elfun/sqrt.m
- zeros /tools/hpmatlab/toolbox/matlab/elmat/zeros.m
Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON