2010年12月16日 - 做fft變換,同時將零點移到中心fcoef = fft2(X); spectrum = fftshift(abs(fcoef)); %爲了顯示圖像,需要對幅值做歸一化處理figure; colormap(gray);
tc.wangchao.net.cn