import numpy as np from scipy.fftpack import fft2 x = np.ones((4, 6), dtype=np.complex128) print("state before inplace fft2:\n", ...
確定! 回上一頁