採用された回答

Wayne King
Wayne King 2011 年 10 月 14 日

1 投票

If you have the Image Processing Toolbox.
X = randn(100,100);
fun = @(block_struct) dct2(block_struct.data);
Y = blockproc(X,[8 8],fun);

1 件のコメント

sumit choubey
sumit choubey 2011 年 10 月 31 日
thanx

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by