IFFT Matlab symmetric vs Java math commons
问题 iam translating matlab code to java and i have a problem where i dont understand the difference betweent a normal X = ifft(___) function in matlab compared to a X = ifft(___,symmetric) . Matlab Docs they write: For nearly conjugate symmetric vectors, you can compute the inverse Fourier transform faster by specifying the 'symmetric' option, which also ensures that the output is real. That means the FFT is only faster? and the result ist real without imaginary part. To use the Inverse FFT in