
Fast Fourier transform of fft function in matlab.Syntax:-
Y = fft(X)
Y = fft(X,n)
Y = fft(X,n,dim)
Discprition for fft matlab Function
If x is an vector then it will return the Fourier transform of that vector
Let x is an matrix then fft(X) assume the colum as a vactory and return Fourier...