Mercurial > hg > ishara
view arrows/dsp/aidct.m @ 44:3cedfd4549ef
Code added since initial check in.
author | samer |
---|---|
date | Tue, 13 Jan 2015 14:03:17 +0000 |
parents | |
children |
line wrap: on
line source
% adct - arrow for idct % % aidct :: M:natural, N:natural -> arrow({[[M]]}, {[[N]]}, empty). function o=aidct(M,N) o=arr(@(x)idct(x,N)); % W=col(idct(eye(N)),M); end