Hello everyone,

Currently, I am curios about Fast Fourier Transform (FFT). There are several general formula of this number.

Following an MIT video of Professor Gilbert Strang, he mentioned that the general formula is 1/2*N*log2(N) with N is the number of samples. However, when I tried to calculate the number of multiplication with N = 256 samples, those amount of operation are bigger than those from formula. So, I am wondering that what the minimum number of samples are to satisfy the aforementioned formula.

Thanks for your consideration.

More Dung Minh Nguyen's questions See All
Similar questions and discussions