IFFT function in julia

@Sukera already answered almost the same question for fft, which boiled down to the fact that Matlab by default computes the fft for each column, whereas Julia computes a multi-dimensional one.

The same applies to ifft. I’d like to gently suggest looking at the documentation, ?ifft in Julia and help ifft in Matlab.

1 Like