I know that there’s an implementation of FFT to compute the Fourier transform, but this is part of a class exercise. I’m trying to compute the DFT over ...
I tried to find a smart vectorization method to solve the problem. I explored the arrayfun, cellfun, and bsxfun functions, and looked for solutions to ...