一、简述 希望通过离散余弦变换获取某张图片的高频/低频信息 二、Demo 转灰图处理方式 RGB = imread('autumn.tif'); I = rgb2gray(RGB); J = dct2(I); figure imshow(log(abs(J)