problem calculating ifft/fft
Show older comments
How to find inverse fourier transform of a column vector ?
Why is ifft(6) =6 and fft(9) =9 in MATLAB ?
2 Comments
Azzi Abdelmalek
on 20 Oct 2012
what are you expecting?
Azzi Abdelmalek
on 20 Oct 2012
what do you want to do.
Answers (4)
Azzi Abdelmalek
on 20 Oct 2012
Edited: Azzi Abdelmalek
on 20 Oct 2012
X(0)= x[0]*exp(-j*0*0*2*pi/1) % with x(0)=6
what will you find?
If you want fft of vector
v=rand(10,1)
V=fft(v)
VGC
on 20 Oct 2012
0 votes
VGC
on 20 Oct 2012
0 votes
VGC
on 20 Oct 2012
0 votes
Categories
Find more on Transforms in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!