Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
fft2複雑な行列を与える画像を取得していますが、結果を元に変換するとifft2、結果も複雑な行列になり、元の画像ではありません。ここで何が起こっているのでしょうか?
fft2
ifft2
image=('file.png'); F_image=fft2(moon); IF_image=ifft2(F_image);