求用 matlab 函数实现幅度谱和相位谱重构图像。

2024年11月23日 12:21
有1个网友回答
网友(1):

magif=ifft2(abs(f2));%幅度重构
pha=angle(f2);%取相位
phaif=ifft2(exp(j*pha));%相位重构