MATLAB: Fft witout using fft function

fft

how can we write program for fft without using fft function

Best Answer

Assuming you mean DFT with uniformly sampled time and frequency and not F(ast)FT, convert the summation in the documentation into a matrix multiplication.
help dftmtx type dftmtx doc dftmtx (someone was smoking something when they wrote this)
Hope this helps.
Greg
Related Question